Create FileTreeInitEvent (#4489)

* filetree init event

* actions do your thing
This commit is contained in:
Folker
2021-02-01 09:27:24 -05:00
committed by GitHub
parent 8704e14fd7
commit 2589a27cb5
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ public class EventType{
public static class ContentInitEvent{}
/** Called when the client game is first loaded. */
public static class ClientLoadEvent{}
/** Called *after* all the modded files have been added into Vars.tree */
public static class FileTreeInitEvent{}
/** Called when a game begins and the world is loaded. */
public static class WorldLoadEvent{}