|
Quilt Loader 1
|
Public Member Functions | |
| EntrypointContainerImpl (org.quiltmc.loader.api.entrypoint.EntrypointContainer< T > quilt) | |
| T | getEntrypoint () |
| Returns the entrypoint instance. | |
| ModContainer | getProvider () |
| Returns the mod that provided this entrypoint. | |
| String | getDefinition () |
| Returns a string representation of the entrypoint's definition. | |
|
inline |
Returns a string representation of the entrypoint's definition.
Implements net.fabricmc.loader.api.entrypoint.EntrypointContainer< T >.
|
inline |
Returns the entrypoint instance.
It will be constructed the first time you call this method.
Implements net.fabricmc.loader.api.entrypoint.EntrypointContainer< T >.
|
inline |
Returns the mod that provided this entrypoint.
Implements net.fabricmc.loader.api.entrypoint.EntrypointContainer< T >.