Uses of Enum Class
dev.wyck.renderer.packet.PacketHandler.Manipulator
Packages that use PacketHandler.Manipulator
-
Uses of PacketHandler.Manipulator in dev.wyck.renderer.packet
Subclasses with type arguments of type PacketHandler.Manipulator in dev.wyck.renderer.packetModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version.Methods in dev.wyck.renderer.packet that return PacketHandler.ManipulatorModifier and TypeMethodDescriptionstatic 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[]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.Methods in dev.wyck.renderer.packet with parameters of type PacketHandler.ManipulatorModifier and TypeMethodDescriptionstatic PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Manipulator manipulator) Deprecated, for removal: This API element is subject to removal in a future version.static PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Manipulator manipulator, PacketHandler.Priority priority) Creates a PacketHandler using the specified packet manipulation library.
PacketHandler.Injectorinstead.