Klasse BackpackSlot

java.lang.Object
net.minecraft.world.inventory.Slot
info.u_team.useful_backpacks.menu.slot.BackpackSlot

public class BackpackSlot extends net.minecraft.world.inventory.Slot
  • Feldübersicht

    Von Klasse geerbte Felder net.minecraft.world.inventory.Slot

    container, index, x, y
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    BackpackSlot(net.minecraft.world.Container container, int index, int x, int y)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    mayPlace(net.minecraft.world.item.ItemStack stack)
     

    Von Klasse geerbte Methoden net.minecraft.world.inventory.Slot

    allowModification, checkTakeAchievements, getContainerSlot, getItem, getMaxStackSize, getMaxStackSize, getNoItemIcon, getSlotIndex, hasItem, isActive, isFake, isHighlightable, isSameInventory, mayPickup, onQuickCraft, onQuickCraft, onSwapCraft, onTake, remove, safeInsert, safeInsert, safeTake, set, setBackground, setByPlayer, setByPlayer, setChanged, tryRemove

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • BackpackSlot

      public BackpackSlot(net.minecraft.world.Container container, int index, int x, int y)
  • Methodendetails

    • mayPlace

      public boolean mayPlace(net.minecraft.world.item.ItemStack stack)
      Setzt außer Kraft:
      mayPlace in Klasse net.minecraft.world.inventory.Slot