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

Method isRidingEntity

Minecraft-Utils/1.12.2/src/Variables.java:722–725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

720 }
721
722 @Override
723 public boolean isRidingEntity() {
724 return getSpectatingEntity().bJ() != null;
725 }
726
727 @Override
728 public int getFoodLevel() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected