public final class MessageCasingInventory extends AbstractMessageWithLocation
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.nbt.NBTTagCompound |
moduleData |
int |
slot |
net.minecraft.item.ItemStack |
stack |
positiondimension| Constructor and Description |
|---|
MessageCasingInventory() |
MessageCasingInventory(Casing casing,
int slot,
net.minecraft.item.ItemStack stack,
net.minecraft.nbt.NBTTagCompound moduleData) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.nbt.NBTTagCompound |
getModuleData() |
int |
getSlot() |
net.minecraft.item.ItemStack |
getStack() |
getPositiongetDimensionapplypublic int slot
public net.minecraft.item.ItemStack stack
public net.minecraft.nbt.NBTTagCompound moduleData
public MessageCasingInventory(Casing casing, int slot, net.minecraft.item.ItemStack stack, @Nullable net.minecraft.nbt.NBTTagCompound moduleData)
public MessageCasingInventory()