Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCESSIBLE - Enum constant in enum net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor.AccessType
- ACCESSIBLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- ACCESSIBLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- ACCESSIBLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- ACCESSIBLE_EXTENDABLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- ACCESSIBLE_EXTENDABLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- ACCESSIBLE_MUTABLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- AccessUtils - Class in net.fabricmc.classtweaker.utils
- AccessUtils() - Constructor for class net.fabricmc.classtweaker.utils.AccessUtils
- AccessWidener - Interface in net.fabricmc.classtweaker.api
- AccessWidener.Access - Interface in net.fabricmc.classtweaker.api
- AccessWidenerClassVisitor - Class in net.fabricmc.classtweaker.classvisitor
-
Applies rules from an
ClassTweakerImplby transforming Java classes using an ASMClassVisitor. - AccessWidenerClassVisitor(int, ClassVisitor, ClassTweaker) - Constructor for class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
- AccessWidenerImpl - Class in net.fabricmc.classtweaker.impl
- AccessWidenerImpl(String) - Constructor for class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- AccessWidenerImpl.AccessOperator - Interface in net.fabricmc.classtweaker.impl
- AccessWidenerImpl.ClassAccess - Enum in net.fabricmc.classtweaker.impl
- AccessWidenerImpl.FieldAccess - Enum in net.fabricmc.classtweaker.impl
- AccessWidenerImpl.MethodAccess - Enum in net.fabricmc.classtweaker.impl
- AccessWidenerImpl.MutableAccess - Interface in net.fabricmc.classtweaker.impl
- AccessWidenerRemapperVisitor - Class in net.fabricmc.classtweaker.visitors
- AccessWidenerRemapperVisitor(AccessWidenerVisitor, Remapper, String) - Constructor for class net.fabricmc.classtweaker.visitors.AccessWidenerRemapperVisitor
- accessWideners - Variable in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- AccessWidenerValidatingVisitor - Class in net.fabricmc.classtweaker.validator
- AccessWidenerValidatingVisitor(TrEnvironment, ProblemSink, String, int) - Constructor for class net.fabricmc.classtweaker.validator.AccessWidenerValidatingVisitor
- AccessWidenerVisitor - Interface in net.fabricmc.classtweaker.api.visitor
- AccessWidenerVisitor.AccessType - Enum in net.fabricmc.classtweaker.api.visitor
- addOrMerge(Map<EntryTriple, AccessWidenerImpl.MutableAccess>, EntryTriple, AccessWidenerVisitor.AccessType, AccessWidenerImpl.MutableAccess) - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- addProblem(int, String) - Method in interface net.fabricmc.classtweaker.api.ProblemSink
- apply(int, String, int) - Method in interface net.fabricmc.classtweaker.api.AccessWidener.Access
- apply(int, String, int) - Method in interface net.fabricmc.classtweaker.impl.AccessWidenerImpl.AccessOperator
- apply(int, String, int) - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- apply(int, String, int) - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- apply(int, String, int) - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- applyAccess(AccessWidenerVisitor.AccessType, AccessWidenerImpl.MutableAccess, EntryTriple) - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- AW_V1 - Static variable in interface net.fabricmc.classtweaker.api.ClassTweaker
- AW_V2 - Static variable in interface net.fabricmc.classtweaker.api.ClassTweaker
C
- classAccess - Variable in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- classes - Variable in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- ClassTweaker - Interface in net.fabricmc.classtweaker.api
- ClassTweakerFormatException - Exception Class in net.fabricmc.classtweaker.reader
-
Thrown when a class tweaker file couldn't be read due to an incorrect format.
- ClassTweakerFormatException(int, String) - Constructor for exception class net.fabricmc.classtweaker.reader.ClassTweakerFormatException
- ClassTweakerImpl - Class in net.fabricmc.classtweaker.impl
- ClassTweakerImpl() - Constructor for class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- ClassTweakerReader - Interface in net.fabricmc.classtweaker.api
- ClassTweakerReader.Header - Interface in net.fabricmc.classtweaker.api
- ClassTweakerReaderImpl - Class in net.fabricmc.classtweaker.reader
- ClassTweakerReaderImpl(ClassTweakerVisitor) - Constructor for class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- ClassTweakerReaderImpl.HeaderImpl - Class in net.fabricmc.classtweaker.reader
- ClassTweakerRemapperVisitor - Class in net.fabricmc.classtweaker.visitors
-
Decorates a
ClassTweakerVisitorwith aRemapperto remap names passing through the visitor if they come from a different namespace. - ClassTweakerRemapperVisitor(ClassTweakerVisitor, Remapper, String, String) - Constructor for class net.fabricmc.classtweaker.visitors.ClassTweakerRemapperVisitor
- ClassTweakerValidatingVisitor - Class in net.fabricmc.classtweaker.validator
- ClassTweakerValidatingVisitor(TrEnvironment, ProblemSink) - Constructor for class net.fabricmc.classtweaker.validator.ClassTweakerValidatingVisitor
- ClassTweakerValidationException - Exception Class in net.fabricmc.classtweaker.validator
- ClassTweakerValidationException(String, Object...) - Constructor for exception class net.fabricmc.classtweaker.validator.ClassTweakerValidationException
- ClassTweakerVisitor - Interface in net.fabricmc.classtweaker.api.visitor
-
A visitor of the entries defined in an access widener file.
- ClassTweakerWriter - Interface in net.fabricmc.classtweaker.api
- ClassTweakerWriterImpl - Class in net.fabricmc.classtweaker.writer
- ClassTweakerWriterImpl(int) - Constructor for class net.fabricmc.classtweaker.writer.ClassTweakerWriterImpl
-
Constructs a writer that writes an access widener in the given version.
- create(int) - Static method in interface net.fabricmc.classtweaker.api.ClassTweakerWriter
- create(ClassTweakerVisitor) - Static method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- createClassVisitor(int, ClassVisitor, BiConsumer<String, byte[]>) - Method in interface net.fabricmc.classtweaker.api.ClassTweaker
- createClassVisitor(int, ClassVisitor, BiConsumer<String, byte[]>) - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- CT_LATEST - Static variable in interface net.fabricmc.classtweaker.api.ClassTweaker
- CT_V1 - Static variable in interface net.fabricmc.classtweaker.api.ClassTweaker
D
- DEFAULT - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- DEFAULT - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- DEFAULT - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- DEFAULT - Static variable in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- DEFAULT - Static variable in interface net.fabricmc.classtweaker.impl.AccessWidenerImpl.MutableAccess
E
- ENCODING - Static variable in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- EntryTriple - Class in net.fabricmc.classtweaker.utils
- EntryTriple(String, String, String) - Constructor for class net.fabricmc.classtweaker.utils.EntryTriple
- equals(Object) - Method in class net.fabricmc.classtweaker.utils.EntryTriple
- EXTENDABLE - Enum constant in enum net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor.AccessType
- EXTENDABLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- EXTENDABLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
F
- fieldAccess - Variable in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- forward(ClassTweakerVisitor...) - Static method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
- ForwardingVisitor - Class in net.fabricmc.classtweaker.visitors
-
Forwards visitor events to multiple other visitors.
- ForwardingVisitor(ClassTweakerVisitor...) - Constructor for class net.fabricmc.classtweaker.visitors.ForwardingVisitor
G
- getAccessWidener(String) - Method in interface net.fabricmc.classtweaker.api.ClassTweaker
- getAccessWidener(String) - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- getAllAccessWideners() - Method in interface net.fabricmc.classtweaker.api.ClassTweaker
- getAllAccessWideners() - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- getAllFieldAccesses() - Method in interface net.fabricmc.classtweaker.api.AccessWidener
- getAllFieldAccesses() - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- getAllInjectedInterfaces() - Method in interface net.fabricmc.classtweaker.api.ClassTweaker
- getAllInjectedInterfaces() - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- getAllMethodAccesses() - Method in interface net.fabricmc.classtweaker.api.AccessWidener
- getAllMethodAccesses() - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- getCanonicalConstructorAccess() - Method in interface net.fabricmc.classtweaker.api.AccessWidener
- getCanonicalConstructorAccess() - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- getClassAccess() - Method in interface net.fabricmc.classtweaker.api.AccessWidener
- getClassAccess() - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- getClasses() - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- getDesc() - Method in class net.fabricmc.classtweaker.utils.EntryTriple
- getFieldAccess(EntryTriple) - Method in interface net.fabricmc.classtweaker.api.AccessWidener
- getFieldAccess(EntryTriple) - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- getInjectedInterfaces(String) - Method in interface net.fabricmc.classtweaker.api.ClassTweaker
- getInjectedInterfaces(String) - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- getInterfaceName() - Method in interface net.fabricmc.classtweaker.api.InjectedInterface
-
The class name of the interface to inject onto the target class.
- getInterfaceName() - Method in class net.fabricmc.classtweaker.impl.InjectedInterfaceImpl
- getInterfaceSignature() - Method in interface net.fabricmc.classtweaker.api.InjectedInterface
-
The signature of the interface to inject, including any generics.
- getInterfaceSignature() - Method in class net.fabricmc.classtweaker.impl.InjectedInterfaceImpl
- getLineNumber() - Method in exception class net.fabricmc.classtweaker.reader.ClassTweakerFormatException
-
The line on which the error occurred.
- getMethodAccess(EntryTriple) - Method in interface net.fabricmc.classtweaker.api.AccessWidener
- getMethodAccess(EntryTriple) - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- getName() - Method in class net.fabricmc.classtweaker.utils.EntryTriple
- getNamespace() - Method in interface net.fabricmc.classtweaker.api.ClassTweaker
-
The mapping namespace of the current class tweaker.
- getNamespace() - Method in interface net.fabricmc.classtweaker.api.ClassTweakerReader.Header
- getNamespace() - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- getNamespace() - Method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl.HeaderImpl
- getOutput() - Method in interface net.fabricmc.classtweaker.api.ClassTweakerWriter
- getOutput() - Method in class net.fabricmc.classtweaker.writer.ClassTweakerWriterImpl
- getOutputAsString() - Method in interface net.fabricmc.classtweaker.api.ClassTweakerWriter
- getOutputAsString() - Method in class net.fabricmc.classtweaker.writer.ClassTweakerWriterImpl
- getOwner() - Method in class net.fabricmc.classtweaker.utils.EntryTriple
- getTargets() - Method in interface net.fabricmc.classtweaker.api.ClassTweaker
-
Contains a list of all classes that should be transformed.
- getTargets() - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- getVersion() - Method in interface net.fabricmc.classtweaker.api.ClassTweakerReader.Header
- getVersion() - Method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl.HeaderImpl
H
- hasGenerics() - Method in interface net.fabricmc.classtweaker.api.InjectedInterface
-
Whether the interface to inject has any generics.
- hasGenerics() - Method in class net.fabricmc.classtweaker.impl.InjectedInterfaceImpl
- hashCode() - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- hashCode() - Method in class net.fabricmc.classtweaker.impl.InjectedInterfaceImpl
- hashCode() - Method in class net.fabricmc.classtweaker.utils.EntryTriple
- HeaderImpl(int, String) - Constructor for class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl.HeaderImpl
I
- InjectedInterface - Interface in net.fabricmc.classtweaker.api
- InjectedInterfaceImpl - Class in net.fabricmc.classtweaker.impl
- InjectedInterfaceImpl(String) - Constructor for class net.fabricmc.classtweaker.impl.InjectedInterfaceImpl
- injectedInterfaces - Variable in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- InterfaceInjectionClassVisitor - Class in net.fabricmc.classtweaker.classvisitor
- InterfaceInjectionClassVisitor(int, ClassVisitor, ClassTweaker) - Constructor for class net.fabricmc.classtweaker.classvisitor.InterfaceInjectionClassVisitor
- isAccessible() - Method in interface net.fabricmc.classtweaker.api.AccessWidener.Access
- isAccessible() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- isAccessible() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- isAccessible() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- isChanged() - Method in interface net.fabricmc.classtweaker.api.AccessWidener.Access
- isExtendable() - Method in interface net.fabricmc.classtweaker.api.AccessWidener.Access
- isExtendable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- isExtendable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- isExtendable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- isMutable() - Method in interface net.fabricmc.classtweaker.api.AccessWidener.Access
- isMutable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- isMutable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- isMutable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
M
- makeAccessible() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- makeAccessible() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- makeAccessible() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- makeAccessible() - Method in interface net.fabricmc.classtweaker.impl.AccessWidenerImpl.MutableAccess
- makeExtendable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- makeExtendable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- makeExtendable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- makeExtendable() - Method in interface net.fabricmc.classtweaker.impl.AccessWidenerImpl.MutableAccess
- makeFinalIfPrivate(int, String, int) - Static method in class net.fabricmc.classtweaker.utils.AccessUtils
- makeMutable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
- makeMutable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
- makeMutable() - Method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
- makeMutable() - Method in interface net.fabricmc.classtweaker.impl.AccessWidenerImpl.MutableAccess
- makeProtected(int) - Static method in class net.fabricmc.classtweaker.utils.AccessUtils
- makePublic(int) - Static method in class net.fabricmc.classtweaker.utils.AccessUtils
- methodAccess - Variable in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- MUTABLE - Enum constant in enum net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor.AccessType
- MUTABLE - Enum constant in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
N
- namespace - Variable in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- net.fabricmc.classtweaker.api - package net.fabricmc.classtweaker.api
- net.fabricmc.classtweaker.api.visitor - package net.fabricmc.classtweaker.api.visitor
- net.fabricmc.classtweaker.classvisitor - package net.fabricmc.classtweaker.classvisitor
- net.fabricmc.classtweaker.impl - package net.fabricmc.classtweaker.impl
- net.fabricmc.classtweaker.reader - package net.fabricmc.classtweaker.reader
- net.fabricmc.classtweaker.utils - package net.fabricmc.classtweaker.utils
- net.fabricmc.classtweaker.validator - package net.fabricmc.classtweaker.validator
- net.fabricmc.classtweaker.visitors - package net.fabricmc.classtweaker.visitors
- net.fabricmc.classtweaker.writer - package net.fabricmc.classtweaker.writer
- newInstance() - Static method in interface net.fabricmc.classtweaker.api.ClassTweaker
P
- ProblemSink - Interface in net.fabricmc.classtweaker.api
R
- read(byte[], String) - Method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- read(byte[], String) - Method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- read(byte[], String, String) - Method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- read(byte[], String, String) - Method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- read(BufferedReader, String) - Method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- read(BufferedReader, String) - Method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- read(BufferedReader, String, String) - Method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- read(BufferedReader, String, String) - Method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- readHeader(byte[]) - Static method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- readHeader(byte[]) - Static method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- readHeader(BufferedReader) - Static method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- readHeader(BufferedReader) - Static method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- readVersion(byte[]) - Static method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- readVersion(byte[]) - Static method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- readVersion(BufferedReader) - Static method in interface net.fabricmc.classtweaker.api.ClassTweakerReader
- readVersion(BufferedReader) - Static method in class net.fabricmc.classtweaker.reader.ClassTweakerReaderImpl
- remap(ClassTweakerVisitor, Remapper, String, String) - Static method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
- removeFinal(int) - Static method in class net.fabricmc.classtweaker.utils.AccessUtils
T
- targetClasses - Variable in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- toString() - Method in enum net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor.AccessType
- toString() - Method in exception class net.fabricmc.classtweaker.reader.ClassTweakerFormatException
- toString() - Method in class net.fabricmc.classtweaker.utils.EntryTriple
- transitiveOnly(ClassTweakerVisitor) - Static method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
- TransitiveOnlyFilter - Class in net.fabricmc.classtweaker.visitors
-
Decorates a visitor to only receive elements that are marked as transitive.
- TransitiveOnlyFilter(ClassTweakerVisitor) - Constructor for class net.fabricmc.classtweaker.visitors.TransitiveOnlyFilter
V
- validate(TrEnvironment, ProblemSink) - Static method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
- valueOf(String) - Static method in enum net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor.AccessType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.ClassAccess
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.FieldAccess
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum net.fabricmc.classtweaker.impl.AccessWidenerImpl.MethodAccess
-
Returns an array containing the constants of this enum type, in the order they are declared.
- visit(int, int, String, String, String, String[]) - Method in class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
- visit(int, int, String, String, String, String[]) - Method in class net.fabricmc.classtweaker.classvisitor.InterfaceInjectionClassVisitor
- visitAccessWidener(String) - Method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
- visitAccessWidener(String) - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- visitAccessWidener(String) - Method in class net.fabricmc.classtweaker.validator.ClassTweakerValidatingVisitor
- visitAccessWidener(String) - Method in class net.fabricmc.classtweaker.visitors.ClassTweakerRemapperVisitor
- visitAccessWidener(String) - Method in class net.fabricmc.classtweaker.visitors.ForwardingVisitor
- visitAccessWidener(String) - Method in class net.fabricmc.classtweaker.visitors.TransitiveOnlyFilter
- visitAccessWidener(String) - Method in class net.fabricmc.classtweaker.writer.ClassTweakerWriterImpl
- visitClass(AccessWidenerVisitor.AccessType, boolean) - Method in interface net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor
-
Visits a widened class.
- visitClass(AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- visitClass(AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.validator.AccessWidenerValidatingVisitor
- visitClass(AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.visitors.AccessWidenerRemapperVisitor
- visitEnd() - Method in class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
- visitEnd() - Method in class net.fabricmc.classtweaker.classvisitor.InterfaceInjectionClassVisitor
- visitField(int, String, String, String, Object) - Method in class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
- visitField(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in interface net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor
-
Visits a widened field.
- visitField(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- visitField(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.validator.AccessWidenerValidatingVisitor
- visitField(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.visitors.AccessWidenerRemapperVisitor
- visitHeader(String) - Method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
-
Visits the header data.
- visitHeader(String) - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- visitHeader(String) - Method in class net.fabricmc.classtweaker.visitors.ClassTweakerRemapperVisitor
- visitHeader(String) - Method in class net.fabricmc.classtweaker.visitors.ForwardingVisitor
- visitHeader(String) - Method in class net.fabricmc.classtweaker.visitors.TransitiveOnlyFilter
- visitHeader(String) - Method in class net.fabricmc.classtweaker.writer.ClassTweakerWriterImpl
- visitInjectedInterface(String, String, boolean) - Method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
-
Visit an injected interface.
- visitInjectedInterface(String, String, boolean) - Method in class net.fabricmc.classtweaker.impl.ClassTweakerImpl
- visitInjectedInterface(String, String, boolean) - Method in class net.fabricmc.classtweaker.validator.ClassTweakerValidatingVisitor
- visitInjectedInterface(String, String, boolean) - Method in class net.fabricmc.classtweaker.visitors.ClassTweakerRemapperVisitor
- visitInjectedInterface(String, String, boolean) - Method in class net.fabricmc.classtweaker.visitors.ForwardingVisitor
- visitInjectedInterface(String, String, boolean) - Method in class net.fabricmc.classtweaker.visitors.TransitiveOnlyFilter
- visitInjectedInterface(String, String, boolean) - Method in class net.fabricmc.classtweaker.writer.ClassTweakerWriterImpl
- visitInnerClass(String, String, String, int) - Method in class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
- visitInnerClass(String, String, String, int) - Method in class net.fabricmc.classtweaker.classvisitor.InterfaceInjectionClassVisitor
- visitLineNumber(int) - Method in interface net.fabricmc.classtweaker.api.visitor.ClassTweakerVisitor
-
Called by the reader to indicate that we are now on the given line number.
- visitLineNumber(int) - Method in class net.fabricmc.classtweaker.validator.ClassTweakerValidatingVisitor
- visitLineNumber(int) - Method in class net.fabricmc.classtweaker.visitors.ForwardingVisitor
- visitMethod(int, String, String, String, String[]) - Method in class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
- visitMethod(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in interface net.fabricmc.classtweaker.api.visitor.AccessWidenerVisitor
-
Visits a widened method.
- visitMethod(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.impl.AccessWidenerImpl
- visitMethod(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.validator.AccessWidenerValidatingVisitor
- visitMethod(String, String, AccessWidenerVisitor.AccessType, boolean) - Method in class net.fabricmc.classtweaker.visitors.AccessWidenerRemapperVisitor
- visitPermittedSubclass(String) - Method in class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
- visitRecordComponent(String, String, String) - Method in class net.fabricmc.classtweaker.classvisitor.AccessWidenerClassVisitor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form