Class DisenchanterContainerMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
de.cheaterpaul.enchantmentmachine.inventory.EnchantmentBaseContainerMenu
de.cheaterpaul.enchantmentmachine.inventory.DisenchanterContainerMenu
-
Field Summary
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
ConstructorsConstructorDescriptionDisenchanterContainerMenu(int id, net.minecraft.world.Container inventory, net.minecraft.world.entity.player.Inventory playerInventory) DisenchanterContainerMenu(int id, net.minecraft.world.entity.player.Inventory playerInventory) -
Method Summary
Methods inherited from class de.cheaterpaul.enchantmentmachine.inventory.EnchantmentBaseContainerMenu
addPlayerSlots, addPlayerSlots, quickMoveStack, stillValidMethods 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, removed, removeSlotListener, resetQuickCraft, resumeRemoteUpdates, sendAllDataToRemote, setCarried, setData, setItem, setRemoteCarried, setRemoteSlot, setRemoteSlotNoCopy, setSynchronizer, slotsChanged, stillValid, suppressRemoteUpdates, transferState
-
Constructor Details
-
DisenchanterContainerMenu
public DisenchanterContainerMenu(int id, net.minecraft.world.entity.player.Inventory playerInventory) -
DisenchanterContainerMenu
public DisenchanterContainerMenu(int id, net.minecraft.world.Container inventory, net.minecraft.world.entity.player.Inventory playerInventory)
-