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