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 pContainer, int pSlot, int pX, int pY)
  • 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