true if developer mode was enabled in InnerCore config, false otherwise
Displays android AlertDialog with given message and dialog title
message to be displayed
title of the AlertDialog
current game difficulty, one of the Native.GameDifficulty values
string containing current Core Engine version
current level game mode, one of the Native.GameMode values
string containing current Minecraft version
true if the current callback function has already been prevented from being called in Minecraft using Game.prevent, false otherwise
true if item spending allowed
Writes message to the chat. Message can be formatted using Native.Color values
message to be displayed
Prevents current callback function from being called in Minecraft. For most callbacks it prevents default game behaviour
Sets game difficulty, one of Native.GameDifficulty values
game difficulty to be set
Sets current level game mode
new game mode, should be one of the Native.GameMode values
Writes message above the hot bar. Message can be formatted using Native.Color values
message to be displayed
Generated using TypeDoc
Module that provides some general game-related functions