public class PowerEffects
extends java.lang.Object
Constructor and Description |
---|
PowerEffects() |
Modifier and Type | Method and Description |
---|---|
static BasePowerEffect |
get(java.lang.String name) |
static java.util.List<BasePowerEffect> |
getAll() |
static BasePowerEffect |
getRandomEffect() |
static <T extends BasePowerEffect> |
register(T t) |
public static final RegistryValue<BasePowerEffect> DAMAGE_SWAP
public static final RegistryValue<BasePowerEffect> RAIN_DANCE
public static final RegistryValue<BasePowerEffect> STRIKES_BACK
public static final RegistryValue<BasePowerEffect> ENERGY_TRANSFER
public static final RegistryValue<BasePowerEffect> BUZZAP
public static final RegistryValue<BasePowerEffect> INVISIBLE_WALL
public static final RegistryValue<BasePowerEffect> THICK_SKIN
public static final RegistryValue<BasePowerEffect> SHIFT
public static final RegistryValue<BasePowerEffect> HEAL
public static final RegistryValue<BasePowerEffect> RETREAT_AID
public static final RegistryValue<BasePowerEffect> PEEK
public static final RegistryValue<BasePowerEffect> DISABLE_EVOLUTION
public static final RegistryValue<BasePowerEffect> TRANSFORM
public static final RegistryValue<BasePowerEffect> STEP_IN
public static final RegistryValue<BasePowerEffect> DAMAGE_SWAP_ENEMY
public static final RegistryValue<BasePowerEffect> FLIP_TO_EVADE
public static final RegistryValue<BasePowerEffect> TOXIC_GAS
public static final RegistryValue<BasePowerEffect> DAMAGE_SWAP_TO_SELF_ONLY
public static final RegistryValue<BasePowerEffect> HALF_DAMAGE
public static final RegistryValue<BasePowerEffect> REVEAL_HAND
public static final RegistryValue<BasePowerEffect> BOUNCE
public static final RegistryValue<BasePowerEffect> SPECIAL_DELIVERY
public static final RegistryValue<BasePowerEffect> CURSE
public static final RegistryValue<BasePowerEffect> EVOLUTIONARY_LIGHT
public static <T extends BasePowerEffect> RegistryValue<BasePowerEffect> register(T t)
public static java.util.List<BasePowerEffect> getAll()
public static BasePowerEffect get(java.lang.String name)
public static BasePowerEffect getRandomEffect()