|
LeviLamina
|
Public Member Functions | |
| RuleSet & | operator= (RuleSet const &) |
| MCAPI | RuleSet (::br::worldgen::processors::RuleSet &&) |
| MCAPI | RuleSet (::br::worldgen::processors::RuleSet const &) |
| MCAPI void | appendMetadataKey (::Util::XXHash &hash) const |
| MCAPI::br::worldgen::processors::RuleSet & | operator= (::br::worldgen::processors::RuleSet &&) |
| MCFOLD::Block const & | outputState () const |
| MCAPI ::std::unique_ptr<::CompoundTag > | outputTag (::IRandom &random, ::CompoundTag const *existingTag) const |
| MCAPI bool | test (::Block const &inputState, ::Block const &locState, ::BlockPos inTemplatePos, ::BlockPos worldPos, ::BlockPos reference, ::IRandom &random) const |
| MCAPI::br::worldgen::processors::RuleSet | withLoc (::br::worldgen::processors::BlockRules::Test loc) |
| MCAPI::br::worldgen::processors::RuleSet | withModifier (::br::worldgen::processors::BlockEntity::Modifier modifier) |
| MCAPI::br::worldgen::processors::RuleSet | withPos (::br::worldgen::processors::PosRules::Test pos) |
| MCAPI void * | $ctor (::br::worldgen::processors::RuleSet &&) |
| MCAPI void * | $ctor (::br::worldgen::processors::RuleSet const &) |
| MCAPI void | $dtor () |
Static Public Member Functions | |
| static MCAPI ::br::worldgen::processors::RuleSet | from (::br::worldgen::processors::BlockRules::Test input, ::Block const &output) |
Public Attributes | |
| ::ll::TypedStorage< 8, 72, ::br::worldgen::processors::BlockRules::Test > | mInputPredicate |
| ::ll::TypedStorage< 8, 72, ::br::worldgen::processors::BlockRules::Test > | mLocPredicate |
| ::ll::TypedStorage< 8, 48, ::br::worldgen::processors::PosRules::Test > | mPosPredicate |
| ::ll::TypedStorage< 8, 8, ::Block const * > | mOutputState |
| ::ll::TypedStorage< 8, 56, ::br::worldgen::processors::BlockEntity::Modifier > | mBlockEntityModifier |