MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getMinecraft

Method getMinecraft

src/main/java/net/minecraft/client/Minecraft.java:2797–2800  ·  view source on GitHub ↗

Return the singleton Minecraft instance for the game

()

Source from the content-addressed store, hash-verified

2795 * Return the singleton Minecraft instance for the game
2796 */
2797 public static Minecraft getMinecraft()
2798 {
2799 return theMinecraft;
2800 }
2801
2802 public static EntityRenderer getEntityRenderer() {
2803 return getMinecraft().entityRenderer;

Callers 15

updateModelsMethod · 0.95
getNeighbourIconMethod · 0.95
updateLagometerMethod · 0.95
getWorldFogColorMethod · 0.95
getWorldSkyColorMethod · 0.95
setMapColorsMethod · 0.95
getIconMethod · 0.95
evalFloatMethod · 0.95
runMethod · 0.95
getMethod · 0.95
postMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected