- GAME_STATE_CHANGE - Static variable in class com.comphenix.protocol.PacketType.Play.Server
-
Note that this was Packets.Server.BED.
- gamePhase(GamePhase) - Method in class com.comphenix.protocol.events.ListeningWhitelist.Builder
-
Set the gamephase to use when constructing new whitelists.
- gamePhase(GamePhase) - Method in class com.comphenix.protocol.events.PacketAdapter.AdapterParameteters
-
Set which game phase this listener is active under.
- GamePhase - Enum in com.comphenix.protocol.injector
-
The current player phase.
- gamePhaseBoth() - Method in class com.comphenix.protocol.events.ListeningWhitelist.Builder
-
- get(int) - Method in class com.comphenix.protocol.collections.IntegerMap
-
Retrieve the value associated with a given key.
- get(TKey) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Retrieves the value of the range that matches the given key, or NULL if nothing was found.
- get(TKey) - Method in class com.comphenix.protocol.concurrency.BlockingHashMap
-
Waits until a value has been associated with the given key, and then retrieves that value.
- get(TKey, long, TimeUnit) - Method in class com.comphenix.protocol.concurrency.BlockingHashMap
-
Waits until a value has been associated with the given key, and then retrieves that value.
- get(TKey, long, TimeUnit, boolean) - Method in class com.comphenix.protocol.concurrency.BlockingHashMap
-
Waits until a value has been associated with the given key, and then retrieves that value.
- get(Object) - Method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
-
- get(int) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Retrieves an element by index.
- get(Object) - Method in class com.comphenix.protocol.reflect.accessors.Accessors.SynchronizedFieldAccessor
-
- get(Object) - Method in interface com.comphenix.protocol.reflect.accessors.FieldAccessor
-
Retrieve the value of a field for a particular instance.
- get(int) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedList
-
- get(Object) - Method in class com.comphenix.protocol.wrappers.collection.ConvertedMap
-
- get(int) - Method in class com.comphenix.protocol.wrappers.WrappedIntHashMap
-
Retrieve the value associated with a specific key, or NULL if not found.
- GET_INFO - Static variable in class com.comphenix.protocol.Packets.Client
-
Deprecated.
- getAccessibleMethod(Class, String, Class[]) - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) with given name and parameters.
- getAccessibleMethod(Method) - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getAccessibleMethod(Class, Method) - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.
- getAggregateCloner() - Method in class com.comphenix.protocol.reflect.cloning.AggregateCloner.BuilderParameters
-
Retrieve the aggregate cloner that is being built.
- getAmount() - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
-
Retrieve the amount to modify in the operation.
- getArrayClass(Class<?>) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the array class of a given component type.
- getArrayConverter(Class<?>, EquivalentConverter<T>) - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve an equivalent converter for an array of generic items.
- getAsyncHandlers() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getAsyncHandlers() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Get an immutable set of every registered asynchronous packet listener.
- getAsynchronousManager() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getAsynchronousManager() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getAsynchronousManager() - Method in interface com.comphenix.protocol.ProtocolManager
-
Retrieve the current asynchronous packet manager.
- getAsyncListener() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
-
Retrieve the current asynchronous packet listener.
- getAsyncManager() - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Retrieve the asynchronous manager.
- getAsyncMarker() - Method in class com.comphenix.protocol.events.PacketEvent
-
Retrieve the asynchronous marker.
- getAttributeCollectionModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for collections of attribute snapshots.
- getAttributeKey() - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Retrieve the unique attribute key that identifies its function.
- getAttributeModifierClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the attribute modifier class.
- getAttributeSnapshotClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the attribute snapshot class.
- getAutoDelay() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve the amount of time to wait until checking for a new update.
- getAutoLastTime() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve the last time we updated, in seconds since 1970.01.01 00:00.
- getBaseclassContracts() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract
-
Retrieve an immutable list of every baseclass contract.
- getBaseValue() - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Retrieve the base value of this attribute, before any of the modifiers have been taken into account.
- getBinarySerializer() - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtTextSerializer
-
Retrieve the binary serializer that is used.
- getBins() - Method in class com.comphenix.protocol.timing.HistogramStream
-
Retrieve an immutable view of every bin in the histogram.
- getBlockClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the Block (NMS) class.
- getBlockConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for block instances.
- getBlocks() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for block fields.
- getBooleans() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every boolean field.
- getBuild() - Method in class com.comphenix.protocol.utility.MinecraftVersion
-
Build version number
- getBukkitEntity(Object) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Dynamically retrieve the Bukkit entity from a given entity.
- getBukkitItemStack(ItemStack) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve a CraftItemStack from a given ItemStack.
- getBukkitItemStack(Object) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the Bukkit ItemStack from a given net.minecraft.server ItemStack.
- getByte(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the byte value of an entry identified by a given key.
- getByte(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Get a watched byte.
- getByteArray(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the byte array value of an entry identified by a given key.
- getByteArrays() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every byte array field.
- getByteArraySerializer() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a serializer for reading and writing ItemStacks stored in a byte array.
- getByteBuffer(NetworkMarker) - Static method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve the byte buffer stored in the given marker.
- getByteOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the byte value of an existing entry, or from a new default entry if it doesn't exist.
- getBytes() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every byte field.
- getCached(FieldAccessor) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a field accessor that will cache the content of the field.
- getCallerParameters() - Method in class com.comphenix.protocol.error.Report
-
Retrieve the parameters of the caller method.
- getChatComponents() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for chat components in Minecraft 1.7.2.
- getChatComponentTextClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NMS chat component text class.
- getChatSerializerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Attempt to find the ChatSerializer class.
- getChatVisibilities() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for the ChatVisibility enum in 1.7.2.
- getChatVisibilityClass() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getChatVisibilityConverter() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getChunkCoordinate(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Get a watched string.
- getChunkCoordinatesClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ChunkCoordinates class.
- getChunkCoordIntPair() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ChunkCoordIntPair class.
- getChunkCoordIntPairs() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for wrapped ChunkCoordIntPairs.
- getChunkPositionClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ChunkPosition class.
- getChunkX() - Method in class com.comphenix.protocol.wrappers.ChunkCoordIntPair
-
Retrieve the chunk index in the x-dimension.
- getChunkZ() - Method in class com.comphenix.protocol.wrappers.ChunkCoordIntPair
-
Retrieve the chunk index in the z-dimension.
- getClass(Object) - Static method in class com.comphenix.protocol.injector.PacketConstructor
-
Retrieve the class of an object, or just the class if it already is a class object.
- getClassLoader() - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Retrieve the class loader set in this builder.
- getClassLoader() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Retrieves the current plugin class loader.
- getClassLoader() - Method in class com.comphenix.protocol.utility.EnhancerFactory
-
Get the current class loader we are using.
- getClientCommandClass() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getClientCommandConverter() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getClientCommands() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for the ClientCommand enum in 1.7.2.
- getClientPackets() - Static method in class com.comphenix.protocol.injector.PacketFilterManager
-
Deprecated.
- getClientRegistry() - Static method in class com.comphenix.protocol.Packets
-
Deprecated.
- getCloners() - Method in class com.comphenix.protocol.reflect.cloning.AggregateCloner
-
Retrieves a view of the current list of cloners.
- getColumnName() - Method in class com.comphenix.protocol.metrics.Metrics.Plotter
-
Get the column name for the plotted point
- getCompiler() - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Retrieve the current structure compiler.
- getCompound(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the compound (map) value of an entry identified by a given key.
- getCompoundOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve a compound (map) value by its key, or create a new compound if it doesn't exist.
- getConfigFile() - Method in class com.comphenix.protocol.metrics.Metrics
-
Gets the File object of the config file that should be used to store data such as the GUID and opt-out status
- getConfiguration() - Static method in class com.comphenix.protocol.ProtocolLibrary
-
Retrieve the current strongly typed configuration.
- getConstructor() - Method in interface com.comphenix.protocol.reflect.accessors.ConstructorAccessor
-
Retrieve the underlying constructor.
- getConstructor(AbstractFuzzyMatcher<MethodInfo>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve the first constructor that matches.
- getConstructorAccessor(Class<?>, Class<?>...) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a constructor accessor for a constructor with the given signature.
- getConstructorAccessor(Constructor<?>) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a constructor accessor for a particular constructor, avoding checked exceptions.
- getConstructorAccessorOrNull(Class<?>, Class<?>...) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Find a specific constructor in a class.
- getConstructorContracts() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract
-
Retrieve an immutable list of every constructor contract.
- getConstructorList(AbstractFuzzyMatcher<MethodInfo>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve a list of every constructor that matches the given matcher.
- getConstructors() - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves all private and public constructors in declared order (after JDK 1.5).
- getContainer() - Method in class com.comphenix.protocol.reflect.VolatileField
-
Retrieves the object the field is stored.
- getConverter() - Static method in class com.comphenix.protocol.wrappers.ChunkCoordIntPair
-
Used to convert between NMS ChunkPosition and the wrapper instance.
- getConverter() - Static method in class com.comphenix.protocol.wrappers.ChunkPosition
-
Used to convert between NMS ChunkPosition and the wrapper instance.
- getConvertersForGeneric() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve every converter that is associated with a generic class.
- getConvertersForSpecific() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve every converter that is associated with a specific class.
- getCount() - Method in class com.comphenix.protocol.timing.HistogramStream
-
- getCount() - Method in class com.comphenix.protocol.timing.OnlineComputation
-
Retrieve the number of observations.
- getCount() - Method in class com.comphenix.protocol.timing.StatisticsStream
-
Retrieve the number of observations.
- getCraftBukkitClass(String) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the class object of a specific CraftBukkit class.
- getCraftBukkitPackage() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the name of the root CraftBukkit package.
- getCraftChatMessage() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the CraftChatMessage in Minecraft 1.7.2.
- getCraftEntityClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the CraftEntity class.
- getCraftItemStackClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the CraftItemStack class.
- getCraftMessageClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the CraftChatMessage introduced in 1.7.2
- getCraftPlayerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the CraftPlayer class.
- getCurrentId() - Method in class com.comphenix.protocol.PacketType
-
Retrieve the current protocol ID for this packet type.
- getCurrentVersion() - Method in class com.comphenix.protocol.PacketType
-
Retrieve the Minecraft version for the current ID.
- getData() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
-
Retrieve the underlying data, with no copying.
- getDataCopy() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
-
Retrieve a copy of the underlying data array.
- getDataTypeDelimiter() - Method in class com.comphenix.protocol.wrappers.nbt.io.NbtConfigurationSerializer
-
Retrieve the current data type delimiter.
- getDataWatcherClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the DataWatcher class.
- getDataWatcherConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for the NMS DataWatcher class and our wrapper.
- getDataWatcherModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for data watchers.
- getDeclaredFields(Class<?>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves all private and public fields, up until a certain superclass.
- getDeclaredName(int) - Static method in class com.comphenix.protocol.Packets
-
Deprecated.
- getDeclaredName(Integer) - Method in class com.comphenix.protocol.reflect.IntEnum
-
Retrieve the name of the member with the given id.
- getDeclaredName(T) - Method in class com.comphenix.protocol.reflect.ObjectEnum
-
Retrieve the name of the given member.
- getDeclaringMatcher() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
-
Retrieve a class matcher for the declaring class of the member.
- getDecoratedList(Object) - Static method in class com.comphenix.protocol.wrappers.TroveWrapper
-
Retrieve a Java wrapper for the corresponding Trove list.
- getDecoratedMap(Object) - Static method in class com.comphenix.protocol.wrappers.TroveWrapper
-
Retrieve a Java wrapper for the corresponding Trove map.
- getDecoratedSet(Object) - Static method in class com.comphenix.protocol.wrappers.TroveWrapper
-
Retrieve a Java wrapper for the corresponding Trove set.
- getDefault() - Static method in class com.comphenix.protocol.reflect.ClassAnalyser
-
Retrieve the default instance.
- getDefault(Class<T>) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Retrieves a default instance or value that is assignable to this type.
- getDefault(Class<T>, List<InstanceProvider>) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Retrieves a default instance or value that is assignable to this type.
- getDefault() - Static method in class com.comphenix.protocol.utility.StreamSerializer
-
Retrieve a default stream serializer.
- getDefaultCloner() - Method in class com.comphenix.protocol.reflect.cloning.CollectionCloner
-
Retrieve the default cloner used to clone the content of each element in the collection.
- getDefaultCloner() - Method in class com.comphenix.protocol.reflect.cloning.FieldCloner
-
Retrieve the default cloner used to clone the content of each field.
- getDefaultMethod() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve the default injection method.
- getDelegate() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
Retrieve the underlying protocol manager.
- getDelegated() - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
-
Retrieve the underlying error reporter.
- getDevelopmentStage() - Method in class com.comphenix.protocol.utility.MinecraftVersion
-
Retrieve the development stage.
- getDifficulties() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for the Difficulty enum in 1.7.2.
- getDifficultyClass() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getDifficultyConverter() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getDirtyState() - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
Retrieve whether or not the value must be synchronized with the client.
- getDisablePermGenFraction() - Method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Retrieve the fraction of perm gen space used after which the background compiler will be disabled.
- getDisconnectMethod(Class<? extends Object>) - Static method in class com.comphenix.protocol.utility.MinecraftMethods
-
Retrieve the disconnect method for a given player connection.
- getDouble(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the double value of an entry identified by a given key.
- getDoubleOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the double value of an existing entry, or from a new default entry if it doesn't exist.
- getDoubles() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every double field.
- getElementType() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtList
-
Get the type of each element.
- getEndPoint(TKey) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Get the left-most end-point associated with this key.
- getEntity() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve the entity associated with this data watcher.
- getEntityClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the entity (NMS) class.
- getEntityConverter(World) - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for NMS entities and Bukkit entities.
- getEntityFromID(World, int) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getEntityFromID(World, int) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getEntityFromID(World, int) - Method in interface com.comphenix.protocol.ProtocolManager
-
Retrieve the associated entity.
- getEntityModifier(World) - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for entity objects.
- getEntityModifier(PacketEvent) - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for entity objects.
- getEntityPlayerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the EntityPlayer (NMS) class.
- getEntityTrackerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the EntityTracker (NMS) class.
- getEntityTrackers(Entity) - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getEntityTrackers(Entity) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getEntityTrackers(Entity) - Method in interface com.comphenix.protocol.ProtocolManager
-
Retrieve every client that is receiving information about a given entity.
- getEntityUseActionClass() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getEntityUseActionConverter() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getEntityUseActions() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for the EntityUse enum in 1.7.2.
- getEntityWatcher(Entity) - Static method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve the data watcher associated with an entity.
- getEntry(AbstractIntervalTree<TKey, TValue>.EndPoint, AbstractIntervalTree<TKey, TValue>.EndPoint) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Retrieve the entry from a given set of end points.
- getEnumProtocolClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the EnumProtocol class in 1.7.2.
- getErrorCount() - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
- getErrorReporter() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getErrorReporter() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Retrieve the default error reporter.
- getErrorReporter() - Static method in class com.comphenix.protocol.ProtocolLibrary
-
Retrieve the current error reporter.
- getException() - Method in class com.comphenix.protocol.error.Report
-
Retrieve the associated exception, or NULL if not found.
- getExceptionMatchers() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
-
Retrieve an immutable list of every exception matcher for this method.
- getExceptionTypes() - Method in class com.comphenix.protocol.reflect.MethodInfo
-
Returns an array of Class objects that represent the types of the exceptions declared to be thrown by the
underlying method or constructor represented by this MethodInfo object.
- getExecutorAsync() - Static method in class com.comphenix.protocol.ProtocolLibrary
-
Retrieve an executor service for performing asynchronous tasks on the behalf of ProtocolLib.
- getExecutorSync() - Static method in class com.comphenix.protocol.ProtocolLibrary
-
Retrieve an executor service for performing synchronous tasks (main thread) on the behalf of ProtocolLib.
- getFavicon() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
-
Retrieve the compressed PNG file that is being displayed as a favicon.
- getField() - Method in class com.comphenix.protocol.reflect.accessors.Accessors.SynchronizedFieldAccessor
-
- getField() - Method in interface com.comphenix.protocol.reflect.accessors.FieldAccessor
-
Retrieve the underlying field.
- getField(String) - Method in class com.comphenix.protocol.reflect.ExactReflection
-
Retrieve a field in the class hierachy by the given name.
- getField(Class, String) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Gets an accessible Field
by name respecting scope.
- getField(Class, String, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Gets an accessible Field
by name breaking scope if
requested.
- getField(AbstractFuzzyMatcher<Field>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve the first field that matches.
- getField(int) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieve a field by index.
- getField() - Method in class com.comphenix.protocol.reflect.VolatileField
-
Retrieves the current field.
- getFieldAcccessorOrNull(Class<?>, String, Class<?>) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a field accessor for a field with the given name and equivalent type, or NULL.
- getFieldAccessor(Class<?>, Class<?>, boolean) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve an accessor for the first field of the given type.
- getFieldAccessor(Class<?>, String, boolean) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve an accessor for the first field of the given type.
- getFieldAccessor(Field) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a field accessor from a given field that uses unchecked exceptions.
- getFieldAccessor(Field, boolean) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a field accessor from a given field that uses unchecked exceptions.
- getFieldAccessorArray(Class<?>, Class<?>, boolean) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve an accessor (in declared order) for every field of the givne type.
- getFieldByName(String) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a field by name.
- getFieldByType(String, Class<?>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves the first field with a type equal to or more specific to the given type.
- getFieldByType(String) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a field by type.
- getFieldByType(String, Set<Class>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a field by type.
- getFieldContracts() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract
-
Retrieve an immutable list of every field contract.
- getFieldList(AbstractFuzzyMatcher<Field>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve a list of every field that matches the given matcher.
- getFieldListByType(Class<?>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves every field with a type equal to or more specific to the given type.
- getFields() - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves all private and public fields in declared order (after JDK 1.5).
- getFields() - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieves a list of the fields matching the constraints of this structure modifier.
- getFieldType(int) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieve the type of a specified field.
- getFieldType() - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieves the common type of each field.
- getFieldValue(Object, Class<T>, boolean) - Static method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve the value of the first field of the given type.
- getFile() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve a reference to the configuration file.
- getFinalValue() - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Retrieve the final computed value.
- getFloat() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every float field.
- getFloat(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the float value of an entry identified by a given key.
- getFloat(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Get a watched float.
- getFloatOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the float value of an existing entry, or from a new default entry if it doesn't exist.
- getFriendlyWorkerName(int) - Method in class com.comphenix.protocol.async.AsyncListenerHandler
-
Create a friendly thread name using the following convention:
- getFromNativeMap() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getFromWrapperMap() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getGameModeClass() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getGameModeConverter() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getGameModes() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for the NativeGameMode enum in 1.7.2.
- getGamePhase() - Method in class com.comphenix.protocol.events.ListeningWhitelist
-
Retrieve which game phase this listener is active under.
- getGameProfileClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the GameProfile class in 1.7.2 and later.
- getGameProfiles() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for game profiles in Minecraft 1.7.2.
- getGeneric(Class<?>, TType) - Method in interface com.comphenix.protocol.reflect.EquivalentConverter
-
Retrieve a copy of the generic type from a specific type.
- getGlobalParameter(String) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Retrieve a global parameter by its key.
- getHandle() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves the underlying Minecraft packet.
- getHandle() - Method in class com.comphenix.protocol.wrappers.AbstractWrapper
-
Retrieves the underlying NMS object.
- getHandle() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtWrapper
-
Retrieve the underlying net.minecraft.server instance.
- getHandle() - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
-
Retrieve the underlying attribute modifier.
- getHandle() - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
- getHandleType() - Method in class com.comphenix.protocol.wrappers.AbstractWrapper
-
Retrieve the type of the handle.
- getIChatBaseComponentClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the IChatBaseComponent class.
- getID() - Method in interface com.comphenix.protocol.async.AsyncRunnable
-
Retrieve a unique worker ID.
- getID() - Method in class com.comphenix.protocol.events.PacketContainer
-
Deprecated.
- getId() - Method in enum com.comphenix.protocol.wrappers.WrappedAttributeModifier.Operation
-
Retrieve the unique operation ID.
- getId() - Method in class com.comphenix.protocol.wrappers.WrappedGameProfile
-
Retrieve the UUID of the player.
- getIgnoreNull(EquivalentConverter<TType>) - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Wraps a given equivalent converter in NULL checks, ensuring that such values are ignored.
- getIgnoreVersionCheck() - Method in class com.comphenix.protocol.ProtocolConfig
-
The version of Minecraft to ignore the built-in safety feature.
- getImage() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
-
Uncompress and return the stored image.
- getIndex() - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
Retrieve the index of this watchable object.
- getInitialTime() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the time the packet was initially queued for asynchronous processing.
- getInjectionMethod() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve the injection method that has been set in the configuration, or use a default value.
- getInputBuffer() - Method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve the serialized packet data (excluding the header by default) from the network input stream.
- getInputBuffer(boolean) - Method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve the serialized packet data from the network input stream.
- getInputStream() - Method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve the serialized packet data (excluding the header by default) as an input stream.
- getInputStream(boolean) - Method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve the serialized packet data as an input stream.
- getInstance() - Static method in class com.comphenix.protocol.injector.BukkitUnwrapper
-
Retrieve the default instance of the Bukkit unwrapper.
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Handshake.Client
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Handshake.Server
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Legacy.Client
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Legacy.Server
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Login.Client
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Login.Server
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Play.Client
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Play.Server
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Status.Client
-
- getInstance() - Static method in class com.comphenix.protocol.PacketType.Status.Server
-
- getInstance() - Static method in class com.comphenix.protocol.reflect.compiler.BackgroundCompiler
-
Retrieves the current background compiler.
- getInstance() - Static method in class com.comphenix.protocol.timing.TimedListenerManager
-
Retrieve the shared listener manager.
- getInstance() - Static method in class com.comphenix.protocol.utility.EnhancerFactory
-
- getInstanceProvider() - Method in class com.comphenix.protocol.reflect.cloning.AggregateCloner.BuilderParameters
-
Retrieve the instance provider last set in the builder.
- getInstanceProvider() - Method in class com.comphenix.protocol.reflect.cloning.FieldCloner
-
Retrieve the instance provider this cloner is using to create new, empty classes.
- getInteger(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the integer value of an entry identified by a given key.
- getInteger(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Get a watched integer.
- getIntegerArray(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the integer array value of an entry identified by a given key.
- getIntegerArrays() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every int array field.
- getIntegerOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the integer value of an existing entry, or from a new default entry if it doesn't exist.
- getIntegers() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every integer field.
- getInterceptWritePacket() - Method in interface com.comphenix.protocol.injector.ListenerInvoker
-
Retrieve the object responsible for intercepting write packets.
- getInterceptWritePacket() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getInterfaceContracts() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract
-
Retrieve an immutable list of every interface contract.
- getIntHashMapClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the IntHashMap class.
- getItemArrayModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for arrays of ItemStacks.
- getItemModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for ItemStack.
- getItemStack(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Get a watched string.
- getItemStackArrayClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ItemStack[] class.
- getItemStackClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NMS ItemStack class.
- getItemStackConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve the converter used to convert NMS ItemStacks to Bukkit's ItemStack.
- getJson() - Method in class com.comphenix.protocol.wrappers.WrappedChatComponent
-
Retrieve a copy of this component as a JSON string.
- getKey() - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree.Entry
-
- getKeys() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve a Set view of the keys of each entry in this compound.
- getKeyValueView() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
-
Generate a view of this matcher as a key-value map.
- getKeyValueView() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract
-
- getKeyValueView() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
-
- getLatestFileLink() - Method in class com.comphenix.protocol.metrics.Updater
-
Get the latest version's file link.
- getLatestGameVersion() - Method in class com.comphenix.protocol.metrics.Updater
-
Get the latest version's game version.
- getLatestName() - Method in class com.comphenix.protocol.metrics.Updater
-
Get the latest version's name.
- getLatestType() - Method in class com.comphenix.protocol.metrics.Updater
-
Get the latest version's release type (release, beta, or alpha).
- getLegacyId() - Method in class com.comphenix.protocol.PacketType
-
Retrieve the legacy (1.6.4 or below) protocol ID of the packet type.
- getLibrary() - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Retrieve a reference to the current ProtocolLib instance.
- getList(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the NBT list value of an entry identified by a given key.
- getListConverter(Class<?>, EquivalentConverter<T>) - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve an equivalent converter for a list of generic items.
- getListener(PacketType) - Method in class com.comphenix.protocol.concurrency.AbstractConcurrentListenerMultimap
-
Retrieve the registered listeners, in order from the lowest to the highest priority.
- getListener() - Method in class com.comphenix.protocol.injector.PrioritizedListener
-
Retrieve the underlying listener.
- getListenerHandler() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the current asynchronous listener handler.
- getListenerLoop() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
-
Create a worker that will initiate the listener loop.
- getListOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve a NBT list value by its key, or create a new list if it doesn't exist.
- getLogger() - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Retrieve the current logger that is used to print all reports.
- getLong(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the long value of an entry identified by a given key.
- getLongOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the long value of an existing entry, or from a new default entry if it doesn't exist.
- getLongs() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every long field.
- getMajor() - Method in class com.comphenix.protocol.utility.MinecraftVersion
-
Major version number
- getManager() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Retrieve the protocol manager.
- getMapConverter(Class<?>, EquivalentConverter<T>) - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve an equivalent converter for a map of generic keys and primitive values.
- getMappedMethods(List<Method>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve every method as a map over names.
- getMatchingAccessibleMethod(Class, String, Class[]) - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Find an accessible method that matches the given name and has compatible parameters.
- getMaxErrorCount() - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Retrieve the maximum number of errors we can print before we begin suppressing errors.
- getMaximum() - Method in class com.comphenix.protocol.timing.StatisticsStream
-
Retrieve the maximum observation yet observed.
- getMaximumRecursion() - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Retrieve the the maximum height of the hierachy of creates types.
- getMean() - Method in class com.comphenix.protocol.timing.StatisticsStream
-
Retrieve the average of all the observations.
- getMessage(Object[]) - Method in class com.comphenix.protocol.error.ReportType
-
Convert the given report to a string, using the provided parameters.
- getMessageParameters() - Method in class com.comphenix.protocol.error.Report
-
Retrieve the message parameters that will be used to construc the report message.
- getMethod() - Method in interface com.comphenix.protocol.reflect.accessors.MethodAccessor
-
Retrieve the underlying method.
- getMethod(String, Class<?>...) - Method in class com.comphenix.protocol.reflect.ExactReflection
-
Retrieve the first method in the class hierachy with the given name and parameters.
- getMethod(AbstractFuzzyMatcher<MethodInfo>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve the first method that matches.
- getMethodAccessor(Class<?>, String, Class<?>...) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a method accessor for a method with the given name and signature.
- getMethodAccessor(Method) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a method accessor for a particular method, avoding checked exceptions.
- getMethodAccessor(Method, boolean) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a method accessor for a particular method, avoding checked exceptions.
- getMethodByName(String) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a method by looking at its name.
- getMethodByParameters(String, Class<?>...) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a method by looking at the parameter types only.
- getMethodByParameters(String, Class<?>, Class<?>[]) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a method by looking at the parameter types and return type only.
- getMethodByParameters(String, String, String[]) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a method by looking at the parameter types and return type only.
- getMethodCalls(Method) - Method in class com.comphenix.protocol.reflect.ClassAnalyser
-
Retrieve every method calls in the given method.
- getMethodCalls(Class<?>, Method) - Method in class com.comphenix.protocol.reflect.ClassAnalyser
-
Retrieve every method calls in the given method.
- getMethodContracts() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract
-
Retrieve an immutable list of every method contract.
- getMethodList(AbstractFuzzyMatcher<MethodInfo>) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve a list of every method that matches the given matcher.
- getMethodListByParameters(Class<?>, Class<?>[]) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves every method that has the given parameter types and return type.
- getMethodName() - Method in class com.comphenix.protocol.reflect.ClassAnalyser.AsmMethod
-
- getMethods() - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves all private and public methods in declared order (after JDK 1.5).
- getMime() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
-
Retrieve the MIME type of the image.
- getMinecraftClass(String) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the class object of a specific Minecraft class.
- getMinecraftClass(String, String...) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the first class that matches a specified Minecraft name.
- getMinecraftGsonClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the google.gson.Gson class used by Minecraft.
- getMinecraftItemStack(ItemStack) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the net.minecraft.server ItemStack from a Bukkit ItemStack.
- getMinecraftLibraryClass(String) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the class object of a specific Minecraft library class.
- getMinecraftObjectMatcher() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve a abstract fuzzy class matcher for Minecraft objects.
- getMinecraftObjectRegex() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve a regular expression that can match Minecraft package objects.
- getMinecraftPackage() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the name of the Minecraft server package.
- getMinecraftServerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the MinecraftServer class.
- getMinecraftVersion() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getMinecraftVersion() - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Retrieve the current Minecraft version.
- getMinecraftVersion() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getMinecraftVersion() - Method in interface com.comphenix.protocol.ProtocolManager
-
Retrieve the current Minecraft version.
- getMinimum() - Method in class com.comphenix.protocol.timing.StatisticsStream
-
Retrieve the minimum observation yet observed.
- getMinimumConstructor(Class<T>) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Retrieve the constructor with the fewest number of parameters.
- getMinor() - Method in class com.comphenix.protocol.utility.MinecraftVersion
-
Minor version number
- getMobEffectClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the net.minecraft.server.MobEffect class.
- getModificationCount() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve the number of modifications made to this configuration.
- getModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves the generic structure modifier for this packet.
- getModifierByUUID(UUID) - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Retrieve an attribute modifier by UUID.
- getModifiers() - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Retrieve an immutable set of all the attribute modifiers that will compute the final value of this attribute.
- getModifiersBanned() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
-
Retrieve a bit field of every Modifier
that must not be present for the member to match.
- getModifiersRequired() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
-
Retrieve a bit field of every Modifier
that is required for the member to match.
- getMotD() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
-
Retrieve the message of the day.
- getName() - Method in class com.comphenix.protocol.CommandFilter.Filter
-
Retrieve the unique name of the filter.
- getName() - Method in class com.comphenix.protocol.metrics.Metrics.Graph
-
Gets the graph's name
- getName() - Method in class com.comphenix.protocol.wrappers.nbt.NameProperty
-
Retrieve the name.
- getName() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtBase
-
Retrieve the name of this NBT tag.
- getName() - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
-
Retrieve a human readable name of this modifier.
- getName() - Method in class com.comphenix.protocol.wrappers.WrappedGameProfile
-
Retrieve the name of the player.
- getName() - Method in class com.comphenix.protocol.wrappers.WrappedStatistic
-
Retrieve the unique name of this statistic.
- getNameRegex() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMember
-
Retrieve the regular expression pattern that is used to match the name of a member.
- getNBTBaseClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NBT base class.
- getNBTCompoundClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NBT Compound class.
- getNbtCompressedStreamToolsClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NBTCompressedStreamTools class.
- getNbtConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve an equivalent converter for net.minecraft.server NBT classes and their wrappers.
- getNbtModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for NBT classes.
- getNBTReadLimiterClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NBT read limiter class.
- getNetHandlerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NetHandler class (or Connection)
- getNetLoginHandlerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NetLoginHandler class (or PendingConnection)
- getNetLoginHandlerName() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Dynamically retrieve the name of the current NetLoginHandler.
- getNetServerHandlerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NetServerHandler class (or PlayerConnection)
- getNetworkListenThreadClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NetworkListenThread class (NMS).
- getNetworkManager(Player) - Static method in class com.comphenix.protocol.utility.MinecraftFields
-
Retrieve the network mananger associated with a particular player.
- getNetworkManagerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NetworkManager class or its interface.
- getNetworkManagerHandleMethod() - Static method in class com.comphenix.protocol.utility.MinecraftMethods
-
Retrieve the handle(Packet, GenericFutureListener[]) method of network manager.
- getNetworkManagerName() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Dynamically retrieve the NetworkManager name.
- getNetworkManagerReadPacketMethod() - Static method in class com.comphenix.protocol.utility.MinecraftMethods
-
Retrieve the packetRead(ChannelHandlerContext, Packet) method of NetworkMananger.
- getNetworkMarker(PacketEvent) - Static method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve the network marker of a particular event without creating it.
- getNetworkMarker() - Method in class com.comphenix.protocol.events.PacketEvent
-
Retrieve the object responsible for managing the serialized input and output of a packet.
- getNewSendingIndex() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the desired sending order after processing has completed.
- getNextEndPoint(TKey, boolean) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Get the next end point of a given key.
- getObject(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the primitive object, NbtList or NbtCompound associated with the given key.
- getObject(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve a watchable object by index.
- getObjectEnum(PacketType) - Static method in class com.comphenix.protocol.PacketType
-
Retrieve the correct object enum from a specific packet type.
- getObservations() - Method in class com.comphenix.protocol.timing.TimedTracker
-
Retrieve the total number of observations.
- getOldValue() - Method in class com.comphenix.protocol.reflect.VolatileField
-
Retrieves the field value before the previous setValue(), unless saveValue() has been called.
- getOpcode() - Method in class com.comphenix.protocol.reflect.ClassAnalyser.AsmMethod
-
Retrieve the opcode used to invoke this method or constructor.
- getOperation() - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
-
Retrieve the operation that is used to compute the final attribute value.
- getOptions() - Method in class com.comphenix.protocol.events.ListeningWhitelist
-
Retrieve every special option associated with this whitelist.
- getOriginalSendingIndex() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the order the packet was originally transmitted.
- getOuterConverter() - Method in class com.comphenix.protocol.wrappers.collection.AbstractConverted
-
Retrieve a function delegate that converts inner objects to outer objects.
- getOutputHandlers() - Method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve every registered output handler in no particular order.
- getOwnerClass() - Method in class com.comphenix.protocol.reflect.ClassAnalyser.AsmMethod
-
Retrieve the associated owner class.
- getOwnerName() - Method in class com.comphenix.protocol.reflect.ClassAnalyser.AsmMethod
-
- getPackageVersion() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the package version of the underlying CraftBukkit server.
- getPacket() - Method in class com.comphenix.protocol.events.PacketEvent
-
Retrieves the packet that will be sent to the player.
- getPacketClass(PacketType) - Method in class com.comphenix.protocol.concurrency.PacketTypeSet
-
Retrieve the packet class associated with a particular type.
- getPacketClass() - Method in class com.comphenix.protocol.PacketType
-
Retrieve the equivalent packet class.
- getPacketClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the packet class.
- getPacketClassFromID(int, boolean) - Method in interface com.comphenix.protocol.injector.ListenerInvoker
-
Deprecated.
- getPacketClassFromID(int, boolean) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Deprecated.
- getPacketDataSerializer(ByteBuf) - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve an instance of the packet data serializer wrapper.
- getPacketDataSerializerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the packet data serializer class that overrides ByteBuf.
- getPacketID() - Method in class com.comphenix.protocol.events.PacketEvent
-
Deprecated.
- getPacketID(Object) - Method in interface com.comphenix.protocol.injector.ListenerInvoker
-
Deprecated.
- getPacketID() - Method in class com.comphenix.protocol.injector.PacketConstructor
-
Deprecated.
- getPacketID(Object) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Deprecated.
- getPacketListeners() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getPacketListeners() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getPacketListeners() - Method in interface com.comphenix.protocol.ProtocolManager
-
Retrieves a list of every registered packet listener.
- getPacketReadByteBufMethod() - Static method in class com.comphenix.protocol.utility.MinecraftMethods
-
Retrieve the Packet.read(PacketDataSerializer) method.
- getPacketStream() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getPacketStream() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the packet stream responsible for transmitting this packet.
- getPacketStream() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Retrieve the default packet stream.
- getPacketType() - Method in class com.comphenix.protocol.events.PacketEvent
-
Retrieve the packet type.
- getPacketType(Object) - Method in interface com.comphenix.protocol.injector.ListenerInvoker
-
Retrieve the associated type of a packet.
- getPacketType(Object) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getPacketWriteByteBufMethod() - Static method in class com.comphenix.protocol.utility.MinecraftMethods
-
Retrieve the Packet.write(PacketDataSerializer) method.
- getParamCount() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
-
Retrieve the expected parameter count for this method.
- getParameterTypes() - Method in class com.comphenix.protocol.reflect.MethodInfo
-
Returns an array of Class objects that represent the formal parameter types, in declaration order,
of the method or constructor represented by this MethodInfo object.
- getParamMatchers() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
-
Retrieve an immutable list of every parameter matcher for this method.
- getParentPacket() - Method in class com.comphenix.protocol.wrappers.WrappedAttribute
-
Retrieve the parent update attributes packet.
- getPlayer() - Method in class com.comphenix.protocol.events.PacketEvent
-
Retrieves the player that has sent the packet or is recieving it.
- getPlayerConnection(Player) - Static method in class com.comphenix.protocol.utility.MinecraftFields
-
Retrieve the player connection (or NetServerHandler) associated with a player.
- getPlayerHook() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getPlayerHook() - Method in interface com.comphenix.protocol.injector.InternalManager
-
Retrieves how the server packets are read.
- getPlayerHook() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Retrieves how the server packets are read.
- getPlayerListClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the player list class (or ServerConfigurationManager),
- getPlayers() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
-
Retrieve a copy of all the logged in players.
- getPlayersMaximum() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
-
Retrieve the displayed maximum number of players.
- getPlayersOnline() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
-
Retrieve the displayed number of online players.
- getPlotters() - Method in class com.comphenix.protocol.metrics.Metrics.Graph
-
Gets an unmodifiable set of the plotter objects in the graph
- getPlugin() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
-
Retrieve the plugin associated with this async listener.
- getPlugin() - Method in class com.comphenix.protocol.events.MonitorAdapter
-
- getPlugin() - Method in class com.comphenix.protocol.events.PacketAdapter
-
- getPlugin() - Method in interface com.comphenix.protocol.events.PacketListener
-
Retrieve the plugin that created list packet listener.
- getPlugin() - Method in class com.comphenix.protocol.events.PacketOutputAdapter
-
- getPlugin() - Method in interface com.comphenix.protocol.events.PacketOutputHandler
-
The plugin that owns this output handler.
- getPlugin() - Method in class com.comphenix.protocol.injector.DelayedSingleTask
-
Retrieve the plugin this task belongs to.
- getPluginName(PacketListener) - Static method in class com.comphenix.protocol.events.PacketAdapter
-
Retrieves the name of the plugin that has been associated with the listener.
- getPluginName(Plugin) - Static method in class com.comphenix.protocol.events.PacketAdapter
-
Retrieves the name of the given plugin.
- getPosition(int) - Method in class com.comphenix.protocol.wrappers.ChunkCoordIntPair
-
Retrieve the equivalent chunk position.
- getPositionCollectionModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for collections of chunk positions.
- getPositionModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for chunk positions.
- getPotionEffectConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve the converter used to convert between a PotionEffect and the equivalent NMS Mobeffect.
- getPredicate() - Method in class com.comphenix.protocol.CommandFilter.Filter
-
Retrieve the JavaScript predicate that will be used to filter packet events.
- getPrefix() - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Retrieve the prefix to apply to every line in the error reports.
- getPreviousEndPoint(TKey, boolean) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Get the previous end point of a given key.
- getPrimitiveType(Class) - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Gets the class for the primitive type corresponding to the primitive wrapper class given.
- getPrimitiveWrapper(Class) - Static method in class com.comphenix.protocol.reflect.MethodUtils
-
Gets the wrapper object class for the given primitive type class.
- getPriority() - Method in class com.comphenix.protocol.events.ListeningWhitelist
-
Retrieve the priority in the execution order of the packet listener.
- getPriority() - Method in class com.comphenix.protocol.events.PacketOutputAdapter
-
- getPriority() - Method in interface com.comphenix.protocol.events.PacketOutputHandler
-
Retrieve the priority that decides the order each network handler is allowed to manipulate the output buffer.
- getPriority() - Method in class com.comphenix.protocol.injector.PrioritizedListener
-
Retrieve the priority of this listener.
- getProcessingDelay() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the number of times a packet must be signalled to be done before it's sent.
- getProcessingLock() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Processing lock used to synchronize access to the parent PacketEvent and PacketContainer.
- getProcessingQueue(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Retrieve the processing queue this packet belongs to.
- getProtocol() - Method in class com.comphenix.protocol.PacketType
-
Retrieve the protocol (the connection state) the packet type belongs.
- getProtocol() - Static method in class com.comphenix.protocol.PacketType.Handshake
-
- getProtocol() - Static method in class com.comphenix.protocol.PacketType.Legacy
-
- getProtocol() - Static method in class com.comphenix.protocol.PacketType.Login
-
- getProtocol() - Static method in class com.comphenix.protocol.PacketType.Play
-
- getProtocol() - Static method in class com.comphenix.protocol.PacketType.Status
-
- getProtocolClass() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getProtocolConverter() - Static method in class com.comphenix.protocol.wrappers.EnumWrappers
-
- getProtocolManager() - Static method in class com.comphenix.protocol.ProtocolLibrary
-
Retrieves the packet protocol manager.
- getProtocols() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for the Protocol enum in 1.7.2.
- getQueuedSendingIndex() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the sending index when the packet was queued.
- getRanges() - Method in class com.comphenix.protocol.CommandFilter.Filter
-
Retrieve a copy of the set of packets this filter applies to.
- getRawID() - Method in enum com.comphenix.protocol.wrappers.nbt.NbtType
-
Retrieves the raw unique integer that identifies the type of the parent NBT element.
- getReadWriteLock() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve the current read write lock.
- getReceivingFilters() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getReceivingFilters() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Deprecated.
- getReceivingFilters() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
Deprecated.
- getReceivingFilters() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getReceivingFilters() - Method in interface com.comphenix.protocol.ProtocolManager
-
Deprecated.
- getReceivingFilterTypes() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getReceivingFilterTypes() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getReceivingFilterTypes() - Method in interface com.comphenix.protocol.ProtocolManager
-
Retrieves a immutable set containing the type of the received client packets that will be observed by listeners.
- getReceivingTypes() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getReceivingTypes() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Retrieves a immutable set containing the types of the received client packets that will be
observed by the asynchronous listeners.
- getReceivingWhitelist() - Method in class com.comphenix.protocol.events.MonitorAdapter
-
- getReceivingWhitelist() - Method in class com.comphenix.protocol.events.PacketAdapter
-
- getReceivingWhitelist() - Method in interface com.comphenix.protocol.events.PacketListener
-
Retrieve which packets sent by the client this listener will observe.
- getRegistered() - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Retrieves a immutable list of every default object providers that generates instances.
- getRegistry() - Static method in class com.comphenix.protocol.Packets.Client
-
Deprecated.
A registry that parses between names and packet IDs.
- getRegistry() - Static method in class com.comphenix.protocol.Packets.Server
-
Deprecated.
A registry that parses between names and packet IDs.
- getReporter() - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Retrieve the error reporter.
- getReportMessage() - Method in class com.comphenix.protocol.error.Report
-
Format the current report type with the provided message parameters.
- getReportName(Object, ReportType) - Static method in class com.comphenix.protocol.error.ReportType
-
Retrieve the full canonical name of a given report type.
- getReports(Class<?>) - Static method in class com.comphenix.protocol.error.ReportType
-
Retrieve all publicly associated reports.
- getResult() - Method in class com.comphenix.protocol.metrics.Updater
-
Get the result of the update process.
- getReturnMatcher() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract
-
Retrieve the class matcher for the return type.
- getReturnType() - Method in class com.comphenix.protocol.reflect.MethodInfo
-
Returns a Class object that represents the formal return type of the method or constructor
represented by this MethodInfo object.
- getRoundNumber() - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher
-
Retrieve the cached round number.
- getScheduler() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Retrieve the current task scheduler.
- getScriptEngineName() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve the unique name of the script engine to use for filtering.
- getSender() - Method in enum com.comphenix.protocol.events.ConnectionSide
-
Retrieve the sender of this connection side.
- getSender() - Method in class com.comphenix.protocol.PacketType
-
Retrieve which sender will transmit packets of this type.
- getSender() - Static method in class com.comphenix.protocol.PacketType.Handshake.Client
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Handshake.Server
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Legacy.Client
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Legacy.Server
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Login.Client
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Login.Server
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Play.Client
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Play.Server
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Status.Client
-
- getSender() - Static method in class com.comphenix.protocol.PacketType.Status.Server
-
- getSenderClass(Object) - Static method in class com.comphenix.protocol.error.ReportType
-
Retrieve the class of the given sender.
- getSendingFilters() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getSendingFilters() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Deprecated.
- getSendingFilters() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
Deprecated.
- getSendingFilters() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Deprecated.
- getSendingFilters() - Method in interface com.comphenix.protocol.ProtocolManager
-
Deprecated.
- getSendingFilterTypes() - Method in class com.comphenix.protocol.injector.DelayedPacketManager
-
- getSendingFilterTypes() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- getSendingFilterTypes() - Method in interface com.comphenix.protocol.ProtocolManager
-
Retrieves a immutable set containing the type of the sent server packets that will be observed by listeners.
- getSendingQueue(PacketEvent) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Retrieve the sending queue this packet belongs to.
- getSendingQueue(PacketEvent, boolean) - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
Retrieve the sending queue this packet belongs to.
- getSendingTypes() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getSendingTypes() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Retrieves a immutable set containing the types of the sent server packets that will be
observed by the asynchronous listeners.
- getSendingWhitelist() - Method in class com.comphenix.protocol.events.MonitorAdapter
-
- getSendingWhitelist() - Method in class com.comphenix.protocol.events.PacketAdapter
-
- getSendingWhitelist() - Method in interface com.comphenix.protocol.events.PacketListener
-
Retrieve which packets sent by the server this listener will observe.
- getSendPacketMethod() - Static method in class com.comphenix.protocol.utility.MinecraftMethods
-
Retrieve the send packet method in PlayerConnection/NetServerHandler.
- getSerializer() - Method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve a utility class for serializing and deserializing Minecraft objects.
- getServer() - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Retrieve the current CraftBukkit server.
- getServerConnectionClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ServerConnection abstract class.
- getServerPackets() - Static method in class com.comphenix.protocol.injector.PacketFilterManager
-
Deprecated.
- getServerPingClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ServerPing class in Minecraft 1.7.2.
- getServerPingPlayerSampleClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ServerPingPlayerSample class in Minecraft 1.7.2.
- getServerPings() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for the ServerPing fields in the following packet:
PacketType.Status.Server#OUT_SERVER_INFO
- getServerPingServerDataClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the ServerPingServerData class in Minecraft 1.7.2.
- getServerRegistry() - Static method in class com.comphenix.protocol.Packets
-
Deprecated.
- getShort(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the short value of an entry identified by a given key.
- getShort(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Get a watched short.
- getShortOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the short value of an existing entry, or from a new default entry if it doesn't exist.
- getShorts() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every short field.
- getSide() - Method in class com.comphenix.protocol.events.NetworkMarker
-
Retrieve whether or not this marker belongs to a client or a server side packet.
- getSignature() - Method in class com.comphenix.protocol.reflect.ClassAnalyser.AsmMethod
-
- getSingleton() - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieve the singleton instance of a class, from a method or field.
- getSlot() - Method in enum com.comphenix.protocol.events.ListenerPriority
-
A low slot represents a low priority.
- getSnapshot() - Method in class com.comphenix.protocol.utility.MinecraftVersion
-
Retrieve the snapshot version, or NULL if this is a release.
- getSnapshotDate() - Method in class com.comphenix.protocol.utility.SnapshotVersion
-
Retrieve the week this snapshot was released.
- getSnapshotString() - Method in class com.comphenix.protocol.utility.SnapshotVersion
-
Retrieve the raw snapshot string (yy'w'ww[a-z]).
- getSnapshotWeekVersion() - Method in class com.comphenix.protocol.utility.SnapshotVersion
-
Retrieve the snapshot version within a week, starting at zero.
- getSource() - Method in class com.comphenix.protocol.reflect.ExactReflection
-
Retrieve the source class we are searching.
- getSource() - Method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves the underlying class.
- getSpecific(Object) - Method in interface com.comphenix.protocol.reflect.EquivalentConverter
-
Retrieve a copy of the specific type using an instance of the generic type.
- getSpecificModifier(Class<T>) - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every field with the given type.
- getSpecificType() - Method in interface com.comphenix.protocol.reflect.EquivalentConverter
-
Due to type erasion, we need to explicitly keep a reference to the specific type.
- getStandardDeviation() - Method in class com.comphenix.protocol.timing.StatisticsStream
-
Retrieve the standard deviation of all the observations.
- getStarted() - Method in class com.comphenix.protocol.timing.TimedListenerManager
-
Retrieve the time the listener was started.
- getStatisticClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NMS statistics class.
- getStatisticListClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the NMS statistic list class.
- getStatisticMaps() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve a read/write structure for maps of statistics.
- getStatistics() - Method in class com.comphenix.protocol.ProtocolLibrary
-
Retrieve the metrics instance used to measure users of this library.
- getStatistics() - Method in class com.comphenix.protocol.timing.TimedTracker
-
Retrieve an map (indexed by packet type) of all relevant statistics.
- getStopped() - Method in class com.comphenix.protocol.timing.TimedListenerManager
-
Retrieve the time the time listeners was stopped.
- getString(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the string value of an entry identified by a given key.
- getString(int) - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Get a watched string.
- getStringArrays() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every String array field.
- getStringDefault() - Method in class com.comphenix.protocol.reflect.instances.PrimitiveGenerator
-
Retrieve the string default.
- getStringDescription(Object) - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Retrieve a string representation of the given object.
- getStringOrDefault(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the string value of an existing entry, or from a new default entry if it doesn't exist.
- getStrings() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for every String field.
- getStructure(int) - Static method in class com.comphenix.protocol.injector.StructureCache
-
Deprecated.
- getStructure(PacketType) - Static method in class com.comphenix.protocol.injector.StructureCache
-
Retrieve a cached structure modifier for the given packet type.
- getStructure(Class<?>) - Static method in class com.comphenix.protocol.injector.StructureCache
-
Retrieve a cached structure modifier given a packet type.
- getStructure(Class<?>, boolean) - Static method in class com.comphenix.protocol.injector.StructureCache
-
Retrieve a cached structure modifier given a packet type.
- getStructure(int, boolean) - Static method in class com.comphenix.protocol.injector.StructureCache
-
Deprecated.
- getStructure(PacketType, boolean) - Static method in class com.comphenix.protocol.injector.StructureCache
-
Retrieve a cached structure modifier for the given packet type.
- getSupported() - Static method in class com.comphenix.protocol.Packets.Client
-
Deprecated.
Retrieve every client packet the current version of Minecraft is aware of.
- getSupported() - Static method in class com.comphenix.protocol.Packets.Server
-
Deprecated.
- getSupportURL() - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Retrieve the support URL that will be added to all detailed reports.
- getSuppressedReports() - Method in class com.comphenix.protocol.ProtocolConfig
-
Retrieve an immutable list of every suppressed report type.
- getSynchronized(FieldAccessor) - Static method in class com.comphenix.protocol.reflect.accessors.Accessors
-
Retrieve a field accessor where the write operation is synchronized on the current field value.
- getTarget() - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieves the object we're currently modifying.
- getTargetType() - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieves the type of the object we're modifying.
- getTaskID() - Method in class com.comphenix.protocol.injector.DelayedSingleTask
-
Retrieve the raw task ID.
- getTimeout() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the time the packet will be forcefully rejected.
- getTimeoutHandlers() - Method in class com.comphenix.protocol.async.AsyncFilterManager
-
- getTimeoutHandlers() - Method in interface com.comphenix.protocol.AsynchronousManager
-
Get a immutable set of every registered timeout handler.
- getTotal() - Method in class com.comphenix.protocol.timing.HistogramStream
-
Retrieve the total statistics of every bin in the histogram.
- getTrackedPlugins() - Method in class com.comphenix.protocol.timing.TimedListenerManager
-
Retrieve every tracked plugin.
- getTracker(Plugin, TimedListenerManager.ListenerType) - Method in class com.comphenix.protocol.timing.TimedListenerManager
-
Retrieve the timed tracker associated with the given plugin and listener type.
- getTracker(PacketListener, TimedListenerManager.ListenerType) - Method in class com.comphenix.protocol.timing.TimedListenerManager
-
Retrieve the timed tracker associated with the given listener and listener type.
- getTracker(String, TimedListenerManager.ListenerType) - Method in class com.comphenix.protocol.timing.TimedListenerManager
-
Retrieve the timed tracker associated with the given plugin and listener type.
- getType() - Method in class com.comphenix.protocol.error.Report
-
Retrieve the report type.
- getType() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieve the packet type of this packet.
- getType() - Method in class com.comphenix.protocol.injector.PacketConstructor
-
Retrieve the type of the packets this constructor creates.
- getType() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtBase
-
Retrieve the type of this NBT element.
- getType() - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
Retrieve the correct super type of the current value.
- getTypeClass(int) - Static method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve the type of a given ID, if it's allowed to be watched.
- getTypeFromClass(Class<?>) - Static method in enum com.comphenix.protocol.wrappers.nbt.NbtType
-
Retrieve an NBT type from the given Java class.
- getTypeFromID(int) - Static method in enum com.comphenix.protocol.wrappers.nbt.NbtType
-
Retrieve an NBT type from a given raw ID.
- getTypeID(Class<?>) - Static method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve the ID of a given type, if it's allowed to be watched.
- getTypeID() - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
Retrieve the type ID of a watchable object.
- getTypeMatcher() - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract
-
Retrieve the class matcher that matches the type of a field.
- getTypes() - Method in class com.comphenix.protocol.events.ListeningWhitelist
-
Retrieves a set of the packets that will be observed by the listeners.
- getUnhookTask() - Method in class com.comphenix.protocol.injector.PacketFilterBuilder
-
Retrieve the task that is used to delay unhooking when ProtocolLib is no in use.
- getUnwrappers() - Method in class com.comphenix.protocol.injector.PacketConstructor
-
- getUnwrappers() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve every NMS <-> Bukkit converter as unwrappers.
- getUUID() - Method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
-
Retrieve the unique UUID that identifies the origin of this modifier.
- getValue() - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree.Entry
-
- getValue() - Method in class com.comphenix.protocol.metrics.Metrics.Plotter
-
Get the current value for the plotted point.
- getValue() - Method in class com.comphenix.protocol.reflect.VolatileField
-
Retrieves the current field value.
- getValue() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtBase
-
Retrieve the value of this NBT tag.
- getValue() - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Deprecated.
- getValue(String) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve the value of a given entry.
- getValue(int) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtList
-
Retrieve an element by index.
- getValue() - Method in class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
Read the value field.
- getValueOrDefault(String, NbtType) - Method in interface com.comphenix.protocol.wrappers.nbt.NbtCompound
-
Retrieve a value by its key, or assign and return a new NBT element if it doesn't exist.
- getValues() - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieve every value stored in the fields of the current type.
- getValueType() - Method in enum com.comphenix.protocol.wrappers.nbt.NbtType
-
Retrieves the type of the value stored in the NBT element.
- getVariance() - Method in class com.comphenix.protocol.timing.StatisticsStream
-
Retrieve the variance of all the observations.
- getVersion() - Method in class com.comphenix.protocol.utility.MinecraftVersion
-
Retrieve the version String (major.minor.build) only.
- getVersionName() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
-
Retrieve the version name of the current server.
- getVersionProtocol() - Method in class com.comphenix.protocol.wrappers.WrappedServerPing
-
Retrieve the protocol number.
- getWatchableCollectionModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for collections of watchable objects.
- getWatchableObjectClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the WatchableObject class.
- getWatchableObjectConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for watchable objects and the respective wrapper.
- getWatchableObjectMap() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve the underlying map of key values that stores watchable objects.
- getWatchableObjects() - Method in class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Retrieve every watchable object in this watcher.
- getWhitelist() - Method in class com.comphenix.protocol.events.ListeningWhitelist
-
Deprecated.
- getWorkerID() - Method in class com.comphenix.protocol.async.AsyncMarker
-
Retrieve the current worker ID.
- getWorkers() - Method in class com.comphenix.protocol.async.AsyncListenerHandler
-
Retrieve the current number of registered workers.
- getWorldServerClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the WorldServer (NMS) class.
- getWorldTypeClass() - Static method in class com.comphenix.protocol.utility.MinecraftReflection
-
Retrieve the WorldType class.
- getWorldTypeConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for Bukkit's world type enum and the NMS equivalent.
- getWorldTypeModifier() - Method in class com.comphenix.protocol.events.PacketContainer
-
Retrieves a read/write structure for the world type enum.
- getWrapped() - Method in class com.comphenix.protocol.reflect.cloning.NullableCloner
-
- getWrappedAttributeConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for wrapped attribute snapshots.
- getWrappedChatComponentConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for wrapped chat components.
- getWrappedGameProfileConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve a converter for wrapped attribute snapshots.
- getWrappedServerPingConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve the converter for the ServerPing packet in PacketType.Status.Server#OUT_SERVER_INFO
.
- getWrappedStatisticConverter() - Static method in class com.comphenix.protocol.wrappers.BukkitConverters
-
Retrieve the converter for a statistic.
- getX() - Method in class com.comphenix.protocol.wrappers.ChunkPosition
-
Retrieve the x-coordinate.
- getX() - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
Retrieve the x coordinate of the underlying coordinate.
- getY() - Method in class com.comphenix.protocol.wrappers.ChunkPosition
-
Retrieve the y-coordinate.
- getY() - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
Retrieve the y coordinate of the underlying coordinate.
- getZ() - Method in class com.comphenix.protocol.wrappers.ChunkPosition
-
Retrieve the z-coordinate.
- getZ() - Method in class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
Retrieve the z coordinate of the underlying coordinate.
- globalParameters - Variable in class com.comphenix.protocol.error.DetailedErrorReporter
-
- globalParameters() - Method in class com.comphenix.protocol.error.DetailedErrorReporter
-
Retrieve a set of every registered global parameter.