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

Method getMinecraft

src/main/java/net/minecraft/src/Config.java:753–755  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

751 }
752
753 public static Minecraft getMinecraft() {
754 return minecraft;
755 }
756
757 public static TextureManager getTextureManager() {
758 return minecraft.getTextureManager();

Callers 15

matchesMethod · 0.95
CustomGuisClass · 0.95
updateMethod · 0.95
updateAnimationsMethod · 0.95
getLightLevelMethod · 0.95
updateWaterOpacityMethod · 0.95
beginRenderMethod · 0.95
getButtonTextMethod · 0.95
actionPerformedMethod · 0.95
makeModelCubeMethod · 0.95
makeModelMethod · 0.95
actionPerformedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected