Class KillSpawnMarkerObjectiveTaskAsset
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.npcobjectives.assets.KillObjectiveTaskAsset
com.hypixel.hytale.builtin.adventure.npcobjectives.assets.KillSpawnMarkerObjectiveTaskAsset
-
Nested Class Summary
Nested classes/interfaces inherited from class com.hypixel.hytale.builtin.adventure.objectives.config.task.ObjectiveTaskAsset
ObjectiveTaskAsset.TaskScope -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<KillSpawnMarkerObjectiveTaskAsset> protected floatprotected String[]Fields inherited from class com.hypixel.hytale.builtin.adventure.npcobjectives.assets.KillObjectiveTaskAsset
npcGroupIdFields 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
ConstructorsModifierConstructorDescriptionprotectedKillSpawnMarkerObjectiveTaskAsset(String descriptionId, TaskConditionAsset[] taskConditions, Vector3i[] mapMarkers, int count, String npcGroupId, String[] spawnMarkerIds, float radius) -
Method Summary
Methods inherited from class com.hypixel.hytale.builtin.adventure.npcobjectives.assets.KillObjectiveTaskAsset
getNpcGroupId, getTaskScopeMethods 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
-
spawnMarkerIds
-
radius
protected float radius
-
-
Constructor Details
-
KillSpawnMarkerObjectiveTaskAsset
public KillSpawnMarkerObjectiveTaskAsset(String descriptionId, TaskConditionAsset[] taskConditions, Vector3i[] mapMarkers, int count, String npcGroupId, String[] spawnMarkerIds, float radius) -
KillSpawnMarkerObjectiveTaskAsset
protected KillSpawnMarkerObjectiveTaskAsset()
-
-
Method Details
-
getSpawnMarkerIds
-
getRadius
public float getRadius() -
matchesAsset0
- Overrides:
matchesAsset0in classKillObjectiveTaskAsset
-
toString
- Overrides:
toStringin classKillObjectiveTaskAsset
-