A B C D E F G H I K L M N O P R S T U V W X Y Z 

F

field(AbstractFuzzyMatcher<Field>) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract.Builder
Add a new field contract.
field(FuzzyFieldContract.Builder) - Method in class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract.Builder
Add a new field contract via a builder.
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
 
FieldCloner - Class in com.comphenix.protocol.reflect.cloning
Represents a class capable of cloning objects by deeply copying its fields.
FieldCloner(Cloner, InstanceProvider) - Constructor for class com.comphenix.protocol.reflect.cloning.FieldCloner
Constructs a field cloner that copies objects by reading and writing the internal fields directly.
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.
filterEvent(PacketEvent) - Method in class com.comphenix.protocol.CommandFilter
Determine whether or not to pass the given packet event to the packet listeners.
filterEvent(PacketEvent, CommandFilter.FilterFailedHandler) - Method in class com.comphenix.protocol.CommandFilter
Determine whether or not to pass the given packet event to the packet listeners.
filterReport(Object, Report, boolean) - Method in class com.comphenix.protocol.error.DelegatedErrorReporter
Invoked before an error report is passed on to the underlying error reporter.
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.
fromBase(NbtBase<T>) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Get a NBT wrapper from a NBT base.
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.
fromCollection(Collection<InstanceProvider>) - Static method in class com.comphenix.protocol.reflect.instances.DefaultInstances
Construct a default instance generator using the given instance providers.
fromConstructor(Constructor<?>) - Static method in class com.comphenix.protocol.reflect.MethodInfo
Wraps a constructor as a method information object.
fromConstructors(Constructor<?>[]) - Static method in class com.comphenix.protocol.reflect.MethodInfo
Construct a list of method infos from a given array of constructors.
fromConstructors(Collection<Constructor<?>>) - Static method in class com.comphenix.protocol.reflect.MethodInfo
Construct a list of method infos from a given collection of constructors.
fromFormat(String, Object...) - Static method in exception com.comphenix.protocol.reflect.FieldAccessException
 
fromItemTag(ItemStack) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Construct a wrapper for an NBT tag stored (in memory) in an item stack.
fromMethod(Method) - Static method in class com.comphenix.protocol.reflect.MethodInfo
Wraps a method as a MethodInfo object.
fromMethods(Method[]) - Static method in class com.comphenix.protocol.reflect.MethodInfo
Construct a list of method infos from a given array of methods.
fromMethods(Collection<Method>) - Static method in class com.comphenix.protocol.reflect.MethodInfo
Construct a list of method infos from a given collection of methods.
fromNMS(Object) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Initialize a NBT wrapper.
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.
fromObjectFields(Object, Class<?>) - 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.
FuzzyClassContract - Class in com.comphenix.protocol.reflect.fuzzy
Determine if a given class implements a given fuzzy (duck typed) contract.
FuzzyClassContract.Builder - Class in com.comphenix.protocol.reflect.fuzzy
Represents a class contract builder.
FuzzyClassContract.Builder() - Constructor for class com.comphenix.protocol.reflect.fuzzy.FuzzyClassContract.Builder
 
FuzzyFieldContract - Class in com.comphenix.protocol.reflect.fuzzy
Represents a field matcher.
FuzzyFieldContract.Builder - Class in com.comphenix.protocol.reflect.fuzzy
Represents a builder for a field matcher.
FuzzyFieldContract.Builder() - Constructor for class com.comphenix.protocol.reflect.fuzzy.FuzzyFieldContract.Builder
 
FuzzyMatchers - Class in com.comphenix.protocol.reflect.fuzzy
Contains factory methods for matching classes.
FuzzyMethodContract - Class in com.comphenix.protocol.reflect.fuzzy
Represents a contract for matching methods or constructors.
FuzzyMethodContract.Builder - Class in com.comphenix.protocol.reflect.fuzzy
Represents a builder for a fuzzy method contract.
FuzzyMethodContract.Builder() - Constructor for class com.comphenix.protocol.reflect.fuzzy.FuzzyMethodContract.Builder
 
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
 
A B C D E F G H I K L M N O P R S T U V W X Y Z