- unhookTask(DelayedSingleTask) - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Set the task used to delay unhooking when ProtocolLib is no in use.
- uninitializePlayers(Player[]) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Uninitialize the packet injection of every player.
- UNKNOWN_PACKET - Static variable in class com.comphenix.protocol.PacketType
-
Represents an unknown legacy packet ID.
- unregisterAsyncHandler(AsyncListenerHandler) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- unregisterAsyncHandler(AsyncListenerHandler) - Method in interface com.comphenix.protocol.AsynchronousManager
-
Unregisters and closes the given asynchronous handler.
- unregisterAsyncHandlers(Plugin) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- unregisterAsyncHandlers(Plugin) - Method in interface com.comphenix.protocol.AsynchronousManager
-
Unregisters every asynchronous handler associated with this plugin.
- unregisterPacketClass(Class<?>) - Method in interface com.comphenix.protocol.injector.ListenerInvoker
-
Associate a given class with the given packet ID.
- unregisterPacketClass(Class<?>) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Deprecated.
- unregisterTimeoutHandler(PacketListener) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- unregisterTimeoutHandler(PacketListener) - Method in interface com.comphenix.protocol.AsynchronousManager
-
Unregisters a given timeout listener.
- unwrapItem(Object) - Method in class com.comphenix.protocol.injector.BukkitUnwrapper
-
- unwrapItem(Object) - Method in interface com.comphenix.protocol.injector.PacketConstructor.Unwrapper
-
Convert the given wrapped object to the equivalent net.minecraft.server object.
- UPDATE_ATTRIBUTES - Static variable in class com.comphenix.protocol.Packets.Server
-
Deprecated.
- UPDATE_ATTRIBUTES - Static variable in class com.comphenix.protocol.PacketType.Play.Server
-
- UPDATE_HEALTH - Static variable in class com.comphenix.protocol.Packets.Server
-
Deprecated.
- UPDATE_HEALTH - Static variable in class com.comphenix.protocol.PacketType.Play.Server
-
- UPDATE_SCORE - Static variable in class com.comphenix.protocol.Packets.Server
-
Deprecated.
- UPDATE_SIGN - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
- UPDATE_SIGN - Static variable in class com.comphenix.protocol.Packets.Server
-
Deprecated.
- UPDATE_SIGN - Static variable in class com.comphenix.protocol.PacketType.Play.Client
-
- UPDATE_SIGN - Static variable in class com.comphenix.protocol.PacketType.Play.Server
-
- UPDATE_TIME - Static variable in class com.comphenix.protocol.Packets.Server
-
Deprecated.
- UPDATE_TIME - Static variable in class com.comphenix.protocol.PacketType.Play.Server
-
- updateEntity(Entity, List<Player>) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- updateEntity(Entity, List<Player>) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- updateEntity(Entity, List<Player>) - Method in interface com.comphenix.protocol.ProtocolManager
-
Completely resend an entity to a list of clients.
- Updater - Class in com.comphenix.protocol.metrics
-
Check dev.bukkit.org to find updates for a given plugin, and download the updates if needed.
- Updater(Plugin, int, File, Updater.UpdateType, boolean) - Constructor for class com.comphenix.protocol.metrics.Updater
-
Initialize the updater.
- Updater.UpdateResult - Enum in com.comphenix.protocol.metrics
-
Gives the dev the result of the update process.
- Updater.UpdateType - Enum in com.comphenix.protocol.metrics
-
Allows the dev to specify the type of update that will be run.
- USE_ENTITY - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
- USE_ENTITY - Static variable in class com.comphenix.protocol.PacketType.Play.Client
-
- useStructureCompiler - Variable in class com.comphenix.protocol.reflect.StructureModifier
-
- usingAddress() - Static method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
-
Construct a new concurrent player map that uses each player's address as key.
- usingName() - Static method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
-
Construct a new concurrent player map that uses each player's name as key.
- usingPackage(String) - Method in class com.comphenix.protocol.utility.ClassSource
-
Retrieve a class source that prepends a specific package name to every lookup.
- uuid(UUID) - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier.Builder
-
Set the unique UUID that identifies the origin of this modifier.