- saveValue() - Method in class com.comphenix.protocol.reflect.VolatileField
-
Ensure that the current value is still set after this class has been garbaged collected.
- scheduleAsyncTask(Plugin, Runnable) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Used to create a default asynchronous task.
- scheduleCompilation(Map<Class, StructureModifier>, Class) - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Ensure that the indirectly given structure modifier is eventually compiled.
- scheduleCompilation(StructureModifier<TKey>, CompileListener<TKey>) - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Ensure that the given structure modifier is eventually compiled.
- sendingWhitelist - Variable in class com.comphenix.protocol.events.PacketAdapter
-
- sendPacket(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncMarker
-
Transmit a given packet to the current packet stream.
- sendProcessedPackets(int, boolean) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Send any due packets, or clean up packets that have expired.
- sendServerPacket(Packet, boolean) - Method in class com.comphenix.protocol.injector.NetworkServerInjector
-
- sendServerPacket(Player, PacketContainer) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- sendServerPacket(Player, PacketContainer, boolean) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- sendServerPacket(Player, PacketContainer) - Method in interface com.comphenix.protocol.PacketStream
-
Send a packet to the given player.
- sendServerPacket(Player, PacketContainer, boolean) - Method in interface com.comphenix.protocol.PacketStream
-
Send a packet to the given player.
- SET_CREATIVE_SLOT - Static variable in class com.comphenix.protocol.Packets.Client
-
- SET_CREATIVE_SLOT - Static variable in class com.comphenix.protocol.Packets.Server
-
- SET_EXPERIENCE - Static variable in class com.comphenix.protocol.Packets.Server
-
- SET_SLOT - Static variable in class com.comphenix.protocol.Packets.Server
-
- setAsyncCancelled(boolean) - Method in class com.comphenix.protocol.async.AsyncMarker
-
Set whether or not the asynchronous handling should be cancelled.
- setAsyncMarker(AsyncMarker) - Method in class com.comphenix.protocol.events.PacketEvent
-
Set the asynchronous marker.
- setCacheMethods(boolean) - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Set whether methods should be cached for greater performance or not,
default is true
.
- setCancelled(boolean) - Method in class com.comphenix.protocol.events.PacketEvent
-
Sets whether or not the packet should be cancelled.
- setConverter(EquivalentConverter<TField>) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Set the current object converter.
- setEnabled(boolean) - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Sets whether or not the background compiler is enabled.
- setForceAccess(boolean) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Sets whether or not not to override any scope restrictions.
- setForceAccess(boolean) - Method in class com.comphenix.protocol.reflect.VolatileField
-
Sets whether or not not to override any scope restrictions.
- setInstance(BackgroundCompiler) - Static method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Sets the single background compiler we're using.
- setNewSendingIndex(long) - Method in class com.comphenix.protocol.async.AsyncMarker
-
Sets the desired sending order after processing has completed.
- setPacket(PacketContainer) - Method in class com.comphenix.protocol.events.PacketEvent
-
Replace the packet that will be sent to the player.
- setPacketStream(PacketStream) - Method in class com.comphenix.protocol.async.AsyncMarker
-
Sets the output packet stream responsible for transmitting this packet.
- setPlayerHook(PacketFilterManager.PlayerInjectHooks) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Sets how the server packets are read.
- setTimeout(long) - Method in class com.comphenix.protocol.async.AsyncMarker
-
Set the time the packet will be forcefully rejected.
- setValue(Object) - Method in class com.comphenix.protocol.reflect.VolatileField
-
Sets the current value.
- SHUTDOWN_DELAY_MS - Static variable in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
- shutdownAll() - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Clean up after ourselves using the default timeout.
- shutdownAll(long, TimeUnit) - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Clean up after ourselves.
- signalPacketUpdate(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Signal that a packet is ready to be transmitted.
- signalProcessingDone(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Signal that a packet has finished processing.
- size() - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Retrieve the size of the list.
- size() - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieve the number of readable types.
- SortedCopyOnWriteArray<T extends java.lang.Comparable<T>> - Class in com.comphenix.protocol.concurrency
-
An implicitly sorted array list that preserves insertion order and maintains duplicates.
- SortedCopyOnWriteArray() - Constructor for class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Construct an empty sorted array.
- SortedCopyOnWriteArray(Collection<T>) - Constructor for class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Create a sorted array from the given list.
- SortedCopyOnWriteArray(Collection<T>, boolean) - Constructor for class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Create a sorted array from the given list.
- SPAWN_POSITION - Static variable in class com.comphenix.protocol.Packets.Server
-
- start() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
-
Start the asynchronous listener using the Bukkit scheduler.
- STATISTIC - Static variable in class com.comphenix.protocol.Packets.Server
-
- Statistics - Class in com.comphenix.protocol.metrics
-
- Statistics(Plugin) - Constructor for class com.comphenix.protocol.metrics.Statistics
-
- STRING_DEFAULT - Static variable in class com.comphenix.protocol.reflect.instances.PrimitiveGenerator
-
Default value for Strings.
- StructureCache - Class in com.comphenix.protocol.injector
-
Caches structure modifiers.
- StructureCache() - Constructor for class com.comphenix.protocol.injector.StructureCache
-
- StructureCompiler - Class in com.comphenix.protocol.reflect.compiler
-
Represents a StructureModifier compiler.
- structureModifier - Variable in class com.comphenix.protocol.events.PacketContainer
-
- StructureModifier<TField> - Class in com.comphenix.protocol.reflect
-
Provides list-oriented access to the fields of a Minecraft packet.
- StructureModifier(Class, Class, boolean) - Constructor for class com.comphenix.protocol.reflect.StructureModifier
-
Creates a structure modifier.
- StructureModifier() - Constructor for class com.comphenix.protocol.reflect.StructureModifier
-
Consumers of this method should call "initialize".
- subtypeCache - Variable in class com.comphenix.protocol.reflect.StructureModifier
-