- WEATHER - Static variable in class com.comphenix.protocol.Packets.Server
-
- WINDOW_CLICK - Static variable in class com.comphenix.protocol.Packets.Client
-
- WINDOW_ITEMS - Static variable in class com.comphenix.protocol.Packets.Server
-
- withFieldType(Class, List<Field>, Map<Field, Integer>, EquivalentConverter<T>) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Create a new structure modifier for the new field type.
- withPacket(int, Object[]) - Method in class com.comphenix.protocol.injector.PacketConstructor
-
Create a packet constructor that creates packets using the given types.
- withTarget(Object) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- withTarget(Object) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieves a structure modifier of the same type for a different object target.
- withType(Class) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieves a structure modifier that only reads and writes fields of a given type.
- withType(Class, EquivalentConverter<T>) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Retrieves a structure modifier that only reads and writes fields of a given type.
- withUnwrappers(List<PacketConstructor.Unwrapper>) - Method in class com.comphenix.protocol.injector.PacketConstructor
-
Return a copy of the current constructor with a different list of unwrappers.
- WORLD_EVENT - Static variable in class com.comphenix.protocol.Packets.Server
-
- WrappedChunkCoordinate - Class in com.comphenix.protocol.wrappers
-
Allows access to a chunk coordinate.
- WrappedChunkCoordinate() - Constructor for class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
Create a new empty wrapper.
- WrappedChunkCoordinate(Comparable) - Constructor for class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
Create a wrapper for a specific chunk coordinates.
- WrappedChunkCoordinate(int, int, int) - Constructor for class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
Create a wrapper with specific values.
- WrappedChunkCoordinate(ChunkPosition) - Constructor for class com.comphenix.protocol.wrappers.WrappedChunkCoordinate
-
Create a chunk coordinate wrapper from a given position.
- WrappedDataWatcher - Class in com.comphenix.protocol.wrappers
-
Wraps a DataWatcher that is used to transmit arbitrary key-value pairs with a given entity.
- WrappedDataWatcher() - Constructor for class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Initialize a new data watcher.
- WrappedDataWatcher(Object) - Constructor for class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Create a wrapper for a given data watcher.
- WrappedDataWatcher(List<WrappedWatchableObject>) - Constructor for class com.comphenix.protocol.wrappers.WrappedDataWatcher
-
Create a new data watcher for a list of watchable objects.
- WrappedWatchableObject - Class in com.comphenix.protocol.wrappers
-
Represents a watchable object.
- WrappedWatchableObject(Object) - Constructor for class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
Wrap a given raw Minecraft watchable object.
- WrappedWatchableObject(int, Object) - Constructor for class com.comphenix.protocol.wrappers.WrappedWatchableObject
-
Construct a watchable object from an index and a given value.
- write(int, Object) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- write(int, TField) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Writes the value of a field given its index.
- writeDefaults() - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- writeDefaults() - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Sets all non-primitive fields to a more fitting default value.
- writeField(Field, Object, Object) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write an accessible field.
- writeField(Field, Object, Object, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write a field.
- writeField(Object, String, Object) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write a public field.
- writeField(Object, String, Object, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write a field.
- writeGenerated(int, Object) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
- writeReflected(int, Object) - Method in class com.comphenix.protocol.reflect.compiler.CompiledStructureModifier
-
Write the given field using reflection.
- writeSafely(int, TField) - Method in class com.comphenix.protocol.reflect.StructureModifier
-
Writes the value of a given field IF and ONLY if it exists.
- writeStaticField(Field, Object) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write a public static Field.
- writeStaticField(Field, Object, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write a static Field.
- writeStaticField(Class, String, Object) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write a named public static Field.
- writeStaticField(Class, String, Object, boolean) - Static method in class com.comphenix.protocol.reflect.FieldUtils
-
Write a named static Field.