Quilt Loader 1
Loading...
Searching...
No Matches
org.quiltmc.loader.impl.entrypoint.GamePatch Class Referenceabstract

Public Member Functions

void process (QuiltLauncher launcher, String namespace, Function< String, ClassReader > classSource, Consumer< ClassNode > classEmitter)
void process (QuiltLauncher launcher, Function< String, ClassReader > classSource, Consumer< ClassNode > classEmitter)
void process (QuiltLauncher launcher, String namespace, GamePatchContext context)
void process (QuiltLauncher launcher, GamePatchContext context)

Protected Member Functions

FieldNode findField (ClassNode node, Predicate< FieldNode > predicate)
List< FieldNode > findFields (ClassNode node, Predicate< FieldNode > predicate)
MethodNode findMethod (ClassNode node, Predicate< MethodNode > predicate)
AbstractInsnNode findInsn (MethodNode node, Predicate< AbstractInsnNode > predicate, boolean last)
void moveAfter (ListIterator< AbstractInsnNode > it, int opcode)
void moveBefore (ListIterator< AbstractInsnNode > it, int opcode)
void moveAfter (ListIterator< AbstractInsnNode > it, AbstractInsnNode targetNode)
void moveBefore (ListIterator< AbstractInsnNode > it, AbstractInsnNode targetNode)
void moveBeforeType (ListIterator< AbstractInsnNode > it, int nodeType)
boolean isStatic (int access)
boolean isPublicStatic (int access)
boolean isPublicInstance (int access)

Static Protected Member Functions

static ClassNode readClass (ClassReader reader)

The documentation for this class was generated from the following file:
  • src/main/java/org/quiltmc/loader/impl/entrypoint/GamePatch.java