MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / shouldDrawHUD

Method shouldDrawHUD

Minecraft-Utils/1.8/src/Variables.java:958–961  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

956 }
957
958 @Override
959 public boolean shouldDrawHUD() {
960 return getPlayerController().b();
961 }
962
963 private cem getPlayerController() {
964 return getMinecraft().c;

Callers

nothing calls this directly

Calls 2

getPlayerControllerMethod · 0.95
bMethod · 0.45

Tested by

no test coverage detected