Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isRidingEntity
Method
isRidingEntity
Minecraft-Utils/1.13/src/Variables.java:736–739 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
734
}
735
736
@Override
737
public
boolean isRidingEntity() {
738
return
getSpectatingEntity().bU() != null;
739
}
740
741
@Override
742
public
int
getFoodLevel() {
Callers
nothing calls this directly
Calls
1
getSpectatingEntity
Method · 0.95
Tested by
no test coverage detected