Package org.spongepowered.asm.mixin.gen
package org.spongepowered.asm.mixin.gen
-
ClassDescriptionDefines 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).Base 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 structAccessor typesDefines an invoker method (also known as a proxy method in a mixin, the method.