Package com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
package com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
ClassDescriptionPrevents Pokémon from having certain Abilities.Rejects if a team has a certain combination of Abilities.Prevents certain held items from being used.Checks that all sub-clauses of the
BattleClause
are valid If a single clause is not valid then it fails (returns false)Checks that a single sub-clause of theBattleClause
is valid If not a single clause is not valid then it fails (returns false)Rejects if a single Pokémon violates multiple clauses at the same time.CustomBattleClause
for preventing more than one Pokémon from knowing Baton Pass.CustomBattleClause
to check if the pokemon has/hasn't got a given movePrevents a team from having two or more Pokémon with the same Pokédex number.Prevents two Pokémon from holding the same held item.Bans certain Pokémon.Restricts the battle to airborne Pokémon only.Prevents Pokémon from having Baton Pass, a way of boosting speed, and a way of boosting another stat.