- read(int) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Reads the value of a field given its index.
- readField(Field, Object) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read an accessible Field.
- readField(Field, Object, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read a Field.
- readField(Object, String) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named public field.
- readField(Object, String, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named field.
- readSafely(int) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Reads the value of a field if and ONLY IF it exists.
- readStaticField(Field) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read an accessible static Field.
- readStaticField(Field, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read a static Field.
- readStaticField(Class, String) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named public static field.
- readStaticField(Class, String, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Read the named static field.
- receivingWhitelist - Variable in class com.comphenix.protocol.events.PacketAdapter
-
- recieveClientPacket(Player, PacketContainer) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- recieveClientPacket(Player, PacketContainer, boolean) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- recieveClientPacket(Player, PacketContainer) - Method in interface com.comphenix.protocol.ProtocolManager
-
Simulate recieving a certain packet from a given player.
- recieveClientPacket(Player, PacketContainer, boolean) - Method in interface com.comphenix.protocol.ProtocolManager
-
Simulate recieving a certain packet from a given player.
- registerAll() - Method in class com.comphenix.protocol.reflect.IntEnum
-
Registers every public int field as a member.
- registerEvents(PluginManager, Plugin) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
Register this protocol manager on Bukkit.
- registerMember(int, String) - Method in class com.comphenix.protocol.reflect.IntEnum
-
Registers a member.
- REL_ENTITY_MOVE - Static variable in class com.comphenix.protocol.Packets.Server
-
- REL_ENTITY_MOVE_LOOK - Static variable in class com.comphenix.protocol.Packets.Server
-
- remove(Object) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Removes from the list by making a new list with every element except the one given.
- remove(int) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
Removes from the list by making a copy of every element except the one with the given index.
- REMOVE_MOB_EFFECT - Static variable in class com.comphenix.protocol.Packets.Server
-
- removeAll(Collection<?>) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
- removeListener(PacketListener, ListeningWhitelist) - Method in class com.comphenix.protocol.injector.ConcurrentListenerMultimap
-
Removes the given listener from the packet event list.
- removePacketListener(PacketListener) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- removePacketListener(PacketListener) - Method in interface com.comphenix.protocol.ProtocolManager
-
Removes a given packet listener.
- removePacketListeners(Plugin) - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- removePacketListeners(Plugin) - Method in interface com.comphenix.protocol.ProtocolManager
-
Removes every listener associated with the given plugin.
- RESPAWN - Static variable in class com.comphenix.protocol.Packets.Client
-
- RESPAWN - Static variable in class com.comphenix.protocol.Packets.Server
-
- retainAll(Collection<?>) - Method in class com.comphenix.protocol.concurrency.SortedCopyOnWriteArray
-
- revertValue() - Method in class com.comphenix.protocol.reflect.VolatileField
-
Revert to the previously set value.