Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ GetSize
Method
GetSize
src/Generating/POCPieceGenerator.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
virtual Vector3i GetSize(void) const override
115
{
116
return Vector3i(m_SizeXZ, m_Height, m_SizeXZ);
117
}
118
119
virtual cCuboid GetHitBox(void) const override
120
{
Callers
2
cPOCPieceGenerator
Method · 0.45
GenFinish
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected