public class PixelmonAdvancements
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static BallCaptureTrigger |
BALL_CAPTURE_TRIGGER |
static CaptureTypeTrigger |
CAPTURE_TYPE_TRIGGER |
static LegendaryCaptureTrigger |
LEGENDARY_CAPTURE_TRIGGER |
static PokedexTrigger |
POKEDEX_TRIGGER |
static SpecTrigger |
SPEC_TRIGGER |
static StarterTrigger |
STARTER_TRIGGER |
static WildBattleVictoryTrigger |
WILD_BATTLE_VICTORY_TRIGGER |
Constructor and Description |
---|
PixelmonAdvancements() |
Modifier and Type | Method and Description |
---|---|
static void |
init() |
static void |
throwBattleTriggers(net.minecraft.entity.player.ServerPlayerEntity player) |
static void |
throwCaptureTriggers(net.minecraft.entity.player.ServerPlayerEntity player,
PokeBall ball,
Pokemon pokemon) |
public static final CaptureTypeTrigger CAPTURE_TYPE_TRIGGER
public static final PokedexTrigger POKEDEX_TRIGGER
public static final StarterTrigger STARTER_TRIGGER
public static final BallCaptureTrigger BALL_CAPTURE_TRIGGER
public static final LegendaryCaptureTrigger LEGENDARY_CAPTURE_TRIGGER
public static final SpecTrigger SPEC_TRIGGER
public static final WildBattleVictoryTrigger WILD_BATTLE_VICTORY_TRIGGER
public static void init()
public static void throwCaptureTriggers(net.minecraft.entity.player.ServerPlayerEntity player, PokeBall ball, Pokemon pokemon)
public static void throwBattleTriggers(net.minecraft.entity.player.ServerPlayerEntity player)