Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.static PacketHandler.ManipulatorDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.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.
-
Enum Constant Details
-
PROTOCOLLIB
Deprecated, for removal: This API element is subject to removal in a future version. -
PACKETEVENTS
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
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.
-
PacketHandler.Injectorinstead.