Uses of Class
com.comphenix.protocol.events.ListeningWhitelist.Builder
Packages that use ListeningWhitelist.Builder
-
Uses of ListeningWhitelist.Builder in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return ListeningWhitelist.BuilderModifier and TypeMethodDescriptionSet the gamephase to use when constructing new whitelists.ListeningWhitelist.Builder.gamePhaseBoth()Set the gamephase toGamePhase.BOTH.ListeningWhitelist.Builder.high()Set the priority of the whitelist to high.ListeningWhitelist.Builder.highest()Set the priority of the whitelist to highest.ListeningWhitelist.Builder.low()Set the priority of the whitelist to low.ListeningWhitelist.Builder.lowest()Set the priority of the whitelist to lowest.ListeningWhitelist.Builder.mergeOptions(ListenerOptions... serverOptions)Options to merge into the current set of options.ListeningWhitelist.Builder.mergeOptions(Collection<ListenerOptions> serverOptions)Options to merge into the current set of options.ListeningWhitelist.Builder.monitor()Set the priority of the whitelist to monitor.static ListeningWhitelist.BuilderListeningWhitelist.newBuilder()Construct a new builder of whitelists.static ListeningWhitelist.BuilderListeningWhitelist.newBuilder(ListeningWhitelist template)Construct a new builder of whitelists initialized to the same values as the template.ListeningWhitelist.Builder.normal()Set the priority of the whitelist to normal.ListeningWhitelist.Builder.options(ListenerOptions[] serverOptions)Set the options to copy when constructing new whitelists.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.ListeningWhitelist.Builder.priority(ListenerPriority priority)Set the priority to use when constructing new whitelists.ListeningWhitelist.Builder.types(PacketType... types)Set the whitelist of packet types to copy when constructing new whitelists.ListeningWhitelist.Builder.types(Collection<PacketType> types)Set the whitelist of packet types to copy when constructing new whitelists.