BuilderActionSetInteractable

public class BuilderActionSetInteractable extends BuilderActionBase

Class BuilderActionSetInteractable. Provides builderactionsetinteractable functionality for the Hytale server.

java.lang.Object > BuilderActionBase > BuilderActionSetInteractable

Field Summary

hint

protected String hint

Field hint.

showPrompt

protected boolean showPrompt

Field showPrompt.

Method Detail

BuilderActionSetInteractable

public public BuilderActionSetInteractable ()

Method BuilderActionSetInteractable.

getShortDescription

public String getShortDescription ()

Method getShortDescription.

getLongDescription

public String getLongDescription ()

Method getLongDescription.

build

public Action build (@Nonnull final BuilderSupport builderSupport)

Method build.

Parameters:
@Nonnull final BuilderSupport builderSupport

getBuilderDescriptorState

public BuilderDescriptorState getBuilderDescriptorState ()

Method getBuilderDescriptorState.

readConfig

public BuilderActionSetInteractable readConfig (@Nonnull final JsonElement data)

Method readConfig.

Parameters:
@Nonnull final JsonElement data

player

public this player (e.g. 'interactionHints.trade')

Method player.

Parameters:
e.g. 'interactionHints.trade'

interactions

public only interactions (e.g. shearing with tools)

Method interactions.

Parameters:
e.g. shearing with tools

getSetTo

public boolean getSetTo (@Nonnull final BuilderSupport support)

Method getSetTo.

Parameters:
@Nonnull final BuilderSupport support

getHint

public String getHint ()

Method getHint.

getShowPrompt

public boolean getShowPrompt ()

Method getShowPrompt.