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