Class ShulkerBoxSlot

java.lang.Object
net.minecraft.world.inventory.Slot
net.minecraft.world.inventory.ShulkerBoxSlot

public class ShulkerBoxSlot extends Slot
  • Constructor Details

    • ShulkerBoxSlot

      public ShulkerBoxSlot(Container p_40202_, int p_40203_, int p_40204_, int p_40205_)
  • Method Details

    • mayPlace

      public boolean mayPlace(ItemStack pStack)
      Check if the stack is allowed to be placed in this slot, used for armor slots as well as furnace fuel.
      Overrides:
      mayPlace in class Slot