Class PixelmonAdvancements
java.lang.Object
com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BallCaptureTriggerstatic final CaptureTypeTriggerstatic final LegendaryCaptureTriggerstatic final PokedexTriggerstatic final SpecTriggerstatic final StarterTriggerstatic final WildBattleVictoryTrigger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()static voidthrowBattleTriggers(net.minecraft.server.level.ServerPlayer player) static voidthrowCaptureTriggers(net.minecraft.server.level.ServerPlayer player, PokeBall ball, Pokemon pokemon)
-
Field Details
-
CAPTURE_TYPE_TRIGGER
-
POKEDEX_TRIGGER
-
STARTER_TRIGGER
-
BALL_CAPTURE_TRIGGER
-
LEGENDARY_CAPTURE_TRIGGER
-
SPEC_TRIGGER
-
WILD_BATTLE_VICTORY_TRIGGER
-
-
Constructor Details
-
PixelmonAdvancements
public PixelmonAdvancements()
-
-
Method Details
-
init
public static void init() -
throwCaptureTriggers
-
throwBattleTriggers
public static void throwBattleTriggers(net.minecraft.server.level.ServerPlayer player)
-