Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getEntityId
Method
getEntityId
src/main/java/net/minecraft/entity/Entity.java:255–258 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
253
private
final
CommandResultStats cmdResultStats;
254
255
public
int
getEntityId()
256
{
257
return
this.entityId;
258
}
259
260
public
void
setEntityId(
int
id)
261
{
Callers
15
handleSpawnObject
Method · 0.95
func_151260_c
Method · 0.95
entityRemoved
Method · 0.45
updateMapDynamicLights
Method · 0.45
setDimensionAndSpawnPlayer
Method · 0.45
doRender
Method · 0.45
setModelVisibilities
Method · 0.45
doRenderLayer
Method · 0.45
doRenderLayer
Method · 0.45
handleJoinGame
Method · 0.45
handleEntityMetadata
Method · 0.45
handleEntityTeleport
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected