Uses of Enum Class
com.comphenix.protocol.events.ListenerOptions
Packages that use ListenerOptions
Package
Description
-
Uses of ListenerOptions in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return ListenerOptionsModifier and TypeMethodDescriptionstatic ListenerOptionsReturns the enum constant of this class with the specified name.static ListenerOptions[]ListenerOptions.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.events that return types with arguments of type ListenerOptionsModifier and TypeMethodDescriptionListeningWhitelist.getOptions()Retrieve every special option associated with this whitelist.Methods in com.comphenix.protocol.events with parameters of type ListenerOptionsModifier and TypeMethodDescriptionListeningWhitelist.Builder.mergeOptions(ListenerOptions... serverOptions)Options to merge into the current set of options.ListeningWhitelist.Builder.options(ListenerOptions[] serverOptions)Set the options to copy when constructing new whitelists.PacketAdapter.AdapterParameteters.options(ListenerOptions... options)Set listener options that decide whether or not to intercept the raw packet data as read from the network stream.Method parameters in com.comphenix.protocol.events with type arguments of type ListenerOptionsModifier and TypeMethodDescriptionListeningWhitelist.Builder.mergeOptions(Collection<ListenerOptions> serverOptions)Options to merge into the current set of options.ListeningWhitelist.Builder.options(Collection<ListenerOptions> options)Set the options to copy when constructing new whitelists.ListeningWhitelist.Builder.options(Set<ListenerOptions> options)Set the options to copy when constructing new whitelists.PacketAdapter.AdapterParameteters.options(Set<? extends ListenerOptions> options)Set listener options that decide whether or not to intercept the raw packet data as read from the network stream.Constructors in com.comphenix.protocol.events with parameters of type ListenerOptionsModifierConstructorDescriptionPacketAdapter(org.bukkit.plugin.Plugin plugin, ListenerPriority listenerPriority, Iterable<? extends PacketType> types, ListenerOptions... options)Initialize a packet listener with the given parameters. -
Uses of ListenerOptions in com.comphenix.protocol.injector.netty
Method parameters in com.comphenix.protocol.injector.netty with type arguments of type ListenerOptionsModifier and TypeMethodDescriptionbooleanAbstractPacketInjector.addPacketHandler(PacketType type, Set<ListenerOptions> options)voidAbstractPlayerHandler.addPacketHandler(PacketType type, Set<ListenerOptions> options) -
Uses of ListenerOptions in com.comphenix.protocol.injector.packet
Method parameters in com.comphenix.protocol.injector.packet with type arguments of type ListenerOptionsModifier and TypeMethodDescriptionbooleanPacketInjector.addPacketHandler(PacketType type, Set<ListenerOptions> options)Start intercepting packets with the given packet type. -
Uses of ListenerOptions in com.comphenix.protocol.injector.player
Method parameters in com.comphenix.protocol.injector.player with type arguments of type ListenerOptionsModifier and TypeMethodDescriptionvoidPlayerInjectionHandler.addPacketHandler(PacketType type, Set<ListenerOptions> options)Add an underlying packet handler of the given type.