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

Method isRidingEntity

Minecraft-Utils/1.8.9/src/Variables.java:717–720  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

715 }
716
717 @Override
718 public boolean isRidingEntity() {
719 return getSpectatingEntity().m != null;
720 }
721
722 @Override
723 public int getFoodLevel() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected