Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getName
Method
getName
src/main/java/net/optifine/RandomEntity.java:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
public
String getName()
32
{
33
return
this.entity.hasCustomName() ? this.entity.getCustomNameTag() : null;
34
}
35
36
public
int
getHealth()
37
{
Callers
nothing calls this directly
Calls
2
hasCustomName
Method · 0.65
getCustomNameTag
Method · 0.45
Tested by
no test coverage detected