Enum Class PacketHandler.Manipulator

java.lang.Object
java.lang.Enum<PacketHandler.Manipulator>
dev.wyck.renderer.packet.PacketHandler.Manipulator
All Implemented Interfaces:
Serializable, Comparable<PacketHandler.Manipulator>, Constable
Enclosing interface:
PacketHandler

@AsOf("0.0.19") @ScheduledForRemoval(inVersion="3.0.0") @Deprecated(since="2.1.0", forRemoval=true) public static enum PacketHandler.Manipulator extends Enum<PacketHandler.Manipulator>
Deprecated, for removal: This API element is subject to removal in a future version.
Enum constant for supported packet manipulation libraries.
Since:
0.0.19
  • Enum Constant Details

    • PROTOCOLLIB

      public static final PacketHandler.Manipulator PROTOCOLLIB
      Deprecated, for removal: This API element is subject to removal in a future version.
    • PACKETEVENTS

      public static final PacketHandler.Manipulator PACKETEVENTS
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static PacketHandler.Manipulator[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PacketHandler.Manipulator valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isAvailable

      public boolean isAvailable()
      Deprecated, for removal: This API element is subject to removal in a future version.