public class ContainerReflectWrap
extends net.minecraft.inventory.Container
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.util.List<java.lang.Integer> |
paramList |
protected int |
paraSize |
protected TileEntityReflectWrap |
tile |
| 构造器和说明 |
|---|
ContainerReflectWrap(TileEntityReflectWrap tile,
net.minecraft.entity.player.InventoryPlayer inv) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canInteractWith(net.minecraft.entity.player.EntityPlayer playerIn) |
void |
detectAndSendChanges() |
void |
onCraftGuiOpened(net.minecraft.inventory.ICrafting iCrafting) |
void |
updateProgressBar(int id,
int value) |
addSlotToContainer, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, computeStackSize, enchantItem, extractDragMode, func_94534_d, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, putStacksInSlots, removeCraftingFromCrafters, resetDrag, retrySlotClick, setCanCraft, slotClick, transferStackInSlotprotected java.util.List<java.lang.Integer> paramList
protected TileEntityReflectWrap tile
protected int paraSize
public ContainerReflectWrap(TileEntityReflectWrap tile, net.minecraft.entity.player.InventoryPlayer inv)
public boolean canInteractWith(net.minecraft.entity.player.EntityPlayer playerIn)
canInteractWith 在类中 net.minecraft.inventory.Containerpublic void onCraftGuiOpened(net.minecraft.inventory.ICrafting iCrafting)
onCraftGuiOpened 在类中 net.minecraft.inventory.Containerpublic void updateProgressBar(int id,
int value)
updateProgressBar 在类中 net.minecraft.inventory.Containerpublic void detectAndSendChanges()
detectAndSendChanges 在类中 net.minecraft.inventory.Container