Interface PlayerArmor


public interface PlayerArmor
Player armor
  • Field Details

  • Method Details

    • helmet

      @Nullable @Nullable ArmorItem helmet()
      Gets helmet
      Returns:
      helmet
    • chestplate

      @Nullable @Nullable ArmorItem chestplate()
      Gets chestplate
      Returns:
      chestplate
    • leggings

      @Nullable @Nullable ArmorItem leggings()
      Gets leggings
      Returns:
      leggings
    • boots

      @Nullable @Nullable ArmorItem boots()
      Gets boots
      Returns:
      boots