Package org.spongepowered.asm.mixin.gen
package org.spongepowered.asm.mixin.gen
-
Class SummaryClassDescriptionBase class for accessor generatorsAccessor generator for field accessorsGenerator for instance field gettersGenerator for field settersGenerator for proxy methodsGenerator for factory methods (constructor invokers)Information about an accessorAccessor Name struct
-
Enum Class Summary
-
Annotation Interfaces SummaryAnnotation InterfaceDescriptionDefines an accessor method in a mixin, the method can be a getter (must return the field type and take no arguments) or a setter (must take an argument of the field type and return void).Defines an invoker method (also known as a proxy method in a mixin, the method.