LeviLamina
Loading...
Searching...
No Matches
MineshaftStairs Class Reference
+ Inheritance diagram for MineshaftStairs:

Public Member Functions

virtual::StructurePieceType getType () const
 
virtual void addChildren (::StructurePiece &startPiece, ::std::vector<::std::unique_ptr<::StructurePiece > > &pieces, ::Random &random)
 
virtual bool postProcess (::BlockSource &region, ::Random &, ::BoundingBox const &chunkBB)
 
MCAPI::StructurePieceType $getType () const
 
MCAPI void $addChildren (::StructurePiece &startPiece, ::std::vector<::std::unique_ptr<::StructurePiece > > &pieces, ::Random &random)
 
MCAPI bool $postProcess (::BlockSource &region, ::Random &, ::BoundingBox const &chunkBB)
 
virtual bool isInInvalidLocation (::BlockSource &region, ::BoundingBox const &chunkBB)
 
virtual bool canBeReplaced (::BlockSource &region, int const x, int const y, int const z, ::BoundingBox const &chunkBB)
 
MCAPI ::std::unique_ptr<::StructurePiececreateRandomShaftPiece (::MineshaftData &metadata, ::std::vector<::std::unique_ptr<::StructurePiece > > &pieces, ::Random &random, int footX, int footY, int footZ, int direction, int genDepth)
 
MCAPI::StructurePiece * generateAndAddPiece (::StructurePiece &startPiece, ::std::vector<::std::unique_ptr<::StructurePiece > > &pieces, ::Random &random, int footX, int footY, int footZ, int direction, int depth)
 
MCAPI void setPlanksBlock (::BlockSource &region, ::Block const &planksBlock, int x, int y, int z)
 
MCAPI void $dtor ()
 
MCAPI bool $isInInvalidLocation (::BlockSource &region, ::BoundingBox const &chunkBB)
 
MCAPI bool $canBeReplaced (::BlockSource &region, int const x, int const y, int const z, ::BoundingBox const &chunkBB)
 
virtual void moveBoundingBox (int dx, int dy, int dz)
 
virtual void postProcessMobsAt (::BlockSource &region, ::Random &random, ::BoundingBox const &chunkBB)
 
virtual int getWorldX (int x, int z)
 
virtual int getWorldZ (int x, int z)
 
virtual void placeBlock (::BlockSource &region, ::Block const &block, int x, int y, int z, ::BoundingBox const &chunkBB)
 
virtual void generateBox (::BlockSource &region, ::BoundingBox const &chunkBB, int x0, int y0, int z0, int x1, int y1, int z1, ::Block const &edgeBlock, ::Block const &fillBlock, bool skipAir)
 
MCAPI void generateBox (::BlockSource &region, ::BoundingBox const &chunkBB, int x0, int y0, int z0, int x1, int y1, int z1, bool skipAir, ::Random &random, ::BlockSelector const &selector)
 
virtual void addHardcodedSpawnAreas (::LevelChunk &chunk) const
 
MCAPI void addTerrainAdjustmentToken (::std::shared_ptr< bool > token)
 
MCAPI void generateMaybeBox (::BlockSource &region, ::BoundingBox const &chunkBB, ::Random &random, float probability, int x0, int y0, int z0, int x1, int y1, int z1, ::Block const &edgeBlock, ::Block const &fillBlock, bool skipAir, bool excludeSky)
 
MCAPI::Block const & getBlock (::BlockSource &region, int x, int y, int z, ::BoundingBox const &chunkBB)
 
MCAPI ushort getOrientationData (::Block const *block, ushort data)
 
MCAPI int getWorldY (int y)
 
MCAPI bool isAboveGround (int x0, int y1, int z, ::BlockSource &region)
 
MCAPI void $moveBoundingBox (int dx, int dy, int dz)
 
MCFOLD void $postProcessMobsAt (::BlockSource &region, ::Random &random, ::BoundingBox const &chunkBB)
 
MCAPI int $getWorldX (int x, int z)
 
MCAPI int $getWorldZ (int x, int z)
 
MCAPI void $placeBlock (::BlockSource &region, ::Block const &block, int x, int y, int z, ::BoundingBox const &chunkBB)
 
MCAPI void $generateBox (::BlockSource &region, ::BoundingBox const &chunkBB, int x0, int y0, int z0, int x1, int y1, int z1, ::Block const &edgeBlock, ::Block const &fillBlock, bool skipAir)
 
MCFOLD void $addHardcodedSpawnAreas (::LevelChunk &chunk) const
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnk1ccc77
 
::ll::TypedStorage< 4, 24, ::BoundingBoxmBoundingBox
 
::ll::TypedStorage< 4, 4, int > mOrientation
 
::ll::TypedStorage< 4, 4, int > mGenDepth
 
::ll::TypedStorage< 8, 16, ::std::shared_ptr< bool > > mTerrainAdjustmentToken
 

Member Function Documentation

◆ addChildren()

virtual void MineshaftStairs::addChildren ( ::StructurePiece & startPiece,
::std::vector<::std::unique_ptr<::StructurePiece > > & pieces,
::Random & random )
virtual

Reimplemented from StructurePiece.

◆ postProcess()

virtual bool MineshaftStairs::postProcess ( ::BlockSource & region,
::Random & ,
::BoundingBox const & chunkBB )
virtual

Implements StructurePiece.

◆ $getType()

MCAPI::StructurePieceType MineshaftStairs::$getType ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $addChildren()

MCAPI void MineshaftStairs::$addChildren ( ::StructurePiece & startPiece,
::std::vector<::std::unique_ptr<::StructurePiece > > & pieces,
::Random & random )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $postProcess()

MCAPI bool MineshaftStairs::$postProcess ( ::BlockSource & region,
::Random & ,
::BoundingBox const & chunkBB )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** MineshaftStairs::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ isInInvalidLocation()

virtual bool MineshaftPiece::isInInvalidLocation ( ::BlockSource & region,
::BoundingBox const & chunkBB )
virtualinherited

Reimplemented from StructurePiece.

◆ canBeReplaced()

virtual bool MineshaftPiece::canBeReplaced ( ::BlockSource & region,
int const x,
int const y,
int const z,
::BoundingBox const & chunkBB )
virtualinherited

Reimplemented from StructurePiece.

◆ createRandomShaftPiece()

MCAPI ::std::unique_ptr<::StructurePiece > MineshaftPiece::createRandomShaftPiece ( ::MineshaftData & metadata,
::std::vector<::std::unique_ptr<::StructurePiece > > & pieces,
::Random & random,
int footX,
int footY,
int footZ,
int direction,
int genDepth )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ generateAndAddPiece()

MCAPI::StructurePiece * MineshaftPiece::generateAndAddPiece ( ::StructurePiece & startPiece,
::std::vector<::std::unique_ptr<::StructurePiece > > & pieces,
::Random & random,
int footX,
int footY,
int footZ,
int direction,
int depth )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ setPlanksBlock()

MCAPI void MineshaftPiece::setPlanksBlock ( ::BlockSource & region,
::Block const & planksBlock,
int x,
int y,
int z )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void MineshaftPiece::$dtor ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $isInInvalidLocation()

MCAPI bool MineshaftPiece::$isInInvalidLocation ( ::BlockSource & region,
::BoundingBox const & chunkBB )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $canBeReplaced()

MCAPI bool MineshaftPiece::$canBeReplaced ( ::BlockSource & region,
int const x,
int const y,
int const z,
::BoundingBox const & chunkBB )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: