Skript { SkriptMirror
Class
This mirror handles class injection. This should not be interacted with by an external program.
Extends
Mirror
Modifiers
static
Constructors
new SkriptMirror (ClassProvider)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | ClassProvider | provider |
Return Type
SkriptMirror
Modifiers
protected
// Randomly-generated example
final SkriptMirror mirror = new SkriptMirror(provider);
mirror.loadClass(name, bytecode);