|
enum class | ItemType : int { Motion = 0
, Move = 1
, Max = 2
} |
|
|
MoveHistoryItem & | operator= (MoveHistoryItem const &) |
|
| MoveHistoryItem (MoveHistoryItem const &) |
|
virtual bool | isValidStartItem () const |
|
virtual bool | isAddedActorItem () const |
|
virtual bool | isMotionHintItem () const |
|
virtual::Vec3 const & | getPos () const |
|
virtual::Vec2 const & | getRot () const |
|
virtual float | getYHeadRot () const |
|
virtual bool | isOnGround () const |
|
MCFOLD bool | $isValidStartItem () const |
|
MCFOLD bool | $isAddedActorItem () const |
|
MCFOLD bool | $isMotionHintItem () const |
|
MCFOLD::Vec3 const & | $getPos () const |
|
MCAPI::Vec2 const & | $getRot () const |
|
MCAPI float | $getYHeadRot () const |
|
MCFOLD bool | $isOnGround () const |
|
virtual::std::string | toString () const |
|
MCAPI::std::string | $toString () const |
|
◆ isValidStartItem()
virtual bool PredictedMovementComponent::MoveHistoryItem::isValidStartItem |
( |
| ) |
const |
|
virtual |
◆ isAddedActorItem()
virtual bool PredictedMovementComponent::MoveHistoryItem::isAddedActorItem |
( |
| ) |
const |
|
virtual |
◆ isMotionHintItem()
virtual bool PredictedMovementComponent::MoveHistoryItem::isMotionHintItem |
( |
| ) |
const |
|
virtual |
◆ getPos()
virtual::Vec3 const & PredictedMovementComponent::MoveHistoryItem::getPos |
( |
| ) |
const |
|
virtual |
◆ getRot()
virtual::Vec2 const & PredictedMovementComponent::MoveHistoryItem::getRot |
( |
| ) |
const |
|
virtual |
◆ getYHeadRot()
virtual float PredictedMovementComponent::MoveHistoryItem::getYHeadRot |
( |
| ) |
const |
|
virtual |
◆ isOnGround()
virtual bool PredictedMovementComponent::MoveHistoryItem::isOnGround |
( |
| ) |
const |
|
virtual |
◆ $vftable()
static MCAPI void ** PredictedMovementComponent::MoveHistoryItem::$vftable |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this struct was generated from the following file: