public static class UpdateInventorySlotsMessage.Packet
extends java.lang.Object
implements net.minecraftforge.fml.common.network.simpleimpl.IMessage
| Constructor and Description |
|---|
Packet() |
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 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 net.minecraftforge.fml.common.network.simpleimpl.IMessagepublic void toBytes(io.netty.buffer.ByteBuf buf)
toBytes in interface net.minecraftforge.fml.common.network.simpleimpl.IMessage