HyCodeYourTale
classpublicPriority 2

StartObjectiveInteraction

com.hypixel.hytale.builtin.adventure.objectiveshop.StartObjectiveInteraction

extends ChoiceInteraction

3

Methods

3

Public Methods

1

Fields

2

Constructors

Constants

BuilderCodec<StartObjectiveInteraction>CODEC= BuilderCodec.builder( StartObjectiveInteraction.class, StartObjectiveInteraction::new, C...

Constructors

protected
StartObjectiveInteraction()
public
StartObjectiveInteraction(String objectiveId)

Methods

Public Methods (3)

public
String getObjectiveId()
public
void run(Store<EntityStore> store, Ref<EntityStore> ref, PlayerRef playerRef)
@Override
public
String toString()
@Nonnull@Override

Fields

Protected Fields (1)

protectedString objectiveId

Related Classes