public static class UpdateInventorySlotsMessage.Packet
extends java.lang.Object
implements cpw.mods.fml.common.network.simpleimpl.IMessage
Constructor and Description |
---|
UpdateInventorySlotsMessage.Packet() |
UpdateInventorySlotsMessage.Packet(int inventoryId,
int windowId) |
Modifier and Type | Method and Description |
---|---|
void |
addSlot(MalisisSlot slot) |
void |
draggedItemStack(net.minecraft.item.ItemStack itemStack) |
void |
fromBytes(io.netty.buffer.ByteBuf buf) |
void |
setSlots(java.util.HashMap<java.lang.Integer,net.minecraft.item.ItemStack> slots) |
void |
toBytes(io.netty.buffer.ByteBuf buf) |
public UpdateInventorySlotsMessage.Packet()
public UpdateInventorySlotsMessage.Packet(int inventoryId, int windowId)
public void addSlot(MalisisSlot slot)
public void setSlots(java.util.HashMap<java.lang.Integer,net.minecraft.item.ItemStack> slots)
public void draggedItemStack(net.minecraft.item.ItemStack itemStack)
public void fromBytes(io.netty.buffer.ByteBuf buf)
fromBytes
in interface cpw.mods.fml.common.network.simpleimpl.IMessage
public void toBytes(io.netty.buffer.ByteBuf buf)
toBytes
in interface cpw.mods.fml.common.network.simpleimpl.IMessage