Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
 
A - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
 
A - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
 
A - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
 
A - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
 
AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GalaricaCuffBlock
 
AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.RelicBlock
 
AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
 
AABBBaseEast - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
 
AABBBaseNorth - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
 
AABBBaseSouth - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
 
AABBBaseWest - Variable in class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
 
abandonable - Variable in class com.pixelmonmod.pixelmon.quests.client.QuestProgressClientData
 
ABANDONABLE - Static variable in class com.pixelmonmod.pixelmon.quests.actions.Actions
 
AbandonableAction - Class in com.pixelmonmod.pixelmon.quests.actions.actions
 
AbandonableAction() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.actions.AbandonableAction
 
abandonQuest(String, UUID) - Method in class com.pixelmonmod.pixelmon.storage.playerData.QuestData
 
AbandonQuestEvent - Class in com.pixelmonmod.pixelmon.api.events.quests
 
AbandonQuestEvent(ServerPlayer, QuestProgress) - Constructor for class com.pixelmonmod.pixelmon.api.events.quests.AbandonQuestEvent
 
AbandonQuestPacket - Class in com.pixelmonmod.pixelmon.quests.comm
 
AbandonQuestPacket() - Constructor for class com.pixelmonmod.pixelmon.quests.comm.AbandonQuestPacket
 
AbandonQuestPacket(QuestProgressClient) - Constructor for class com.pixelmonmod.pixelmon.quests.comm.AbandonQuestPacket
 
abilities - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
 
Abilities - Class in com.pixelmonmod.pixelmon.api.pokemon.species.abilities
Represents all the abilities and hidden abilities a Species's form can have.
Abilities(Ability[], Ability[]) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
Default constructor
ABILITIES - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcher
 
abilitiesDisabled() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
 
AbilitiesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
 
AbilitiesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.AbilitiesTypeAdapter
 
ability - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
 
ability - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
 
ability - Variable in class com.pixelmonmod.pixelmon.world.generation.gyms.MovesetDefinition
Ability array for this Pokémon.
ability(RegistryValue<Ability>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
Sets the ability of the Pokémon Leaving null will allow the Pokémon initialize algorithm to calculate the relevant one for the form/gender (etc)
ability(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
Sets the ability of the Pokémon Leaving null will allow the Pokémon initialize algorithm to calculate the relevant one for the form/gender (etc)
Ability - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
 
Ability - Interface in com.pixelmonmod.pixelmon.api.pokemon.ability
Interface representing a Pokemon's Ability
ABILITY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
 
ABILITY - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
 
ABILITY - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
 
ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
 
ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
 
ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
The name of the Pokémon's Ability.
ability_capsule - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
ABILITY_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
 
ABILITY_P_HIDDEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
The Pokémon's hidden ability status, persisting through evolution.
ABILITY_P_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
The Pokémon's ability slot number, persisting through evolution.
ability_patch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
ABILITY_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
 
ABILITY_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
The Pokémon's ability slot number.
ABILITY_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
 
abilityBeingLostOrSuppressedResetsStats(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SlowStartTests
 
AbilityCapsuleItem - Class in com.pixelmonmod.pixelmon.items
Switches a Pokémon's normal Ability to its other one.
AbilityCapsuleItem() - Constructor for class com.pixelmonmod.pixelmon.items.AbilityCapsuleItem
Initializes the item.
AbilityClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
Prevents Pokémon from having certain Abilities.
AbilityClause(String, Class<? extends AbstractAbility>...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.AbilityClause
Creates a clause to ban Abilities.
AbilityComboClauseLogicalOr - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
Rejects if a team has a certain combination of Abilities.
AbilityComboClauseLogicalOr(String, Class<? extends AbstractAbility>...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.AbilityComboClauseLogicalOr
Creates a clause to ban an Ability combination.
AbilityData(String, String, Supplier<Ability>, Ability) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry.AbilityData
 
abilityLangKey - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
 
AbilityPatchItem - Class in com.pixelmonmod.pixelmon.items
Switches a Pokémon's normal Ability to its Hidden one.
AbilityPatchItem() - Constructor for class com.pixelmonmod.pixelmon.items.AbilityPatchItem
Initializes the item.
AbilityRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.ability
 
AbilityRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
AbilityRegistry.AbilityData - Class in com.pixelmonmod.pixelmon.api.pokemon.ability
 
AbilityRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
 
AbilityRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
 
AbilityRequirement(Ability) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
 
abilitySlot(int, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
Sets the ability slots of the Pokémon, overriding .ability() Leaving null will allow the Pokémon initialize algorithm to calculate the relevant one for the form/gender (etc)
ableSpecs - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
 
abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
 
abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
Whether or not the battle ended in an abnormal (as in crash/error/forced) manner.
abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestStageEvent.Set
 
abnormal() - Method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
Returns the value of the abnormal record component.
abnormal(String, String) - Static method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
Creates a new abnormal battle end cause with the given key and value.
abnormal(ResourceLocation) - Static method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
Creates a new abnormal battle end cause with the given id.
ABNORMAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.ForceBattleEndResult
 
abomasite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
Mega Evolves Abomasnow
ABOMASNOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
ABOMASNOW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
AboutToClose(MysteryBoxTileEntity, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.AboutToClose
Fired before a Mystery Box is going to close.
ABRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
ABRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
AbsenceOfHealthCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
Created by Jay113355 on 6/12/2020.
AbsenceOfHealthCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.AbsenceOfHealthCondition
 
ABSENT_MINDED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
 
ABSOL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
absolite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
Mega Evolves Absol
Absolute - Enum constant in enum class com.pixelmonmod.pixelmon.quests.util.PosAlignment
 
ABSOLUTE_POSITION - Static variable in class com.pixelmonmod.pixelmon.quests.objectives.Objectives
 
AbsolutePositionObjective - Class in com.pixelmonmod.pixelmon.quests.objectives.objectives.location
 
AbsolutePositionObjective() - Constructor for class com.pixelmonmod.pixelmon.quests.objectives.objectives.location.AbsolutePositionObjective
 
Absorb - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
Heals 25% hp when hit by a certain type of move.
Absorb(Element, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Absorb
Initializes an absorb Ability.
ABSORB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
absorb_bulb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
absorbbulb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
 
AbstractAbility - Class in com.pixelmonmod.pixelmon.api.pokemon.ability
 
AbstractAbility() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
 
AbstractBaseEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
Base information for a Pokémon.
AbstractBaseEntity(EntityType<? extends AbstractBaseEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
Initializes the Pokémon entity and its data watcher.
AbstractBattleEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
Battling data for a Pokémon.
AbstractBattleEntity(EntityType<? extends AbstractBattleEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
Initializes the Pokémon's battle info.
AbstractBerryTreeFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage
 
AbstractBerryTreeFoliagePlacer(RegistryObject<FoliagePlacerType<?>>, int, List<Integer>, BlockPos...) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractBerryTreeFoliagePlacer
 
AbstractBooleanPokemonRequirement - Class in com.pixelmonmod.api.pokemon.requirement
Basic abstract implementation for specs following the basic implementation that have a boolean value so that boolean specs are handled consistently.
AbstractBooleanPokemonRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
 
AbstractBooleanPokemonRequirement(Set<String>, boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
 
AbstractBooleanProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property.type
 
AbstractBooleanProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractBooleanProperty
 
AbstractBooleanRequirement<A,B> - Class in com.pixelmonmod.api.requirement
Basic abstract implementation for specs following the basic implementation that have a boolean value so that boolean specs are handled consistently.
AbstractBooleanRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
 
AbstractBooleanRequirement(Set<String>, boolean) - Constructor for class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
 
AbstractBooleanStatueRequirement - Class in com.pixelmonmod.api.statue.requirement
Basic abstract implementation for specs following the basic implementation that have a boolean value so that boolean specs are handled consistently.
AbstractBooleanStatueRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
 
AbstractBooleanStatueRequirement(Set<String>, boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
 
AbstractCardRequirement<A> - Class in com.pixelmonmod.api.tcg.requirement
Basic abstract implementation for specs following the format :
AbstractCardRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.tcg.requirement.AbstractCardRequirement
 
AbstractClientEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
A Pokémon's model and animation.
AbstractClientEntity(EntityType<? extends AbstractClientEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
Initializes the Pokémon's models and animations.
AbstractComplexTreeFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage
 
AbstractComplexTreeFoliagePlacer(RegistryObject<FoliagePlacerType<?>>, int, List<Integer>, Pair<BlockPos, BlockState>...) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
 
AbstractDetectionLogic - Class in com.pixelmonmod.pixelmon.api.replacement.detection
 
AbstractDetectionLogic(String) - Constructor for class com.pixelmonmod.pixelmon.api.replacement.detection.AbstractDetectionLogic
 
AbstractDuration - Class in com.pixelmonmod.pixelmon.api.daycare.impl.duration
Abstract implementation of a duration taking only the ID
AbstractDuration(String) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AbstractDuration
 
AbstractEggGroup - Class in com.pixelmonmod.pixelmon.api.pokemon.egg.impl
Basic abstract implementation of the EggGroup
AbstractEggGroup(int, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
 
AbstractHasStatsEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
Stats for a Pokémon.
AbstractHasStatsEntity(EntityType<? extends AbstractHasStatsEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
Initializes the Pokémon's stats.
AbstractHoldsItemsEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
Held items, drops, and interactions on Pokémon.
AbstractHoldsItemsEntity(EntityType<? extends AbstractHoldsItemsEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHoldsItemsEntity
Initializes the Pokémon's interactions.
AbstractIntegerPokemonRequirement - Class in com.pixelmonmod.api.pokemon.requirement
Basic abstract implementation for specs following the basic implementation that have an integer value so that integer specs are handled consistently.
AbstractIntegerPokemonRequirement(Set<String>, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractIntegerPokemonRequirement
 
AbstractIntegerPokemonRequirement(Set<String>, int, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractIntegerPokemonRequirement
 
AbstractIntegerProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property.type
 
AbstractIntegerProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractIntegerProperty
 
AbstractIntegerRequirement<A,B> - Class in com.pixelmonmod.api.requirement
Basic abstract implementation for specs following the basic implementation that have an integer value so that integer specs are handled consistently.
AbstractIntegerRequirement(Set<String>, int) - Constructor for class com.pixelmonmod.api.requirement.AbstractIntegerRequirement
 
AbstractIntegerRequirement(Set<String>, int, int) - Constructor for class com.pixelmonmod.api.requirement.AbstractIntegerRequirement
 
AbstractIntegerStatueRequirement - Class in com.pixelmonmod.api.statue.requirement
Basic abstract implementation for specs following the basic implementation that have an integer value so that integer specs are handled consistently.
AbstractIntegerStatueRequirement(Set<String>, int) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractIntegerStatueRequirement
 
AbstractIntegerStatueRequirement(Set<String>, int, int) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractIntegerStatueRequirement
 
AbstractInteractionsEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
Handles mounting a Pokémon.
AbstractInteractionsEntity(EntityType<? extends AbstractInteractionsEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
Initializes the Pokémon.
AbstractMovesEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
 
AbstractMovesEntity(EntityType<? extends AbstractMovesEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
 
AbstractPixelmonPacket - Class in com.pixelmonmod.pixelmon.comm.data
Abstract implementation of the PixelmonPacket interface.
AbstractPixelmonPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
 
AbstractPixelmonPacket(PacketDirection) - Constructor for class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
 
AbstractPixelmonPacket(PacketDirection, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
 
AbstractPokemonRenderer<E extends AbstractClientEntity> - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
 
AbstractPokemonRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
 
AbstractPokemonRequirement<A> - Class in com.pixelmonmod.api.pokemon.requirement
Basic abstract implementation for specs following the format :
AbstractPokemonRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractPokemonRequirement
 
AbstractRecursivePokemonRequirement - Class in com.pixelmonmod.api.pokemon.requirement
The basics for a recursive requirement
AbstractRecursivePokemonRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
 
AbstractRecursivePokemonRequirement(Set<String>, List<Requirement<Pokemon, PixelmonEntity, ?>>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
 
AbstractRecursiveRequirement<A,B> - Class in com.pixelmonmod.api.requirement
The basics for a recursive requirement
AbstractRecursiveRequirement(Class<? extends Specification<A, B>>, Set<String>) - Constructor for class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
 
AbstractRecursiveRequirement(Class<? extends Specification<A, B>>, Set<String>, List<Requirement<A, B, ?>>) - Constructor for class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
 
AbstractRecursiveStatueRequirement - Class in com.pixelmonmod.api.statue.requirement
The basics for a recursive requirement
AbstractRecursiveStatueRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
 
AbstractRecursiveStatueRequirement(Set<String>, List<Requirement<Pokemon, StatueEntity, ?>>) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
 
AbstractReplacementLogic - Class in com.pixelmonmod.pixelmon.api.replacement.logic
Abstract implementation oft he spawn replacement logic interface containing the ID
AbstractReplacementLogic(String) - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.AbstractReplacementLogic
 
AbstractRequirement<A,B,C> - Class in com.pixelmonmod.api.requirement
Basic abstract implementation for specs following the format :
AbstractRequirement - Class in com.pixelmonmod.pixelmon.api.daycare.impl.requirement
Abstract implementation of the DayCareRequirement
AbstractRequirement(String) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
 
AbstractRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.requirement.AbstractRequirement
 
AbstractShopScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
Superclass for GUIs that display a shop interface.
AbstractShopScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
Initializes the container.
AbstractSpawner - Class in com.pixelmonmod.pixelmon.api.spawning
The base of all spawning.
AbstractSpawner(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
 
AbstractSpawner.SpawnerBuilder<T extends AbstractSpawner> - Class in com.pixelmonmod.pixelmon.api.spawning
 
AbstractSpecification<A,B> - Class in com.pixelmonmod.api
Abstract implementation of the specification interface that handles all the logic for the sub-classes Meaning the sub classes just have to pass in the data types
AbstractSpecification(Class<A>, Class<B>, String, List<Requirement<A, B, ?>>) - Constructor for class com.pixelmonmod.api.AbstractSpecification
 
AbstractStatueRequirement<A> - Class in com.pixelmonmod.api.statue.requirement
Basic abstract implementation for specs following the format :
AbstractStatueRequirement(Set<String>) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractStatueRequirement
 
AbstractStringPokemonRequirement - Class in com.pixelmonmod.api.pokemon.requirement
Basic abstract implementation for specs following the basic implementation that have a string value so that string specs are handled consistently.
AbstractStringPokemonRequirement(Set<String>, String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
 
AbstractStringPokemonRequirement(Set<String>, String, String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
 
AbstractStringRequirement<A,B> - Class in com.pixelmonmod.api.requirement
Basic abstract implementation for specs following the basic implementation that have a string value so that string specs are handled consistently.
AbstractStringRequirement(Set<String>, String) - Constructor for class com.pixelmonmod.api.requirement.AbstractStringRequirement
 
AbstractStringRequirement(Set<String>, String, String) - Constructor for class com.pixelmonmod.api.requirement.AbstractStringRequirement
 
AbstractStringStatueRequirement - Class in com.pixelmonmod.api.statue.requirement
Basic abstract implementation for specs following the basic implementation that have a string value so that string specs are handled consistently.
AbstractStringStatueRequirement(Set<String>, String) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractStringStatueRequirement
 
AbstractStringStatueRequirement(Set<String>, String, String) - Constructor for class com.pixelmonmod.api.statue.requirement.AbstractStringStatueRequirement
 
AbstractTCGPacket - Class in com.pixelmonmod.tcg.network.data
Abstract implementation of the TCGPacket interface.
AbstractTCGPacket(boolean) - Constructor for class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
 
AbstractTCGPacket(PacketDirection) - Constructor for class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
 
AbstractTCGPacket(PacketDirection, boolean) - Constructor for class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
 
AbstractYamlConfig - Class in com.pixelmonmod.pixelmon.api.config.api.yaml
Abstract parent class to all YAML configuration files.
AbstractYamlConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
 
acacia_bench - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
 
ACACIA_BENCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
 
acceleration - Variable in class com.pixelmonmod.pixelmon.ai.flying.FlySpeeds
 
acceleration - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
 
accelerationX - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
 
accelerationZ - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
 
ACCELEROCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ACCELGOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
accept(A, B, C) - Method in interface com.pixelmonmod.pixelmon.tools.TriConsumer
 
Accept - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
 
Accept - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
 
AcceptDeclineBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
A player's response to a battle query.
AcceptDeclineBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.AcceptDeclineBattlePacket
 
AcceptDeclineBattlePacket(int, EnumBattleQueryResponse) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.AcceptDeclineBattlePacket
Initializes a battle query response.
AcceptDenyScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles
The battle challenge GUI.
AcceptDenyScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.AcceptDenyScreen
Initializes the GUI.
acceptedInputs() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
Returns the value of the acceptedInputs record component.
acceptedInputs(InputPattern...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
Sets the patterns that the user's input must match for the button to be clickable.
acceptedInputs(Iterable<InputPattern>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
Sets the patterns that the user's input must match for the button to be clickable.
acceptedPatterns() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
Returns the value of the acceptedPatterns record component.
acceptedPatterns(Iterable<Pattern>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
Sets the GUI's accepted patterns.
acceptedPatterns(String...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
Sets the GUI's accepted patterns.
acceptedPatterns(Pattern...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
Sets the GUI's accepted patterns.
AcceptNPCTradePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
A packet that is sent when a trader's offer is accepted by a player.
AcceptNPCTradePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
Initializes an empty packet.
AcceptNPCTradePacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
Initializes a packet with the trader ID.
acceptQuery(ServerPlayer, EnumBattleQueryResponse) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery
Handles event where a player accepts the challenge.
acceptQuery(ServerPlayer, UUID) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
Evolves a Pokémon.
accepts(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.models.obj.OBJLoader
 
accepts(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader
 
AcceptTrade(Player, NPCEntity, TradePair, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
 
accuracy - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Use
 
accuracy - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
The Pokémon's accuracy modifier.
accuracy - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
The effective accuracy of the move.
ACCURACY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
 
ACID - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ACID_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ACID_DOWNPOUR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ACID_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
 
ACID_SPRAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AcidEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
 
AcidEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.AcidEffect
 
AcidSpray - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
 
acknowledge() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
 
acquire(String, long) - Static method in class com.pixelmonmod.api.loader.DataSyncLock
 
Acro - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBike
 
acro_bike - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
ACRO_BIKE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
 
acro_bike_frame - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
Acrobatics - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
Doubles in power if the user is not holding an item.
Acrobatics - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
 
Acrobatics - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
 
Acrobatics - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
 
Acrobatics - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
 
Acrobatics - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
 
Acrobatics() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Acrobatics
 
ACROBATICS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
action - Variable in class com.pixelmonmod.pixelmon.api.events.quests.QuestActionEvent
 
action - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.DoSpawn
The SpawnAction about to occur.
action - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.SpawnEvent
The specific information about the spawn.
Action - Class in com.pixelmonmod.pixelmon.quests.actions
 
Action(String[], Quest, Stage, int) - Constructor for class com.pixelmonmod.pixelmon.quests.actions.Action
 
ACTION - Enum constant in enum class com.pixelmonmod.pixelmon.quests.editor.QuestElementType
 
ActionButton(BattleScreen.EnumBattleButton, BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
 
actionIndex - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
Turn counter for individual Pokémon moving within a battle turn.
ActionKey - Class in com.pixelmonmod.pixelmon.client.keybindings
Orders the selected Pokémon to chase after a wild Pokémon.
ActionKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.ActionKey
 
actionKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
The keybind for targeting a Pokémon.
ActionKeyBlock - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
 
ActionKeyEntity - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
Called by the controls from the buttons when activated.
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.NPCTraderScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.SelectPartyPokemonScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.BattleRulesNPCEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ChattingNPCEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.CreateNPCScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.QuestGiverNPCEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ShopkeeperEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TradeEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorMoreScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TutorEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IndividualEditorBaseScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorAdvancedScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.SelectStatScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.duel.FlippingCoinScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
 
actionPerformed(Button) - Method in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
Called by the controls from the buttonList when activated.
actionPerformed(Button, int) - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
 
Actions - Class in com.pixelmonmod.pixelmon.quests.actions
 
Actions() - Constructor for class com.pixelmonmod.pixelmon.quests.actions.Actions
 
activate() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
Boots the coordinator, which without overriding involves scheduling the processor and registering on the Forge bus.
activate() - Method in class com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator
 
activate(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GuardDog
 
activate(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Rattled
 
activate(PixelmonWrapper, PixelmonWrapper, MutableComponent) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Electromorphosis
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Bounce
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Buzzap
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Curse
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwap
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapEnemy
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapToSelfOnly
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.EnergyBurn
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.EnergyTransfer
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.EvolutionaryLight
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.FinalBeam
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Frenzy
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.GatherFire
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.HayFever
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Heal
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.LongDistanceHypnosis
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.MatterExchange
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Peek
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.PollenStench
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.PrehistoricPower
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.RainDance
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.ReelIn
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Shift
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Sinkhole
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.SneakAttack
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.SpecialDelivery
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.StepIn
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.StickyGoo
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.SummonMinions
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Transparency
 
activate(PokemonCardState, GameServerState, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.power.Trickery
 
activate(ArrayList<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
 
activate(ArrayList<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
Performs any actions necessary to initiate Mode.
activate(ArrayList<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
 
activate(ArrayList<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
 
activate(ServerPlayer, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
 
activate(Player, ArcChaliceBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
 
activate(Player, IlexShrineBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
 
activate(Player, ShrineBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity
 
activate(Player, TimespaceAltarBlock, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
 
activate(Player, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
 
activate(Player, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
 
Activate(MysteryBoxTileEntity, Player, BlockState, ItemStack, Item) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Activate
Fired when a Mystery Box is right-clicked by a player.
Activate(ServerPlayer, ReassemblyUnitTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Activate
 
activateViaAbility(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
 
activateViaItem(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
 
active - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
 
Active - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumFeatureState
 
Active - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
 
Active - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
 
ACTIVE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
 
activeBoxIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
The box being displayed from PCScreen.
activeCard - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
 
activeTarget - Variable in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
 
actuallyRender(PoseStack, PokeStopTileEntity, BakedGeoModel, RenderType, MultiBufferSource, VertexConsumer, boolean, float, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop
 
actualPokedex - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
The array of enabled pokemon
Acupressure - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
Increases a random stat on the target by two stages.
Acupressure() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Acupressure
 
ACUPRESSURE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AcupressureTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
 
AcupressureTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AcupressureTests
 
ADAMANT - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
 
adamant_crystal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
adamant_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
adamantCrystal - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
 
Adaptability - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
 
Adaptability() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Adaptability
 
ADAPTABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
Adapter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags.Adapter
 
Adapter() - Constructor for class com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove.Adapter
 
ADAPTER - Static variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationTypeAdapter
 
ADAPTER - Static variable in class com.pixelmonmod.pixelmon.api.util.ResourceLocationAdapter
 
ADAPTER - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationDataAdapter
 
ADAPTER - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.EffectTypeAdapter
 
ADAPTER - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
 
add(double) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
Adds the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
add(double, T) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
 
add(float) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
Adds the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
add(int) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
Adds the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
add(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
 
add(A, double) - Method in class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
 
add(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
Adds the given Pokemon to this storage in the first available position.
add(Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
 
add(ExtendedServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
 
add(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
 
add(NPC) - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
Adds an NPC to the storage
add(SpawnedTracker.SpawnedData) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
 
add(PixelExtrasData) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
 
add(BigDecimal) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
Adds the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
add(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
 
add(ServerData, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
 
add(ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
 
add(Matrix3f, Matrix3f) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
 
add(T) - Method in interface com.pixelmonmod.pixelmon.api.entity.npc.EntityStorage
Adds an entity to be tracked and stored
add(T) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
 
add(T, double) - Method in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.Builder
 
addAction(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.IndexedNPCEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCRelearner
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCShopkeeper
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrader
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTrainer
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
 
addAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
 
addAdditionalSaveData(StructurePieceSerializationContext, CompoundTag) - Method in class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserPiece
 
addAll(WeightedItemStacks) - Method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
 
addAllies(RaidPokemon...) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidAllyEvent
 
addAlly(RaidPokemon) - Static method in class com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
 
addAndDistribute(PixelExtrasData) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
 
addAndGetPosition(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
 
addAndGetPosition(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
Adds a Pokemon to the storage and returns the StoragePosition that it was added to.
addAnimation(AttackAnimation) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
Stores an attack animation that is currently running for this battle.
addAttack(Attack) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
 
addAttack(ImmutableAttack, ResourceLocation, String) - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
Adds an attack to the cache of attacks Cannot be null
addAttackers() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
Updates experience-gaining Pokémon to and from the Pokémon.
addBadge(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
 
addBadge(ItemStack, Player, ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
 
addBattleMessage(BattleTaskPacket) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
Adds a battle message that will be displayed to the player.
addBehaviourGoals() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
 
addBerry(BerryItem, int) - Method in class com.pixelmonmod.pixelmon.battles.status.BerryEaten
 
addBiome(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
 
addBlocksWalked(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
 
addBoard(ClientScoreboardFactory.BoardInfo) - Static method in class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory
 
addBoost(int, BattleStatsType) - Method in class com.pixelmonmod.pixelmon.battles.status.CopiedBoosts
 
addButton - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
 
addButton(PCToolbar.ToolbarButtons, KeyBindImageButton) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
 
addButton(String, Button.OnPress) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
 
addButton(String, Button.OnPress, Color) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
 
addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorScreen
 
addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestOverviewScreen
 
addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
 
addButtons() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStringsScreen
 
addCard(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
 
addCaughtType(Element) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
 
addCaughtTypes(List<Element>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
 
addChat(String, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
 
addChat(String, String, String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
Adds possible dialogue to the Trainer.
addChild(Bone) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
 
addChoice(Choice) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
Deprecated.
 
addClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
 
addClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
Registers a player who has claimed the Poké Gift.
addClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
 
addColonSeparated(StringBuilder, String, Object) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
Separates a label and a value by a colon, and inserts a newline afterwards.
addCondition(SpawnerCondition) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
 
addCondition(CardCondition, Integer) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
 
addCondition(PokemonCardState, CardCondition, Integer, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
 
addCondition(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
 
addCore(ItemStack, ZygardeCubeItem.CoreType) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
 
addCurrentMovesToReminder() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
Adds the current moves to the list of moves available via move reminder.
addCustomModel(ModelCustomWrapper) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
 
addDamage(PokemonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
 
addDamageFromCondition(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
 
addDayCare(Pokemon, Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
Adds the Pokemon to the daycare box and sets up the breeding conditions
AddDefault(RaidRegistry.RaidStarGrouping, int, RaidRegistry.Raid) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.AddDefault
 
addDelayEffect(DelayEffect) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
 
addDialogue(Dialogue) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
Deprecated.
 
addDialogues(List<Dialogue>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
 
addDrop(ItemWithChance) - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.PokemonDropInformation
Adds a drop for the spec
addDrop(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.DropEvent
Adds an ItemStack to the drop list.
addDrop(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
 
addDropDown(DropDown) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
Adds a drop-down menu to the manager.
addDropDown(DropDown<T>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
Adds a drop-down menu to the screen.
addDropDown(DropDown<T>) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestStageScreen
Adds a drop-down menu to the screen.
addDrops(List<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
Adds drops to the event
addedToHistory() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
If the child given should be added to the player's breeding history Defaults to true
addedType - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
A temporary type added to the Pokémon.
addEggSteps(int, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
 
addElement(AbstractWidget) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
 
addEncounter(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
 
addEncounter(UUID, long) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
 
addEntity(Entity) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
 
addEntries(Map<K, V>, Object[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
adds entries for every 2 objects in kvs.
addEntries(Map<K, V>, K[], V[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
 
addEntry(StoredEntity<NPC>) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
 
addEntry(CopiedNPC) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
 
addEntry(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
 
addEssence(int) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
 
addEssence(ItemStack, int, ServerPlayer) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
 
addEVsOfType(BattleStatsType, int, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
Adds EVs to a Pokémon from a vitamin or wing.
addExp(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
Adds an amount of experience to the player's experience totals.
addFace(Face) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
 
addFaceForRender(Matrix4f, Matrix3f, VertexConsumer, int, int, float, float, float, float, SmdModel, int, BufferBuilder, ByteBuffer) - Method in class com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
 
addFlag(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
 
addFormData(Species, String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.ImportExportForm
Registers data about a Pokémon form.
addFunctionAtEvent(Class<E>, BiFunction<E, BattleController, A>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
Adds a task to the battle controller which will execute next time the given event fires and then be removed from the list of future tasks.
addGlobalStatus(PixelmonWrapper, GlobalStatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
Adds the specified status.
addGlobalStatus(GlobalStatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
Adds a global statuses and allows items to catch when one is added.
addHatched() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
Increments the total amount of Pokémon the player has hatched.
addHistory(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
Adds a Pokémon to the history Even if both parents are Ditto it will display as an egg.
addHistory(Pokemon, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
Adds a Pokémon to the history It will not display as an egg unless both of its parents are Ditto.
addImmutable(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
 
addImmutable(Collection<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
 
addItem(BagSection, ItemStack, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
Attempts to add an ItemStack to the list of ItemDatas, if it is valid for the given BagSection, and if it isn't appended to an existing ItemData via the BattleItemScanner.attemptUpdate(ItemStack, List) method.
addItem(ShopItem) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
 
addItem(DuelLogItem) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
 
addItem(ItemStack...) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
Deprecated.
addItems(ItemData...) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
 
addItems(Collection<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
 
addItems(ItemStack...) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
 
Addition - Enum constant in enum class com.pixelmonmod.pixelmon.quests.objectives.objectives.inserters.InsertOperationObjective.Operator
 
additionalInfo - Variable in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
 
AdditiveDuration - Class in com.pixelmonmod.pixelmon.api.daycare.impl.duration
Duration type that adds the given amount in the specified units
AdditiveDuration() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AdditiveDuration
 
addKill() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
Adds a wild Pokémon defeat to the player's stats.
addLayers(EntityRenderersEvent.AddLayers) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
 
addLearnableMoves(NPCTutor.LearnableMove...) - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Pre
 
addLearnMove(ServerPlayer, UUID, ImmutableAttack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
 
addLearnMove(ServerPlayer, UUID, ImmutableAttack, Predicate<ServerPlayer>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
 
addLine(QuestProgressClient) - Method in class com.pixelmonmod.pixelmon.quests.client.ui.GuiListQuest
 
addLine(Quest) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestEditor
 
addLine(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
 
addLine(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListQuestLang
 
addLine(String) - Method in class com.pixelmonmod.pixelmon.quests.client.editor.ui.ListText
 
addLine(Component) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
 
addLines(List<Component>) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
 
addLines(Component...) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
 
addLoss() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
Adds a loss to the player's loss count.
addMessage(String) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
Adds a battle message to the player's message list.
addMessage(String, Object...) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
Adds a battle message to the player's message list.
addMotion(Entity, EnumRotation, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
Sets the motion of an entity in a particular axis relative to the world.
addMulliganBonusDraws(int) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
 
addNewInteraction() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
 
AddNewInteractionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
 
AddNewInteractionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.AddNewInteractionPacket
 
AddNewInteractionPacket(NPC) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.AddNewInteractionPacket
 
addNewStage() - Method in class com.pixelmonmod.pixelmon.quests.client.editor.QuestEditorState
 
addNotBossIfNotPresent() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
 
addObjective(String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Stage.Builder
 
addOffersFromItemListings(MerchantOffers, VillagerTrades.ItemListing[], int) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
 
addParticle(ScreenParticleEngine.GuiParticle) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
 
addParticlesAroundSelf(ParticleOptions) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCChatting
 
addPendingPrizeCount(int, int) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
 
addPersistentTaskAtEvent(Class<E>, BiConsumer<E, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
Adds a task to the battle controller which will execute every time the given event fires.
addPiece() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
 
AddPlate(ServerPlayer, ArcChaliceTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.AddPlate
 
addPlayer(int, ServerPlayer, Pokemon, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
 
addPlayerBoard(ServerPlayer, Scoreboard) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
 
addPokemon(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.TrainerEditorPartyScreen
 
addPokemon(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PartyEditorBaseScreen
Adds a new Pokémon to a certain party slot.
addPokemon(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorPartyScreen
 
addPokemon(PokemonBase) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.TrainerData
Adds a possible Pokémon to the Trainer.
addPokemonRenderers(EntityRenderersEvent.RegisterRenderers) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
Initializes renderers for Pokémon and NPCs.
addPopup(AbstractWidget) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
 
addPositionBoard(TargetPoint, Scoreboard) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
 
addPotentialTypes(ArrayList<LocationType>, BlockState) - Static method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
 
addQuest(Quest) - Method in class com.pixelmonmod.pixelmon.quests.QuestRegistry
 
addRaid(int, int, String) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
Adds a new raid to this group.
addRaid(int, Species) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
 
addRaid(int, Species, Stats) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
 
addRaid(int, RaidRegistry.Raid) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
Adds a new raid to this group.
addRaids(int, Collection<RaidRegistry.Raid>) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
Adds a collection of raids to this group.
addRarityMultiplier(RarityMultiplier) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
 
addRecoil(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
 
addRegisteredSync(DataSync<?, ?>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
 
addRegularSpawners(SpawnerCoordinator) - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
 
addReloadListeners(AddReloadListenerEvent) - Static method in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
 
addReloadListeners(AddReloadListenerEvent) - Static method in class com.pixelmonmod.tcg.init.loaders.TCGLoaders
 
addReminderMove(ITechnicalMove, Pokemon) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTechnicalMove
 
addRenderableWidget(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
 
addReward(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
 
addRibbon(Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
Adds a ribbon to this Pokémon and sets it as the displayed ribbon.
addRibbon(Ribbon, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
Adds a ribbon to this Pokémon.
addRibbon(RibbonType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
 
addRibbon(RibbonType, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
 
addScanner(BattleItemScanner.InventoryScanner) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
Register a new inventory scanner to look for battle items in.
addScreenButtons(NPC, Font, GridLayout.RowHelper) - Method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
 
addScreenButtons(NPC, Font, GridLayout.RowHelper) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
 
addScreenButtons(NPC, Font, GridLayout.RowHelper) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
 
addScreenButtons(NPC, Font, GridLayout.RowHelper) - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
 
addScreenButtons(Font, GridLayout.RowHelper, Consumer<TextureProvider>) - Method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
 
addScreenButtons(Font, GridLayout.RowHelper, Consumer<TextureProvider>) - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
 
addScreenButtons(Font, GridLayout.RowHelper, Consumer<TextureProvider>) - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
 
addScreenButtons(Font, GridLayout.RowHelper, Consumer<TextureProvider>) - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
 
addShake() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
Adds a shake that will occur for the capture attempt this object is associated with.
addSilently(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
Advanced method for adding Pokémon to player storage.
addSpawnSets(SpawnSet...) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
 
addSpawnSets(Collection<SpawnSet>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
 
addSpecies(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
Adds a species to the registry.
addSpeciesFormData(Species, String...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.ImportExportForm
Adds form data for a certain Pokémon pokemon.
addSpectator(Spectator) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
Adds a spectator to the battle.
addStage() - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
 
addStat(BattleStatsType, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
Adds value amount to the specific battle stat type
addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
 
addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
 
addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
 
addStatChangeAnimation(PixelmonWrapper, PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.BanefulBunker
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.BurningBulwark
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Endure
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.KingsShield
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MaxGuard
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Obstruct
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Protect
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
Adds the status to the user.
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SilkTrap
 
addStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SpikyShield
 
addStatus(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Confusion
 
addStatus(PixelmonWrapper, PixelmonWrapper, Attack, boolean, String, String) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
Adds the status to the target if possible.
addStatus(StatusBase, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
Adds a status to the Pokémon.
addStatus(StatusBase, PixelmonWrapper, MutableComponent) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
Adds a status to the Pokémon.
addString(String, String) - Method in class com.pixelmonmod.pixelmon.quests.quest.Quest.Builder
 
addStringAtIndex(String[], int, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
Add a value at a certain spot in the index, shift everything after it one place further
addSwitch(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
Registers a switch action.
addSwitchingOut(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
Adds a Pokémon to the list of Pokémon switching out.
addTask(BattleController, Class<? extends BattleEvent>, BiConsumer<? extends BattleEvent, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
 
addTask(Callable<T>) - Static method in class com.pixelmonmod.pixelmon.client.models.ResourceLoader
 
addTaskAtEvent(Class<E>, BiConsumer<E, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
Adds a task to the battle controller which will execute next time the given event fires and then be removed from the list of future tasks.
addTaskForBattleEnd(BattleEndTaskType, Consumer<Optional<BattleController>>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
Add a task to be executed once the client has left the battle UI.
addTeamSelection(BattleRules, boolean, PartyStorage...) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry
Creates a new team selection.
addTeamSelection(TeamSelection) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry
Creates a new team selection.
addTeamStatus(StatusBase, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
Adds a team status to all Pokémon on this Pokémon's side of the field.
addTexture(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.BaseTrainer
 
addTexture(String) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ShopkeeperData
 
addTier(T) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
Adds a tier as a registered tier and then returns it (for caching)
addTime(WorldTime) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
 
addToAttack(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
Creates a new EVYields object with the given value added to the Attack yield
addToClipboard(NPC) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
 
addToCreativeMenuTabs(BuildCreativeModeTabContentsEvent) - Static method in class com.pixelmonmod.pixelmon.client.BuildCreativeMenuTabs
 
AddToDayCarePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
 
AddToDayCarePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.AddToDayCarePacket
 
AddToDayCarePacket(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.AddToDayCarePacket
 
addToDefense(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
Creates a new EVYields object with the given value added to the Defense yield.
addToHistory - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
 
addToHistory - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
 
addToHP(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
Creates a new EVYields object with the given value added to the HP yield
addToInventory(ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
 
addToMapping(Block, Item) - Static method in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
 
addToNbt(CompoundTag, List<PokemonRarity>) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
 
addToSpecialAttack(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
Creates a new EVYields object with the given value added to the Special Attack yield.
addToSpecialDefense(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
Creates a new EVYields object with the given value added to the Special Defense yield.
addToSpeed(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
Creates a new EVYields object with the given value added to the Speed yield.
addToTotalBred() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
Increments the total amount of Pokémon the player has bred.
addToYield(BattleStatsType, int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
Creates a new EVYields object with the given value added to the given stat.
AddTrainerPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
Adds a Magikarp to an NPC Trainer's party.
AddTrainerPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.AddTrainerPokemonPacket
Empty constructor for packet registration.
AddTrainerPokemonPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.AddTrainerPokemonPacket
Initializes an add packet.
addTransforms(int, Matrix4f) - Method in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
 
addTweak(SpawningTweak) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
 
AddType - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
Adds a temporary type to the target.
AddType(Element) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AddType
Initializes the effect.
addUses(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
 
addVertex(DeformVertex, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
 
addWeather(WeatherType) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
 
addWidgets(T...) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
 
addWidgets(T...) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
 
addWin() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
Adds a win to the player's win count.
adjustCriticalHitChance(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Merciless
 
adjustCriticalHitChance(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers at the last moment before a critical hit is rolled.
adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Modifies the holder's critical hit ratio.
adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.CritEnhancingItem
 
adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RazorClawItem
 
adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ScopeLensItem
 
adjustEVs(PixelmonEntity, int) - Method in class com.pixelmonmod.pixelmon.items.JuiceShoppeItem
Increases the Pokémon's EVs if possible.
adjustEVs(PixelmonEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.IncreaseEVItem
Increases the Pokémon's EVs if possible.
adjustEVs(PixelmonEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.MochiItem
 
adjustFriendship(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
 
adjustFriendship(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
Changes the friendship of the Pokémon.
adjustFriendship(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
 
ADMIN - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
 
AdminEyeItem - Class in com.pixelmonmod.tcg.item
 
AdminEyeItem() - Constructor for class com.pixelmonmod.tcg.item.AdminEyeItem
 
ADMINISTRATOR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
 
AdminKeyItem - Class in com.pixelmonmod.tcg.item
 
AdminKeyItem() - Constructor for class com.pixelmonmod.tcg.item.AdminKeyItem
 
AdminNecklaceItem - Class in com.pixelmonmod.tcg.item
 
AdminNecklaceItem() - Constructor for class com.pixelmonmod.tcg.item.AdminNecklaceItem
 
AdminPendantItem - Class in com.pixelmonmod.tcg.item
 
AdminPendantItem() - Constructor for class com.pixelmonmod.tcg.item.AdminPendantItem
 
AdminRingItem - Class in com.pixelmonmod.tcg.item
 
AdminRingItem() - Constructor for class com.pixelmonmod.tcg.item.AdminRingItem
 
AdminRodItem - Class in com.pixelmonmod.tcg.item
 
AdminRodItem() - Constructor for class com.pixelmonmod.tcg.item.AdminRodItem
 
AdminScalesItem - Class in com.pixelmonmod.tcg.item
 
AdminScalesItem() - Constructor for class com.pixelmonmod.tcg.item.AdminScalesItem
 
adrenaline_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
adrenalineOrb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
 
adult() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
 
ADVANCED - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
 
ADVANCED_MOVING - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonPoolElementTypes
 
AdvancedAI - Class in com.pixelmonmod.pixelmon.battles.controller.ai
Uses all moves intelligently and switches out when advantageous.
AdvancedAI(BattleParticipant) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI
Initializes the AI.
AdvancedMovingPoolElement - Class in com.pixelmonmod.pixelmon.world.structure
 
AdvancedMovingPoolElement(Either<ResourceLocation, StructureTemplate>, Holder<StructureProcessorList>, StructureTemplatePool.Projection, Integer, Integer, Boolean, Integer) - Constructor for class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
 
AdvancedPCSearchScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
 
AdvancedPCSearchScreen(PCScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
 
AdvancedPCSearchScreen.InputField - Class in com.pixelmonmod.pixelmon.client.gui.pc
 
AdvancedPCSearchScreen.SearchCache - Class in com.pixelmonmod.pixelmon.client.gui.pc
 
advancedSearchButton - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
 
advancement - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonAdvancementEvent
The advancement being earned.
advanceToMoves() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
 
AEGISLASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AEGISLASH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
Aerial_Ace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
 
Aerial_Ace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
 
Aerial_Ace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
 
Aerial_Ace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
 
Aerial_Ace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
 
AERIAL_ACE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AerialAce - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
 
Aerilate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
Changes Normal-type moves into Flying-type moves and increases their power by 1.3x.
Aerilate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aerilate
Initializes the Ability.
AERILATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
AEROBLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AERODACTYL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AERODACTYL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
aerodactylite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
Mega Evolves Aerodactyl
affectedType - Variable in class com.pixelmonmod.pixelmon.battles.status.Sport
The type of move reduced by this status.
affectMultiturnMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Determines whether the held item affects multi-turn moves.
affectMultiturnMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.PowerHerbItem
 
affectOwnedPokemon - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.GroundBirds
 
affectsPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
Checks if the terrain can affect a Pokémon.
affiliatedType - Variable in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
 
afkActivate - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
The amount of time before the AFK handler takes over.
afkActive - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
Whether the AFK handler is making moves.
AFKHandlerConfig - Class in com.pixelmonmod.pixelmon.api.config
 
AFKHandlerConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.AFKHandlerConfig
 
afkHandlerOn - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
 
afkHandlerOn - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
Whether the AFK handler will take over PvP battles after a period of inactivity.
afkOn - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
Whether the AFK handler is enabled.
afkSelectMove() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
Chooses a move with the AFK handler.
AFKTask - Class in com.pixelmonmod.pixelmon.client.gui.battles.tasks
Timer for the AFK handler.
AFKTask(ClientBattleManager) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.tasks.AFKTask
Initializes the AFK task.
afkTime - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
The time that the player has been AFK.
afkTimerActivateSeconds - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
 
afkTimerActivateSeconds - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
The time it takes for the AFK handler to activate.
afkTurn - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
The amount of time before the AFK handler makes a move.
after(GamePhase) - Method in enum class com.pixelmonmod.tcg.duel.state.GamePhase
 
AFTER_YOU - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
afterLevel - Variable in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
 
Aftermath - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
Damages an attacking Pokémon by 25% hp if it faints the user with a contact move.
Aftermath() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aftermath
 
AFTERMATH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
AftermathTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
 
AftermathTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.AftermathTests
 
AFTERNOON - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
 
afterSwitch() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
 
afterSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
Handles effects that occur just after switching out.
afterText - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail
 
AfterYou - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
Makes the target move directly after the user.
AfterYou() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AfterYou
 
AfterYouTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
 
AfterYouTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AfterYouTests
 
age - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
 
age - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
 
AGE - Static variable in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
 
AGE - Static variable in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
 
AGE - Static variable in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
 
aggression - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
 
aggression - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
 
aggression - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
The aggression behavior of the Pokémon.
Aggression - Enum Class in com.pixelmonmod.pixelmon.api.pokemon.species.aggression
Pokémon aggression behavior.
AGGRESSION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
The index of the Pokémon's aggression.
AggressionChances - Class in com.pixelmonmod.pixelmon.api.pokemon.species.aggression
Representing the chances of a Species being aggressive, timid or passive.
AggressionChances(int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
Default constructor for calculating passive
AggressionChances(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
Constructor taking all three values
AggressionChancesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
Used for converting pixelmon data into JSON data and back
AggressionChancesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.AggressionChancesTypeAdapter
 
AggressionEvent - Class in com.pixelmonmod.pixelmon.api.events
Event fired when a wild Pokémon attempts to attack a player.
AggressionEvent(Mob, ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.AggressionEvent
 
aggressionTimer - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
Timer used by AI for aggression behavior.
AGGRESSIVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
 
AGGRESSIVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
 
AggressiveAI - Class in com.pixelmonmod.pixelmon.battles.controller.ai
Always uses the strongest possible attacking move against the current opponent.
AggressiveAI(BattleParticipant) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
Initializes the AI.
aggressor - Variable in class com.pixelmonmod.pixelmon.api.events.AggressionEvent
The entity that is challenging the player.
AGGRON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AGGRON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
aggronite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
Mega Evolves Aggron
Agility - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
 
Agility - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
 
AGILITY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AGUAV - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
 
AGUAV - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
 
aguav_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
AguavFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
 
AguavFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.AguavFoliagePlacer
 
ai - Variable in class com.pixelmonmod.pixelmon.api.events.battles.SetBattleAIEvent
 
AI - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.EnumNPCServerPacketType
 
AI_MODE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
The index of the NPC Trainer's movement AI mode.
AI_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
 
aiHelper - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
The Pokémon's AI.
AIHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
Initializes AI for the Pokémon.
AIHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.AIHelper
 
AIPOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AIPOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
AIR - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
 
AIR - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
 
AIR - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
 
air_balloon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
AIR_CUTTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AIR_LOCK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
AIR_PERSISTENT - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
 
AIR_SLASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
airBalloon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
 
AirBalloonItem - Class in com.pixelmonmod.pixelmon.items.heldItems
Prevents Ground-type moves from hitting the Pokémon.
AirBalloonItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.AirBalloonItem
Initializes the held item.
AirCutter - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
 
AIRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
 
AIRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
 
AIRequirement(Aggression) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
 
AirLock - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
Prevents the effects of weather.
AirLock() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AirLock
Initializes the Ability.
airSaver - Variable in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
 
AirSaver - Class in com.pixelmonmod.pixelmon.api.util
Preserves the player's current air count and prevents drowning.
AirSaver(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.util.AirSaver
Initializes an air saver.
AirSlash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
 
AirSlash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
 
aiStep() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
LivingEntity's aiStep() code Overwritten here so that Pokémon entities don't heal 1 health at random times during battle, which was caused by the AbstractHorseEntity, and which was causing issues where the Pokémon could survive at 0 health, making battles unable to be ended.
aiStep() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
 
aisu_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
ALAKAZAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
ALAKAZAM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
alakazite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
Mega Evolves Alakazam
ALCREMIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
ALCREMIE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
ALERT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
 
alertServerOfCardDrop(int, ImmutableCard) - Static method in class com.pixelmonmod.tcg.client.helper.BattleHelper
 
aliases - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
 
aliases(Iterable<String>) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
Sets the aliases for the requirement
aliases(String...) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
Sets the aliases for the requirement
ALIEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
 
All - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
 
All - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.HealType
 
ALL - Enum constant in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
 
ALL - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
 
ALL - Static variable in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
 
ALL_BATTLE_STATS - Static variable in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
 
ALL_COUNT - Static variable in class com.pixelmonmod.tcg.duel.attack.effects.DamageEffect
 
ALL_COUNT - Static variable in class com.pixelmonmod.tcg.duel.attack.effects.DiscardAttachmentEffect
 
ALL_OUT_PUMMELING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ALL_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
 
ALL_TR_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
 
allGenerationsDisabled() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
Checks if all Generations are disabled.
allGenerationsEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
Checks if all Generations are enabled.
allItemList - Static variable in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
Deprecated.
allItemMap - Static variable in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
Deprecated.
allMatch(Collection<Holder<?>>, Collection<TagEntry>) - Static method in class com.pixelmonmod.pixelmon.api.tags.TagsHelper
Checks if all the holders match any of the tag entries given
allMatch(Collection<T>, Function<T, Holder<T>>, Collection<TagEntry>) - Static method in class com.pixelmonmod.pixelmon.api.tags.TagsHelper
Checks if all the holders match any of the tag entries given
allowCapturingOutsideBattle - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
 
allowCapturingOutsideBattle - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
Whether Poké Balls can capture Pokémon outside of battle.
allowedPokemon - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
 
allowExit() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
 
allowExternalMoves - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
 
allowExternalMoves - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
 
allowMultiplayerWeather - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.WeatherChanger
 
allowMultiple - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
Whether to allow multiple objects to be affected by a transaction at once.
allowsAttack(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Damp
 
allowsAttack(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Determines whether an outgoing attack can hit the target.
allowShinyCharmFromPokedex - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
 
allowShinyCharmFromPokedex - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Absorb
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Bulletproof
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Damp
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
Determines whether an incoming attack can hit the Pokémon
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DrySkin
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EarthEater
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlashFire
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GoodAsGold
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Levitate
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagicBounce
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MotorDrive
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Oblivious
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Overcoat
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventSleep
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Redirect
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SapSipper
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Soundproof
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sturdy
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Telepathy
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterAbsorb
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WellBakedBody
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WindRider
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Determines whether an incoming attack can hit the Pokémon
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Determines whether the holder can be hit by an incoming attack.
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AirBalloonItem
 
allowsIncomingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
 
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Bulletproof
 
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
 
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Damp
 
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Levitate
 
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sturdy
 
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
 
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Sends a battle message when the Pokémon's Ability nullifies an attack.
allowsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Sends a battle message when the Pokémon's Ability nullifies an attack.
allowsIncomingAttackTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Dazzling
 
allowsIncomingAttackTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Determines whether an incoming attack can hit a teammate Pokémon
allowsOutgoingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
Determines whether an outgoing attack can hit the target.
allowsOutgoingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Prankster
 
allowsOutgoingAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Determines whether an outgoing attack can hit the target.
allowSpectators - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
 
allowSpectators() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
Allows spectators for the battle
allowSpectators(boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
Sets if spectating the battle is allowed
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BigPecks
 
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HyperCutter
 
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.KeenEye
 
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
 
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MirrorArmor
 
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatDrop
 
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Whether the Pokémon Ability allows a stat to be modified.
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
 
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
Determines whether the status allows stats to be modified
allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
 
allowsStatChangeTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerVeil
 
allowsStatChangeTeammate(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Whether a teammate's Ability allows a stat to be modified.
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.InnerFocus
 
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LeafGuard
 
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
 
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
 
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
 
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThermalExchange
 
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterBubble
 
allowsStatus(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Fires when a status attempts to apply.
allowsStatusTeammate(StatusType, PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AromaVeil
 
allowsStatusTeammate(StatusType, PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerVeil
 
allowsStatusTeammate(StatusType, PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
 
allowsStatusTeammate(StatusType, PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SweetVeil
 
allowsStatusTeammate(StatusType, PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Fires for all teammates when a status attempts to be applied.
allowUserInput - Variable in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
 
allPlaced - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
 
allPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
All Pokémon in the participant's party during battle.
allPP - Variable in class com.pixelmonmod.pixelmon.items.PPRestoreItem
Whether the item heals all PP.
allTransferMoves - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
 
allTutorMoves - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCTutor
 
ALLURING_VOICE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AlluringVoice - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
 
AlluringVoice() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AlluringVoice
 
ALLY - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.TeamType
 
Ally_Switch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
 
ALLY_SWITCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AllyElement - Class in com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays
Created by Jay113355 on 11/24/2020.
AllyElement(PixelmonClientData, Screen, ScreenParticleEngine) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.AllyElement
 
AllySwitch - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
Switches the position of the user and its ally.
AllySwitch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
 
AllySwitch() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AllySwitch
 
Alola - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
 
ALOLA_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
 
ALOLAN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
The tag for checking if a form is Alolan
ALOLAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
 
ALOMOMOLA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
aloraichium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
Aloraichium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
 
alpha_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
alreadyHasStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
Checks if the Pokémon already has the status.
altar - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.PlayFlute
 
ALTARIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
ALTARIA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
altarianite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
Mega Evolves Altaria
ALTER - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
 
ALTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
 
ALTERED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
 
ALUMINIUM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
 
ALUMINIUM_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
 
aluminium_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
 
ALUMINIUM_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
 
aluminium_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_ingot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
aluminium_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
always() - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
Returns an interaction condition that always returns true
ALWAYS_CAPTURE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
 
ALWAYS_QUEUE - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskType
Queue the consumer for execution at the end of the player's next battle, even if they aren't currently in one.
alwaysConsideredDamaged(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
 
alwaysConsideredDamaged(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Whether the Pokémon with this ability should always be considered as hurt for moves such as Recover.
alwaysFalse() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNOTInteractionCondition
 
AlwaysFalseInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type
 
AlwaysFalseInteractionCondition() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysFalseInteractionCondition
 
AlwaysHit - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
Makes the move ignore accuracy and evasion to always hit.
AlwaysHit(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.AlwaysHit
Initializes the modifier.
AlwaysModelPredicate - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type
 
AlwaysModelPredicate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.AlwaysModelPredicate
 
alwaysTrue() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNOTInteractionCondition
 
AlwaysTrueInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type
 
AlwaysTrueInteractionCondition() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysTrueInteractionCondition
 
AMAURA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AMAURA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
amaze_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
AMBIPOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AMBIPOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
AMETHYST_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
 
Amnesia - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
 
Amnesia - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
 
AMNESIA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
AMOONGUSS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AMOONGUSS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
AMORPHOUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
 
AMORPHOUS_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
 
amount - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
 
amount - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Damage
 
amount - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
The amount to change the stat by.
amount - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
The amount to change the stat by.
amount - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HealPokemonAction
 
amount - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
 
amountDropped - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
 
amountOfTimesHit - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
The amount of times the Pokémon has taken an instance of damage over the entire battle.
amountScrolled - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
 
AMPED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
 
AMPHAROS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
AMPHAROS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
ampharosite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
Mega Evolves Ampharos
amulet_coin - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
amuletCoin - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
 
AmuletCoinItem - Class in com.pixelmonmod.pixelmon.items.heldItems
Doubles prize money if the holder enters battle.
AmuletCoinItem(EnumHeldItems) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.AmuletCoinItem
Initializes the held item.
amuletCoinMultiplier - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
The multiplier value used by the Amulet Coin to calculate the prize money.
AnalysePokemon - Class in com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills
 
AnalysePokemon() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.moveSkills.AnalysePokemon
 
Analytic - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
Increases move power by 30% if the Pokémon moves after all other pokemon.
Analytic() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Analytic
 
ANALYTIC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
ANCHOR_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
anchorTop - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
The offset from the top of the screen to be updated on init, so that it's not hardcoded "height / 6" everywhere...
anchorX - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
 
anchorY - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
 
ANCIENT_CEASELESS_EDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_GREAT_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
 
ANCIENT_HEAVY_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
 
ANCIENT_LUNAR_BLESSING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_MUD_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_MUD_SLAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_OCTAZOOKA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_POKE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
 
ANCIENT_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_SHADOW_FORCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_SHELTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_STONE_AXE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
ANCIENT_ULTRA_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
 
AncientPowerTest - Class in com.pixelmonmod.pixelmon.api.test.impl.move
 
AncientPowerTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AncientPowerTest
 
AND - Enum constant in enum class com.pixelmonmod.pixelmon.quests.actions.ExecutorMode
 
AND_DELIMITER - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
 
andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface com.pixelmonmod.pixelmon.tools.TriConsumer
 
ANGER_POINT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
ANGER_SHELL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
AngerPoint - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
Maximizes the Pokémon's attack if it gets hit by a critical hit.
AngerPoint() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerPoint
 
AngerPointTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
 
AngerPointTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.AngerPointTests
 
AngerShell - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
When the Pokémon's HP falls to 50% or lower, its Attack, Special Attack, and Speed rise by one stage each, while its Defense and Special Defense fall by one stage each.
AngerShell() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerShell
 
ANGRY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
 
animate() - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
 
animated - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
 
ANIMATED - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
 
AnimatedRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
 
AnimatedRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.AnimatedRequirement
 
AnimatedRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.AnimatedRequirement
 
animateDynamax() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
Does Dynamax scale changing.
animateHP - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
Whether to animate hp changes client-side.
animating - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
 
ANIMATION - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
 
ANIMATION_FRAME - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
 
ANIMATION_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
 
ANIMATION_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
 
AnimationFrameRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
 
AnimationFrameRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.AnimationFrameRequirement
 
AnimationFrameRequirement(int) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.AnimationFrameRequirement
 
AnimationHelper - Class in com.pixelmonmod.pixelmon.client.gui.pokedex
 
AnimationHelper(int, int, BiConsumer<GuiGraphics, Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
 
AnimationHelper(int, BiConsumer<GuiGraphics, Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
 
animationIncrement - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
 
animationIncrement - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
 
animationIncrement() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
 
animationIncrement(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
 
animations - Static variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationRegistry
Maps animation type key to animation instance.
animations - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
 
animationTimer - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
 
animationType - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
The current animation for this pokemon.
AnimationType - Enum Class in com.pixelmonmod.pixelmon.client.models.smd
Created by Jay113355 on 1/27/2018.
AnimationTypeRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
 
AnimationTypeRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.AnimationTypeRequirement
 
AnimationTypeRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.AnimationTypeRequirement
 
animationVariables - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
 
animationVariables - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
 
AnimationVariables - Class in com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation
 
AnimationVariables() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
 
AnimFrame - Class in com.pixelmonmod.pixelmon.client.models.smd
 
AnimFrame(int) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
 
AnimFrame(SmdAnimation) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
 
anims - Variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
 
ANNIHILAPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
announced - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
 
ANORITH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
ANORITH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
Anticipation - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
Warns the Pokémon about a super effective move the opponent has.
Anticipation() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Anticipation
 
ANTICIPATION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
 
anticondition - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
The SpawnCondition that must be failed to apply this multiplier.
anticondition - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
 
anticonditions - Variable in class com.pixelmonmod.pixelmon.api.spawning.CompositeSpawnCondition
 
antidote - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
ANTIQUE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
 
ANVIL_ITEM_STATE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
The stage of the item on the anvil.
anyInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
Sets the regex to accept any input at all (including none).
anyMatch(Collection<T>, Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
 
anyMoves - Variable in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
 
apexRadius - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
 
APICOT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
 
APICOT - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
 
apicot_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
 
ApicotFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
 
ApicotFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ApicotFoliagePlacer
 
APOSTROPHE - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
 
Appearance - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.NPCEditorItem
 
appendHoverText(ItemStack, BlockGetter, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.CurryDishItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.FishingRodItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.FossilItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminEyeItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminKeyItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminNecklaceItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminPendantItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminRingItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminRodItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.AdminScalesItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.CardBackItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.CardItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.CoinItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.DeckItem
 
appendHoverText(ItemStack, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.tcg.item.ShadowWandItem
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BagItemAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BattleEndAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BattleMessageAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeAbilityAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeTypeAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.EnterDynamaxAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ExitDynamaxAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.FleeAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.GlobalStatusAddAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.GlobalStatusRemoveAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HealPokemonAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HeldItemChangeAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.MegaEvolveAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.PlayerCommandAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectAttackAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectMoveChoiceAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatChangeAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusAddAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusRemoveAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SwitchAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TerrainChangeAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnBeginAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnEndAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.UltraBurstAction
 
appendLog(StringBuilder) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.WeatherChangeAction
 
APPLE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
 
APPLE_ACID - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
 
APPLETUN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
APPLETUN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
applies(PixelmonEntity) - Method in interface com.pixelmonmod.pixelmon.api.entity.ticking.EntityTicker
Checks if the ticker applies to the given entity
applies(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowMareepTicker
 
applies(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowWoolooTicker
 
APPLIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
 
APPLIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
 
apply() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
 
apply(int, int) - Method in enum class com.pixelmonmod.tcg.api.card.CardModifier
 
apply(AbstractUniform) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Value
 
apply(SpawnInfo, SpawnLocation, float) - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
Returns the transformed rarity if the given SpawnLocation satisfies the conditions, or the unmodified rarity otherwise.
apply(PokemonStorage, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.StorageSort
 
apply(PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
 
apply(NPC) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
This function applies the effect of the Trainer card.
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Bill
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ComputerSearch
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.DevolutionSpray
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRetrieval
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergySearch
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.FullHeal
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Gambler
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.GustOfWind
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ImposterProfOak
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ItemFinder
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Lass
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Maintenance
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.MrFuji
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Pokedex
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeFlute
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonBreeder
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonCenter
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonTrader
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Potion
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ProfOak
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Recycle
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Revive
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ScoopUp
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperEnergyRemoval
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperPotion
 
apply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Switch
 
apply(Object) - Method in class com.pixelmonmod.api.AbstractSpecification
 
apply(Object) - Method in class com.pixelmonmod.api.EmptySpecification
 
apply(Object) - Method in interface com.pixelmonmod.api.Specification
Applies the specification data to the given object Will do nothing if the object is not of type A or B
apply(Object...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
 
apply(Object...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
 
apply(Object...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
 
apply(T) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
 
apply(T) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
 
apply(T) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
 
apply(T) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
 
APPLY_TO_POKEMON - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChainLightningEffect
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HurricaneEffect
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.IgnoreStatsEffect
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect
 
applyAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwordsDanceEffect
 
applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BeakBlast
Fires after the moves functionality has completed, after damage, etc.
applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurnUp
 
applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChiStrike
 
applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CourtChange
 
applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleShock
 
applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RelicSong
 
applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
Fires after the moves functionality has completed, after damage, etc.
applyAllySwitchInEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
 
applyAllySwitchInEffect(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers after an allied Pokémon switches in.
applyAttackEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
Applies status and stat modifiers.
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AttachDiscardEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeWeaknessEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageBonusEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DestinyBondEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DevolveEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DreamEaterEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HardenEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.IgnoreStatsEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.MetronomeEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.MirrorMoveEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ProphecyEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ReduceDamageEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SandAttackEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardWithEnergyCostEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SuperFangEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ThunderstormEffect
 
applyBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.WildfireEffect
 
applyBeforeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SpeedSwapStatus
 
applyBeforeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
Triggers when the Pokémon gains the status.
applyBeforeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Transformed
 
applyBiomeDecoration(WorldGenLevel, ChunkAccess, StructureManager) - Method in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
 
ApplyBonusStatsEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
 
ApplyBonusStatsEvent(BattleController, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent
 
ApplyBonusStatsEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
Fired after BonusStats have been applied to a Pokemon.
ApplyBonusStatsEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
Fired when BonusStats are about to be applied to a Pokemon.
applyContact(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
Triggered when a Pokémon makes contact.
applyContactLate(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
Triggered when a Pokémon makes contact.
applyCooldown(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
 
applyData(A) - Method in interface com.pixelmonmod.api.requirement.Requirement
Applies the parsed requirement to the data
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CanMegaEvolveRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CloneRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggGroupRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EVsModifyRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EVsRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ExpRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.FriendshipRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MaximumFriendshipRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MinimumFriendshipRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GigantamaxFactorRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HiddenAbilityRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IsBossRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IVsModifyRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IVsRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LakeTrioRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LegendaryRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LevelRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MaximumLevelRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MinimumLevelRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NicknameRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NoDropsRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NuggetsFedRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.OriginalTrainerNameRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PrimalEvolutionRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ResetEVsRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ResetIVsRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.BlackAndWhiteShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.CelShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.RainbowShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.ShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShinyRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShornRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsModifyRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatusRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBeastRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBurstRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbattleableRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbreedableRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UncatchableRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UndexableRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UntradeableRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimatedRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationFrameRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationTypeRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.BoundingBoxModeRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.CanMoveRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.CrownedRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.EggGroupRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.FormRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GenderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GenerationRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthStageRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.HasSpecFlagRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LakeTrioRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LegendaryRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalAndRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalOrRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.NicknameRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.PaletteRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.PrimalEvolutionRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.BlackAndWhiteShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.CelShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.RainbowShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.ShaderRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.ShinyRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.StatueTextureRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
 
applyData(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.UltraBeastRequirement
 
applyData(Card) - Method in class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
 
applyDelayAfterDamage(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
 
applyDelayAfterDamage(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DestinyBondEffect
 
applyDynamaxEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GulpMissile
 
applyDynamaxEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers when the Pokémon Dynamaxes.
applyEarlyEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
Triggers before the move is used.
applyEarlyEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BeakBlast
 
applyEarlyEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FocusPunch
 
applyEarlyEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellTrap
Triggers before the move is used.
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
Causes various effects during the move.
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.AttackModifierBase
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AlluringVoice
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Befuddle
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BugBite
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurningJealousy
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClearTerrain
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClearTerrainPresent
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Cuddle
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Defog
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DireClaw
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FellStinger
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Finale
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlameBurst
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Flee
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.IgnoreDefense
Causes various effects during the move.
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.KnockOff
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Malodor
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.OrderUp
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PartingShot
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pledge
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychicNoise
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RapidSpin
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScorchingSands
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SecretPower
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmackDown
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmellingSalt
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Smite
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Snooze
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
Causes various effects during the move.
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelBeam
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StrengthSap
Causes various effects during the move.
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Struggle
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StunShock
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SwitchOut
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Teleport
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Thief
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TriAttack
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VoltCrash
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WakeUpSlap
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ZCurse
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.AquaRing
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Autotomize
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Charge
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Confusion
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.CorrosiveGas
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.CraftyShield
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.DefenseCurl
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.DestinyBond
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Disable
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Electrify
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Embargo
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Encore
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FairyLock
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FixatedStatus
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Flinch
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FollowMe
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Foresight
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.GastroAcid
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Grudge
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealBlock
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealingWish
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HelpingHand
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Imprison
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Infatuated
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Ingrain
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.IonDeluge
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LaserFocus
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Leech
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LockOn
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LuckyChant
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LunarBlessing
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LunarDance
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicCoat
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicRoom
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagnetRise
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MeanLook
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Minimize
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Nightmare
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.NoRetreat
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ObscuredStatus
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Octolock
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PartialTrap
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Perish
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Powder
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerShift
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerTrick
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Recharge
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Reflect
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Resonance
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SaltCure
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Snatch
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Splinters
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Split
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sport
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Spotlight
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SpringtideStormStatus
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Stockpile
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SyrupBomb
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.TarShot
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Taunt
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Telekinesis
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ThroatChop
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Torment
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.TrickRoom
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WonderRoom
 
applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Yawn
 
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
Triggers after a Pokemon attacks all of its targets.
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlowerShield
 
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
 
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SelfBoost
Fires after the moves functionality has completed, after damage, etc.
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellTrap
Fires after the moves functionality has completed, after damage, etc.
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
Executes the stat effect after all hits of the attack have been completed.
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Triggers after a Pokemon attacks all of its targets.
applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LifeOrbItem
 
applyEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
Triggers at the end of every turn after residual status damage has been applied.
applyEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GigatonHammer
 
applyEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
 
applyEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Endure
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.AttackModifierBase
Causes an effect during the move.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Damage
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.MultipleHit
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.OnlyUser
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Acupressure
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AddType
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AfterYou
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AllySwitch
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AromaticMist
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BatonPass
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BeatUp
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BellyDrum
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Bestow
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BrickBreak
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Camouflage
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Captivate
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Celebrate
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChangeAbility
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClangorousSoul
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Coaching
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion2
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CoreEnforcer
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CourtChange
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Curse
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DamageReflect
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Depletion
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Doodle
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoSetDamage
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonCheer
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonEnergy
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DreamEater
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.EerieSpell
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Endeavor
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Entrainment
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Feint
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FilletAway
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FinalGambit
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlowerShield
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FocusPunch
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GearUp
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Geomancy
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GoldRush
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Growth
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HappyHour
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Haze
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HealBell
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HoldHands
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Hyperspace
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Incinerate
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Instruct
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.JungleHealing
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LastResort
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagicPowder
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MeFirst
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Memento
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Mimic
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MindBlown
Causes effects before the move's power is calculated.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NaturesMadness
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NightShade
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.OHKO
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PainSplit
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PayDay
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PollenPuff
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Poltergeist
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Present
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychoShift
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychUp
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psywave
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Purify
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Quash
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rage
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RagingBull
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RaiseStats
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recover
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recycle
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ReflectType
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Refresh
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Replenish
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rest
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RevivalBlessing
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RolePlay
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Roost
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rototiller
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShedTail
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellTrap
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShoreUp
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SimpleBeam
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sketch
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SkillSwap
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SleepTalk
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmackDown
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Snore
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Soak
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SparklingAria
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpectralThief
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpeedSwap
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Spite
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Splash
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelRoller
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StuffCheeks
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Suicide
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swallow
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swap
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sweetness
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SwitchOut
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Synchronoise
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Synthesis
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TeaTime
Causes effects before move connects.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Teleport
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TidyUp
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TopsyTurvy
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Transform
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Trick
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VenomDrench
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WorrySeed
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.ElectroShot
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Fly
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MeteorBeam
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
Triggers before the move hits the target.
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.PetalDance
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.ShadowForce
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkullBash
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SolarBeam
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Uproar
 
applyEffectDuring(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves.ZWeatherBall
 
applyEffectHitOrMiss(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
Triggers after a Pokemon attacks, no matter if it hits or misses.
applyEffectInDaycare(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Triggers when a Pokémon is put in a daycare with another Pokémon.
applyEffectInDaycare(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MirrorHerbItem
 
applyEffectOnContact(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Triggers when a Pokémon makes contact with the holder.
applyEffectOnContact(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RockyHelmetItem
 
applyEffectOnContact(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.StickyBarbItem
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aftermath
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ContactDamage
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CuteCharm
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EffectSpore
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlameBody
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Gooey
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Mummy
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PerishBody
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PoisonPoint
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Static
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TanglingHair
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WanderingSpirit
 
applyEffectOnContactTarget(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers when another Pokémon makes contact with this Pokémon.
applyEffectOnContactTargetLate(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pickpocket
 
applyEffectOnContactTargetLate(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers when another Pokémon makes contact with this Pokémon.
applyEffectOnContactUser(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers when the Pokémon makes contact.
applyEffectOnStatModified(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Opportunist
 
applyEffectOnStatModified(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers when the holder's stats are modified.
applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
 
applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
 
applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealingWish
 
applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LunarDance
 
applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
Triggers when the statused Pokémon switches in.
applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
Causes effects before the move's power is calculated.
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Acrobatics
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assist
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assurance
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AuraWheel
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BarbBarrage
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Belch
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BoltBeak
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurnUp
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Copycat
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleOnHalf
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleShock
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Drive
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DynamaxCannon
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.EchoedVoice
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ElectroBall
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Eruption
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ExpandingForce
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Facade
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FakeOut
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FickleBeam
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Flail
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FocusEnergy
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Frustration
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FuryCutter
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FusionBolt
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FusionFlare
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FutureSight
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GravApple
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GyroBall
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HardPress
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HeavySlam
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Hex
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HydroSteam
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Judgment
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.KnockOff
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LashOut
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LastRespects
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LowKick
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Magnitude
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Metronome
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MirrorMove
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MultiAttack
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NaturalGift
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NaturePower
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PartingShot
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Payback
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PhotonGeyser
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pledge
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PopulationBomb
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Present
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psyblade
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Punishment
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pursuit
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RageFist
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Retaliate
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Return
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RevelationDance
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Revenge
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Reversal
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RisingVoltage
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Round
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellSideArm
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmellingSalt
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpitUp
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StompingTantrum
Causes effects before the move's power is calculated.
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StoredPower
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SuckerPunch
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainPulse
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Toxic
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleAxel
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleKick
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TrumpCard
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.UpperHand
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Venoshock
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WakeUpSlap
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WeatherBall
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WringOut
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Rollout
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves.ZNaturePower
 
applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Flinch
Checks if the target had a substitute before this attack hit.
applyEffectTick(LivingEntity, int) - Method in class com.pixelmonmod.pixelmon.entities.effects.AvoidanceEffect
 
applyEffectTick(LivingEntity, int) - Method in class com.pixelmonmod.pixelmon.entities.effects.RepelEffect
 
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BallFetch
Triggers at the end of the battle.
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
Just in case it fails to revert.
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
 
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DragonsMaw
Triggers at the end of the battle.
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
 
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NaturalCure
 
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
 
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
 
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
Triggers at the end of the battle.
applyEndOfBattleEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers at the end of the battle.
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
 
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
Triggers when the battle ends.
applyEndOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Transformed
 
applyFoeSwitchInEffect(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
Use applyRepeatedEffect for the cases where all Pokémon in a battle faint, and the Pokémon with Imposter tries to transform into one of the fainted Pokémon.
applyFoeSwitchInEffect(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
 
applyFoeSwitchInEffect(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers after an enemy Pokémon switches in.
applyHazards(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
 
applyLocationMutations() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
 
applyMinecraft(B) - Method in interface com.pixelmonmod.api.requirement.Requirement
Applis the parsed requirement to the minecraft data
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractPokemonRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IsBossRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.BlackAndWhiteShaderRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.CelShaderRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.RainbowShaderRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.ShaderRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UncatchableRequirement
 
applyMinecraft(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.AbstractStatueRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimatedRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationFrameRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationTypeRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.BoundingBoxModeRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.CanMoveRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalAndRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalOrRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.BlackAndWhiteShaderRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.CelShaderRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.RainbowShaderRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.ShaderRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.StatueTextureRequirement
 
applyMinecraft(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
 
applyMinecraft(ItemStack) - Method in class com.pixelmonmod.api.tcg.requirement.AbstractCardRequirement
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
Triggers when the move misses.
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Defog
Overriding this so that if a Defog hits a Substitute it still clears hazards and terrain after not changing the stats of the target.
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
If Dragon Darts would not affect the target, it will target an ally Pokémon with both hits.
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FuryCutter
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.JumpKick
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelBeam
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Suicide
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SupercellSlam
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
 
applyMissEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.PetalDance
 
applyModified(int) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
 
applyModified(Bone, int, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
 
applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
 
applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ConditionEffect
 
applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DrawCardEffect
 
applyOnCorrectCoinSideAfterDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AcidEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BenchDamageOppSelectEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ConditionEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableCardEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DiscardAttachmentEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HealEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ImmuneEffect
 
applyOnCorrectCoinSideBeforeDamage(List<Object>, PokemonAttackStatus, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.MissedEffect
 
applyPlaceholders(String) - Method in class com.pixelmonmod.pixelmon.quests.client.ObjectiveDetail
 
applyPostSwitchEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
Triggers after the Pokémon switches in.
applyPostSwitchEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers after all the Pokémon switch in at the start of turn.
applyPostSwitchEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Triggers after all the Pokémon switch in at the start of turn.
applyPostSwitchEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BoosterEnergyItem
 
applyPreset(NPCPreset) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
Applies the given preset to this NPC
ApplyPresetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
 
ApplyPresetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.ApplyPresetPacket
 
ApplyPresetPacket(NPC, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.ApplyPresetPacket
 
ApplyPresetPacket(UUID, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.ApplyPresetPacket
 
applyProtectionEffect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.BanefulBunker
 
applyProtectionEffect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.BurningBulwark
 
applyProtectionEffect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.KingsShield
 
applyProtectionEffect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Obstruct
 
applyProtectionEffect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
 
applyProtectionEffect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.SilkTrap
 
applyProtectionEffect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.SpikyShield
 
applyRecoil(PixelmonWrapper, float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Recoil
Deals recoil damage to the user.
applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Hail
 
applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
 
applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Sandstorm
 
applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
Triggers at the end of every turn.
applyRepeatedEffect(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
Triggers at the end of every turn.
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.EchoedVoiceStatus
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.FairyLock
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.GlobalStatusBase
Triggers at the end of every turn.
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.IonDeluge
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicRoom
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Sport
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.TrickRoom
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
 
applyRepeatedEffect(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.WonderRoom
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BadDreams
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BallFetch
Fires at the end of the turn.
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DrySkin
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GorillaTactics
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Harvest
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Healer
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
Fires at the end of the turn.
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hydration
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceBody
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Moody
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pickup
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RainDish
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShedSkin
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SolarPower
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SpeedBoost
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterBubble
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
 
applyRepeatedEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Fires at the end of the turn.
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.AquaRing
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.BerryEaten
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Cursed
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Disable
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Electrify
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Embargo
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Encore
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FirePledge
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Flinch
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FollowMe
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FuryCutterStatus
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.FutureSighted
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HealBlock
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.HelpingHand
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Imprison
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Ingrain
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LaserFocus
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Leech
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LuckyChant
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicCoat
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagnetRise
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MeanLook
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MoveOrderModifier
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Nightmare
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.NoRetreat
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ObscuredStatus
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Octolock
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PartialTrap
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Perish
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PledgeBase
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Powder
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Protect
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Recharge
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Roosting
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SaltCure
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Snatch
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Splinters
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Spotlight
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SpringtideStormStatus
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
Triggered at the end of every turn.
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SyrupBomb
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Taunt
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Telekinesis
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ThroatChop
Triggered at the end of every turn.
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Torment
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Yawn
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Triggers at the end of every turn.
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AssaultVestItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatIncreaseItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlackSludgeItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ChoiceItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LeftoversItem
 
applyRepeatedEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.StickyBarbItem
 
applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CudChew
 
applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
Fires at the end of the turn.
applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers at the end of every turn after residual status damage has been applied.
applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Triggers at the end of every turn after residual status damage has been applied.
applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FlameOrbItem
 
applyRepeatedEffectAfterStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ToxicOrbItem
 
applyRepel(ServerPlayer, RepelItem.EnumRepel) - Static method in class com.pixelmonmod.pixelmon.listener.RepelHandler
 
applySelfStatusMove(PixelmonWrapper, MoveResults) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
Triggered when a Pokémon uses a status move that targets itself.
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
This function skips the selector, taking what it was placed on as the parameter.
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Bill
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.ComputerSearch
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.DevolutionSpray
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRetrieval
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergySearch
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.FullHeal
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Gambler
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.GustOfWind
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.ImposterProfOak
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.ItemFinder
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Lass
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Maintenance
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.MrFuji
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Pokedex
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeFlute
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonBreeder
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonCenter
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonTrader
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Potion
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.ProfOak
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Recycle
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Revive
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.ScoopUp
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperEnergyRemoval
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperPotion
 
applySkipSelector(TrainerCardState, PokemonCardState, GameServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.trainer.Switch
 
applySpecs(Pokemon, String[]) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
Applies a list of specs to a specified pokemon
applyStartOfBattleEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
 
applyStartOfBattleEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers at the start of the battle.
applyStartOfBattleHeadOfPartyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Synchronize
Sets the nature of an encountered wild Pokémon to the same nature as the user.
applyStartOfBattleHeadOfPartyEffect(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers at the start of the battle, if the ability is at the head of the party.
applyStartOfTurnEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickDraw
 
applyStartOfTurnEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
Triggers at the start of the turn, after switches and evolutions
applyStartOfTurnEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
Triggers at the start of the turn, after switches and evolutions.
applyStartOfTurnEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryCustapItem
 
applyStartOfTurnEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.QuickClawItem
 
applyStatEffect(PixelmonWrapper, PixelmonWrapper, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
Executes the stat effect.
applyStatEffect(PixelmonWrapper, PixelmonWrapper, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
Executes the stat effect.
applyStatEffect(PixelmonWrapper, PixelmonWrapper, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
Executes the stat effect.
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Anticipation
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aura
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
Override this in case Greninja spawns as Ash-Greninja and the user flees or loses the battle.
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Costar
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CuriousMedicine
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DauntlessShield
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DeltaStream
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DesolateLand
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Download
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Drizzle
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Drought
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ElectricSurge
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlashFire
Triggers after the Pokémon switches in and when the Pokémon gains an Ability.
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forewarn
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Frisk
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GorillaTactics
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrassySurge
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HadronEngine
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hospitality
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IgnoreWeather
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Intimidate
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IntrepidSword
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MistySurge
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MoldBreaker
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OrichalcumPulse
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pressure
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrimordialSea
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Protosynthesis
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PsychicSurge
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurifyingSalt
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuarkDrive
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Redirect
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandStream
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ScreenCleaner
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SnowWarning
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SupersweetSyrup
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SupremeOverlord
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Teravolt
 
applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.