BuilderRelativeWaypointDefinition

public class BuilderRelativeWaypointDefinition extends BuilderBase

Class BuilderRelativeWaypointDefinition. Provides builderrelativewaypointdefinition functionality for the Hytale server.

java.lang.Object > BuilderBase > BuilderRelativeWaypointDefinition

Field Summary

rotation

protected float rotation

Field rotation.

distance

protected double distance

Field distance.

Method Detail

getShortDescription

public String getShortDescription ()

Method getShortDescription.

getLongDescription

public String getLongDescription ()

Method getLongDescription.

build

public RelativeWaypointDefinition build (final BuilderSupport builderSupport)

Method build.

Parameters:
final BuilderSupport builderSupport

RelativeWaypointDefinition

public new RelativeWaypointDefinition (this.getRotation()

Method RelativeWaypointDefinition.

Parameters:
this.getRotation( this.getRotation(

category

public Class category ()

Method category.

getBuilderDescriptorState

public BuilderDescriptorState getBuilderDescriptorState ()

Method getBuilderDescriptorState.

readConfig

public Builder readConfig (@Nonnull final JsonElement data)

Method readConfig.

Parameters:
@Nonnull final JsonElement data

isEnabled

final boolean isEnabled (final ExecutionContext context)

Method isEnabled.

Parameters:
final ExecutionContext context

getRotation

public float getRotation ()

Method getRotation.

getDistance

public double getDistance ()

Method getDistance.