public static class QuestObjectiveEvent.Progress extends QuestObjectiveEvent
QuestObjectiveEvent.Complete, QuestObjectiveEvent.Progress| Modifier and Type | Field and Description |
|---|---|
int |
completion |
objective, objectiveIndex, player, progress, stage| Constructor and Description |
|---|
Progress(net.minecraft.entity.player.ServerPlayerEntity player,
QuestProgress progress,
Stage stage,
Objective objective,
int objectiveIndex,
int completion) |
public Progress(net.minecraft.entity.player.ServerPlayerEntity player,
QuestProgress progress,
Stage stage,
Objective objective,
int objectiveIndex,
int completion)