Klasse EnderChestBackpackMenu
java.lang.Object
net.minecraft.world.inventory.AbstractContainerMenu
net.minecraft.world.inventory.ChestMenu
info.u_team.useful_backpacks.menu.EnderChestBackpackMenu
public class EnderChestBackpackMenu
extends net.minecraft.world.inventory.ChestMenu
-
Feldübersicht
Von Klasse geerbte Felder 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 -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEnderChestBackpackMenu(net.minecraft.world.inventory.MenuType<?> type, int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.Container inventory, int rows, int selectedSlot) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidclicked(int slotId, int dragType, net.minecraft.world.inventory.ClickType clickType, net.minecraft.world.entity.player.Player player) static EnderChestBackpackMenucreateEnderChestContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.network.FriendlyByteBuf buffer) static EnderChestBackpackMenucreateEnderChestContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.Container inventory, int selectedSlot) Von Klasse geerbte Methoden net.minecraft.world.inventory.ChestMenu
fiveRows, fourRows, getContainer, getRowCount, oneRow, quickMoveStack, removed, sixRows, sixRows, stillValid, threeRows, threeRows, twoRowsVon Klasse geerbte Methoden net.minecraft.world.inventory.AbstractContainerMenu
addDataSlot, addDataSlots, addSlot, addSlotListener, broadcastChanges, broadcastFullState, canDragTo, canItemQuickReplace, canTakeItemForPickAll, checkContainerDataCount, checkContainerSize, clearContainer, 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
-
Konstruktordetails
-
EnderChestBackpackMenu
public EnderChestBackpackMenu(net.minecraft.world.inventory.MenuType<?> type, int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.Container inventory, int rows, int selectedSlot)
-
-
Methodendetails
-
createEnderChestContainer
public static EnderChestBackpackMenu createEnderChestContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.network.FriendlyByteBuf buffer) -
createEnderChestContainer
public static EnderChestBackpackMenu createEnderChestContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.world.Container inventory, int selectedSlot) -
clicked
public void clicked(int slotId, int dragType, net.minecraft.world.inventory.ClickType clickType, net.minecraft.world.entity.player.Player player) - Setzt außer Kraft:
clickedin Klassenet.minecraft.world.inventory.AbstractContainerMenu
-