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