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

G

get(int) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
Retrieves an element by index.
GET_INFO - Static variable in class com.comphenix.protocol.Packets.Client
 
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.
getClassLoader() - Method in class com.comphenix.protocol.injector.PacketFilterManager
Retrieves the current plugin class loader.
getClientRegistry() - Static method in class com.comphenix.protocol.Packets
A registry that parses between names and packet IDs.
getContainer() - Method in class com.comphenix.protocol.reflect.VolatileField
Retrieves the object the field is stored.
getDeclaredName(int) - Static method in class com.comphenix.protocol.Packets
Retrieves the name of a packet.
getDeclaredName(Integer) - Method in class com.comphenix.protocol.reflect.IntEnum
Retrieve the name of the member with the given id.
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.
getEntityModifier(World) - Method in class com.comphenix.protocol.events.PacketContainer
Retrieves a read/write structure for entity objects.
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() - Method in class com.comphenix.protocol.reflect.VolatileField
Retrieves the current field.
getFieldByName(String) - Method in class com.comphenix.protocol.reflect.FuzzyReflection
Retrieves a field by name.
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.
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() - Method in class com.comphenix.protocol.reflect.StructureModifier
Retrieves the common type of each field.
getGeneric(TType) - Method in interface com.comphenix.protocol.reflect.EquivalentConverter
 
getHandle() - Method in class com.comphenix.protocol.events.PacketContainer
Retrieves the underlying Minecraft packet.
getID() - Method in class com.comphenix.protocol.events.PacketContainer
Retrieves the ID of this packet.
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.
getLogger() - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
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.
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.
getMethods() - Method in class com.comphenix.protocol.reflect.FuzzyReflection
Retrieves all private and public methods in declared order (after JDK 1.5).
getModifier() - Method in class com.comphenix.protocol.events.PacketContainer
Retrieves the generic structure modifier for this packet.
getOldValue() - Method in class com.comphenix.protocol.reflect.VolatileField
Retrieves the field value before the previous setValue(), unless saveValue() has been called.
getPacket() - Method in class com.comphenix.protocol.events.PacketEvent
Retrieves the packet that will be sent to the player.
getPacketID() - Method in class com.comphenix.protocol.events.PacketEvent
Retrieves the packet ID.
getPacketID() - Method in class com.comphenix.protocol.injector.PacketConstructor
Retrieve the id of the packets this constructor creates.
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.
getPlayer() - Method in class com.comphenix.protocol.events.PacketEvent
Retrieves the player that has sent the packet or is recieving it.
getPlayerHook() - Method in class com.comphenix.protocol.injector.PacketFilterManager
Retrieves how the server packets are read.
getPlayerHookInstance(Player) - Method in class com.comphenix.protocol.injector.PacketFilterManager
Used to construct a player hook.
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.
getPluginName(PacketListener) - Static method in class com.comphenix.protocol.events.PacketAdapter
Retrieves the name of the plugin that has been associated with the listener.
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.
getProtocolManager() - Static method in class com.comphenix.protocol.ProtocolLibrary
Retrieves the packet protocol manager.
getReceivingFilters() - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
getReceivingFilters() - Method in interface com.comphenix.protocol.ProtocolManager
Retrieves a immutable set containing the ID of the recieved client packets that will be observed by listeners.
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
A registry that parses between names and packet IDs.
getRegistry() - Static method in class com.comphenix.protocol.Packets.Server
A registry that parses between names and packet IDs.
getSendingFilters() - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
getSendingFilters() - Method in interface com.comphenix.protocol.ProtocolManager
Retrieves a immutable set containing the ID of the sent server packets that will be observed by listeners.
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.
getServerRegistry() - Static method in class com.comphenix.protocol.Packets
A registry that parses between names and packet IDs.
getSlot() - Method in enum com.comphenix.protocol.events.ListenerPriority
A low slot represents a low priority.
getSource() - Method in class com.comphenix.protocol.reflect.FuzzyReflection
Retrieves the underlying class.
getSpecific(Object) - Method in interface com.comphenix.protocol.reflect.EquivalentConverter
 
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
 
getStatistics() - Method in class com.comphenix.protocol.ProtocolLibrary
Retrieve the metrics instance used to measure users of this library.
getStringDefault() - Method in class com.comphenix.protocol.reflect.instances.PrimitiveGenerator
Retrieve the string default.
getStructure(int) - Static method in class com.comphenix.protocol.injector.StructureCache
Retrieve a cached structure modifier for the given packet id.
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.
getUnwrappers() - Method in class com.comphenix.protocol.injector.PacketConstructor
 
getValue() - Method in class com.comphenix.protocol.reflect.VolatileField
Retrieves the current field value.
getValues() - Method in class com.comphenix.protocol.reflect.StructureModifier
Retrieve every value stored in the fields of the current type.
getWhitelist() - Method in class com.comphenix.protocol.events.ListeningWhitelist
Retrieves the list of packets that will be observed by the listeners.
getWorldTypeModifier() - Method in class com.comphenix.protocol.events.PacketContainer
Retrieves a read/write structure for the world type enum.
A B C D E F G H I K L M N O P R S T U V W