Class LearnMoveController.LearnMove
java.lang.Object
com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- Enclosing class:
- LearnMoveController
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLearnMove
(UUID player, UUID pokemon, ImmutableAttack move) LearnMove
(UUID player, UUID pokemon, ImmutableAttack move, Predicate<net.minecraft.server.level.ServerPlayer> condition) -
Method Summary
-
Field Details
-
player
-
pokemon
-
move
-
condition
-
-
Constructor Details
-
LearnMove
-
LearnMove
public LearnMove(UUID player, UUID pokemon, ImmutableAttack move, Predicate<net.minecraft.server.level.ServerPlayer> condition)
-
-
Method Details