getDescription, getDisplayName, getId, getModGuiClass, getResourceLocation, getSortingPriority, getVersion, init, initAssets, isCompatibleWithModVersion, isDisableable, isRequiredOnClient, isRequiredOnServer, postInit, postPostInit, preInit, prePreInit@ApiInternal void startWorld(java.io.File worldFile, WorldInfo info, boolean isNewlyCreated)
@ApiInternal void joinWorld(DataSet playerSet, WorldInfo info, DynamicRegistryInfo regInfo)
@ApiInternal void quitWorld()
@ApiInternal void openIngameMenu()
void scheduleAction(java.util.function.Supplier<java.lang.Boolean> action)
@ApiInternal void calcScales()
float getDisplayRatio()
float getGuiScale()
float getWorldScale()
float getWidthInWorld()
float getHeightInWorld()
float getWidthInGui()
float getHeightInGui()
float getMouseInGuiX()
float getMouseInGuiY()
IDataManager getDataManager()
Settings getSettings()
AbstractEntityPlayer getPlayer()
IGuiManager getGuiManager()
IInteractionManager getInteractionManager()
IChatLog getChatLog()
IWorld getWorld()
IAssetManager getAssetManager()
IGraphics getGraphics()
IParticleManager getParticleManager()
java.util.UUID getUniqueId()
boolean isDebug()
boolean isLightDebug()
boolean isItemInfoDebug()
boolean isChunkBorderDebug()
@ApiInternal int getTpsAverage()
@ApiInternal int getFpsAverage()
java.net.URLClassLoader getClassLoader()
@ApiInternal void setFullscreen(boolean fullscreen)
int getTotalTicks()
IPlayerDesign getPlayerDesign()
boolean isDedicatedServer()
@ApiInternal void setUniqueId(java.util.UUID id)
org.newdawn.slick.Input getInput()
@ApiInternal void exit()
IToaster getToaster()