public class ContainerTypeTest.TestContainer extends Container
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
text |
inventorySlots, windowId
Modifier | Constructor and Description |
---|---|
|
TestContainer(int windowId,
Inventory inv,
java.lang.String text) |
protected |
TestContainer(int windowId,
PlayerInventory playerInv,
PacketBuffer extraData) |
Modifier and Type | Method and Description |
---|---|
boolean |
canInteractWith(PlayerEntity playerIn) |
addListener, addSlot, areItemsAndTagsEqual, assertIntArraySize, assertInventorySize, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, detectAndSendChanges, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getType, isValidDragMode, isWithinUsableDistance, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotClick, trackInt, trackIntArray, transferStackInSlot, updateProgressBar
protected TestContainer(int windowId, PlayerInventory playerInv, PacketBuffer extraData)
public TestContainer(int windowId, Inventory inv, java.lang.String text)
public boolean canInteractWith(PlayerEntity playerIn)
canInteractWith
in class Container