public class TrackBuilderContainer
extends info.u_team.u_team_core.container.UContainer
Constructor and Description |
---|
TrackBuilderContainer(int id,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.network.PacketBuffer buffer) |
TrackBuilderContainer(int id,
net.minecraft.entity.player.PlayerInventory playerInventory,
TrackBuilderInventoryWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
void |
detectAndSendChanges() |
TrackBuilderInventoryWrapper |
getWrapper() |
net.minecraft.item.ItemStack |
slotClick(int index,
int dragType,
net.minecraft.inventory.container.ClickType clickType,
net.minecraft.entity.player.PlayerEntity player) |
net.minecraft.item.ItemStack |
transferStackInSlot(net.minecraft.entity.player.PlayerEntity player,
int index) |
appendInventory, appendInventory, appendInventory, appendInventory, appendPlayerInventory, canInteractWith
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, trackInt, trackIntArray, updateProgressBar
public TrackBuilderContainer(int id, net.minecraft.entity.player.PlayerInventory playerInventory, net.minecraft.network.PacketBuffer buffer)
public TrackBuilderContainer(int id, net.minecraft.entity.player.PlayerInventory playerInventory, TrackBuilderInventoryWrapper wrapper)
public void detectAndSendChanges()
detectAndSendChanges
in class net.minecraft.inventory.container.Container
public net.minecraft.item.ItemStack transferStackInSlot(net.minecraft.entity.player.PlayerEntity player, int index)
transferStackInSlot
in class net.minecraft.inventory.container.Container
public net.minecraft.item.ItemStack slotClick(int index, int dragType, net.minecraft.inventory.container.ClickType clickType, net.minecraft.entity.player.PlayerEntity player)
slotClick
in class net.minecraft.inventory.container.Container
public TrackBuilderInventoryWrapper getWrapper()