Uses of Enum Class
dev.wyck.renderer.packet.PacketHandler.Injector
Packages that use PacketHandler.Injector
-
Uses of PacketHandler.Injector in dev.wyck.renderer.packet
Subclasses with type arguments of type PacketHandler.Injector in dev.wyck.renderer.packetModifier and TypeClassDescriptionstatic enumEnum constant for supported packet manipulation libraries.Methods in dev.wyck.renderer.packet that return PacketHandler.InjectorModifier and TypeMethodDescriptionstatic PacketHandler.InjectorReturns the enum constant of this class with the specified name.static PacketHandler.Injector[]PacketHandler.Injector.values()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.InjectorModifier and TypeMethodDescriptionPacketHandler.Factory.create(Plugin provider, PacketHandler.Injector manipulator, PacketHandler.Priority priority) Constructs a PacketHandler backed by the given manipulator library.static PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Injector injector) Creates a PacketHandler using the specified packet manipulation library.static PacketHandlerPacketHandler.of(Plugin provider, PacketHandler.Injector injector, PacketHandler.Priority priority) Creates a PacketHandler using the specified packet manipulation library.