Class ModWriterNeoForge1_20_6
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.core.asm.ModWriter
mods.thecomputerizer.theimpossiblelibrary.neoforge.core.asm.ModWriterNeoForge
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.core.asm.ModWriterNeoForge1_20
mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.m6.core.asm.ModWriterNeoForge1_20_6
public class ModWriterNeoForge1_20_6
extends mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.core.asm.ModWriterNeoForge1_20
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.objectweb.asm.Typeprotected static final org.objectweb.asm.TypeFields inherited from class mods.thecomputerizer.theimpossiblelibrary.neoforge.core.asm.ModWriterNeoForge
DIST, EVENT_BUS, MOD_ANNOTATION, SUBSCRIBE_EVENTFields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.asm.ModWriter
core, EMPTY_METHOD_DESC, entryPoint, entryPointDesc, entryPointInternal, entryPointMethods, entryPointMethodTypes, info, javaVersion, modType, modTypeDesc, modTypeInternal -
Constructor Summary
ConstructorsConstructorDescriptionModWriterNeoForge1_20_6(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core, mods.thecomputerizer.theimpossiblelibrary.api.core.loader.MultiVersionModInfo info) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.objectweb.asm.Typeprotected org.objectweb.asm.TypeMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.neoforge.v20.core.asm.ModWriterNeoForge1_20
getEventMethod, writeModMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.neoforge.core.asm.ModWriterNeoForge
addClassAnnotations, addEntryHooks, addEventSubscriber, addInnerEventSubscriber, getConstructor, mappedEntryPointMethods, writeConstructorMethods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.core.asm.ModWriter
addEntryHooks, addFields, addInnerClass, addInnerClass, buildModClass, classInit, constructor, finishWritingClass, generatedModType, getInfo, mapEntryPointMethod, modInterfaces, writeAnnotationArray, writeClassAnnotation, writeClassInit, writeConstructor, writeInnerClass, writeInnerClass, writeMethod, writeMethodAnnotation
-
Field Details
-
EVENT_SUBSCRIBER
protected static final org.objectweb.asm.Type EVENT_SUBSCRIBER -
EVENT_SUBSCRIBER_BUS
protected static final org.objectweb.asm.Type EVENT_SUBSCRIBER_BUS
-
-
Constructor Details
-
ModWriterNeoForge1_20_6
public ModWriterNeoForge1_20_6(mods.thecomputerizer.theimpossiblelibrary.api.core.CoreAPI core, mods.thecomputerizer.theimpossiblelibrary.api.core.loader.MultiVersionModInfo info)
-
-
Method Details
-
getEventSubscriberBusType
protected org.objectweb.asm.Type getEventSubscriberBusType()- Overrides:
getEventSubscriberBusTypein classmods.thecomputerizer.theimpossiblelibrary.neoforge.core.asm.ModWriterNeoForge
-
getEventSubscriberType
protected org.objectweb.asm.Type getEventSubscriberType()- Overrides:
getEventSubscriberTypein classmods.thecomputerizer.theimpossiblelibrary.neoforge.core.asm.ModWriterNeoForge
-