Class StartObjectiveInteraction
java.lang.Object
com.hypixel.hytale.server.core.entity.entities.player.pages.choices.ChoiceInteraction
com.hypixel.hytale.builtin.adventure.objectiveshop.StartObjectiveInteraction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<StartObjectiveInteraction> protected StringFields inherited from class com.hypixel.hytale.server.core.entity.entities.player.pages.choices.ChoiceInteraction
BASE_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(Store<EntityStore> store, Ref<EntityStore> ref, PlayerRef playerRef) toString()
-
Field Details
-
CODEC
-
objectiveId
-
-
Constructor Details
-
StartObjectiveInteraction
-
StartObjectiveInteraction
protected StartObjectiveInteraction()
-
-
Method Details
-
getObjectiveId
-
run
public void run(@Nonnull Store<EntityStore> store, @Nonnull Ref<EntityStore> ref, @Nonnull PlayerRef playerRef) - Specified by:
runin classChoiceInteraction
-
toString
- Overrides:
toStringin classChoiceInteraction
-