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
 
FieldAccessor - Interface in com.comphenix.protocol.reflect.accessors
Represents an interface for accessing a field.
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.injector.DelayedSingleTask
 
finalize() - Method in class com.comphenix.protocol.injector.PacketFilterManager
 
finalize() - Method in class com.comphenix.protocol.reflect.VolatileField
 
findCurrent(PacketType.Protocol, PacketType.Sender, int) - Static method in class com.comphenix.protocol.PacketType
Retrieve a packet type from a protocol, sender and packet ID.
findLegacy(int) - Static method in class com.comphenix.protocol.PacketType
Retrieve a packet type from a legacy (1.6.4 and below) packet ID.
findLegacy(int, PacketType.Sender) - Static method in class com.comphenix.protocol.PacketType
Retrieve a packet type from a legacy (1.6.4 and below) packet ID.
findOnlinePlayer(Object) - Method in class com.comphenix.protocol.concurrency.ConcurrentPlayerMap
Find an online player from the given key.
FLYING - Static variable in class com.comphenix.protocol.Packets.Client
Deprecated.
 
FLYING - Static variable in class com.comphenix.protocol.Packets.Server
Deprecated.
 
FLYING - Static variable in class com.comphenix.protocol.PacketType.Play.Client
 
forceAccess() - Method in class com.comphenix.protocol.reflect.ExactReflection
Retrieve an ExactReflection object where scope restrictions are ignored.
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.
fromBase64Png(String) - Static method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
Retrieve a compressed image from a base-64 encoded PNG file.
fromBean() - Static method in class com.comphenix.protocol.wrappers.nbt.NameProperty
Retrieve a new name property around a simple field, forming a Java bean.
fromChatMessage(String) - Static method in class com.comphenix.protocol.wrappers.WrappedChatComponent
Construct an array of chat components from a standard Minecraft message.
fromClass(Class<?>) - Static method in class com.comphenix.protocol.PacketType
Lookup a packet type from a packet class.
fromClass(Class<?>) - Static method in class com.comphenix.protocol.reflect.ExactReflection
Retrieves an exact reflection instance from a given class.
fromClass(Class<?>, boolean) - Static method in class com.comphenix.protocol.reflect.ExactReflection
Retrieves an exact reflection instance from a given class.
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.
fromClassLoader() - Static method in class com.comphenix.protocol.utility.ClassSource
Construct a class source from the default class loader.
fromClassLoader(ClassLoader) - Static method in class com.comphenix.protocol.utility.ClassSource
Construct a class source from the given class loader.
fromClient(Object, PacketContainer, Player) - Static method in class com.comphenix.protocol.events.PacketEvent
Creates an event representing a client packet transmission.
fromClient(Object, PacketContainer, NetworkMarker, 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.
fromCurrent(PacketType.Protocol, PacketType.Sender, int, int) - Static method in class com.comphenix.protocol.PacketType
Retrieve a packet type from a protocol, sender and packet ID.
fromEncodedText(String) - Static method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
Retrieve a compressed image from an encoded text.
fromFile(String) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Load a NBT compound from a GZIP compressed file.
fromFormat(String, Object...) - Static method in exception com.comphenix.protocol.injector.PlayerLoggedOutException
Construct an exception from a formatted message.
fromFormat(String, Object...) - Static method in exception com.comphenix.protocol.reflect.FieldAccessException
 
fromHandle(Object) - Static method in class com.comphenix.protocol.wrappers.WrappedAttribute
Construct a new wrapped attribute around a specific NMS instance.
fromHandle(Object) - Static method in class com.comphenix.protocol.wrappers.WrappedAttributeModifier
Construct an attribute modifier wrapper around a given NMS instance.
fromHandle(Object) - Static method in class com.comphenix.protocol.wrappers.WrappedChatComponent
Construct a new chat component wrapper around the given NMS object.
fromHandle(Object) - Static method in class com.comphenix.protocol.wrappers.WrappedGameProfile
Construct a wrapper around an existing game profile.
fromHandle(Object) - Static method in class com.comphenix.protocol.wrappers.WrappedIntHashMap
Construct a wrapper around a given NMS IntHashMap.
fromHandle(Object) - Static method in class com.comphenix.protocol.wrappers.WrappedServerPing
Construct a wrapped server ping from a native NMS object.
fromHandle(Object) - Static method in class com.comphenix.protocol.wrappers.WrappedStatistic
Construct a new wrapper from a given underlying statistics.
fromId(int) - Static method in enum com.comphenix.protocol.wrappers.WrappedAttributeModifier.Operation
Retrieve the associated operation from an ID.
fromIntOpcode(int) - Static method in enum com.comphenix.protocol.reflect.ClassAnalyser.AsmMethod.AsmOpcodes
 
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.
fromJson(String) - Static method in class com.comphenix.protocol.wrappers.WrappedChatComponent
Construct a new chat component wrapper from the given JSON string.
fromJson(String) - Static method in class com.comphenix.protocol.wrappers.WrappedServerPing
Construct a wrapper server ping from an encoded JSON string.
fromLegacy(int, PacketType.Sender) - Static method in class com.comphenix.protocol.PacketType
Retrieve a packet type from a legacy ID.
fromMap(Map<String, Class<?>>) - Static method in class com.comphenix.protocol.utility.ClassSource
Construct a class source from a mapping of canonical names and the corresponding classes.
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.
fromName(String) - Static method in class com.comphenix.protocol.PacketType
Retrieve every packet type with the given UPPER_CAMEL_CASE name.
fromName(String) - Static method in class com.comphenix.protocol.wrappers.WrappedStatistic
Construct a wrapper around an existing game profile.
fromNMS(Object) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Deprecated.
fromNMS(Object, String) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Initialize a NBT wrapper with a name.
fromNMSCompound(Object) - Static method in class com.comphenix.protocol.wrappers.nbt.NbtFactory
Retrieve the NBT compound from a given NMS handle.
fromObject(Object) - Static method in class com.comphenix.protocol.reflect.ExactReflection
Retrieves an exact reflection instance from an object.
fromObject(Object, boolean) - Static method in class com.comphenix.protocol.reflect.ExactReflection
Retrieves an exact reflection instance from an object.
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.
fromPackage(String) - Static method in class com.comphenix.protocol.utility.ClassSource
Construct a class source from the default class loader and package.
fromPng(InputStream) - Static method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
Retrieve a compressed image from an input stream.
fromPng(byte[]) - Static method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
Retrieve a compressed image from a byte array of a PNG file.
fromPng(RenderedImage) - Static method in class com.comphenix.protocol.wrappers.WrappedServerPing.CompressedImage
Retrieve a compressed image from an image.
fromServer(Object, PacketContainer, Player) - Static method in class com.comphenix.protocol.events.PacketEvent
Creates an event representing a server packet transmission.
fromServer(Object, PacketContainer, NetworkMarker, Player) - Static method in class com.comphenix.protocol.events.PacketEvent
Creates an event representing a server packet transmission.
fromServerVersion(String) - Static method in class com.comphenix.protocol.utility.MinecraftVersion
Parse the given server version into a Minecraft version.
fromStringIndex(Class<?>, Object, int) - Static method in class com.comphenix.protocol.wrappers.nbt.NameProperty
Retrieve a name property that delegates all read and write operations to a field of the given target.
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.
fromText(String) - Static method in class com.comphenix.protocol.wrappers.WrappedChatComponent
Construct a wrapper around a new text chat component with the given text.
fromVanilla(Enum<?>) - Static method in enum com.comphenix.protocol.PacketType.Protocol
Retrieve the correct protocol enum from a given vanilla enum instance.
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