This commit is contained in:
Anuken
2021-09-27 11:00:33 -04:00
parent 7bf85d9f84
commit 2d2052e39f
3 changed files with 4 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ public class EventType{
public static class ContentInitEvent{}
/** Called when the client game is first loaded. */
public static class ClientLoadEvent{}
/** Called after SoundControl registers its music. */
public static class MusicRegisterEvent{}
/** 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. */