public class DrawBridgeContainer extends info.u_team.u_team_core.container.UTileEntityContainer<DrawBridgeTileEntity>
Constructor and Description |
---|
DrawBridgeContainer(int id,
net.minecraft.entity.player.PlayerInventory playerInventory,
DrawBridgeTileEntity tileEntity) |
DrawBridgeContainer(int id,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.network.PacketBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
info.u_team.u_team_core.api.sync.MessageHolder.EmptyMessageHolder |
getNeedRedstoneMessage() |
info.u_team.u_team_core.api.sync.MessageHolder |
getSpeedMessage() |
protected void |
init(boolean server) |
net.minecraft.item.ItemStack |
transferStackInSlot(net.minecraft.entity.player.PlayerEntity player,
int index) |
addClientToServerTracker, addServerToClientTracker, appendInventory, appendInventory, appendInventory, appendInventory, appendPlayerInventory, canInteractWith, detectAndSendChanges, updateTrackedServerToClient, updateValue
addListener, addSlot, areItemsAndTagsEqual, assertIntArraySize, assertInventorySize, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getType, isValidDragMode, isWithinUsableDistance, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotClick, trackInt, trackIntArray, updateProgressBar
public DrawBridgeContainer(int id, net.minecraft.entity.player.PlayerInventory playerInventory, net.minecraft.network.PacketBuffer buffer)
public DrawBridgeContainer(int id, net.minecraft.entity.player.PlayerInventory playerInventory, DrawBridgeTileEntity tileEntity)
protected void init(boolean server)
init
in class info.u_team.u_team_core.container.UTileEntityContainer<DrawBridgeTileEntity>
public net.minecraft.item.ItemStack transferStackInSlot(net.minecraft.entity.player.PlayerEntity player, int index)
transferStackInSlot
in class net.minecraft.inventory.container.Container
public info.u_team.u_team_core.api.sync.MessageHolder getSpeedMessage()
public info.u_team.u_team_core.api.sync.MessageHolder.EmptyMessageHolder getNeedRedstoneMessage()