mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 14:11:16 -09:00
send over.
This commit is contained in:
parent
74799f265b
commit
6e8598c180
@ -16,6 +16,9 @@ Methods:
|
|||||||
- This method is used to find a class by its id.
|
- This method is used to find a class by its id.
|
||||||
- For example, to get the `Minecraft` class, you can use `ModAPI.reflect.getClassById("Minecraft")`
|
- For example, to get the `Minecraft` class, you can use `ModAPI.reflect.getClassById("Minecraft")`
|
||||||
- This runs slower than `getClassById` because it has to filter through all classes. Make sure to cache the result rather than calling it over and over again.
|
- This runs slower than `getClassById` because it has to filter through all classes. Make sure to cache the result rather than calling it over and over again.
|
||||||
|
- `ModAPI.reflect.getSuper(rClass: ReflectClass, filter: Function) : Function`
|
||||||
|
- Gets a super function from a reflect class. This is used to extend build in classes, like `Block`.
|
||||||
|
- For an example, see lines
|
||||||
|
|
||||||
### ReflectClass Definition
|
### ReflectClass Definition
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user