- 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
-
- 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.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
-
- wrap(Class<T>) - Static method in class com.comphenix.protocol.reflect.PrimitiveUtils
-
Returns the corresponding wrapper type of type
if it is a
primitive type; otherwise returns type
itself.
- 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.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.
- 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.