Class KillSpawnMarkerObjectiveTask
java.lang.Object
com.hypixel.hytale.builtin.adventure.objectives.task.ObjectiveTask
com.hypixel.hytale.builtin.adventure.objectives.task.CountObjectiveTask
com.hypixel.hytale.builtin.adventure.npcobjectives.task.KillObjectiveTask
com.hypixel.hytale.builtin.adventure.npcobjectives.task.KillSpawnMarkerObjectiveTask
- All Implemented Interfaces:
KillTask,NetworkSerializer<Objective,ObjectiveTask>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<KillSpawnMarkerObjectiveTask> private static final ComponentType<EntityStore, SpawnMarkerEntity> private static final ComponentType<EntityStore, TransformComponent> Fields inherited from class com.hypixel.hytale.builtin.adventure.objectives.task.CountObjectiveTask
countFields inherited from class com.hypixel.hytale.builtin.adventure.objectives.task.ObjectiveTask
asset, BASE_CODEC, complete, eventRegistry, markers, nonSerializedTransactionRecords, serializedTransactionRecords, taskIndex, taskRef, taskSetIndex -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKillSpawnMarkerObjectiveTask(KillSpawnMarkerObjectiveTaskAsset asset, int taskSetIndex, int taskIndex) -
Method Summary
Modifier and TypeMethodDescriptiongetAsset()protected TransactionRecord[]setup0(Objective objective, World world, Store<EntityStore> store) toString()Methods inherited from class com.hypixel.hytale.builtin.adventure.npcobjectives.task.KillObjectiveTask
checkKilledEntityMethods inherited from class com.hypixel.hytale.builtin.adventure.objectives.task.CountObjectiveTask
assetChanged, checkCompletion, getInfoMessage, increaseTaskCompletion, setTaskCompletion, toPacketMethods inherited from class com.hypixel.hytale.builtin.adventure.objectives.task.ObjectiveTask
addMarker, areTaskConditionsFulfilled, complete, completeTransactionRecords, consumeTaskConditions, getMarkers, getNonSerializedTransactionRecords, getSerializedTransactionRecords, isComplete, removeMarker, revertTransactionRecords, sendUpdateObjectiveTaskPacket, setAsset, setup, unloadTransactionRecords
-
Field Details
-
CODEC
-
SPAWN_MARKER_COMPONENT_TYPE
-
TRANSFORM_COMPONENT_TYPE
-
-
Constructor Details
-
KillSpawnMarkerObjectiveTask
public KillSpawnMarkerObjectiveTask(@Nonnull KillSpawnMarkerObjectiveTaskAsset asset, int taskSetIndex, int taskIndex) -
KillSpawnMarkerObjectiveTask
protected KillSpawnMarkerObjectiveTask()
-
-
Method Details
-
getAsset
- Overrides:
getAssetin classKillObjectiveTask
-
setup0
@Nonnull protected TransactionRecord[] setup0(@Nonnull Objective objective, @Nonnull World world, @Nonnull Store<EntityStore> store) - Specified by:
setup0in classObjectiveTask
-
toString
- Overrides:
toStringin classObjectiveTask
-