public class NPCInserterEvent
extends net.minecraftforge.eventbus.api.Event
| Modifier and Type | Field and Description |
|---|---|
NPCQuestGiver |
npc |
net.minecraft.entity.player.ServerPlayerEntity |
player |
QuestProgress |
progress |
| Constructor and Description |
|---|
NPCInserterEvent(net.minecraft.entity.player.ServerPlayerEntity player,
QuestProgress progress,
NPCQuestGiver npc) |
public final net.minecraft.entity.player.ServerPlayerEntity player
public final QuestProgress progress
public final NPCQuestGiver npc
public NPCInserterEvent(net.minecraft.entity.player.ServerPlayerEntity player,
QuestProgress progress,
NPCQuestGiver npc)