- ObjectWriter - Class in com.comphenix.protocol.reflect
-
Can copy an object field by field.
- ObjectWriter() - Constructor for class com.comphenix.protocol.reflect.ObjectWriter
-
- of(String, String) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type string.
- of(String, byte) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type byte.
- of(String, short) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type short.
- of(String, int) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type int.
- of(String, long) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type long.
- of(String, float) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type float.
- of(String, double) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type double.
- of(String, byte[]) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type byte array.
- of(String, int[]) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Constructs a NBT tag of type int array.
- ofCompound(String, Collection<? extends NbtBase<?>>) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Construct a new NBT compound initialized with a given list of NBT values.
- ofCompound(String) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Construct a new NBT compound wrapper.
- ofList(String, T...) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Construct a NBT list of out an array of values.
- ofList(String, Collection<? extends T>) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Construct a NBT list of out a list of values.
- ofWrapper(NbtType, String) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Create a new NBT wrapper from a given type.
- ofWrapper(NbtType, String, T) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Create a new NBT wrapper from a given type.
- ofWrapper(Class<?>, String, T) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
-
Create a new NBT wrapper from a given type.
- onCompiled(StructureModifier<TKey>) - Method in interface com.comphenix.protocol.reflect.compiler.CompileListener
-
Invoked when a structure modifier has been successfully compiled.
- onDisable() - Method in class com.comphenix.protocol.ProtocolLibrary
-
- onEnable() - Method in class com.comphenix.protocol.ProtocolLibrary
-
- onEntryAdded(AbstractIntervalTree<TKey, TValue>.Entry) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Invoked when an entry is added.
- onEntryRemoved(AbstractIntervalTree<TKey, TValue>.Entry) - Method in class com.comphenix.protocol.concurrency.AbstractIntervalTree
-
Invoked when an entry is removed.
- onLoad() - Method in class com.comphenix.protocol.ProtocolLibrary
-
- onOptOut() - Method in class com.comphenix.protocol.metrics.Metrics.Graph
-
Called when the server owner decides to opt-out of BukkitMetrics while the server is running.
- onPacketReceiving(PacketEvent) - Method in class com.comphenix.protocol.events.PacketAdapter
-
- onPacketReceiving(PacketEvent) - Method in interface com.comphenix.protocol.events.PacketListener
-
Invoked right before a recieved packet from a client is being processed.
- onPacketSending(PacketEvent) - Method in class com.comphenix.protocol.events.PacketAdapter
-
- onPacketSending(PacketEvent) - Method in interface com.comphenix.protocol.events.PacketListener
-
Invoked right before a packet is transmitted from the server to the client.
- OPEN_WINDOW - Static variable in class com.comphenix.protocol.Packets.Server
-
- or(AbstractFuzzyMatcher<T>) - Method in class com.comphenix.protocol.reflect.fuzzy.AbstractFuzzyMatcher
-
Require that either this or the other given matcher be TRUE.
- ORIGIN - Static variable in class com.comphenix.protocol.wrappers.ChunkPosition
-
Represents the null (0, 0, 0) origin.