Class NPCTutorEvent.CollectLearnableMoves.Post
java.lang.Object
net.neoforged.bus.api.Event
com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Post
- Enclosing class:
NPCTutorEvent.CollectLearnableMoves
public static class NPCTutorEvent.CollectLearnableMoves.Post
extends NPCTutorEvent.CollectLearnableMoves
Fired after the screen is opened and packet is sent
-
Nested Class Summary
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
NPCTutorEvent.CollectLearnableMoves.Post, NPCTutorEvent.CollectLearnableMoves.Pre
Nested classes/interfaces inherited from class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
NPCTutorEvent.CollectLearnableMoves
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
learnableMoves, pokemon
Fields inherited from class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
npc, player
-
Constructor Summary
ConstructorsConstructorDescriptionPost
(net.minecraft.world.entity.player.Player player, NPC npc, Pokemon pokemon, List<LearnableMove> learnableMoves) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
getLearnableMoves, getPokemon
Methods inherited from class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
getNpc, getPlayer
-
Constructor Details
-
Post
public Post(net.minecraft.world.entity.player.Player player, NPC npc, Pokemon pokemon, List<LearnableMove> learnableMoves)
-