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

    Konstruktoren
    Konstruktor
    Beschreibung
    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)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    clicked(int slotId, int dragType, net.minecraft.world.inventory.ClickType clickType, net.minecraft.world.entity.player.Player player)
     
    createEnderChestContainer(int id, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.network.FriendlyByteBuf buffer)
     
    createEnderChestContainer(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, twoRows

    Von 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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      clicked in Klasse net.minecraft.world.inventory.AbstractContainerMenu