Class StoneAltarContainer
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
de.teamlapen.lib.lib.inventory.InventoryContainerMenu
de.teamlapen.werewolves.inventory.container.StoneAltarContainer
public class StoneAltarContainer
extends de.teamlapen.lib.lib.inventory.InventoryContainerMenu
-
Nested Class Summary
Nested classes/interfaces inherited from class de.teamlapen.lib.lib.inventory.InventoryContainerMenu
de.teamlapen.lib.lib.inventory.InventoryContainerMenu.SelectorInfo, de.teamlapen.lib.lib.inventory.InventoryContainerMenu.SelectorSlot, de.teamlapen.lib.lib.inventory.InventoryContainerMenu.SelectorSlotFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final de.teamlapen.lib.lib.inventory.InventoryContainerMenu.SelectorInfo[]Fields inherited from class de.teamlapen.lib.lib.inventory.InventoryContainerMenu
inventory, worldPosFields inherited from class net.minecraft.world.inventory.AbstractContainerMenu
CARRIED_SLOT_SIZE, containerId, QUICKCRAFT_HEADER_CONTINUE, QUICKCRAFT_HEADER_END, QUICKCRAFT_HEADER_START, QUICKCRAFT_TYPE_CHARITABLE, QUICKCRAFT_TYPE_CLONE, QUICKCRAFT_TYPE_GREEDY, SLOT_CLICKED_OUTSIDE, slots -
Constructor Summary
ConstructorsConstructorDescriptionStoneAltarContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory) Deprecated.StoneAltarContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.Container inventory, net.minecraft.world.inventory.ContainerLevelAccess worldPos) -
Method Summary
Modifier and TypeMethodDescriptionbooleanstillValid(net.minecraft.world.entity.player.Player playerIn) Methods inherited from class de.teamlapen.lib.lib.inventory.InventoryContainerMenu
addPlayerSlots, addPlayerSlots, isSlotEnabled, quickMoveStack, removedMethods inherited from class net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, clicked, clickMenuButton, findSlot, getCarried, getItems, getQuickcraftHeader, getQuickcraftMask, getQuickCraftPlaceCount, getQuickcraftType, getRedstoneSignalFromBlockEntity, getRedstoneSignalFromContainer, getSlot, getStateId, getType, incrementStateId, initializeContents, isValidQuickcraftType, isValidSlotIndex, moveItemStackTo, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState
-
Field Details
-
SELECTOR_INFOS
public static final de.teamlapen.lib.lib.inventory.InventoryContainerMenu.SelectorInfo[] SELECTOR_INFOS
-
-
Constructor Details
-
StoneAltarContainer
@Deprecated public StoneAltarContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory) Deprecated. -
StoneAltarContainer
public StoneAltarContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.Container inventory, net.minecraft.world.inventory.ContainerLevelAccess worldPos)
-
-
Method Details
-
stillValid
public boolean stillValid(@Nonnull net.minecraft.world.entity.player.Player playerIn) - Overrides:
stillValidin classde.teamlapen.lib.lib.inventory.InventoryContainerMenu
-