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

Method getGameMode

Minecraft-Utils/1.13/src/Variables.java:552–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

550 }
551
552 @Override
553 public PlayerGameMode getGameMode() {
554 return PlayerGameMode.values()[getMinecraft().e.k().a()];
555 }
556
557 public aeo getSpectatingEntity() {
558 return getMinecraft().S();

Callers

nothing calls this directly

Calls 3

getMinecraftMethod · 0.95
aMethod · 0.45
kMethod · 0.45

Tested by

no test coverage detected