Class TreasureMapObjectiveTaskAsset
java.lang.Object
com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
com.hypixel.hytale.builtin.adventure.objectives.config.task.TreasureMapObjectiveTaskAsset
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
ObjectiveTaskAsset.TaskScope -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected TreasureMapObjectiveTaskAsset.ChestConfig[]static final BuilderCodec<TreasureMapObjectiveTaskAsset> Fields inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
BASE_CODEC, descriptionId, mapMarkers, TASK_DESCRIPTION_KEY, taskConditions -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTreasureMapObjectiveTaskAsset(String descriptionId, TaskConditionAsset[] taskConditions, Vector3i[] mapMarkers, TreasureMapObjectiveTaskAsset.ChestConfig[] chestConfigs) -
Method Summary
Methods inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
getDescriptionId, getDescriptionKey, getMapMarkers, getTaskConditions, matchesAsset
-
Field Details
-
CODEC
-
chestConfigs
-
-
Constructor Details
-
TreasureMapObjectiveTaskAsset
public TreasureMapObjectiveTaskAsset(String descriptionId, TaskConditionAsset[] taskConditions, Vector3i[] mapMarkers, TreasureMapObjectiveTaskAsset.ChestConfig[] chestConfigs) -
TreasureMapObjectiveTaskAsset
protected TreasureMapObjectiveTaskAsset()
-
-
Method Details
-
getTaskScope
- Specified by:
getTaskScopein classObjectiveTaskAsset
-
getChestConfigs
-
matchesAsset0
- Specified by:
matchesAsset0in classObjectiveTaskAsset
-
toString
- Overrides:
toStringin classObjectiveTaskAsset
-