A B C D E F G H I K L M N O P R S T U V W X Y Z 

S

SafeCacheBuilder<K,V> - Class in com.comphenix.protocol.utility
Represents a Guava CacheBuilder that is compatible with both Guava 10 and 13.
saveAll() - Method in class com.comphenix.protocol.ProtocolConfig
Save the current configuration file.
saveTo(File, TimedListenerManager) - Method in class com.comphenix.protocol.timing.TimingReportGenerator
 
saveValue() - Method in class com.comphenix.protocol.reflect.VolatileField
Ensure that the current value is still set after this class has been garbaged collected.
SCARY_UPDATE - Static variable in class com.comphenix.protocol.utility.MinecraftVersion
Version 1.4.2 - the scary update (Wither Boss).
schedule(long, Runnable) - Method in class com.comphenix.protocol.injector.DelayedSingleTask
Schedule a single task for execution.
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.
scheduler - Variable in class com.comphenix.protocol.injector.DelayedSingleTask
 
scheduleRegister(PacketType, String) - Static method in class com.comphenix.protocol.PacketType
Register a particular packet type.
SCOREBOARD_DISPLAY_OBJECTIVE - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SCOREBOARD_OBJECTIVE - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
SCOREBOARD_OBJECTIVE - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SCOREBOARD_SCORE - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SCOREBOARD_TEAM - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
sealed - Variable in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
Whether or not this contract can be modified.
SECOND_LEVEL_PREFIX - Static variable in class com.comphenix.protocol.error.DetailedErrorReporter
 
sendingWhitelist - Variable in class com.comphenix.protocol.events.PacketAdapter
 
sendMessageSilently(CommandSender, String) - Method in class com.comphenix.protocol.utility.ChatExtensions
Send a message without invoking the packet listeners.
sendProcessedPackets(int, boolean) - Method in class com.comphenix.protocol.async.AsyncFilterManager
Send any due packets, or clean up packets that have expired.
sendServerPacket(Player, PacketContainer) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
sendServerPacket(Player, PacketContainer, boolean) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
sendServerPacket(Player, PacketContainer, NetworkMarker, boolean) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
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, NetworkMarker, 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.
sendServerPacket(Player, PacketContainer, NetworkMarker, boolean) - Method in interface com.comphenix.protocol.PacketStream
Send a packet to the given player.
sendServerPacket(Player, PacketContainer, boolean) - Method in interface com.comphenix.protocol.ProtocolManager
Send a packet to the given player.
SerializableCloner - Class in com.comphenix.protocol.reflect.cloning
Represents a cloner that can clone any class that implements Serializable.
SerializableCloner() - Constructor for class com.comphenix.protocol.reflect.cloning.SerializableCloner
 
serialize(NbtBase<TType>, DataOutput) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtBinarySerializer
Write the content of a wrapped NBT tag to a stream.
serialize(NbtBase<TType>, ConfigurationSection) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
Write the content of a NBT tag to a configuration section.
serialize(NbtBase<TType>) - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
Serialize a NBT tag to a base-64 encoded string.
serializeCompound(DataOutputStream, NbtCompound) - Method in class com.comphenix.protocol.utility.StreamSerializer
Write or serialize a NBT compound to the given output stream.
serializeItemStack(DataOutputStream, ItemStack) - Method in class com.comphenix.protocol.utility.StreamSerializer
Write or serialize an item stack to the given output stream.
serializeItemStack(ItemStack) - Method in class com.comphenix.protocol.utility.StreamSerializer
Serialize an item stack as a base-64 encoded string.
serializeString(DataOutputStream, String) - Method in class com.comphenix.protocol.utility.StreamSerializer
Serialize a string using the standard Minecraft UTF-16 encoding.
serializeVarInt(DataOutputStream, int) - Method in class com.comphenix.protocol.utility.StreamSerializer
Write a variable integer to an output stream.
server(Server) - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
Set the current server.
serverSide() - Method in class com.comphenix.protocol.events.PacketAdapter.AdapterParameteters
Set this adapter to also look for server-side packets.
set(Object, Object) - Method in class com.comphenix.protocol.reflect.accessors.Accessors.SynchronizedFieldAccessor
 
set(Object, Object) - Method in interface com.comphenix.protocol.reflect.accessors.FieldAccessor
Set the value of a field for a particular instance.
set(Object, Object) - Method in class com.comphenix.protocol.reflect.accessors.ReadOnlyFieldAccessor
 
set(int, VOuter) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedList
 
SET_CREATIVE_SLOT - Static variable in class com.comphenix.protocol.Packets.Client
Deprecated.
 
SET_CREATIVE_SLOT - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
SET_CREATIVE_SLOT - Static variable in class com.comphenix.protocol.PacketType.Legacy.Server
Removed in Minecraft 1.7.2
SET_CREATIVE_SLOT - Static variable in class com.comphenix.protocol.PacketType.Play.Client
 
SET_EXPERIENCE - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
SET_PROTOCOL - Static variable in class com.comphenix.protocol.PacketType.Handshake.Client
Legacy name: HANDSHAKE.
SET_SLOT - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
SET_SLOT - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
setAsyncCancelled(boolean) - Method in class com.comphenix.protocol.async.AsyncMarker
Set whether or not the asynchronous handling should be cancelled.
setAsynchronousManager(AsynchronousManager) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
Update the asynchronous manager.
setAsyncMarker(AsyncMarker) - Method in class com.comphenix.protocol.events.PacketEvent
Set the asynchronous marker.
setAutoDelay(long) - Method in class com.comphenix.protocol.ProtocolConfig
Set the amount of time to wait until checking for a new update.
setAutoDownload(boolean) - Method in class com.comphenix.protocol.ProtocolConfig
Set whether or not ProtocolLib should automatically download the new version.
setAutoLastTime(long) - Method in class com.comphenix.protocol.ProtocolConfig
Set the last time we updated, in seconds since 1970.01.01 00:00.
setAutoNotify(boolean) - Method in class com.comphenix.protocol.ProtocolConfig
Set whether or not ProtocolLib should determine if a new version has been released.
setBackgroundCompilerEnabled(boolean) - Method in class com.comphenix.protocol.ProtocolConfig
Set whether or not the background compiler for structure modifiers is enabled or not.
setBukkitPlayers(Iterable<? extends Player>) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the displayed lst of logged in players.
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.
setClassLoader(ClassLoader) - Method in class com.comphenix.protocol.utility.EnhancerFactory
Set the current class loader to use when constructing enhancers.
setConverter(EquivalentConverter<TField>) - Method in class com.comphenix.protocol.reflect.StructureModifier
Set the current object converter.
setDebug(boolean) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
setDebug(boolean) - Method in interface com.comphenix.protocol.injector.InternalManager
Set whether or not debug mode is enabled.
setDebug(boolean) - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
setDebug(boolean) - Method in class com.comphenix.protocol.ProtocolConfig
Set whether or not debug mode is enabled.
setDelegate(InternalManager) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
Update the delegate to the underlying manager.
setDetailedErrorReporting(boolean) - Method in class com.comphenix.protocol.ProtocolConfig
Set whether or not detailed error reporting is enabled.
setDetailedReporting(boolean) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
Set whether or not to use detailed error reporting.
setDirtyState(boolean) - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
Set whether or not the value must be synchronized with the client.
setDisablePermGenFraction(double) - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
Set the fraction of perm gen space used after which the background compiler will be disabled.
setElementType(NbtType) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtList
Set the type of each element.
setEnabled(boolean) - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
Sets whether or not the background compiler is enabled.
setEntity(Entity) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Set the entity associated with this data watcher.
setErrorCount(int) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
Set the number of errors printed.
setFavicon(WrappedServerPing.CompressedImage) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the compressed PNG file that is being displayed.
setFinalState(Field, boolean) - Static method in class com.comphenix.protocol.reflect.StructureModifier
Alter the final status of a field.
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.
setHandle(Object) - Method in class com.comphenix.protocol.wrappers.AbstractWrapper
Set the underlying NMS object.
setIgnoreVersionCheck(String) - Method in class com.comphenix.protocol.ProtocolConfig
Sets under which version of Minecraft the version safety feature will be ignored.
setIndex(int) - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
Set the the index of this watchable object.
setInjectionMethod(PacketFilterManager.PlayerInjectHooks) - Method in class com.comphenix.protocol.ProtocolConfig
Set the starting injection method to use.
setInstance(BackgroundCompiler) - Static method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
Sets the single background compiler we're using.
setItemTag(ItemStack, NbtCompound) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Set the NBT compound tag of a given item stack.
setJson(String) - Method in class com.comphenix.protocol.wrappers.WrappedChatComponent
Set the content of this component using a JSON object.
setLogger(Logger) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
Set the current logger that is used to print all reports.
setManager(ProtocolManager) - Method in class com.comphenix.protocol.async.AsyncFilterManager
Set the associated protocol manager.
setMaxErrorCount(int) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
Set the maximum number of errors we can print before we begin suppressing errors.
setMaximumRecursion(int) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
Set the maximum height of the hierachy of creates types.
setMetricsEnabled(boolean) - Method in class com.comphenix.protocol.ProtocolConfig
Set whether or not metrics is enabled.
setMinecraftPackage(String, String) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
Used during debugging and testing.
setMotD(WrappedChatComponent) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the message of the day.
setMotD(String) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the message of the day.
setName(String) - Method in class com.comphenix.protocol.wrappers.nbt.NameProperty
Set the name.
setName(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtBase
Set the name of this NBT tag.
setNetworkMarker(NetworkMarker) - Method in class com.comphenix.protocol.events.PacketEvent
Update the network manager.
setNewSendingIndex(long) - Method in class com.comphenix.protocol.async.AsyncMarker
Sets the desired sending order after processing has completed.
setNonNull(boolean) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
Set whether or not the constructor's parameters must be non-null.
setObject(int, Object) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Set a watched byte.
setObject(int, Object, boolean) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Set a watched byte.
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.
setPendingSynchronization(boolean) - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
Set whether or not the modifier is pending synchronization with the client.
setPlayerHook(PacketFilterManager.PlayerInjectHooks) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
 
setPlayerHook(PacketFilterManager.PlayerInjectHooks) - Method in interface com.comphenix.protocol.injector.InternalManager
Sets how the server packets are read.
setPlayerHook(PacketFilterManager.PlayerInjectHooks) - Method in class com.comphenix.protocol.injector.PacketFilterManager
Sets how the server packets are read.
setPlayers(Iterable<? extends WrappedGameProfile>) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the displayed list of logged in players.
setPlayersMaximum(int) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the displayed maximum number of players.
setPlayersOnline(int) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the displayed number of online players.
setPlayersVisible(boolean) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set whether or not the player count and player maximum is visible.
setPrefix(String) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
Set the prefix to apply to every line in the error reports.
setProcessingLock(Object) - Method in class com.comphenix.protocol.async.AsyncMarker
 
setReadOnly(boolean) - Method in class com.comphenix.protocol.events.PacketEvent
Set the read-only state of this packet event.
setReadOnly(int, boolean) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
 
setReadOnly(int, boolean) - Method in class com.comphenix.protocol.reflect.StructureModifier
Set whether or not a field should be treated as read only.
setScriptEngineName(String) - Method in class com.comphenix.protocol.ProtocolConfig
Set the unique name of the script engine to use for filtering.
setSupportURL(String) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
Set the support URL that will be added to all detailed reports.
setSuppressedReports(List<String>) - Method in class com.comphenix.protocol.ProtocolConfig
Set the list of suppressed report types,
setTimeout(long) - Method in class com.comphenix.protocol.async.AsyncMarker
Set the time the packet will be forcefully rejected.
SETTINGS - Static variable in class com.comphenix.protocol.PacketType.Play.Client
 
setTypeID(int) - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
Set the type ID of a watchable object.
setValue(TValue) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree.Entry
 
setValue(Object) - Method in class com.comphenix.protocol.reflect.VolatileField
Sets the current value.
setValue(TType) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtBase
Set the value of this NBT tag.
setValue(Object) - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
Update the value field.
setValue(Object, boolean) - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
Update the value field.
setVersionName(String) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the version name of the current server.
setVersionProtocol(int) - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
Set the version protocol
setWorkers(int) - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Set the current number of workers.
setX(int) - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
Set the x coordinate of the underlying coordinate.
setY(int) - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
Set the y coordinate of the underlying coordinate.
setZ(int) - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
Set the z coordinate of the underlying coordiate.
shallowClone() - Method in class com.comphenix.protocol.events.PacketContainer
Create a shallow copy of the current packet.
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.
signalFreeProcessingSlot(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncFilterManager
Signal that a packet has finished processing.
signalPacketTransmission(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncFilterManager
 
signalPacketTransmission(PacketEvent) - Method in interface com.comphenix.protocol.AsynchronousManager
Signal that a packet is ready to be transmitted.
size() - Method in class com.comphenix.protocol.collections.IntegerMap
Retrieve the number of mappings in this map.
size() - Method in class com.comphenix.protocol.concurrency.BlockingHashMap
 
size() - Method in class com.comphenix.protocol.concurrency.PacketTypeSet
Retrieve the number of entries in the set.
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.
size() - Method in class com.comphenix.protocol.wrappers.collection.CachedCollection
 
size() - Method in class com.comphenix.protocol.wrappers.collection.ConvertedCollection
 
size() - Method in class com.comphenix.protocol.wrappers.collection.ConvertedMap
 
size() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtList
Retrieve the number of elements in this list.
size() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
Retrieve the number of watched objects.
SKIN_UPDATE - Static variable in class com.comphenix.protocol.utility.MinecraftVersion
Version 1.7.8 - the update that changed the skin format (and distribution - R.I.P.
skipHeader(DataInputStream) - Method in class com.comphenix.protocol.events.NetworkMarker.EmptyBufferMarker
 
skipHeader(ByteBuffer) - Method in class com.comphenix.protocol.events.NetworkMarker
Return a byte buffer without the header in the current packet.
skipHeader(DataInputStream) - Method in class com.comphenix.protocol.events.NetworkMarker
Return an input stream without the header in the current packet.
SnapshotVersion - Class in com.comphenix.protocol.utility
Used to parse a snapshot version.
SnapshotVersion(String) - Constructor for class com.comphenix.protocol.utility.SnapshotVersion
 
softValues() - Method in class com.comphenix.protocol.utility.SafeCacheBuilder
Specifies that each value (not key) stored in the cache should be wrapped in a SoftReference (by default, strong references are used).
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.
SortedPacketListenerList - Class in com.comphenix.protocol.injector
Registry of synchronous packet listeners.
SortedPacketListenerList() - Constructor for class com.comphenix.protocol.injector.SortedPacketListenerList
 
SPAWN_ENTITY - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SPAWN_ENTITY_EXPERIENCE_ORB - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SPAWN_ENTITY_LIVING - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SPAWN_ENTITY_PAINTING - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SPAWN_ENTITY_WEATHER - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
SPAWN_POSITION - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
SPAWN_POSITION - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
start() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Start a singler worker thread handling the asynchronous listener.
start(Function<AsyncRunnable, Void>) - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Start a singler worker thread handling the asynchronous listener.
start(int) - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Start multiple worker threads for this listener.
start() - Method in class com.comphenix.protocol.metrics.Metrics
Start measuring statistics.
start(Updater.UpdateType) - Method in class com.comphenix.protocol.metrics.Updater
Begin looking for updates.
START - Static variable in class com.comphenix.protocol.PacketType.Login.Client
 
startTiming() - Method in class com.comphenix.protocol.timing.TimedListenerManager
Start timing listeners.
state - Variable in class com.comphenix.protocol.concurrency.AbstractIntervalTree.EndPoint
 
STATISTIC - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
Statistics - Class in com.comphenix.protocol.metrics
 
Statistics(Plugin) - Constructor for class com.comphenix.protocol.metrics.Statistics
 
STATISTICS - Static variable in class com.comphenix.protocol.PacketType.Play.Server
 
StatisticsStream - Class in com.comphenix.protocol.timing
Represents an online algortihm for computing the mean and standard deviation without storing every value.
StatisticsStream() - Constructor for class com.comphenix.protocol.timing.StatisticsStream
Construct a new stream with no observations.
StatisticsStream(StatisticsStream) - Constructor for class com.comphenix.protocol.timing.StatisticsStream
Construct a copy of the given stream.
STEER_VEHICLE - Static variable in class com.comphenix.protocol.PacketType.Play.Client
 
stop() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Stop a worker thread.
stop(int) - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Stop the given amount of worker threads.
stop() - Method in interface com.comphenix.protocol.async.AsyncRunnable
Stop the given runnable.
stopTiming() - Method in class com.comphenix.protocol.timing.TimedListenerManager
s Stop timing listeners.
StreamSerializer - Class in com.comphenix.protocol.utility
Utility methods for reading and writing Minecraft objects to streams.
StreamSerializer() - Constructor for class com.comphenix.protocol.utility.StreamSerializer
 
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) - Constructor for class com.comphenix.protocol.reflect.StructureModifier
Creates a structure modifier.
StructureModifier(Class, boolean) - Constructor for class com.comphenix.protocol.reflect.StructureModifier
Creates a structure modifier.
StructureModifier(Class, Class, boolean) - Constructor for class com.comphenix.protocol.reflect.StructureModifier
Creates a structure modifier.
StructureModifier(Class, Class, boolean, 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".
subList(int, int) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedList
 
subtract(ChunkPosition) - Method in class com.comphenix.protocol.wrappers.ChunkPosition
Adds the current position and a given position together, producing a result position.
subtypeCache - Variable in class com.comphenix.protocol.reflect.StructureModifier
 
SUCCESS - Static variable in class com.comphenix.protocol.PacketType.Login.Server
 
supportURL - Variable in class com.comphenix.protocol.error.DetailedErrorReporter
 
synchronizedComputation(OnlineComputation) - Static method in class com.comphenix.protocol.timing.OnlineComputation
Retrieve a wrapper for another online computation that is synchronized.
syncStart() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Start processing packets on the main thread.
syncStart(long, TimeUnit) - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Start processing packets on the main thread.
syncStop() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
Stop processing packets on the main thread.
A B C D E F G H I K L M N O P R S T U V W X Y Z