|
enum class | ItemType : int { Motion = 0
, Move = 1
, Max = 2
} |
|
|
HistoryItem & | operator= (HistoryItem const &) |
|
| HistoryItem (HistoryItem const &) |
|
virtual bool | isValidStartItem () const =0 |
|
virtual bool | isAddedActorItem () const =0 |
|
virtual bool | isMotionHintItem () const =0 |
|
virtual::std::string | toString () const |
|
virtual::Vec3 const & | getPos () const =0 |
|
virtual::Vec2 const & | getRot () const =0 |
|
virtual float | getYHeadRot () const =0 |
|
virtual bool | isOnGround () const =0 |
|
MCAPI::std::string | $toString () const |
|
|
static MCAPI void ** | $vftable () |
|
The documentation for this struct was generated from the following file: