|
LeviLamina
|
Public Types | |
| using | ShuffledFaces = ::Bedrock::small_vector<uchar, 6> |
Public Member Functions | |
| virtual ::std::optional<::BlockPos > | place (::IFeature::PlacementContext const &context) const |
| MCAPI ::std::optional<::BlockPos > | _placeBlockIfPossible (::BlockSource ®ion, ::BlockPos const &pos, ::Random &random, ::gsl::span< uchar const > placementDirections) const |
| MCAPI void * | $ctor () |
| MCAPI ::std::optional<::BlockPos > | $place (::IFeature::PlacementContext const &context) const |
| virtual bool | isValidPlacement (::std::string const &pass) |
| virtual void | upgradeFormat (::SemVersion const &) |
| MCAPI bool | isAllowedToPlaceFeature (::IFeature const &feature) const |
| MCFOLD bool | isInternal () const |
| MCAPI bool | operator== (::IFeature const &other) const |
| MCAPI bool | setBlockSafe (::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::Block const &block, int updateFlags) const |
| MCAPI bool | setBlockSafeSimple (::IBlockWorldGenAPI &target, ::BlockPos const &pos, ::Block const &block) const |
| MCFOLD void | setCanUseInternalFeature (bool canUseInternalFeature) |
| MCFOLD void | setIsInternal (bool isInternal) |
| MCFOLD void | $dtor () |
| MCAPI bool | $isValidPlacement (::std::string const &pass) |
| MCFOLD void | $upgradeFormat (::SemVersion const &) |
Static Public Member Functions | |
| static MCAPI bool | _isNeighbourBlockChunkReady (::BlockSource ®ion, ::BlockPos const &neighbourPos, ::LevelChunk const *currentChunk) |
| static MCAPI void | _shuffledDirectionsExcept (::Bedrock::small_vector< uchar, 6 > &out, uchar exclude, ::gsl::span< uchar const > faces) |
| static MCAPI void ** | $vftable () |
| static MCAPI bool | isExposedTo (::IBlockWorldGenAPI const &target, ::BlockPos const &candidatePos, ::BlockDescriptor const &exposedTo) |
Public Attributes | |
| ::ll::TypedStorage< 8, 176, ::BlockDescriptor > | mBlock |
| ::ll::TypedStorage< 4, 4, int > | mSearchRange |
| ::ll::TypedStorage< 1, 1, bool > | mCanPlaceOnFloor |
| ::ll::TypedStorage< 1, 1, bool > | mCanPlaceOnCeiling |
| ::ll::TypedStorage< 1, 1, bool > | mCanPlaceOnWall |
| ::ll::TypedStorage< 4, 4, float > | mChanceOfSpreading |
| ::ll::TypedStorage< 8, 24, ::std::vector<::BlockDescriptor > > | mCanBePlacedOn |
| ::ll::TypedStorage< 8, 24, ::std::vector< uchar > > | mValidDirections |
| ::ll::TypedStorage< 1, 1, bool > | mInternal |
| ::ll::TypedStorage< 1, 1, bool > | mCanUseInternalFeature |
|
virtual |
Implements IFeature.
|
static |