public class NoTerrain extends Terrain
langEnd, langStart, turnsToGo
type
modifiers
Constructor and Description |
---|
NoTerrain()
Initializes the status.
|
Modifier and Type | Method and Description |
---|---|
protected int |
countBenefits(PixelmonWrapper user,
PixelmonWrapper target)
Counts the number of ways that the target Pokémon benefits from the terrain.
|
Terrain |
getNewInstance()
Gets a new instance of the subclass.
|
Terrain |
getTerrainType() |
Element |
getTypingForTerrain() |
affectsPokemon, applyEffect, applyRepeatedEffect, applyRepeatedEffect, getRemainingTurns, setTurns, toString, weightEffect
ignoreWeather, isTerrain, isWeather
allowsStatChange, applyBeforeEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isTeamStatus, isWholeTeamStatus, modifyBaseStats, modifyDamageIncludeFixed, modifyPowerAndAccuracyTarget, modifyPowerAndAccuracyUser, modifyStats, modifyStatsCancellable, modifyWeight, onAttackEnd, onAttackUsed, onDamageReceived, onEndOfAttackersTurn, onEndOfTurn, redirectAttack, skipsTurn, stopsForcedSwitches, stopsIncomingAttack, stopsIncomingAttackMessage, stopsIncomingAttackUser, stopsSelfStatusMove, stopsStatusChange, stopsSwitching
applyEarlyEffect, applyEffectAfterAllTargets, applyEffectAfterStatus, applyEffectHitOrMiss, applyEffectStart, applyMissEffect, changeChance, checkChance, dealtDamage, doesPersist, getChance, getWeightWithChance, isChance, modifyDamage, modifyPriority, modifyTypeEffectiveness, modifyTypeEffectiveness
public Terrain getNewInstance()
Terrain
getNewInstance
in class Terrain
@Nonnull public Terrain getTerrainType()
getTerrainType
in class Terrain
public Element getTypingForTerrain()
getTypingForTerrain
in class Terrain
protected int countBenefits(PixelmonWrapper user, PixelmonWrapper target)
Terrain
countBenefits
in class Terrain
user
- The Pokémon using the terrain move.target
- The Pokémon to count benefits for.