- 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
-
- 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
-
- 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.
- fromServer(Object, PacketContainer, Player) - Static method in class com.comphenix.protocol.events.PacketEvent
-
Creates an event representing a server packet transmission.
- 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
-