Uses of Class
com.comphenix.protocol.events.ListeningWhitelist
Packages that use ListeningWhitelist
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of ListeningWhitelist in com.comphenix.protocol
Methods in com.comphenix.protocol that return ListeningWhitelistModifier and TypeMethodDescriptionPacketLogging.getReceivingWhitelist()PacketLogging.getSendingWhitelist()Methods in com.comphenix.protocol with parameters of type ListeningWhitelistModifier and TypeMethodDescriptionvoidProtocolManager.verifyWhitelist(PacketListener listener, ListeningWhitelist whitelist) -
Uses of ListeningWhitelist in com.comphenix.protocol.concurrency
Methods in com.comphenix.protocol.concurrency with parameters of type ListeningWhitelistModifier and TypeMethodDescriptionvoidAbstractConcurrentListenerMultimap.addListener(TListener listener, ListeningWhitelist whitelist)Adds a listener to its requested list of packet receivers.AbstractConcurrentListenerMultimap.removeListener(TListener listener, ListeningWhitelist whitelist)Removes the given listener from the packet event list. -
Uses of ListeningWhitelist in com.comphenix.protocol.events
Fields in com.comphenix.protocol.events declared as ListeningWhitelistModifier and TypeFieldDescriptionstatic ListeningWhitelistListeningWhitelist.EMPTY_WHITELISTA whitelist with no packets - indicates that the listener shouldn't observe any packets.protected ListeningWhitelistPacketAdapter.receivingWhitelistprotected ListeningWhitelistPacketAdapter.sendingWhitelistMethods in com.comphenix.protocol.events that return ListeningWhitelistModifier and TypeMethodDescriptionListeningWhitelist.Builder.build()Construct a new whitelist from the values in this builder.MonitorAdapter.getReceivingWhitelist()PacketAdapter.getReceivingWhitelist()PacketListener.getReceivingWhitelist()Retrieve which packets sent by the client this listener will observe.MonitorAdapter.getSendingWhitelist()PacketAdapter.getSendingWhitelist()PacketListener.getSendingWhitelist()Retrieve which packets sent by the server this listener will observe.Methods in com.comphenix.protocol.events with parameters of type ListeningWhitelistModifier and TypeMethodDescriptionstatic booleanListeningWhitelist.isEmpty(ListeningWhitelist whitelist)Determine if the given whitelist is empty or not.static ListeningWhitelist.BuilderListeningWhitelist.newBuilder(ListeningWhitelist template)Construct a new builder of whitelists initialized to the same values as the template. -
Uses of ListeningWhitelist in com.comphenix.protocol.injector
Methods in com.comphenix.protocol.injector with parameters of type ListeningWhitelistModifier and TypeMethodDescriptionvoidPacketFilterManager.verifyWhitelist(PacketListener listener, ListeningWhitelist whitelist)Determine if the packet IDs in a whitelist is valid.