Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getEntityCount
Method
getEntityCount
Minecraft-Utils/1.8.9/src/Variables.java:712–715 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
710
}
711
712
@Override
713
public
String getEntityCount() {
714
return
getMinecraft().g.g().split(
" |,"
)[1];
715
}
716
717
@Override
718
public
boolean isRidingEntity() {
Callers
nothing calls this directly
Calls
2
getMinecraft
Method · 0.95
g
Method · 0.80
Tested by
no test coverage detected