MCPcopy 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
107const char * cEntity::GetClass(void) const
108{
109 return "cEntity";
110}
111
112
113

Callers 5

AddEntityMethod · 0.80
SpawnMobsMethod · 0.80
TickMethod · 0.80
HandlePhysicsMethod · 0.80
KilledByMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected