<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketContainer.html#id">id</a></span> - Variable in class com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/PacketContainer.html"title="class in com.comphenix.protocol.events">PacketContainer</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#initializePlayers(org.bukkit.entity.Player[])">initializePlayers(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">Initialize the packet injection for every player.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#injectPlayer(org.bukkit.entity.Player)">injectPlayer(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">Initialize a player hook, allowing us to read server packets.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/CollectionGenerator.html#INSTANCE">INSTANCE</a></span> - Static variable in class com.comphenix.protocol.reflect.instances.<ahref="../com/comphenix/protocol/reflect/instances/CollectionGenerator.html"title="class in com.comphenix.protocol.reflect.instances">CollectionGenerator</a></dt>
<dd>
<divclass="block">Shared instance of this generator.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/instances/PrimitiveGenerator.html#INSTANCE">INSTANCE</a></span> - Static variable 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">Shared instance of this generator.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/reflect/instances/InstanceProvider.html"title="interface in com.comphenix.protocol.reflect.instances"><spanclass="strong">InstanceProvider</span></a> - Interface in <ahref="../com/comphenix/protocol/reflect/instances/package-summary.html">com.comphenix.protocol.reflect.instances</a></dt>
<dd>
<divclass="block">Represents a type generator for specific types.</div>
</dd>
<dt><ahref="../com/comphenix/protocol/reflect/IntEnum.html"title="class in com.comphenix.protocol.reflect"><spanclass="strong">IntEnum</span></a> - Class in <ahref="../com/comphenix/protocol/reflect/package-summary.html">com.comphenix.protocol.reflect</a></dt>
<dd>
<divclass="block">Represents a traditional int field enum.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/IntEnum.html#IntEnum()">IntEnum()</a></span> - Constructor for 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">Registers every declared integer field.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactMethod(java.lang.Object, java.lang.String, java.lang.Object)">invokeExactMethod(Object, String, Object)</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">Invoke a method whose parameter type matches exactly the object
type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactMethod(java.lang.Object, java.lang.String, java.lang.Object[])">invokeExactMethod(Object, String, Object[])</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">Invoke a method whose parameter types match exactly the object
types.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactMethod(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeExactMethod(Object, String, Object[], 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">Invoke a method whose parameter types match exactly the parameter
types given.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeExactStaticMethod(Class, String, Object[], 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">Invoke a static method whose parameter types match exactly the parameter
types given.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactStaticMethod(java.lang.Class, java.lang.String, java.lang.Object)">invokeExactStaticMethod(Class, String, Object)</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">Invoke a static method whose parameter type matches exactly the object
type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeExactStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[])">invokeExactStaticMethod(Class, String, Object[])</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">Invoke a static method whose parameter types match exactly the object
types.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeMethod(java.lang.Object, java.lang.String, java.lang.Object)">invokeMethod(Object, String, Object)</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">Invoke a named method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeMethod(java.lang.Object, java.lang.String, java.lang.Object[])">invokeMethod(Object, String, Object[])</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">Invoke a named method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeMethod(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeMethod(Object, String, Object[], 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">Invoke a named method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/ConcurrentListenerMultimap.html#invokePacketRecieving(java.util.logging.Logger, com.comphenix.protocol.events.PacketEvent)">invokePacketRecieving(Logger, PacketEvent)</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/ConcurrentListenerMultimap.html"title="class in com.comphenix.protocol.injector">ConcurrentListenerMultimap</a></dt>
<dd>
<divclass="block">Invokes the given packet event for every registered listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#invokePacketRecieving(com.comphenix.protocol.events.PacketEvent)">invokePacketRecieving(PacketEvent)</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">Invokes the given packet event for every registered listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/ConcurrentListenerMultimap.html#invokePacketSending(java.util.logging.Logger, com.comphenix.protocol.events.PacketEvent)">invokePacketSending(Logger, PacketEvent)</a></span> - Method in class com.comphenix.protocol.injector.<ahref="../com/comphenix/protocol/injector/ConcurrentListenerMultimap.html"title="class in com.comphenix.protocol.injector">ConcurrentListenerMultimap</a></dt>
<dd>
<divclass="block">Invokes the given packet event for every registered listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#invokePacketSending(com.comphenix.protocol.events.PacketEvent)">invokePacketSending(PacketEvent)</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">Invokes the given packet event for every registered listener.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeStaticMethod(java.lang.Class, java.lang.String, java.lang.Object)">invokeStaticMethod(Class, String, Object)</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">Invoke a named static method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[])">invokeStaticMethod(Class, String, Object[])</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">Invoke a named static method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#invokeStaticMethod(java.lang.Class, java.lang.String, java.lang.Object[], java.lang.Class[])">invokeStaticMethod(Class, String, Object[], 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">Invoke a named static method whose parameter type matches the object type.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/MethodUtils.html#isAssignmentCompatible(java.lang.Class, java.lang.Class)">isAssignmentCompatible(Class, 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">Determine whether a type can be used as a parameter in a method invocation.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#isCancelled()">isCancelled()</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 whether or not the packet should be cancelled.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/injector/PacketFilterManager.html#isClosed()">isClosed()</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#isClosed()">isClosed()</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">Determines whether or not this protocol mananger has been disabled.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#isEmpty()">isEmpty()</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> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ListeningWhitelist.html#isEnabled()">isEnabled()</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">Whether or not this whitelist has any enabled packets.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/FuzzyReflection.html#isForceAccess()">isForceAccess()</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 whether or not not to override any scope restrictions.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/VolatileField.html#isForceAccess()">isForceAccess()</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 whether or not not to override any scope restrictions.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ConnectionSide.html#isForClient()">isForClient()</a></span> - Method in enum com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ConnectionSide.html"title="enum in com.comphenix.protocol.events">ConnectionSide</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/ConnectionSide.html#isForServer()">isForServer()</a></span> - Method in enum com.comphenix.protocol.events.<ahref="../com/comphenix/protocol/events/ConnectionSide.html"title="enum in com.comphenix.protocol.events">ConnectionSide</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html#isPrimitive(java.lang.reflect.Type)">isPrimitive(Type)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html"title="class in com.comphenix.protocol.reflect">PrimitiveUtils</a></dt>
<dd>
<divclass="block">Returns true if this type is a primitive.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/events/PacketEvent.html#isServerPacket()">isServerPacket()</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">Whether or not this packet was created by the server.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html#isWrapperType(java.lang.reflect.Type)">isWrapperType(Type)</a></span> - Static method in class com.comphenix.protocol.reflect.<ahref="../com/comphenix/protocol/reflect/PrimitiveUtils.html"title="class in com.comphenix.protocol.reflect">PrimitiveUtils</a></dt>
<dd>
<divclass="block">Returns <code>true</code> if <code>type</code> is one of the nine primitive-wrapper
types, such as <code>Integer</code>.</div>
</dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/Packets.Server.html#ITEM_DATA">ITEM_DATA</a></span> - Static variable in class com.comphenix.protocol.<ahref="../com/comphenix/protocol/Packets.Server.html"title="class in com.comphenix.protocol">Packets.Server</a></dt>
<dd> </dd>
<dt><spanclass="strong"><ahref="../com/comphenix/protocol/concurrency/SortedCopyOnWriteArray.html#iterator()">iterator()</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 iterator over the elements in the given list.</div>