<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#get(int)">get(int)</a></span> - Method in class com.comphenix.protocol.concurrency.<ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html"title="class in com.comphenix.protocol.concurrency">SortedCopyOnWriteArray</a></dt>
<dd>
<divclass="block">Retrieves an element by index.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#GET_INFO">GET_INFO</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Client.html"title="class in com.comphenix.protocol">Packets.Client</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#getAccessibleMethod(java.lang.Class, java.lang.String, java.lang.Class[])">getAccessibleMethod(Class, String, Class[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Return an accessible method (that is, one that can be invoked via
reflection) with given name and parameters.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#getAccessibleMethod(java.lang.reflect.Method)">getAccessibleMethod(Method)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#getAccessibleMethod(java.lang.Class, java.lang.reflect.Method)">getAccessibleMethod(Class, Method)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Return an accessible method (that is, one that can be invoked via
reflection) that implements the specified Method.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#getClassLoader()">getClassLoader()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd>
<divclass="block">Retrieves the current plugin class loader.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.html#getClientRegistry()">getClientRegistry()</a></span> - Static method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.html"title="class in com.comphenix.protocol">Packets</a></dt>
<dd>
<divclass="block">A registry that parses between names and packet IDs.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#getContainer()">getContainer()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/VolatileField.html"title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<divclass="block">Retrieves the object the field is stored.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.html#getDeclaredName(int)">getDeclaredName(int)</a></span> - Static method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.html"title="class in com.comphenix.protocol">Packets</a></dt>
<dd>
<divclass="block">Retrieves the name of a packet.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/IntEnum.html#getDeclaredName(java.lang.Integer)">getDeclaredName(Integer)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect">IntEnum</a></dt>
<dd>
<divclass="block">Retrieve the name of the member with the given id.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html#getDefault(java.lang.Class)">getDefault(Class<T>)</a></span> - Method in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html"title="class in com.comphenix.protocol.reflect.instances">DefaultInstances</a></dt>
<dd>
<divclass="block">Retrieves a default instance or value that is assignable to this type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html#getDefault(java.lang.Class, java.util.List)">getDefault(Class<T>, List<InstanceProvider>)</a></span> - Method in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html"title="class in com.comphenix.protocol.reflect.instances">DefaultInstances</a></dt>
<dd>
<divclass="block">Retrieves a default instance or value that is assignable to this type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getEntityModifier(org.bukkit.World)">getEntityModifier(World)</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves a read/write structure for entity objects.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#getField(java.lang.Class, java.lang.String)">getField(Class, String)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Gets an accessible <code>Field</code> by name respecting scope.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FieldUtils.html#getField(java.lang.Class, java.lang.String, boolean)">getField(Class, String, boolean)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FieldUtils.html"title="class in com.comphenix.protocol.reflect">FieldUtils</a></dt>
<dd>
<divclass="block">Gets an accessible <code>Field</code> by name breaking scope if
requested.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#getField()">getField()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/VolatileField.html"title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<divclass="block">Retrieves the current field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getFieldByName(java.lang.String)">getFieldByName(String)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves a field by name.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getFieldByType(java.lang.String)">getFieldByType(String)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves a field by type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getFieldByType(java.lang.String, java.util.Set)">getFieldByType(String, Set<Class>)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves a field by type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getFields()">getFields()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves all private and public fields in declared order (after JDK 1.5).</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#getFields()">getFields()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Retrieves a list of the fields matching the constraints of this structure modifier.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#getFieldType()">getFieldType()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Retrieves the common type of each field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/EquivalentConverter.html#getGeneric(TType)">getGeneric(TType)</a></span> - Method in interface com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/EquivalentConverter.html"title="interface in com.comphenix.protocol.reflect">EquivalentConverter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getHandle()">getHandle()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves the underlying Minecraft packet.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getID()">getID()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves the ID of this packet.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getItemArrayModifier()">getItemArrayModifier()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves a read/write structure for arrays of ItemStacks.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getItemModifier()">getItemModifier()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves a read/write structure for ItemStack.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#getLogger()">getLogger()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#getMatchingAccessibleMethod(java.lang.Class, java.lang.String, java.lang.Class[])">getMatchingAccessibleMethod(Class, String, Class[])</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Find an accessible method that matches the given name and has compatible parameters.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getMethodByName(java.lang.String)">getMethodByName(String)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves a method by looking at its name.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getMethodByParameters(java.lang.String, java.lang.Class...)">getMethodByParameters(String, Class<?>...)</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves a method by looking at the parameter types only.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getMethodByParameters(java.lang.String, java.lang.Class, java.lang.Class[])">getMethodByParameters(String, Class<?>, Class<?>[])</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves a method by looking at the parameter types and return type only.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getMethods()">getMethods()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves all private and public methods in declared order (after JDK 1.5).</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getModifier()">getModifier()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves the generic structure modifier for this packet.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#getOldValue()">getOldValue()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/VolatileField.html"title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<divclass="block">Retrieves the field value before the previous setValue(), unless saveValue() has been called.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#getPacket()">getPacket()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<divclass="block">Retrieves the packet that will be sent to the player.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#getPacketID()">getPacketID()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<divclass="block">Retrieves the packet ID.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketConstructor.html#getPacketID()">getPacketID()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketConstructor.html"title="class in com.comphenix.protocol.injector">PacketConstructor</a></dt>
<dd>
<divclass="block">Retrieve the id of the packets this constructor creates.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#getPacketListeners()">getPacketListeners()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolManager.html#getPacketListeners()">getPacketListeners()</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol">ProtocolManager</a></dt>
<dd>
<divclass="block">Retrieves a list of every registered packet listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#getPlayer()">getPlayer()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketEvent.html"title="class in com.comphenix.protocol.events">PacketEvent</a></dt>
<dd>
<divclass="block">Retrieves the player that has sent the packet or is recieving it.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#getPlayerHook()">getPlayerHook()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd>
<divclass="block">Retrieves how the server packets are read.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#getPlayerHookInstance(org.bukkit.entity.Player)">getPlayerHookInstance(Player)</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd>
<divclass="block">Used to construct a player hook.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#getPlugin()">getPlugin()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketListener.html#getPlugin()">getPlugin()</a></span> - Method in interface com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketListener.html"title="interface in com.comphenix.protocol.events">PacketListener</a></dt>
<dd>
<divclass="block">Retrieve the plugin that created list packet listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#getPluginName(com.comphenix.protocol.events.PacketListener)">getPluginName(PacketListener)</a></span> - Static method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd>
<divclass="block">Retrieves the name of the plugin that has been associated with the listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#getPrimitiveType(java.lang.Class)">getPrimitiveType(Class)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Gets the class for the primitive type corresponding to the primitive wrapper class given.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#getPrimitiveWrapper(java.lang.Class)">getPrimitiveWrapper(Class)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/MethodUtils.html"title="class in com.comphenix.protocol.reflect">MethodUtils</a></dt>
<dd>
<divclass="block">Gets the wrapper object class for the given primitive type class.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ListeningWhitelist.html#getPriority()">getPriority()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ListeningWhitelist.html"title="class in com.comphenix.protocol.events">ListeningWhitelist</a></dt>
<dd>
<divclass="block">Retrieve the priority in the execution order of the packet listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolLibrary.html#getProtocolManager()">getProtocolManager()</a></span> - Static method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolLibrary.html"title="class in com.comphenix.protocol">ProtocolLibrary</a></dt>
<dd>
<divclass="block">Retrieves the packet protocol manager.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#getReceivingFilters()">getReceivingFilters()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolManager.html#getReceivingFilters()">getReceivingFilters()</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol">ProtocolManager</a></dt>
<dd>
<divclass="block">Retrieves a immutable set containing the ID of the recieved client packets that will be observed by listeners.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#getReceivingWhitelist()">getReceivingWhitelist()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketListener.html#getReceivingWhitelist()">getReceivingWhitelist()</a></span> - Method in interface com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketListener.html"title="interface in com.comphenix.protocol.events">PacketListener</a></dt>
<dd>
<divclass="block">Retrieve which packets sent by the client this listener will observe.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html#getRegistered()">getRegistered()</a></span> - Method in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/DefaultInstances.html"title="class in com.comphenix.protocol.reflect.instances">DefaultInstances</a></dt>
<dd>
<divclass="block">Retrieves a immutable list of every default object providers that generates instances.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Client.html#getRegistry()">getRegistry()</a></span> - Static method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Client.html"title="class in com.comphenix.protocol">Packets.Client</a></dt>
<dd>
<divclass="block">A registry that parses between names and packet IDs.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#getRegistry()">getRegistry()</a></span> - Static method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd>
<divclass="block">A registry that parses between names and packet IDs.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#getSendingFilters()">getSendingFilters()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketFilterManager.html"title="class in com.comphenix.protocol.injector">PacketFilterManager</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolManager.html#getSendingFilters()">getSendingFilters()</a></span> - Method in interface com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolManager.html"title="interface in com.comphenix.protocol">ProtocolManager</a></dt>
<dd>
<divclass="block">Retrieves a immutable set containing the ID of the sent server packets that will be observed by listeners.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketAdapter.html#getSendingWhitelist()">getSendingWhitelist()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketAdapter.html"title="class in com.comphenix.protocol.events">PacketAdapter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketListener.html#getSendingWhitelist()">getSendingWhitelist()</a></span> - Method in interface com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketListener.html"title="interface in com.comphenix.protocol.events">PacketListener</a></dt>
<dd>
<divclass="block">Retrieve which packets sent by the server this listener will observe.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.html#getServerRegistry()">getServerRegistry()</a></span> - Static method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.html"title="class in com.comphenix.protocol">Packets</a></dt>
<dd>
<divclass="block">A registry that parses between names and packet IDs.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ListenerPriority.html#getSlot()">getSlot()</a></span> - Method in enum com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ListenerPriority.html"title="enum in com.comphenix.protocol.events">ListenerPriority</a></dt>
<dd>
<divclass="block">A low slot represents a low priority.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#getSource()">getSource()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html"title="class in com.comphenix.protocol.reflect">FuzzyReflection</a></dt>
<dd>
<divclass="block">Retrieves the underlying class.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/EquivalentConverter.html#getSpecific(java.lang.Object)">getSpecific(Object)</a></span> - Method in interface com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/EquivalentConverter.html"title="interface in com.comphenix.protocol.reflect">EquivalentConverter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getSpecificModifier(java.lang.Class)">getSpecificModifier(Class<T>)</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves a read/write structure for every field with the given type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/EquivalentConverter.html#getSpecificType()">getSpecificType()</a></span> - Method in interface com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/EquivalentConverter.html"title="interface in com.comphenix.protocol.reflect">EquivalentConverter</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/ProtocolLibrary.html#getStatistics()">getStatistics()</a></span> - Method in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/ProtocolLibrary.html"title="class in com.comphenix.protocol">ProtocolLibrary</a></dt>
<dd>
<divclass="block">Retrieve the metrics instance used to measure users of this library.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html#getStringDefault()">getStringDefault()</a></span> - Method in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html"title="class in com.comphenix.protocol.reflect.instances">PrimitiveGenerator</a></dt>
<dd>
<divclass="block">Retrieve the string default.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/StructureCache.html#getStructure(int)">getStructure(int)</a></span> - Static method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/StructureCache.html"title="class in com.comphenix.protocol.injector">StructureCache</a></dt>
<dd>
<divclass="block">Retrieve a cached structure modifier for the given packet id.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#getTarget()">getTarget()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Retrieves the object we're currently modifying.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#getTargetType()">getTargetType()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Retrieves the type of the object we're modifying.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketConstructor.html#getUnwrappers()">getUnwrappers()</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/PacketConstructor.html"title="class in com.comphenix.protocol.injector">PacketConstructor</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#getValue()">getValue()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/VolatileField.html"title="class in com.comphenix.protocol.reflect">VolatileField</a></dt>
<dd>
<divclass="block">Retrieves the current field value.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/StructureModifier.html#getValues()">getValues()</a></span> - Method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/StructureModifier.html"title="class in com.comphenix.protocol.reflect">StructureModifier</a></dt>
<dd>
<divclass="block">Retrieve every value stored in the fields of the current type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ListeningWhitelist.html#getWhitelist()">getWhitelist()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ListeningWhitelist.html"title="class in com.comphenix.protocol.events">ListeningWhitelist</a></dt>
<dd>
<divclass="block">Retrieves the list of packets that will be observed by the listeners.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#getWorldTypeModifier()">getWorldTypeModifier()</a></span> - Method in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd>
<divclass="block">Retrieves a read/write structure for the world type enum.</div>