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

Method isRidingEntity

Minecraft-Utils/1.8/src/Variables.java:700–703  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

698 }
699
700 @Override
701 public boolean isRidingEntity() {
702 return getSpectatingEntity().m != null;
703 }
704
705 @Override
706 public int getFoodLevel() {

Callers

nothing calls this directly

Calls 1

getSpectatingEntityMethod · 0.95

Tested by

no test coverage detected