public class StickyWeb extends EntryHazard
ENTRY_HAZARDS, numLayers
type
modifiers
Constructor and Description |
---|
StickyWeb()
Initializes the status.
|
Modifier and Type | Method and Description |
---|---|
protected void |
doEffect(PixelmonWrapper pw)
Affects a Pokémon when it switches in.
|
protected java.lang.String |
getAffectedMessage()
Gets the lang key for the message displayed when a hazard is triggered.
|
int |
getAIWeight()
Gets the weight per Pokémon that an AI will assign to the move.
|
protected java.lang.String |
getFirstLayerMessage()
Gets the lang key for the message displayed when a hazard is first laid.
|
EntryHazard |
getNewInstance()
Gets a new instance of the entry hazard.
|
boolean |
isUnharmed(PixelmonWrapper pw)
Checks if the Pokémon is unharmed by the entry hazard.
|
applyEffect, applyEffectOnSwitch, applyHazards, copy, getDamage, getMultiLayerMessage, getNumLayers, isAirborne, isTeamStatus, weightEffect
allowsStatChange, applyBeforeEffect, applyEndOfBattleEffect, applyRepeatedEffect, applySwitchOutEffect, canAttackThisTurn, cantMiss, getCureMessage, getCureMessageItem, getEffectiveTypes, getNewInstance, ignoreStatus, isImmune, 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
protected void doEffect(PixelmonWrapper pw)
EntryHazard
doEffect
in class EntryHazard
pw
- The Pokémon to affect.public boolean isUnharmed(PixelmonWrapper pw)
EntryHazard
isUnharmed
in class EntryHazard
pw
- The Pokémon to check.public EntryHazard getNewInstance()
EntryHazard
getNewInstance
in class EntryHazard
protected java.lang.String getFirstLayerMessage()
EntryHazard
getFirstLayerMessage
in class EntryHazard
protected java.lang.String getAffectedMessage()
EntryHazard
getAffectedMessage
in class EntryHazard
public int getAIWeight()
EntryHazard
getAIWeight
in class EntryHazard