HyCodeYourTale
classpublicPriority 2

StartObjectiveInteraction

com.hypixel.hytale.builtin.adventure.objectives.interactions.StartObjectiveInteraction

extends SimpleInstantInteraction

1

Methods

1

Public Methods

1

Fields

1

Constructors

Constants

BuilderCodec<StartObjectiveInteraction>CODEC= BuilderCodec.builder( StartObjectiveInteraction.class, StartObjectiveInteraction::new, S...
KeyedCodec<UUID>OBJECTIVE_UUID= new KeyedCodec<>("ObjectiveUUID", Codec.UUID_BINARY)

Constructors

public
StartObjectiveInteraction()

Methods

Public Methods (1)

public
String toString()
@Nonnull@Override

Fields

Protected Fields (1)

protectedObjectiveTypeSetup objectiveTypeSetup

Related Classes