- lastIndexOf(Object) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedList
-
- library(Plugin) - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Set a reference to the plugin instance of ProtocolLib.
- ListenerInvoker - Interface in com.comphenix.protocol.injector
-
Represents an object that initiate the packet listeners.
- ListenerOptions - Enum in com.comphenix.protocol.events
-
Represents additional options a listener may require.
- ListenerPriority - Enum in com.comphenix.protocol.events
-
Represents a packet event priority, similar to the Bukkit EventPriority.
- listenerPriority(ListenerPriority) - Method in class com.comphenix.protocol.events.PacketAdapter.AdapterParameteters
-
Set the the event priority, where the execution is in ascending order from lowest to highest.
- ListeningWhitelist - Class in com.comphenix.protocol.events
-
Determines which packets will be observed by a listener, and with what priority.
- ListeningWhitelist(ListenerPriority, Set<Integer>) - Constructor for class com.comphenix.protocol.events.ListeningWhitelist
-
Deprecated.
- ListeningWhitelist(ListenerPriority, Set<Integer>, GamePhase) - Constructor for class com.comphenix.protocol.events.ListeningWhitelist
-
Deprecated.
- ListeningWhitelist(ListenerPriority, Integer...) - Constructor for class com.comphenix.protocol.events.ListeningWhitelist
-
Deprecated.
- ListeningWhitelist(ListenerPriority, Integer[], GamePhase) - Constructor for class com.comphenix.protocol.events.ListeningWhitelist
-
Deprecated.
- ListeningWhitelist(ListenerPriority, Integer[], GamePhase, ListenerOptions...) - Constructor for class com.comphenix.protocol.events.ListeningWhitelist
-
Deprecated.
- ListeningWhitelist.Builder - Class in com.comphenix.protocol.events
-
Represents a builder of whitelists.
- listIterator() - Method in class com.comphenix.protocol.wrappers.collection.ConvertedList
-
- listIterator(int) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedList
-
- loadClass(String) - Method in class com.comphenix.protocol.utility.ClassSource
-
Retrieve a class by name.
- LOCALE_AND_VIEW_DISTANCE - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
- logger - Variable in class com.comphenix.protocol.error.DetailedErrorReporter
-
- LOGIN - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
- LOGIN - Static variable in class com.comphenix.protocol.Packets.Server
-
Deprecated.
- LOGIN - Static variable in class com.comphenix.protocol.PacketType.Legacy.Client
-
- LOGIN - Static variable in class com.comphenix.protocol.PacketType.Play.Server
-
- LOGIN_START - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
This packet was introduced in 1.7.2.
- LOGIN_SUCCESS - Static variable in class com.comphenix.protocol.Packets.Server
-
Deprecated.
This packet was introduced in 1.7.2.
- loginPhase() - Method in class com.comphenix.protocol.events.PacketAdapter.AdapterParameteters
-
Set the game phase to
GamePhase.LOGIN
, allowing ProtocolLib to intercept login packets.
- LOOK - Static variable in class com.comphenix.protocol.PacketType.Play.Client
-
- lookupClassLoader(StructureModifier<TField>) - Method in class com.comphenix.protocol.reflect.compiler.StructureCompiler
-
Lookup the current class loader for any previously generated classes before we attempt to generate something.
- lookupPlayer(Object) - Method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
-
Lookup a player by key in the cache, optionally searching every online player.
- low() - Method in class com.comphenix.protocol.events.ListeningWhitelist.Builder
-
Set the priority of the whitelist to low.
- lowest() - Method in class com.comphenix.protocol.events.ListeningWhitelist.Builder
-
Set the priority of the whitelist to lowest.