BuilderBodyMotionTeleport

public class BuilderBodyMotionTeleport extends BuilderBodyMotionBase

Class BuilderBodyMotionTeleport. Provides builderbodymotionteleport functionality for the Hytale server.

java.lang.Object > BuilderBodyMotionBase > BuilderBodyMotionTeleport

Field Summary

offsetRadius

protected double[] offsetRadius

Field offsetRadius.

maxYOffset

protected double maxYOffset

Field maxYOffset.

sector

protected float sector

Field sector.

orientation

protected BodyMotionTeleport.Orientation orientation

Field orientation.

Method Detail

getShortDescription

public String getShortDescription ()

Method getShortDescription.

getLongDescription

public String getLongDescription ()

Method getLongDescription.

build

public BodyMotion build (final BuilderSupport builderSupport)

Method build.

Parameters:
final BuilderSupport builderSupport

getBuilderDescriptorState

public BuilderDescriptorState getBuilderDescriptorState ()

Method getBuilderDescriptorState.

readConfig

public BuilderBodyMotionTeleport readConfig (@Nonnull final JsonElement data)

Method readConfig.

Parameters:
@Nonnull final JsonElement data

getOffsetRadius

public double[] getOffsetRadius ()

Method getOffsetRadius.

getMaxYOffset

public double getMaxYOffset ()

Method getMaxYOffset.

getSectorRadians

public float getSectorRadians ()

Method getSectorRadians.

getOrientation

public BodyMotionTeleport.Orientation getOrientation ()

Method getOrientation.