|
enum class | IntersectionResult : int { Disjoint = 0
, Contains = 1
, Intersects = 2
} |
|
enum class | CornerIndex : uchar {
FrontBottomLeft = 0
, BackBottomLeft = 1
, FrontTopLeft = 2
, BackTopLeft = 3
,
FrontBottomRight = 4
, BackBottomRight = 5
, FrontTopRight = 6
, BackTopRight = 7
} |
|
|
static MCAPI void ** | $vftable () |
|
◆ getMin()
virtual::BlockPos SimpleBlockVolume::getMin |
( |
| ) |
const |
|
virtual |
◆ getMax()
virtual::BlockPos SimpleBlockVolume::getMax |
( |
| ) |
const |
|
virtual |
◆ getBoundingBox()
virtual::BoundingBox SimpleBlockVolume::getBoundingBox |
( |
| ) |
const |
|
virtual |
◆ getSpan()
virtual::glm::ivec3 SimpleBlockVolume::getSpan |
( |
| ) |
const |
|
virtual |
◆ getCapacity()
virtual int SimpleBlockVolume::getCapacity |
( |
| ) |
const |
|
virtual |
◆ isInside()
virtual bool SimpleBlockVolume::isInside |
( |
::BlockPos const & | pos | ) |
const |
|
virtual |
◆ translate()
virtual void SimpleBlockVolume::translate |
( |
::BlockPos const & | delta | ) |
|
|
virtual |
◆ forEach()
virtual void SimpleBlockVolume::forEach |
( |
::std::function< bool(::BlockPos const &)> | callback | ) |
const |
|
virtual |
◆ getChunks()
virtual ::std::set<::ChunkPos > SimpleBlockVolume::getChunks |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: