StartObjectiveInteraction

public class StartObjectiveInteraction extends ChoiceInteraction

Class StartObjectiveInteraction. Provides startobjectiveinteraction functionality for the Hytale server.

java.lang.Object > ChoiceInteraction > StartObjectiveInteraction

Field Summary

objectiveId

protected String objectiveId

Field objectiveId.

playerSet

final HashSet playerSet

Field playerSet.

world

final World world

Field world.

Method Detail

StartObjectiveInteraction

public public StartObjectiveInteraction (final String objectiveId)

Method StartObjectiveInteraction.

Parameters:
final String objectiveId

getObjectiveId

public String getObjectiveId ()

Method getObjectiveId.

run

public void run (@Nonnull final Store store, @Nonnull final Ref ref, @Nonnull final PlayerRef playerRef)

Method run.

Parameters:
@Nonnull final Store store
@Nonnull final Ref ref
@Nonnull final PlayerRef playerRef

toString

public String toString ()

Method toString.