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