Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isRidingEntity
Method
isRidingEntity
Minecraft-Utils/1.10/src/Variables.java:723–726 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
721
}
722
723
@Override
724
public
boolean isRidingEntity() {
725
return
getSpectatingEntity().bB() != null;
726
}
727
728
@Override
729
public
int
getFoodLevel() {
Callers
nothing calls this directly
Calls
1
getSpectatingEntity
Method · 0.95
Tested by
no test coverage detected