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

Method isSpectatingSelf

Minecraft-Utils/1.8.8/src/Variables.java:538–541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

536 }
537
538 @Override
539 public boolean isSpectatingSelf() {
540 return getSpectatingEntity() instanceof wn;
541 }
542
543 @Override
544 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