Class NPCTutorEvent.CollectLearnableMoves

java.lang.Object
net.minecraftforge.eventbus.api.Event
com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
Direct Known Subclasses:
NPCTutorEvent.CollectLearnableMoves.Post, NPCTutorEvent.CollectLearnableMoves.Pre
Enclosing class:
NPCTutorEvent

public static class NPCTutorEvent.CollectLearnableMoves extends NPCTutorEvent
Events fired surrounding the client being sent what moves a tutor can teach
  • Field Details

  • Constructor Details

    • CollectLearnableMoves

      public CollectLearnableMoves(net.minecraft.world.entity.player.Player player, NPC npc, Pokemon pokemon, List<LearnableMove> learnableMoves)
  • Method Details