HyCodeYourTale
classpublicPriority 3

BuilderBodyMotionTestProbe

com.hypixel.hytale.server.npc.corecomponents.debug.builders.BuilderBodyMotionTestProbe

extends BuilderBodyMotionBase

10

Methods

10

Public Methods

6

Fields

1

Constructors

Constructors

public
BuilderBodyMotionTestProbe()

Methods

Public Methods (10)

public
BodyMotionTestProbe build(BuilderSupport builderSupport)
@Nonnull
public
double getAdjustDistance()
public
double getAdjustX()
public
double getAdjustZ()
public
BuilderDescriptorState getBuilderDescriptorState()
@Nonnull@Override
public
String getLongDescription()
@Nonnull@Override
public
String getShortDescription()
@Nonnull@Override
public
float getSnapAngle()
public
boolean isAvoidingBlockDamage()
public
boolean isRelaxedMoveConstraints()

Fields

Protected Fields (6)

protecteddouble adjustDistance
protecteddouble adjustX
protecteddouble adjustZ
protectedboolean isAvoidingBlockDamage
protectedboolean isRelaxedMoveConstraints
protectedfloat snapAngle

Related Classes