Class RequestAbilityPacket

All Implemented Interfaces:
Cloneable

@Since("1.19.30-r1") @PowerNukkitXOnly public class RequestAbilityPacket extends DataPacket
  • Field Details

    • ABILITIES

      public static final PlayerAbility[] ABILITIES
    • ABILITY_TYPES

      public static final AbilityType[] ABILITY_TYPES
    • ability

      public PlayerAbility ability
    • type

      public AbilityType type
    • boolValue

      public boolean boolValue
    • floatValue

      public float floatValue
  • Constructor Details

    • RequestAbilityPacket

      public RequestAbilityPacket()
  • Method Details