Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
matches
Method · 0.95
CustomGuis
Class · 0.95
update
Method · 0.95
updateAnimations
Method · 0.95
getLightLevel
Method · 0.95
updateWaterOpacity
Method · 0.95
beginRender
Method · 0.95
getButtonText
Method · 0.95
actionPerformed
Method · 0.95
makeModelCube
Method · 0.95
makeModel
Method · 0.95
actionPerformed
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected