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

Method isMinecraftThread

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

Source from the content-addressed store, hash-verified

396 }
397
398 public static boolean isMinecraftThread() {
399 return Thread.currentThread() == minecraftThread;
400 }
401
402 public static boolean isMipmaps() {
403 return gameSettings.mipmapLevels > 0;

Callers 4

updateWaterOpacityMethod · 0.95
getHdFontLocationMethod · 0.95
checkBoundTextureMethod · 0.95
startSectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected