BuilderActionDelayDespawn

public class BuilderActionDelayDespawn extends BuilderActionBase

Class BuilderActionDelayDespawn. Provides builderactiondelaydespawn functionality for the Hytale server.

java.lang.Object > BuilderActionBase > BuilderActionDelayDespawn

Field Summary

time

protected float time

Field time.

shorten

protected boolean shorten

Field shorten.

Method Detail

getShortDescription

public String getShortDescription ()

Method getShortDescription.

getLongDescription

public String getLongDescription ()

Method getLongDescription.

getBuilderDescriptorState

public BuilderDescriptorState getBuilderDescriptorState ()

Method getBuilderDescriptorState.

build

public ActionDelayDespawn build (final BuilderSupport builderSupport)

Method build.

Parameters:
final BuilderSupport builderSupport

readConfig

public BuilderActionDelayDespawn readConfig (@Nonnull final JsonElement data)

Method readConfig.

Parameters:
@Nonnull final JsonElement data

getTime

public float getTime ()

Method getTime.

getShorten

public boolean getShorten ()

Method getShorten.