20 ::ll::TypedStorage<1, 1, ::MovementType> mMovementType;
21 ::ll::TypedStorage<1, 1, ::StickyType> mStickyType;
26 BlockMovableDescription();
31 virtual ::std::string
const& getName()
const ;
41 MCAPI
explicit BlockMovableDescription(::MovementType movableType);
43 MCAPI BlockMovableDescription(::MovementType movableType, ::StickyType stickyType);
55 MCAPI static ::MovementType
const& DEFAULT_MOVEMENT_TYPE();
57 MCAPI static ::StickyType
const& DEFAULT_STICKY_TYPE();
59 MCAPI static ::std::string
const& NameID();
65 MCAPI
void* $ctor(::MovementType movableType);
67 MCAPI
void* $ctor(::MovementType movableType, ::StickyType stickyType);
73 MCAPI ::std::string
const& $getName()
const;