- getAccess() - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Returns the access flags of this class.
- getAccess() - Method in interface net.minecraftforge.fart.api.ClassProvider.IFieldInfo
-
Returns the access flags of this field.
- getAccess() - Method in interface net.minecraftforge.fart.api.ClassProvider.IMethodInfo
-
Returns the access flags of this method.
- getClass(String) - Method in interface net.minecraftforge.fart.api.ClassProvider
-
Queries the class information from this class path.
- getClass(String) - Method in class net.minecraftforge.fart.internal.ClassLoaderClassProvider
-
- getClassName() - Method in interface net.minecraftforge.fart.api.Transformer.ClassEntry
-
Returns the internal name of the class associated with this entry.
- getClassName() - Method in class net.minecraftforge.fart.internal.EntryImpl.ClassEntry
-
- getClassProvider() - Method in interface net.minecraftforge.fart.api.Transformer.Context
-
Get a class provider instance that holds centralized information
about class files from the registered class providers.
- getData() - Method in interface net.minecraftforge.fart.api.Transformer.Entry
-
Returns the bytes associated with this entry.
- getData() - Method in class net.minecraftforge.fart.internal.EntryImpl
-
- getDebug() - Method in interface net.minecraftforge.fart.api.Transformer.Context
-
Get a consumer that will handle debug-level logging output.
- getDescriptor() - Method in interface net.minecraftforge.fart.api.ClassProvider.IFieldInfo
-
Returns the descriptor of this field.
- getDescriptor() - Method in interface net.minecraftforge.fart.api.ClassProvider.IMethodInfo
-
Returns the descriptor of this method.
- getExtras() - Method in interface net.minecraftforge.fart.api.Transformer
-
Returns extra entries to add to the JAR file.
- getExtras() - Method in class net.minecraftforge.fart.internal.RenamingTransformer
-
- getField(String) - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Queries a field based on its field name.
- getFields() - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Returns all the fields declared in this class.
- getInterfaces() - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Returns a list of interfaces this class implements.
- getLog() - Method in interface net.minecraftforge.fart.api.Transformer.Context
-
Get a consumer that will handle standard-level logging output.
- getMethod(String, String) - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Queries a method based on its method name and descriptor.
- getMethods() - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Returns all the methods declared in this class.
- getName() - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Returns the internal name of this class.
- getName() - Method in interface net.minecraftforge.fart.api.ClassProvider.IFieldInfo
-
Returns the name of this field.
- getName() - Method in interface net.minecraftforge.fart.api.ClassProvider.IMethodInfo
-
Returns the name of this method.
- getName() - Method in interface net.minecraftforge.fart.api.Transformer.Entry
-
Returns the full name of this entry, including folders and file extension,
relative to the root of the JAR file.
- getName() - Method in class net.minecraftforge.fart.internal.EntryImpl
-
- getSuper() - Method in interface net.minecraftforge.fart.api.ClassProvider.IClassInfo
-
Returns the internal name of the superclass,
or null if there is no superclass.
- getTime() - Method in interface net.minecraftforge.fart.api.Transformer.Entry
-
Returns the last modification time of this entry.
- getTime() - Method in class net.minecraftforge.fart.internal.EntryImpl
-
- getVersion() - Method in interface net.minecraftforge.fart.api.Transformer.ClassEntry
-
Returns the java version associated with this multi-release class.
- getVersion() - Method in class net.minecraftforge.fart.internal.EntryImpl.ClassEntry
-