public class WaterSport extends Sport
affectedType, user
type
modifiers
Constructor and Description |
---|
WaterSport()
Initializes the status.
|
WaterSport(PixelmonWrapper user)
Initializes Water Sport.
|
Modifier and Type | Method and Description |
---|---|
protected Sport |
getNewInstance(PixelmonWrapper user)
Gets a new instance of the subclass.
|
applyEffect, applyRepeatedEffect, modifyPowerAndAccuracyTarget, weightEffect
ignoreWeather, isTerrain, isWeather
allowsStatChange, applyBeforeEffect, applyEffectOnSwitch, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, copy, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, isTeamStatus, isWholeTeamStatus, modifyBaseStats, modifyDamageIncludeFixed, 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 WaterSport()
public WaterSport(PixelmonWrapper user)
user
- The user of Water Sport.protected Sport getNewInstance(PixelmonWrapper user)
Sport
getNewInstance
in class Sport
user
- The user of the move.