Class GatherObjectiveTaskAsset
java.lang.Object
com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
com.hypixel.hytale.builtin.adventure.objectives.config.task.CountObjectiveTaskAsset
com.hypixel.hytale.builtin.adventure.objectives.config.task.GatherObjectiveTaskAsset
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
ObjectiveTaskAsset.TaskScope -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BlockTagOrItemIdFieldstatic final BuilderCodec<GatherObjectiveTaskAsset> Fields inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.CountObjectiveTaskAsset
countFields inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
BASE_CODEC, descriptionId, mapMarkers, TASK_DESCRIPTION_KEY, taskConditions -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGatherObjectiveTaskAsset(String descriptionId, TaskConditionAsset[] taskConditions, Vector3i[] mapMarkers, int count, BlockTagOrItemIdField blockTagOrItemIdField) -
Method Summary
Methods inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.CountObjectiveTaskAsset
getCountMethods inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
getDescriptionId, getDescriptionKey, getMapMarkers, getTaskConditions, matchesAsset
-
Field Details
-
CODEC
-
blockTagOrItemIdField
-
-
Constructor Details
-
GatherObjectiveTaskAsset
public GatherObjectiveTaskAsset(String descriptionId, TaskConditionAsset[] taskConditions, Vector3i[] mapMarkers, int count, BlockTagOrItemIdField blockTagOrItemIdField) -
GatherObjectiveTaskAsset
protected GatherObjectiveTaskAsset()
-
-
Method Details
-
getTaskScope
- Specified by:
getTaskScopein classObjectiveTaskAsset
-
getBlockTagOrItemIdField
-
matchesAsset0
- Overrides:
matchesAsset0in classCountObjectiveTaskAsset
-
toString
- Overrides:
toStringin classCountObjectiveTaskAsset
-