add ContentInitEvent (#3951)

* add ContentInit(ialized)Event

* a

* a
This commit is contained in:
DeltaNedas
2020-12-14 04:43:27 +00:00
committed by GitHub
parent bbf84185cc
commit ffa7256e5a
5 changed files with 12 additions and 2 deletions

View File

@@ -64,6 +64,8 @@ public class EventType{
public static class CoreItemDeliverEvent{}
/** Called when the player opens info for a specific block.*/
public static class BlockInfoEvent{}
/** Called *after* all content has been initialized. */
public static class ContentInitEvent{}
/** Called when the client game is first loaded. */
public static class ClientLoadEvent{}
/** Called when a game begins and the world is loaded. */