public class NPCTutorEvent
extends net.minecraftforge.eventbus.api.Event
Modifier and Type | Class and Description |
---|---|
static class |
NPCTutorEvent.CollectLearnableMoves
Events fired surrounding the client being sent what moves a tutor can teach
|
Modifier and Type | Field and Description |
---|---|
protected NPCTutor |
npc |
protected net.minecraft.entity.player.PlayerEntity |
player |
Constructor and Description |
---|
NPCTutorEvent(net.minecraft.entity.player.PlayerEntity player,
NPCTutor npc) |
Modifier and Type | Method and Description |
---|---|
NPCTutor |
getNpc() |
net.minecraft.entity.player.PlayerEntity |
getPlayer() |
protected final net.minecraft.entity.player.PlayerEntity player
protected final NPCTutor npc
public NPCTutorEvent(net.minecraft.entity.player.PlayerEntity player, NPCTutor npc)
public net.minecraft.entity.player.PlayerEntity getPlayer()
public NPCTutor getNpc()