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 StringobjectiveId
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 Storestore@Nonnull final Refref@Nonnull final PlayerRefplayerRef
toString
public
String
toString
()
Method toString.