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

    Fields
    Modifier and Type
    Field
    Description
    static final de.teamlapen.lib.lib.inventory.InventoryContainerMenu.SelectorInfo[]
     

    Fields inherited from class de.teamlapen.lib.lib.inventory.InventoryContainerMenu

    inventory, worldPos

    Fields 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

    Constructors
    Constructor
    Description
    StoneAltarContainer(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 Type
    Method
    Description
    boolean
    stillValid(net.minecraft.world.entity.player.Player playerIn)
     

    Methods inherited from class de.teamlapen.lib.lib.inventory.InventoryContainerMenu

    addPlayerSlots, addPlayerSlots, isSlotEnabled, quickMoveStack, removed

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      stillValid in class de.teamlapen.lib.lib.inventory.InventoryContainerMenu