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