public class ContainerMinecartBeehouse extends ContainerEntity<EntityMinecartBeeHousingBase> implements IContainerBeeHousing
entityPLAYER_HOTBAR_OFFSET, PLAYER_INV_SLOTS| Constructor and Description |
|---|
ContainerMinecartBeehouse(net.minecraft.entity.player.InventoryPlayer player,
EntityMinecartBeeHousingBase entity,
boolean hasFrames) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addHotbarSlot(net.minecraft.entity.player.InventoryPlayer playerInventory,
int slot,
int x,
int y) |
protected void |
addSlot(net.minecraft.entity.player.InventoryPlayer playerInventory,
int slot,
int x,
int y) |
void |
detectAndSendChanges() |
net.minecraft.inventory.Slot |
getAnalyzerSlot() |
void |
handleSelectionRequest(net.minecraft.entity.player.EntityPlayerMP player,
int primary,
int secondary) |
canAccess, canInteractWithaddPlayerInventory, addSlotToContainer, getContainerSections, getForestrySlot, sendPacketToListeners, slotClick, transferStackInSlotaddListener, calcRedstone, calcRedstoneFromInventory, canAddItemToSlot, canDragIntoSlot, canMergeSlot, clearContainer, computeStackSize, enchantItem, extractDragMode, getCanCraft, getDragEvent, getInventory, getNextTransactionID, getQuickcraftMask, getSlot, getSlotFromInventory, isValidDragMode, mergeItemStack, onContainerClosed, onCraftMatrixChanged, putStackInSlot, removeListener, resetDrag, setAll, setCanCraft, slotChangedCraftingGrid, updateProgressBarpublic ContainerMinecartBeehouse(net.minecraft.entity.player.InventoryPlayer player,
EntityMinecartBeeHousingBase entity,
boolean hasFrames)
public void detectAndSendChanges()
detectAndSendChanges in class ContainerEntity<EntityMinecartBeeHousingBase>@Nullable public net.minecraft.inventory.Slot getAnalyzerSlot()
getAnalyzerSlot in interface IContainerAnalyzerProviderprotected void addSlot(net.minecraft.entity.player.InventoryPlayer playerInventory,
int slot,
int x,
int y)
addSlot in class ContainerForestryprotected void addHotbarSlot(net.minecraft.entity.player.InventoryPlayer playerInventory,
int slot,
int x,
int y)
addHotbarSlot in class ContainerForestrypublic void handleSelectionRequest(net.minecraft.entity.player.EntityPlayerMP player,
int primary,
int secondary)
handleSelectionRequest in interface IGuiSelectable