32 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mValidBlocks;
33 ::ll::TypedStorage<8, 64, ::ActorFilterGroup> mCanTake;
34 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnTake;
35 ::ll::TypedStorage<4, 8, ::IntRange> mXZRange;
36 ::ll::TypedStorage<4, 8, ::IntRange> mYRange;
37 ::ll::TypedStorage<4, 4, float> mChance;
38 ::ll::TypedStorage<1, 1, bool> mAffectedByGriefingRule;
39 ::ll::TypedStorage<1, 1, bool> mRequiresLineOfSight;
52 MCAPI
static void buildSchema(
53 ::std::string
const& name,
62 MCAPI
static bool const& DEFAULT_AFFECTED_BY_GRIEFING_RULE();
64 MCAPI
static bool const& DEFAULT_REQUIRES_LINE_OF_SIGHT();