1.21.3 WIP
This commit is contained in:
9
src/main/kotlin/events/DebugInstantiateEvent.kt
Normal file
9
src/main/kotlin/events/DebugInstantiateEvent.kt
Normal file
@@ -0,0 +1,9 @@
|
||||
package moe.nea.firmament.events
|
||||
|
||||
/**
|
||||
* Called in a devenv after minecraft has been initialized. This event should be used to force instantiation of lazy
|
||||
* variables (and similar late init) to cause any possible issues to materialize.
|
||||
*/
|
||||
class DebugInstantiateEvent : FirmamentEvent() {
|
||||
companion object : FirmamentEventBus<DebugInstantiateEvent>()
|
||||
}
|
||||
Reference in New Issue
Block a user