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

Method isTrue

src/main/java/net/minecraft/src/Config.java:1983–1985  ·  view source on GitHub ↗
(Boolean p_isTrue_0_)

Source from the content-addressed store, hash-verified

1981 }
1982
1983 public static boolean isTrue(Boolean p_isTrue_0_) {
1984 return p_isTrue_0_ != null && p_isTrue_0_;
1985 }
1986
1987 public static boolean isQuadsToTriangles() {
1988 return !isShaders() ? false : !Shaders.canRenderQuads();

Callers 3

checkBufferFlipMethod · 0.95
deserializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected