Class KillSpawnBeaconObjectiveTask
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.KillSpawnBeaconObjectiveTask
- All Implemented Interfaces:
KillTask,NetworkSerializer<Objective,ObjectiveTask>
-
Field Summary
FieldsFields 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
ConstructorsModifierConstructorDescriptionprotectedKillSpawnBeaconObjectiveTask(KillSpawnBeaconObjectiveTaskAsset asset, int taskSetIndex, int taskIndex) -
Method Summary
Modifier and TypeMethodDescriptiongetAsset()protected TransactionRecord[]setup0(Objective objective, World world, Store<EntityStore> store) private TransactionRecord[]setupSpawnBeacons(Objective objective, World world, ComponentAccessor<EntityStore> componentAccessor) 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
-
-
Constructor Details
-
KillSpawnBeaconObjectiveTask
public KillSpawnBeaconObjectiveTask(@Nonnull KillSpawnBeaconObjectiveTaskAsset asset, int taskSetIndex, int taskIndex) -
KillSpawnBeaconObjectiveTask
protected KillSpawnBeaconObjectiveTask()
-
-
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
-
setupSpawnBeacons
@Nonnull private TransactionRecord[] setupSpawnBeacons(@Nonnull Objective objective, @Nonnull World world, @Nonnull ComponentAccessor<EntityStore> componentAccessor) -
toString
- Overrides:
toStringin classObjectiveTask
-