Interactions

public class Interactions implements Component

Class Interactions. Provides interactions functionality for the Hytale server.

java.lang.Object > Interactions

Field Summary

interactionHint

private String interactionHint

Field interactionHint.

isNetworkOutdated

private boolean isNetworkOutdated

Field isNetworkOutdated.

clone

final Interactions clone

Field clone.

tmp

final boolean tmp

Field tmp.

Method Detail

getComponentType

public Interactions> getComponentType ()

Method getComponentType.

Interactions

public public Interactions ()

Method Interactions.

getInteractionId

public String getInteractionId (@Nonnull final InteractionType type)

Method getInteractionId.

Parameters:
@Nonnull final InteractionType type

setInteractionId

public void setInteractionId (@Nonnull final InteractionType type, @Nonnull final String interactionId)

Method setInteractionId.

Parameters:
@Nonnull final InteractionType type
@Nonnull final String interactionId

getInteractions

public String> getInteractions ()

Method getInteractions.

getInteractionHint

public String getInteractionHint ()

Method getInteractionHint.

setInteractionHint

public void setInteractionHint (@Nullable final String interactionHint)

Method setInteractionHint.

Parameters:
@Nullable final String interactionHint

clone

public Component clone ()

Method clone.

consumeNetworkOutdated

public boolean consumeNetworkOutdated ()

Method consumeNetworkOutdated.