public class InventoryCache
extends java.lang.Object
| Constructor and Description |
|---|
InventoryCache(net.minecraft.entity.player.EntityPlayer player,
MalisisInventory inventory,
int windowId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MalisisSlot> |
getSlots(boolean sendAll) |
void |
sendAll() |
void |
sendChanges() |
void |
update() |
public InventoryCache(net.minecraft.entity.player.EntityPlayer player,
MalisisInventory inventory,
int windowId)
public void update()
public java.util.List<MalisisSlot> getSlots(boolean sendAll)
public void sendAll()
public void sendChanges()