public class SchematicTableContainer
extends net.minecraft.inventory.container.Container
| Constructor and Description |
|---|
SchematicTableContainer(net.minecraft.inventory.container.ContainerType<?> type,
int id,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.network.PacketBuffer extraData) |
SchematicTableContainer(net.minecraft.inventory.container.ContainerType<?> type,
int id,
net.minecraft.entity.player.PlayerInventory inv,
SchematicTableTileEntity te) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canWrite() |
static SchematicTableContainer |
create(int id,
net.minecraft.entity.player.PlayerInventory inv,
SchematicTableTileEntity te) |
SchematicTableTileEntity |
getTileEntity() |
protected void |
init() |
net.minecraft.item.ItemStack |
quickMoveStack(net.minecraft.entity.player.PlayerEntity playerIn,
int index) |
boolean |
stillValid(net.minecraft.entity.player.PlayerEntity player) |
addDataSlot, addDataSlots, addSlot, addSlotListener, backup, broadcastChanges, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, consideredTheSameItem, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftSlotCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getType, isSynched, isValidQuickcraftType, moveItemStackTo, removed, removeSlotListener, resetQuickCraft, setAll, setData, setItem, setSynched, slotsChanged, stillValidpublic SchematicTableContainer(net.minecraft.inventory.container.ContainerType<?> type,
int id,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.network.PacketBuffer extraData)
public SchematicTableContainer(net.minecraft.inventory.container.ContainerType<?> type,
int id,
net.minecraft.entity.player.PlayerInventory inv,
SchematicTableTileEntity te)
public static SchematicTableContainer create(int id, net.minecraft.entity.player.PlayerInventory inv, SchematicTableTileEntity te)
protected void init()
public boolean canWrite()
public boolean stillValid(net.minecraft.entity.player.PlayerEntity player)
stillValid in class net.minecraft.inventory.container.Containerpublic net.minecraft.item.ItemStack quickMoveStack(net.minecraft.entity.player.PlayerEntity playerIn,
int index)
quickMoveStack in class net.minecraft.inventory.container.Containerpublic SchematicTableTileEntity getTileEntity()