Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getCustomNameTag
Method
getCustomNameTag
src/main/java/net/minecraft/entity/Entity.java:2669–2672 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2667
}
2668
2669
public
String getCustomNameTag()
2670
{
2671
return
this.dataWatcher.getWatchableObjectString(2);
2672
}
2673
2674
/**
2675
* Returns true
if
this thing is named
Callers
5
writeToNBT
Method · 0.95
getCommandSenderName
Method · 0.95
getName
Method · 0.45
doRenderLayer
Method · 0.45
isBot
Method · 0.45
Calls
1
getWatchableObjectString
Method · 0.80
Tested by
no test coverage detected