‪GamecraftModdingAPI  ‪v1.8.0
‪The unofficial Gamecraft modding API
GamecraftModdingAPI.Utility.AsyncUtils Class Reference

Static Public Member Functions

static void Init ()
 
static void Setup (EnginesRoot enginesRoot)
 
static async Task WaitForNextFrame ()
 
static async Task WaitForSubmission ()
 ‪Waits for entity submission asynchronously. Use after placing a block or otherwise creating things in the game to access their properties. More...
 

Member Function Documentation

◆ Init()

static void GamecraftModdingAPI.Utility.AsyncUtils.Init ( )
inlinestatic

◆ Setup()

static void GamecraftModdingAPI.Utility.AsyncUtils.Setup ( EnginesRoot  enginesRoot)
inlinestatic

◆ WaitForNextFrame()

static async Task GamecraftModdingAPI.Utility.AsyncUtils.WaitForNextFrame ( )
inlinestatic

◆ WaitForSubmission()

static async Task GamecraftModdingAPI.Utility.AsyncUtils.WaitForSubmission ( )
inlinestatic

‪Waits for entity submission asynchronously. Use after placing a block or otherwise creating things in the game to access their properties.


The documentation for this class was generated from the following file: