public class ContainerMinigunMagazine extends ContainerPneumaticBase<TileEntityBase>
te| Constructor and Description |
|---|
ContainerMinigunMagazine(int windowId,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.util.Hand hand) |
ContainerMinigunMagazine(int i,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.network.PacketBuffer buffer) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
clicked(int slotId,
int dragType,
net.minecraft.inventory.container.ClickType clickType,
net.minecraft.entity.player.PlayerEntity player) |
net.minecraft.util.Hand |
getHand() |
void |
removed(net.minecraft.entity.player.PlayerEntity playerIn) |
boolean |
stillValid(net.minecraft.entity.player.PlayerEntity player) |
addPlayerSlots, addPlayerSlots, addUpgradeSlots, broadcastChanges, handleGUIButtonPress, moveItemStackTo, putHand, quickMoveStack, updateFieldaddDataSlot, addDataSlots, addSlot, addSlotListener, backup, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clickMenuButton, consideredTheSameItem, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftSlotCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getType, isSynched, isValidQuickcraftType, removeSlotListener, resetQuickCraft, setAll, setData, setItem, setSynched, slotsChanged, stillValidpublic ContainerMinigunMagazine(int i,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.network.PacketBuffer buffer)
public ContainerMinigunMagazine(int windowId,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.util.Hand hand)
public void removed(net.minecraft.entity.player.PlayerEntity playerIn)
removed in class net.minecraft.inventory.container.Containerpublic boolean stillValid(net.minecraft.entity.player.PlayerEntity player)
stillValid in class ContainerPneumaticBase<TileEntityBase>@Nonnull
public net.minecraft.item.ItemStack clicked(int slotId,
int dragType,
net.minecraft.inventory.container.ClickType clickType,
net.minecraft.entity.player.PlayerEntity player)
clicked in class ContainerPneumaticBase<TileEntityBase>public net.minecraft.util.Hand getHand()