37 ::ll::TypedStorage<4, 4, float> mWalkSpeedModifier;
38 ::ll::TypedStorage<4, 4, float> mSprintSpeedModifier;
39 ::ll::TypedStorage<4, 4, int> mInterval;
40 ::ll::TypedStorage<4, 4, int> mSearchRange;
41 ::ll::TypedStorage<4, 4, int> mSearchHeight;
42 ::ll::TypedStorage<1, 1, ::TargetSelectionMethod> mMethod;
43 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mTargetBlockDescriptors;
44 ::ll::TypedStorage<8, 24, ::std::vector<::ActorDefinitionTrigger>> mOnEscapedTriggers;
45 ::ll::TypedStorage<4, 4, ::SharedTypes::Legacy::LevelSoundEvent> mSoundEvent;
46 ::ll::TypedStorage<4, 8, ::FloatRange> mSoundIntervalRange;
59 MCAPI
void setSoundEvent(::std::string
const& soundEvent);
61 MCAPI
void setTargetSelectionMethod(::std::string
const& methodCased);
67 MCAPI
static void buildSchema(
68 ::std::string
const& name,