C# 클래스 Sharpcraft.Library.Minecraft.ItemStack

Contains information about a stack of items.
파일 보기 프로젝트 열기: SijmenSchoon/Sharpcraft

공개 프로퍼티들

프로퍼티 타입 설명
AnimationsToGo int
ItemDamage int
ItemID int
StackSize byte

공개 메소드들

메소드 설명
ItemStack ( int itemID, byte stackSize, int itemDamage )

Will contain an NBT compound.

Initializes the ItemStack.

메소드 상세

ItemStack() 공개 메소드

Will contain an NBT compound. Initializes the ItemStack.
public ItemStack ( int itemID, byte stackSize, int itemDamage )
itemID int The item ID, defaults to 0
stackSize byte The stack size, defaults to 0
itemDamage int The item damage, defaults to 0

프로퍼티 상세

AnimationsToGo 공개적으로 프로퍼티

Yet to figure out what this does.
public int AnimationsToGo
리턴 int

ItemDamage 공개적으로 프로퍼티

The damage values of the stack.
public int ItemDamage
리턴 int

ItemID 공개적으로 프로퍼티

The ID of the material this stack contains.
public int ItemID
리턴 int

StackSize 공개적으로 프로퍼티

Contains how many items there are in the stack.
public byte StackSize
리턴 byte