Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetClass
Method
GetClass
src/Entities/Entity.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
106
107
const char * cEntity::GetClass(void) const
108
{
109
return
"cEntity"
;
110
}
111
112
113
Callers
5
AddEntity
Method · 0.80
SpawnMobs
Method · 0.80
Tick
Method · 0.80
HandlePhysics
Method · 0.80
KilledBy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected