- FieldAccessException - Exception in com.comphenix.protocol.reflect
-
Invoked when a field is inaccessible due to security limitations, or when it simply doesn't exist.
- FieldAccessException() - Constructor for exception com.comphenix.protocol.reflect.FieldAccessException
-
- FieldAccessException(String, Throwable) - Constructor for exception com.comphenix.protocol.reflect.FieldAccessException
-
- FieldAccessException(String) - Constructor for exception com.comphenix.protocol.reflect.FieldAccessException
-
- FieldAccessException(Throwable) - Constructor for exception com.comphenix.protocol.reflect.FieldAccessException
-
- fieldType - Variable in class com.comphenix.protocol.reflect.StructureModifier
-
- FieldUtils - Class in com.comphenix.protocol.reflect
-
Utilities for working with fields by reflection.
- FieldUtils() - Constructor for class com.comphenix.protocol.reflect.FieldUtils
-
FieldUtils instances should NOT be constructed in standard programming.
- finalize() - Method in class com.comphenix.protocol.injector.PacketFilterManager
-
- finalize() - Method in class com.comphenix.protocol.reflect.VolatileField
-
- FLYING - Static variable in class com.comphenix.protocol.Packets.Client
-
- FLYING - Static variable in class com.comphenix.protocol.Packets.Server
-
- forEnhancer(Enhancer) - Method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Construct default instances using the CGLIB enhancer object instead.
- fromArray(InstanceProvider...) - Static method in class com.comphenix.protocol.reflect.instances.DefaultInstances
-
Construct a default instance generator using the given instance providers.
- fromClass(Class<?>) - Static method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a fuzzy reflection instance from a given class.
- fromClass(Class<?>, boolean) - Static method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a fuzzy reflection instance from a given class.
- fromClient(Object, PacketContainer, Player) - Static method in class com.comphenix.protocol.events.PacketEvent
-
Creates an event representing a client packet transmission.
- fromFormat(String, Object...) - Static method in exception com.comphenix.protocol.reflect.FieldAccessException
-
- fromObject(Object) - Static method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a fuzzy reflection instance from an object.
- fromObject(Object, boolean) - Static method in class com.comphenix.protocol.reflect.FuzzyReflection
-
Retrieves a fuzzy reflection instance from an object.
- fromObjectArray(Object[]) - Static method in class com.comphenix.protocol.reflect.instances.ExistingGenerator
-
Create an instance generator from a pre-defined array of values.
- fromObjectFields(Object) - Static method in class com.comphenix.protocol.reflect.instances.ExistingGenerator
-
Automatically create an instance provider from a objects public and private fields.
- fromServer(Object, PacketContainer, Player) - Static method in class com.comphenix.protocol.events.PacketEvent
-
Creates an event representing a server packet transmission.
- fromSynchronous(PacketEvent, AsyncMarker) - Static method in class com.comphenix.protocol.events.PacketEvent
-
Create an asynchronous packet event from a synchronous event and a async marker.
- FuzzyReflection - Class in com.comphenix.protocol.reflect
-
Retrieves fields and methods by signature, not just name.
- FuzzyReflection(Class<?>, boolean) - Constructor for class com.comphenix.protocol.reflect.FuzzyReflection
-