getDescription, getDisplayName, getId, getModGuiClass, getResourceLocation, getSortingPriority, getVersion, init, initAssets, isCompatibleWithModVersion, isDisableable, isRequiredOnClient, isRequiredOnServer, postInit, postPostInit, preInit, prePreInitvoid startWorld(java.io.File worldFile,
WorldInfo info)
void joinWorld(DataSet playerSet, WorldInfo info, DynamicRegistryInfo regInfo)
void quitWorld()
void openIngameMenu()
void scheduleAction(java.util.function.Supplier<java.lang.Boolean> action)
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()
int getTpsAverage()
int getFpsAverage()
java.net.URLClassLoader getClassLoader()
void setFullscreen(boolean fullscreen)
int getTotalTicks()
IPlayerDesign getPlayerDesign()
boolean isDedicatedServer()
void setUniqueId(java.util.UUID id)
org.newdawn.slick.Input getInput()
void exit()
IToaster getToaster()