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

Method isSpectatingSelf

Minecraft-Utils/1.9/src/Variables.java:502–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500 }
501
502 @Override
503 public boolean isSpectatingSelf() {
504 return getSpectatingEntity() instanceof zj;
505 }
506
507 @Override
508 public PlayerGameMode getGameMode() {

Callers 3

getFoodLevelMethod · 0.95
getSaturationMethod · 0.95
isPlayerSpectatingMethod · 0.95

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected