3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/actor/ai/control/Control.h"
7#include "mc/world/actor/ai/control/JumpType.h"
27 virtual ::std::unique_ptr<::JumpControl> clone()
const;
53 MCNAPI ::std::unique_ptr<::JumpControl>
$clone()
const;
Definition JumpControlComponent.h:14
Definition JumpControl.h:16
MCAPI void $tick(::JumpControlComponent &parent, ::Mob &mob)
MCAPI float $getJumpPower(::JumpControlComponent const &parent) const
MCAPI int $getJumpDelay(::JumpControlComponent const &) const
MCAPI ::std::unique_ptr<::JumpControl > $clone() const
MCAPI void $resetSpeedModifier(::JumpControlComponent const &, ::Mob &)
static MCAPI void ** $vftable()
MCAPI void $setJumpType(::JumpControlComponent &, ::JumpType)
MCAPI::JumpType $getJumpType(::JumpControlComponent const &) const
MCAPI void $initializeInternal(::Mob &mob, ::JumpControlDescription *description)
Definition JumpControlDescription.h:13