public static class NPCTutorEvent.CollectLearnableMoves.Pre extends NPCTutorEvent.CollectLearnableMoves
NPCTutorEvent.CollectLearnableMoves.Post, NPCTutorEvent.CollectLearnableMoves.Pre
NPCTutorEvent.CollectLearnableMoves
learnableMoves, pokemon
npc, player
Constructor and Description |
---|
Pre(net.minecraft.entity.player.PlayerEntity player,
NPCTutor npc,
Pokemon pokemon,
java.util.List<NPCTutor.LearnableMove> learnableMoves) |
Modifier and Type | Method and Description |
---|---|
void |
addLearnableMoves(NPCTutor.LearnableMove... moves) |
void |
setLearnableMoves(java.util.List<NPCTutor.LearnableMove> learnableMoves) |
getLearnableMoves, getPokemon
getNpc, getPlayer
public Pre(net.minecraft.entity.player.PlayerEntity player, NPCTutor npc, Pokemon pokemon, java.util.List<NPCTutor.LearnableMove> learnableMoves)
public void addLearnableMoves(NPCTutor.LearnableMove... moves)
public void setLearnableMoves(java.util.List<NPCTutor.LearnableMove> learnableMoves)