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

Method isRidingEntity

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

Source from the content-addressed store, hash-verified

682 }
683
684 @Override
685 public boolean isRidingEntity() {
686 return getSpectatingEntity().by() != null;
687 }
688
689 @Override
690 public int getFoodLevel() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected