public class MudSport extends Sport
affectedType, user
type
modifiers
Constructor and Description |
---|
MudSport()
Initializes the status.
|
MudSport(PixelmonWrapper user)
Initializes Mud 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 MudSport()
public MudSport(PixelmonWrapper user)
user
- The user of Mud Sport.protected Sport getNewInstance(PixelmonWrapper user)
Sport
getNewInstance
in class Sport
user
- The user of the move.