public class QuestActionEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Field and Description |
|---|---|
Action |
action |
net.minecraft.entity.player.EntityPlayerMP |
player |
QuestProgress |
progress |
Stage |
stage |
| Constructor and Description |
|---|
QuestActionEvent(net.minecraft.entity.player.EntityPlayerMP player,
QuestProgress progress,
Stage stage,
Action action) |
public final net.minecraft.entity.player.EntityPlayerMP player
public final QuestProgress progress
public final Stage stage
public final Action action
public QuestActionEvent(net.minecraft.entity.player.EntityPlayerMP player,
QuestProgress progress,
Stage stage,
Action action)