public abstract class QuestObjectiveEvent
extends net.minecraftforge.fml.common.eventhandler.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.EntityPlayerMP |
player |
QuestProgress |
progress |
Stage |
stage |
Constructor and Description |
---|
QuestObjectiveEvent(net.minecraft.entity.player.EntityPlayerMP player,
QuestProgress progress,
Stage stage,
Objective objective,
int objectiveIndex) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final QuestProgress progress
public final Stage stage
public final Objective objective
public final int objectiveIndex
public QuestObjectiveEvent(net.minecraft.entity.player.EntityPlayerMP player, QuestProgress progress, Stage stage, Objective objective, int objectiveIndex)