Index
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
- abandon() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- abandon() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- abandon() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Abandons the research, if able to.
- abandonable() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns the value of the
abandonable
record component. - abandonable(boolean) - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- AbandonResearchPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.research
- AbandonResearchPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.AbandonResearchPacket
- AbandonResearchPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.AbandonResearchPacket
- 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(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_shield - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- 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
- abilityShield - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- AbilityShieldTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- AbilityShieldTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
- 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)
- abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
- abnormal - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- 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
- abort() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- abort() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
-
Aborts this evolution, preventing it from occurring.
- AboutToClose(MysteryBoxTileEntity, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.AboutToClose
-
Fired before a Mystery Box is going to close.
- ABOVE_INSPECTING_CARD_Z_LEVEL - Static variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- 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_CENTERED - Enum constant in enum class com.pixelmonmod.api.client.screen.util.MathMode
-
This is for vanilla style screens like crafting interfaces, where GUI scale matters.
- ABSOLUTE_TOP_LEFT - Enum constant in enum class com.pixelmonmod.api.client.screen.util.MathMode
-
/* This has no real use cases, but it is here anyway.
- 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
- AbstractDoublePokemonRequirement - Class in com.pixelmonmod.api.pokemon.requirement
-
Basic abstract implementation for specs following the basic implementation that have a double value so that double specs are handled consistently.
- AbstractDoublePokemonRequirement(Set<String>, double) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractDoublePokemonRequirement
- AbstractDoublePokemonRequirement(Set<String>, double, double) - Constructor for class com.pixelmonmod.api.pokemon.requirement.AbstractDoublePokemonRequirement
- 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
- AbstractShopScreen(List<ShopItem>, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- 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
- accentColor() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
-
Returns the value of the
accentColor
record component. - accept(A, B, C) - Method in interface com.pixelmonmod.pixelmon.tools.TriConsumer
- accept(StatefulScreen, GuiGraphics, int, int, float) - Method in interface com.pixelmonmod.api.client.screen.util.RenderConsumer
- 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.
- acceptHandler() - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- acceptHandler() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- acceptHandler(TriConsumer<ServerPlayer, Pokemon, ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- acceptHandler(TriConsumer<ServerPlayer, Pokemon, ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- AcceptNPCTradePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- AcceptNPCTradePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
- AcceptNPCTradePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
- 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, NPC, TradePair, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- access() - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- 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
- AccuracyDependentMultiStrikeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- AccuracyDependentMultiStrikeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- 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.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 - Enum Class in com.pixelmonmod.api.client.screen.util
- ActionButton(BattleScreen.EnumBattleButton, BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
- ActionFunction<W extends StatefulWidget<W>> - Interface in com.pixelmonmod.api.client.screen.util
- 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.TutorScreen
- 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.ImportExportScreenOld
- 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
- 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
- ACTIVATE_SHRINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- ActivateShrineInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- ActivateShrineInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.ActivateShrineInteractionEvent
- 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() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- 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
- ACTIVE_RESEARCH_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- 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
- activeResearch() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- activeResearch() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
- 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, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Adds to the x and y values of this vector.
- add(double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Adds to the values of this vector.
- add(double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Adds to the values of this vector.
- 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(Bounds) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- 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(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Adds the values of a given vector to this vector's values.
- 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
- addAbleSpecs(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Adds to the set of specs which are able to use this move skill.
- 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.PixelmonChestBoatEntity
- 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.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
- addAllColonSeparatedValues(Pokemon, StringBuilder) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds most of the Pokémon's info to the StringBuilder.
- addAllColorfulColonSeparatedValues(Pokemon, StringBuilder) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds most of the Pokémon's info to the StringBuilder, adding extra color to make it pretty.
- 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.
- addAnyMoves(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Adds attacks to the set of moves which will grant this move skill if a Pokémon knows any one of them.
- 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
- 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
- addButtonForNextPage() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
- addButtonForPreviousPage() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
- 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
- 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.
- addColorfulColonSeparated(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, with extra colors.
- addCombinationMoves(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Adds attacks to the set of moves which will grant this move skill if a Pokémon knows all of them.
- 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
- 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.
- addDialogue(ServerPlayer, ProfessorDialogue.Builder) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogueFactory
-
Adds a dialogue for the given player.
- 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.
- 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
- addIntrinsicSpecs(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Adds to the set of specs which are able to use this move skill, regardless of all other checks.
- addItem(BagSection, ItemStack, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to add an
ItemStack
to the list ofItemData
s, if it is valid for the givenBagSection
, and if it isn't appended to an existingItemData
via theBattleItemScanner.attemptUpdate(ItemStack, List)
method. - 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
- 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
- addKeyListener(PlayerKeyListener) - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- 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(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(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- 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.
- addMoveSkill(MoveSkill) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Inserts a given move skill into the map of available move skills.
- 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
- addNotBossIfNotPresent() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- addParticle(ScreenParticleEngine.GuiParticle) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
- 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
- addPlaceholder(ContextPlaceholder<A>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.PlaceholderCollectEvent
-
Adds a placeholder to the list of placeholders.
- addPlaceholders(ContextPlaceholder<A>...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.PlaceholderCollectEvent
-
Adds a collection of placeholders to the list of placeholders.
- addPlaceholders(Collection<ContextPlaceholder<A>>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.PlaceholderCollectEvent
-
Adds a collection of placeholders to the list of placeholders.
- 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
- 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
- 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
- addRelearner(RelearnerBuilder, ServerPlayer...) - Static method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerFactory
- 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
- addRenderableRibbonButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
- 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.
- addShop(ShopBuilder, ServerPlayer...) - Static method in class com.pixelmonmod.pixelmon.api.shop.ShopFactory
-
Adds a shop to the player's open shops.
- 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.
- 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.
- 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.
- 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.
- addTransforms(int, Matrix4f) - Method in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
- addTutor(TutorBuilder, ServerPlayer...) - Static method in class com.pixelmonmod.pixelmon.api.tutor.TutorFactory
- addTweak(SpawningTweak) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- addType(Element) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the tertiary added type.
- 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.api.pokemon.ability.abilities.SuperLuck
- adjustCritStage(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the user's critical hit ratio.
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ChiStrikeStatus
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.LaserFocus
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Pumped
- adjustCritStage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Adjusts the number of crit rate stages for an attack.
- 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
- advanceToNextParticipant(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.DynamaxController
- 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.move_skills.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_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
- aiMode - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- aiMode - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- aiMode(BattleAIMode) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- 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 - Class in com.pixelmonmod.pixelmon.api.util
-
Static utility class for managing air supply for entities to prevent them from drowning.
- AirSaver() - Constructor for class com.pixelmonmod.pixelmon.api.util.AirSaver
- 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
- alignment() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- alignment(Alignment) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- Alignment - Enum Class in com.pixelmonmod.api.client.screen.util
- 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.api.client.screen.util.Axis
- 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
- allBases() - Method in class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe
- 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.move_skills.WeatherChanger
- 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.Illuminate
- 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
- allowsStatChange(PixelmonWrapper, PixelmonWrapper, StatsEffect) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Determines whether the holder's stats can be changed.
- 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.PurifyingSalt
- 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.
- allowsStatusOpponent(StatusType, PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- allowsStatusOpponent(StatusType, PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Fires for all opponents when a status attempts to be applied.
- 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.
- 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.
- allRibbons - Static variable in class com.pixelmonmod.pixelmon.client.ServerStorageDisplay
-
All the ribbons available on the server.
- ALLURING_VOICE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AlluringVoice - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- AlluringVoice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- AlluringVoice() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AlluringVoice
- allWidgets() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- 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
- allySwitchInARow - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The number of times the Pokémon has successfully used AllySwitch in a row.
- AllySwitchTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- AllySwitchTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- 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.move_skills
- AnalysePokemon() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.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_DELIMITER - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- andThen(RenderConsumer) - Method in interface com.pixelmonmod.api.client.screen.util.RenderConsumer
- andThen(TriConsumer<? super A, ? super B, ? super C>) - Method in interface com.pixelmonmod.pixelmon.tools.TriConsumer
- andThen(Function<? super R, ? extends X>) - Method in interface com.pixelmonmod.api.client.screen.util.TriFunction
- 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
- animationAutomaticUpdate - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- 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() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- 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
- AnticipationTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- AnticipationTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- 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
- 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, Level, List<Component>, TooltipFlag) - Method in class com.pixelmonmod.pixelmon.items.PokemonEditorItem
- 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(NPC) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- 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(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(T, U, V) - Method in interface com.pixelmonmod.api.client.screen.util.TriFunction
- apply(W, Action) - Method in interface com.pixelmonmod.api.client.screen.util.ActionFunction
- 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.ChiStrike
- applyAfterEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ConsumeType
- 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.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.
- applyBattleChanges(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Transformed
- 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
- applyCritMultiplier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sniper
- applyCritMultiplier() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Applies a bonus critical hit multiplier on top of the 1.5x standard.
- 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.GimmighoulCoinsGivenRequirement
- 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.MovePPRequirement
- 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.SizeRequirement
- 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.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.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.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
- applyEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ZPowerHeal
- applyEffectAfterAllMoveEffects(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers after all the targets of an attack have defended.
- applyEffectAfterAllMoveEffects(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.EjectPackItem
- 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.PartingShot
- 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.basic.SwitchOut
- 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 Pokémon attacks all of its targets.
- applyEffectAfterAllTargets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LifeOrbItem
- applyEffectAfterStatus(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.GlobalStatusBase
-
Triggers at the end of every turn, after the turn tick resets effects.
- applyEffectAfterStatus(GlobalStatusController) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
- 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
-
If the target has already moved, apply the GastroAcid effect.
- 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.Defog
- 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.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.TakeHeart
- 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
- applyEffectOnSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ZPowerHeal
- 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.CheckedStrikes
- applyEffectStart(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ConsumeType
- 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.DragonDarts
- 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.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.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
- applyItemToPokemonFromKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- 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.MovePPRequirement
- 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 the target's 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
- 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
- applyRaidState() - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- 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.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.SuppressType
- 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.battles.status.ZPowerHeal
-
If the PartingShot failed and no switch occurred, remove the status at the end of the turn.
- 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.EjectPackItem
- 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.EjectPackItem
- 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.
- applyStatus(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.status.ChiStrikeStatus
- 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.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.ThermalExchange
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Turboblaze
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unburden
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unnerve
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- applySwitchInEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after the Pokémon switches in and when the Pokémon gains an Ability.
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the holder switches in and when a Pokémon receives a held item in battle.
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AirBalloonItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AmuletCoinItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AssaultVestItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatIncreaseItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ChoiceItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.HeavyDutyBootsItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.IronBallItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MentalHerbItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RoomServiceItem
- applySwitchInEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.TerrainSeedItem
-
Triggers when the holder switches in and when a Pokémon receives a held item in battle.
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aura
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DeltaStream
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DesolateLand
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GorillaTactics
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GulpMissile
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IgnoreWeather
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NaturalCure
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrimordialSea
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Regenerator
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unnerve
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- applySwitchOutEffect(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon switches out.
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the holder switches out.
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ChoiceItem
- applySwitchOutEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MetronomeItem
- applySwitchOutEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
- applySwitchOutEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the statused Pokémon switches out.
- applySwitchOutEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
- applySwitchReplaceEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
- applySwitchReplaceEffect(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after an Pokémon switches in.
- applyToClientEntity(TransformPacket) - Static method in class com.pixelmonmod.pixelmon.battles.status.Transformed
- ApplyToPokemon - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag
-
Created by Jay113355 on 12/1/2020.
- ApplyToPokemon(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
-
Initializes the battle screen.
- applyValuesToItem(ItemStack) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- applyYawToEntity(Entity) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
Applies this entity's yaw to the given entity.
- AppraiseRodInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- AppraiseRodInteractionResult(String) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.AppraiseRodInteractionResult
- apricorn - Variable in class com.pixelmonmod.pixelmon.items.ApricornItem
-
The Apricorn's type.
- apricorn - Variable in class com.pixelmonmod.pixelmon.items.CookedApricornItem
-
The Apricorn's type.
- apricorn() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- APRICORN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- apricorn_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- apricorn_leaves_black - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_leaves_blue - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_leaves_green - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_leaves_pink - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_leaves_red - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_leaves_white - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_leaves_yellow - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- APRICORN_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- apricorn_plant_black - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_plant_blue - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_plant_green - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_plant_pink - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_plant_red - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_plant_white - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- apricorn_plant_yellow - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ApricornEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for all apricorn related actions.
- ApricornEvent(Level, BlockState, ApricornType, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.ApricornEvent
- ApricornEvent.Pick - Class in com.pixelmonmod.pixelmon.api.events
-
ApricornEvent
subclass event which fires when an apricorn is being picked by a player. - ApricornFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- ApricornFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ApricornFoliagePlacer
- ApricornItem - Class in com.pixelmonmod.pixelmon.items
-
Can be used to make Poké Balls.
- ApricornItem(ApricornType) - Constructor for class com.pixelmonmod.pixelmon.items.ApricornItem
-
Initializes the Apricorn.
- ApricornLeavesBlock - Class in com.pixelmonmod.pixelmon.blocks
- ApricornLeavesBlock(ApricornType, BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- ApricornTree - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry
- ApricornTree(ApricornType) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTree
- ApricornType - Enum Class in com.pixelmonmod.pixelmon.enums.items
- APRICOT_STRIPES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- APRICOT_TIGER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- APRICOT_ZEBRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- AQUA_BREED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- AQUA_CUTTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AQUA_JET - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AQUA_RING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AQUA_STEP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AQUA_TAIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AquaRing - Class in com.pixelmonmod.pixelmon.battles.status
-
Heals the Pokémon by 1/16th of its maximum hp every turn.
- AquaRing - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- AquaRing() - Constructor for class com.pixelmonmod.pixelmon.battles.status.AquaRing
-
Initializes the status.
- ARAQUANID - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARBOK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARBOK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARBOLIVA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARBOLIVA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- arc_chalice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ARC_CHALICE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ARC_CHALICE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- arcaneryParticleCount - Static variable in class com.pixelmonmod.pixelmon.client.particle.ParticleEvents
- ARCANINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARCANINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ArcChaliceBlock - Class in com.pixelmonmod.pixelmon.blocks
- ArcChaliceBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- ArcChaliceTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- ArcChaliceTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- ARCEUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARCEUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ArceusEvent - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Superclass event for actions related to the Arceus legendary event.
- ArceusEvent(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
- ArceusEvent.AddPlate - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
ArceusEvent
subclass event fired for when a player adds one of the elemental plates to the Arc Chalice. - ArceusEvent.CreateFlute - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
ArceusEvent
subclass event fired when the Arc Chalice animation completes and the Azure Flute item is about to be spawned into the world. - ArceusEvent.PlayFlute - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
ArceusEvent
subclass event that fires when an Azure Flute is played near a Timespace Altar. - ARCHEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARCHEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARCHEOPS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARCHEOPS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARCHIPELAGO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ARCTIBAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARCTIBAX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARCTOVISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARCTOVISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARCTOZOLT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARCTOZOLT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- area() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- AREANAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The area name String for random encounters
- areaSelectEnd - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- areaSelectEnd(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- areaSelectStart - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- areaSelectStart(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- areaSelectStart(StoragePosition, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- areMessagesInOrder(String...) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- ARENA_TRAP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ArenaTrap - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents grounded Pokémon from switching.
- ArenaTrap() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ArenaTrap
- ArenaTrapTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ArenaTrapTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ArenaTrapTests
- arePokemonAdjacent(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- areShieldsUp() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- areSlotsLocked() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- areTrainersDisabled() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- ARIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ARIADOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARIADOS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARM_THRUST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ARMALDO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARMALDO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARMAROUGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ArmchairBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- ArmchairBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
- ARMOR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- ARMOR_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- armor_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- armor_pass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ARMOR_TAIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ArmorEffectEvent - Class in com.pixelmonmod.pixelmon.api.events
- ArmorEffectEvent(GenericArmor, Level, Player, ItemStack, IArmorEffect, IItemAttributeModifier) - Constructor for class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- ArmorEffectEvent.Attribute - Class in com.pixelmonmod.pixelmon.api.events
- ArmorEffectEvent.Effect - Class in com.pixelmonmod.pixelmon.api.events
- armorFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Armor Fossil's model.
- armorite_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ArmorTail - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ArmorTail() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ArmorTail
- AROMA_VEIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- AROMATHERAPY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AromatherapyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- AromatherapyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AromatherapyTests
- AROMATIC_MIST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AromaticMist - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases an ally's Special Defense by one stage.
- AromaticMist() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AromaticMist
- AROMATISSE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- AromaVeil - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon and its teammates from being afflicted with Attract, Disable, Encore, Heal Block, Taunt, and Torment.
- AromaVeil() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AromaVeil
- ARON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- arrayHasNull(T[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Checks if an array or any of its elements are null, or if the array is empty.
- ArrayHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Helper methods when dealing with arrays.
- ArrayHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
- ARROKUDA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARROKUDA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- arrow - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- ArrowButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
This comes from an old mod i've made more than an year ago, it's not *that* elegant, but ( ( it just works ) )
- ArrowButton(int, int, int, ArrowButton.Direction, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
- ArrowButton.Direction - Enum Class in com.pixelmonmod.pixelmon.client.gui.widgets
- arrowLeft - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- arrowLeftBackground - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- arrowRight - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- arrowRightBackground - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- arrowsMouseClicked(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Displays to the next or previous Pokémon in the player's party when an arrow button is clicked.
- ARTICUNO - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ShrineType
- ARTICUNO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ARTICUNO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ARTICUNO_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- articuno_shrine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ARTICUNO_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ARTICUNOSHINING - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- ARTIST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- AS_ONE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- asa - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- ASA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- asAdult() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the child property set to false. - asChild() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the child property set to true. - ASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ASHEN - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
- ASHEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ashNinja - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- asImmutable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- ASLEEP - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardCondition
- asLookup() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- AsOne - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- AsOne() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- ASPEAR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- ASPEAR - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- aspear_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- AspearFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- AspearFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.AspearFoliagePlacer
- ASPEC - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- aspect() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- assault_vest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- assaultVest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- AssaultVestItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Raises Special Defense by 50% and prevents status moves from being used.
- AssaultVestItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.AssaultVestItem
-
Initializes the held item.
- AssaultVestTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- AssaultVestTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.AssaultVestTests
- assemble(Container, RegistryAccess) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- Assemble(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
- ASSEMBLING - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
- ASSEMBLY - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen.Mode
- ASSEMBLY_WITH_ZYGARDE - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen.Mode
- assignment(ClientResearch) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- Assignment - Class in com.pixelmonmod.api.client.screen.widget.misc
- Assignment() - Constructor for class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- ASSIGNMENT_COMPARATOR - Static variable in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- ASSIGNMENTS_FORM - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- assignRandomFish(SpawnActionPokemon) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- Assist - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Randomly uses a move known by another Pokémon in the user's party.
- Assist() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assist
- ASSIST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Assurance - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals double damage if the target has already taken damage in the turn.
- Assurance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Assurance() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assurance
- ASSURANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AssuranceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- AssuranceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AssuranceTests
- ASTONISH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ASTRAL_BARRAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- asWrapper() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Access the default pokemon as a PixelmonWrapper
- asWrapper(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Access any pokemon in the participant's party, can be used to access fainted pokemon
- Ate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes Normal-type moves into a different type and increases their power by 1.2x.
- Ate(Element) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Ate
-
Initializes the Ability.
- atEndTask - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- atMost(double, int) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- ATTACH - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- ATTACH_DISCARD_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- AttachDiscardEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 6/25/2016.
- AttachDiscardEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.AttachDiscardEffect
- Attachment - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- ATTACHMENT - Static variable in class com.pixelmonmod.pixelmon.blocks.BellBlock
- attachmentPoint() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
-
Returns the value of the
attachmentPoint
record component. - attachments - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- attachments() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- attachments(List<ModelAttachment>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- attack - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- attack - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Use
- attack - Variable in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.CanLearnMove
- attack - Variable in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt
- attack - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The attack to use.
- attack - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- attack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's current attack.
- attack - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.AttackData
- attack() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns the value of the
attack
record component. - attack() - Method in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- attack(BlockState, Level, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- Attack - Class in com.pixelmonmod.pixelmon.battles.attacks
-
A Pokémon's attack.
- Attack - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- Attack - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- Attack - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- Attack(RegistryValue<ImmutableAttack>) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Attack
- Attack(Attack) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Makes a deep copy of the Attack object
- Attack(ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Initializes an attack with its base attack stats.
- Attack(String) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Initializes an attack with its base attack stats.
- ATTACK - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- ATTACK - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- ATTACK - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- ATTACK - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ATTACK_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of an attack taught by the tutor.
- ATTACK_ORDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ATTACK_PHYSICAL - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
attack categories.
- ATTACK_SPECIAL - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
attack categories.
- ATTACK_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- ATTACK_STATUS - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
attack categories.
- attackable() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- AttackAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
-
A logged move in battle.
- AttackAction(int, PixelmonWrapper, Attack, PixelmonWrapper[], MoveResults[]) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
-
Logs a move in battle.
- AttackAnimation - Class in com.pixelmonmod.pixelmon.api.attackAnimations
-
Interface for animations that occur when attacks are used.
- AttackAnimation() - Constructor for class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- AttackAnimationData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
- AttackAnimationData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- AttackAnimationDataAdapter - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
- AttackAnimationDataAdapter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationDataAdapter
- AttackAnimationLeapForward - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
- AttackAnimationLeapForward() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationLeapForward
- AttackAnimationRegistry - Class in com.pixelmonmod.pixelmon.api.attackAnimations
-
Registry for all
AttackAnimation
s forAttacks
. - AttackAnimationRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationRegistry
- AttackAnimationRun - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
- AttackAnimationRun() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- AttackAnimationStationary - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
- AttackAnimationStationary() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- AttackAnimationTypeAdapter - Class in com.pixelmonmod.pixelmon.api.attackAnimations
- AttackAnimationTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationTypeAdapter
- AttackAnimationVerticalStomp - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
- AttackAnimationVerticalStomp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationVerticalStomp
- attackAuto() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the first pokemon to target the opponent with the first move in its moveset
- attackAuto(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Targets the opponent with the first move, using the specified pokemon,
- attackAutoTarget() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the Pokémon's attack to the attack in the move set at the first position and targets based on the move's targeting info
- attackAutoTarget(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the Pokémon's attack to the attack in the move set at the given position and targets based on the move's targeting info
- attackAutoTarget(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Attacks using the specified pokemon and move, with the target determined by the move's targeting info
- attackAutoTargetAll() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets all of this participant's Pokémon to attack with their first move, using automatic targeting.
- AttackBackOff - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- AttackBall - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackBall() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- AttackBall.BallData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackBaseTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
This adapter serializes
ImmutableAttack
as the English name. - AttackBaseTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.AttackBaseTypeAdapter
- AttackBeam - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackBeam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- AttackBeam.BeamData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackBuff - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackBuff() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- AttackBuff.BuffData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- attackCanBeRedirected() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon's attack can be redirected
- AttackCategory - Enum Class in com.pixelmonmod.pixelmon.api.battles
- attackClicked(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Keeps track of the selected move.
- AttackData - Class in com.pixelmonmod.pixelmon.client.gui.battles
- AttackData(UUID, Attack, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.AttackData
- AttackDebuff - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackDebuff() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- AttackEffect - Class in com.pixelmonmod.pixelmon.client.particle.particles
- AttackEffect() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- AttackEffect(IAttackEffect, double, double, double, double, double, double, int, int, boolean, double, double, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- AttackEffect(IAttackEffect, int, float[], int, float[], StandardParticleAnimationData) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- AttackEffect.EnumParticleTexture - Enum Class in com.pixelmonmod.pixelmon.client.particle.particles
- AttackEffectContract - Interface in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackEffects - Class in com.pixelmonmod.tcg.api.accessors
- AttackEffects() - Constructor for class com.pixelmonmod.tcg.api.accessors.AttackEffects
- AttackEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Collection of events fired relating to Pokémon moves in battle.
- AttackEvent(BattleController, PixelmonWrapper, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent
- AttackEvent.CriticalHit - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired after Pixelmon calculates the critical hit multiplier for this attack.
- AttackEvent.Damage - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired after all damage calculations have taken place for an attack.
- AttackEvent.Recoil - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired after recoil damage has been taken.
- AttackEvent.Stab - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired after Pixelmon calculates the STAB multiplier for this attack.
- AttackEvent.TypeEffectiveness - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired when calculating move effectiveness.
- AttackEvent.Use - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired after any attack is used.
- AttackExplosion - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackExplosion() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- AttackExplosion.ExplosionData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- ATTACKFIXED - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- AttackImplosion - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackImplosion() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- attackIsMultitargeting(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
- AttackLightning - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackLightning() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- AttackLightning.LightningData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- attackList - Static variable in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
-
The attacks offered by the relearner.
- attackMakesContact() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon's attack makes contact
- attackModifier - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's attack modifier.
- AttackModifierBase - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
- AttackModifierBase() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.AttackModifierBase
- attackName - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveCondition
- attackName - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
- attackName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectAttackAction
- attackName - Variable in class com.pixelmonmod.pixelmon.items.HMItem
-
The name of the move taught by the TM.
- attackOpponent(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the first Pokémon's attack to the move at the given position in the moveset and targets the opponent
- attackOpponent(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the Pokémon's attack to the attack in the move set at the given position and targets the opponent
- AttackPunch - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackPunch() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- AttackRadial - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackRadial() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- AttackRadial.RadialData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackRain - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackRain() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- AttackRain.RainData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackRapidPunch - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackRapidPunch() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- AttackRegistry - Class in com.pixelmonmod.pixelmon.api.battles.attack
-
Static registry class for loading, unloading, and managing all attacks.
- AttackRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AttackResult - Enum Class in com.pixelmonmod.pixelmon.battles.controller.log
- AttackReverseCone - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackReverseCone() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- attacks - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- ATTACKS - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- AttackScatter - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackScatter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- attackSelf(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the first Pokémon's attack to the attack in the move set at the given position and targets itself
- attackSelf(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the Pokémon's attack to the attack in the moveset at the given position and targets itself
- AttackShield - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackShield() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- AttackSlash - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackSlash() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- attacksPerTurn - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- attackStat - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's attack stat.
- AttackStatChange - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackStatChange() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- AttackStatChange.StatChangeData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- attackSubstitute(float, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
-
Deals damage to the substitute.
- attackSucceeded - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the last attack this pokemon performed succeeded.
- AttackSwarm - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackSwarm() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- AttackSystem<T extends AttackAnimationData> - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackSystem() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- AttackSystemBase<T extends AttackAnimationData> - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackSystemBase() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystemBase
- AttackTags - Class in com.pixelmonmod.pixelmon.api.battles.attack
- AttackTags() - Constructor for class com.pixelmonmod.pixelmon.api.battles.attack.AttackTags
- attackTarget(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the first Pokémon's attack to the attack in the move set at the given position and targets a specified pokemon
- attackTarget(Pokemon, int, Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the Pokémon's attack to the attack in the move set at the given position and targets a specific pokemon
- attackTarget(Pokemon, int, List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Sets the Pokémon's attack to the attack in the move set at the given position and targets a specific pokemon.
- AttackTube - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackTube() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- AttackTube.TubeData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
This adapter serializes
Attack
as the English name. - AttackTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.AttackTypeAdapter
- AttackWave - Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- AttackWave() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- atTarget - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion.ExplosionData
- attemptAppend(MutableComponent, String, TextColor) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Attempts to append the segment to the
Component
with the given (nullable) colour - attemptChange(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- attemptUpdate(ItemStack, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to combine
ItemStack
s into oneItemData
entry if a matching entry is already present. - Attract - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Attract - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Attract - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Attract - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Attract - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Attract - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Attract - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- ATTRACT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Attribute(GenericArmor, Level, Player, ItemStack, IArmorEffect, IItemAttributeModifier) - Constructor for class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent.Attribute
- audinite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Audino
- AUDINO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- AUDINO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Aura - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of a certain type of move by 33.3% for all Pokémon on the field.
- Aura(Element, StatusType) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aura
-
Initializes the Ability.
- AURA_BREAK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- AURA_SPHERE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AURA_WHEEL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AuraBreak - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Reverses the effects of Dark Aura and Fairy Aura.
- AuraBreak() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AuraBreak
- AuraSphere - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- AuraSphere - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- AuraStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Status for Dark Aura and Fairy Aura effect.
- AuraStatus(Element, StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.AuraStatus
-
Initializes the status.
- AuraWheel - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Aura Wheel inflicts damage and raises the user's Speed stat by one stage.
- AuraWheel() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AuraWheel
- AuraWheelTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- AuraWheelTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.AuraWheelTests
- AURORA_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- aurora_ticket - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Aurora_Veil - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- AURORA_VEIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AuroraVeil - Class in com.pixelmonmod.pixelmon.battles.status
-
Created by Jay113355 on 3/19/2019.
- AuroraVeil - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- AuroraVeil() - Constructor for class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
-
Initializes Aurora Veil with the default five turn duration.
- AuroraVeil(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
- AuroraVeil(PixelmonWrapper, int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
-
Initializes Aurora Veil with a custom duration.
- AURORUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- auspicious_armor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- authentic - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- author - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
- author - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
- author - Variable in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- author(String) - Method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- autoAcknowledge - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- autoGenerate - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- Autotomize - Class in com.pixelmonmod.pixelmon.battles.status
-
Lowers the user's weight.
- Autotomize - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Autotomize() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Autotomize
-
Initializes the status.
- AUTOTOMIZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- autoTurn(BattleController) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- autoTurn(BattleController, Runnable) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- AUTUMN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- AV - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- available - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
An empty Pokémon slot.
- Available - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumFeatureState
- AvailableActions - Class in com.pixelmonmod.tcg.duel.state
-
Created by SamPlummer on 24/04/2016.
- AvailableActions() - Constructor for class com.pixelmonmod.tcg.duel.state.AvailableActions
- AvailableActions(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.state.AvailableActions
- Avalanche - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Avalanche - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Avalanche - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- AVALANCHE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- AVALUGG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- AVALUGG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- AVALUGG_HISUI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- averageLevel - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
-
The cached mean pokemonLevel of the party.
- avFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
Arctovish's Fossil's model.
- AVOIDANCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.EffectRegistration
- AvoidanceEffect - Class in com.pixelmonmod.pixelmon.entities.effects
- AvoidanceEffect() - Constructor for class com.pixelmonmod.pixelmon.entities.effects.AvoidanceEffect
- AvoidEntitiesGoal<T extends net.minecraft.world.entity.LivingEntity> - Class in com.pixelmonmod.pixelmon.ai
- AvoidEntitiesGoal(PathfinderMob, Class<T>, float, double, double) - Constructor for class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
- AvoidEntitiesGoal(PathfinderMob, Class<T>, float, double, double, Predicate<LivingEntity>) - Constructor for class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
- AvoidEntitiesGoal(PathfinderMob, Class<T>, Predicate<LivingEntity>, float, double, double, Predicate<LivingEntity>) - Constructor for class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
- Awake - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
- awakening - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- awardExp(List<BattleParticipant>, BattleParticipant, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.Experience
-
Award exp.
- awardEXP(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
- awardEXP(int, ExperienceGainType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
- awardEXP(int, ExperienceGainType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- awardEXP(BattleController, int, ExperienceGainType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Awards experience to the Pokémon.
- AXE_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- axes(Axis...) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets an array of values, of values of the vector for given axes.
- AXEW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- AXEW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- axis(Axis) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the value of this vector for a given axis.
- Axis - Enum Class in com.pixelmonmod.api.client.screen.util
- AXIS - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- AXIS - Static variable in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- AZ - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- AZELF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- azFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
Arctozolt's Fossil's model.
- AZUMARILL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- AZUMARILL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- azure_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- azureFlute - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.PlayFlute
- AzureFluteItem - Class in com.pixelmonmod.pixelmon.items
- AzureFluteItem() - Constructor for class com.pixelmonmod.pixelmon.items.AzureFluteItem
- AZURILL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- AZURILL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
B
- b - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- b - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- b - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- B - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
- B - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
- B - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- B - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- BABIRI - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- BABIRI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- babiri_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BabiriFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- BabiriFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.BabiriFoliagePlacer
- BABY_DOLL_EYES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- back - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- Back - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- Back - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- background - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
GUI for boss Pokémon/NPC Trainer drops.
- background - Variable in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- background - Static variable in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
- background - Static variable in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
- BACKGROUND - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- backgroundColor() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Returns the value of the
backgroundColor
record component. - backgroundColor() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns the value of the
backgroundColor
record component. - backgroundColor(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Sets the background color of the button.
- backgroundColor(Color) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Sets the background color of the button.
- backgroundColor(Color) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- backgroundColor(Color) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- backgroundHoverColor() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Returns the value of the
backgroundHoverColor
record component. - backgroundHoverColor(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Sets the background color of the button that is displayed when the user hovers their mouse over it.
- backgroundHoverColor(Color) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Sets the background color of the button that is displayed when the user hovers their mouse over it.
- BackgroundMusicListener - Class in com.pixelmonmod.pixelmon.listener
- BackgroundMusicListener() - Constructor for class com.pixelmonmod.pixelmon.listener.BackgroundMusicListener
- backgroundSprite() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns the value of the
backgroundSprite
record component. - backgroundTexture - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Quests assets
- backText - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
The text on the back button.
- BackToMainMenu - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- BackToMainMenuPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- BackToMainMenuPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BackToMainMenuPacket
- BackToMainMenuPacket(List<Boolean>, boolean, List<UUID>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BackToMainMenuPacket
- BAD_DREAMS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BadDreams - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Damages sleeping Pokémon by 1/8 hp every turn.
- BadDreams() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BadDreams
- BADDY_BAD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Badgecase - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- BadgeCase(UUID, String, EnumBadgeCase, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.items.BadgeCaseItem.BadgeCase
- BADGECASE_BADGE_COMPOUNDS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The players badge compounds associated with the badgecase.
- BADGECASE_BADGES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The players badges associated with the badgecase.
- BADGECASE_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The players username associated with the badgecase.
- BADGECASE_UUID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The players uuid associated with the badgecase.
- BadgeCaseActionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase
-
Created by Jay113355 on 8/21/2020
- BadgeCaseActionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
- BadgeCaseActionPacket(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
- BadgeCaseActionPacket(int, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
- BadgeCaseActionPacket(BadgeCaseActionPacket.Action, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
- BadgeCaseActionPacket.Action - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase
- BadgeCaseEvent - Class in com.pixelmonmod.pixelmon.api.events.screens
-
Sub classes are fired on the
Pixelmon.EVENT_BUS
If this badge case was created by aCustomBadgeCaseScreen
actionBadgeCaseEvent.isCustom()
will be true, otherwise it was likely created by a BadgeCase item. - BadgeCaseEvent(ServerPlayer, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent
- BadgeCaseEvent.Register - Class in com.pixelmonmod.pixelmon.api.events.screens
- BadgeCaseEvent.Remove - Class in com.pixelmonmod.pixelmon.api.events.screens
- BadgeCaseEvent.Swap - Class in com.pixelmonmod.pixelmon.api.events.screens
- BadgeCaseItem - Class in com.pixelmonmod.pixelmon.items
- BadgeCaseItem(EnumBadgeCase) - Constructor for class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- BadgeCaseItem.BadgeCase - Class in com.pixelmonmod.pixelmon.items
- BadgeCaseScreen - Class in com.pixelmonmod.pixelmon.client.gui.badgecase
- BadgeCaseScreen(String, boolean, boolean, EnumBadgeCase, List<ItemStack>, Pokemon[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- BadgeItem - Class in com.pixelmonmod.pixelmon.items
-
A decorative item.
- BadgeItem() - Constructor for class com.pixelmonmod.pixelmon.items.BadgeItem
-
Initializes a badge.
- badgeList - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- badges - Variable in class com.pixelmonmod.pixelmon.items.BadgeCaseItem.BadgeCase
- BADGES - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- BAG - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- BAG_CLAUSE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- BagItemAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- BagItemAction(int, PixelmonWrapper, PixelmonWrapper, PixelmonItem) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BagItemAction
- BagItemEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
This event is used for when the server is executing logic pertaining to battle items being used/collected in the bag
- BagItemEvent(BattleController, String, ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent
- BagItemEvent.CollectItems - Class in com.pixelmonmod.pixelmon.api.events.battles
-
The event relating to when the server determines what items the server has in their inventory to then return to the client, so that they can be displayed on the screen during that turn.
- BagItemEvent.CollectItems.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
-
This event is fired after the client has been updated for this bag section.
- BagItemEvent.CollectItems.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Fired just before the response packet is sent to the client Cancelling this means the client will say there is 0 use-able items in the player's inventory for this bag section
- BagItemEvent.Identifiers - Class in com.pixelmonmod.pixelmon.api.events.battles
- BagItemEvent.SelectItem - Class in com.pixelmonmod.pixelmon.api.events.battles
-
This event is fired when the client attempts to use an item from their bag, and it is subequently removed from their inventory and then given to the battle controller.
- BagItemEvent.SelectItem.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
-
This event is fired after the updated item has been taken from their inventory and passed to the battle controller
- BagItemEvent.SelectItem.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
-
This is the event fired before the item is given to the battle controller & removed from the inventory Cancelling this event will create a waiting glitch for the client(s) in the battle so if you are cancelling it make sure to update the battle controller.
- BAGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BAGON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BagPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- BagPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
- BagPacket(UUID, UUID, ItemStack, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
- BagPacket(UUID, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
- bagSection - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The player's battle bag.
- BagSection - Enum Class in com.pixelmonmod.pixelmon.api.battles
-
A section of the battle bag.
- bagu_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BAILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- bakeModels(ModelEvent.BakingCompleted) - Static method in class com.pixelmonmod.tcg.listener.TCGClientModEventListeners
- bakeModels(ModelEvent.ModifyBakingResult) - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
- balance_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ball - Variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- ball - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
- ball() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- Ball - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- BALL - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- BALL - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- BALL_CAPTURE_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- BALL_FETCH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BallBaseItem - Class in com.pixelmonmod.pixelmon.items
- BallBaseItem() - Constructor for class com.pixelmonmod.pixelmon.items.BallBaseItem
- BallCaptureTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
-
Created by MoeBoy76 on 27/12/2017.
- BallCaptureTrigger() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
- BallCaptureTrigger.Instance - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- BallData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall.BallData
- BallFetch - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
At any time after the first Poké Ball is thrown and fails to catch a Pokémon, at the end of a turn, if a Pokémon with Ball Fetch is on the field and not holding another item, it will pick up the same type of ball as the first one thrown.
- BallFetch() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BallFetch
- BallLogic - Interface in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
-
Interface representing the logic used by a
PokeBall
for capture purposes. - balloon_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- balm_mushroom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BALTOY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BALTOY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ban - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.Tier
- BANEFUL_BUNKER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BanefulBunker - Class in com.pixelmonmod.pixelmon.battles.status
-
Created by Jay113355 on 4/20/2019.
- BanefulBunker - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- BanefulBunker() - Constructor for class com.pixelmonmod.pixelmon.battles.status.BanefulBunker
-
Initializes the status.
- BanefulBunkerTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BanefulBunkerTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- BANETTE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BANETTE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- banettite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Banette
- BankAccount - Interface in com.pixelmonmod.pixelmon.api.economy
-
Represents a storage of an economy for a given entity
- BankAccountManager - Interface in com.pixelmonmod.pixelmon.api.economy
-
Interface responsible for getting a bank account for a particular ServerPlayerEntity or UUID.
- BankAccountProxy - Class in com.pixelmonmod.pixelmon.api.economy
-
Static factory for managing pixelmon bank accounts
- BankAccountProxy() - Constructor for class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
- BankTransferCommand - Class in com.pixelmonmod.pixelmon.command.impl.econ
-
Transfer money from one player to another.
- BankTransferCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.econ.BankTransferCommand
- BAR - Static variable in class com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen
- BARB_BARRAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BARBARACLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BARBARACLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BarbBarrage - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the target has a non-volatile status condition.
- BarbBarrage() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BarbBarrage
- BARBOACH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Barely - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
- BARRAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BARRASKEWDA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- barRibbon(GuiGraphics, float, float, float, float, float, float, Color, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- BARRIER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BASCULEGION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BASCULEGION_MALE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BASCULIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BasculinListener - Class in com.pixelmonmod.pixelmon.listener
- BasculinListener() - Constructor for class com.pixelmonmod.pixelmon.listener.BasculinListener
- base - Variable in class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
- base - Static variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- BASE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
- BASE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BASE - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- BASE_TRAINER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The string name of the base trainer
- BaseAttackEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 5/22/2016.
- BaseAttackEffect(String...) - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- BaseAttackEffectTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- BaseAttackEffectTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.BaseAttackEffectTypeAdapter
- BaseAttackEffectWithOptionalFlip - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 5/29/2016.
- BaseAttackEffectWithOptionalFlip(String...) - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
- baseBlock - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
The base block.
- baseBlock - Variable in class com.pixelmonmod.pixelmon.api.spawning.util.SpatialData
-
The base block of the area.
- baseBlockCondition - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
The condition on the base block.
- baseBlocks - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- baseLoc - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- basement_key_brass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- basement_key_silver - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- baseMoveset - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- baseNormal - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- basePower - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
- BasePowerEffect - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 6/25/2016.
- BasePowerEffect(String) - Constructor for class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- BasePowerEffectTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- BasePowerEffectTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.BasePowerEffectTypeAdapter
- BaseStatsLearnType - Enum Class in com.pixelmonmod.pixelmon.api.pokemon.stats
- baseTick() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- baseTick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- baseTick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- baseTick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- baseTick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- baseTick() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- BaseTrainerEffect - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/15/2016.
- BaseTrainerEffect(String) - Constructor for class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
- BaseTrainerEffectTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- BaseTrainerEffectTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.BaseTrainerEffectTypeAdapter
- BASHFUL - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- basic() - Static method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
This method returns a basic growth data.
- BASIC - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- basic_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BasicEggGroup - Class in com.pixelmonmod.pixelmon.api.pokemon.egg.impl
- BasicEggGroup(int, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.BasicEggGroup
-
Basic constructor taking the index and the name
- BASTIODON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BASTIODON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BATON_PASS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BATON_PASS_CLAUSE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- BatonPass - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Switches out the Pokémon to another, passing all stat boosts and most volatile statuses to it.
- BatonPass - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- BatonPass - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BatonPass() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BatonPass
- BatonPassTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BatonPassTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BatonPassTests
- Battery - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Battery() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Battery
- BATTERY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- battle(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- battle(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Starts a battle with the given player
- battle(ServerPlayer, BattleType) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- battle(ServerPlayer, BattleRules) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- Battle - Enum constant in enum class com.pixelmonmod.pixelmon.client.camera.CameraMode
- Battle - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- Battle(ServerPlayer, PixelmonWrapper, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.Battle
-
Battle event constructor
- BATTLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- BATTLE - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
- BATTLE - Enum constant in enum class com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
- BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent.Constants
- BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- BATTLE_ACCURACY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- BATTLE_AI_MODE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- BATTLE_AI_MODE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the NPC Trainer's battle AI mode.
- BATTLE_ARMOUR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BATTLE_ATTACK_MODIFIER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- BATTLE_BOND - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BATTLE_BOND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BATTLE_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BATTLE_CONTROLLER - Static variable in class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
- BATTLE_CURSOR - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- BATTLE_DAMAGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonDamageTypes
- BATTLE_DEFENSE_MODIFIER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- BATTLE_END_CAUSE_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- BATTLE_ERROR - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- BATTLE_EVASION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- BATTLE_ITEMS - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
- BATTLE_MUSIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BATTLE_ONLY_STATS - Static variable in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- BATTLE_ROYAL_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- battle_rule - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- BATTLE_RULE - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- BATTLE_RULES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The battle rules that the NPC Trainer will use.
- BATTLE_SPECIAL_ATTACK_MODIFIER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- BATTLE_SPECIAL_DEFENSE_MODIFIER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- battle_spectator - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGBlocks
- BATTLE_SPECTATOR - Static variable in class com.pixelmonmod.tcg.init.registry.BlockRegistration
- BATTLE_SPECTATOR - Static variable in class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
- BATTLE_SPEED_MODIFIER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- BATTLE_TREE_GREAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BATTLE_TREE_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BATTLE_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- BATTLE_TYPE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- battleAcceptKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- BattleAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action
- BattleAction(int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
- BattleAIBase - Class in com.pixelmonmod.pixelmon.battles.controller.ai
-
Base class for battle AI.
- BattleAIBase(BattleParticipant) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Initializes the AI.
- BattleAIMode - Enum Class in com.pixelmonmod.pixelmon.api.battles
-
Modes for AI in battle.
- BattleArmorTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- BattleArmorTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.BattleArmorTests
- BattleArmour - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- BattleArmour() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleArmour
- battleAttackGimmickKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- battleBagKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- BattleBaseScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Superclass for all possible battle GUIs.
- BattleBaseScreen(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
Initializes the battle screen.
- BattleBond - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- BattleBond() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- BattleBuilder - Class in com.pixelmonmod.pixelmon.battles.api
-
Used for creating battles with a bunch of different settings
- BattleClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses
-
A clause that imposes restrictions on a battle.
- BattleClause(String) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Initializes a battle clause definition.
- BattleClauseRegistry - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses
-
Keeps track of all clauses that are registered in the game.
- BattleClauseRegistry() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- BattleCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Starts a single battle between two players.
- BattleCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.BattleCommand
- BattleConfig - Class in com.pixelmonmod.pixelmon.api.config
- BattleConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.BattleConfig
- battleController - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
- battleController - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
The battle the Pokémon is in.
- BattleController - Class in com.pixelmonmod.pixelmon.battles.controller
-
Controls flow of battles.
- BattleController(BattleParticipant[], BattleParticipant[], BattleRules) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets up a battle with participants.
- BattleControllerBlock - Class in com.pixelmonmod.tcg.block
- BattleControllerBlock(String, float) - Constructor for class com.pixelmonmod.tcg.block.BattleControllerBlock
- battleControllerIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The index of the battle controller for the battle the player is in.
- BattleControllerTileEntityRenderer - Class in com.pixelmonmod.tcg.client.renderers
- BattleControllerTileEntityRenderer(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.tcg.client.renderers.BattleControllerTileEntityRenderer
- BattleCriticalCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- BattleCriticalCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BattleCriticalCondition
- BattleCriticalCondition(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BattleCriticalCondition
- BattleDirection - Enum Class in com.pixelmonmod.pixelmon.client.gui.battles
- battleDownKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- battleEnabled - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Whether the owner of the storage can battle.
- BattleEndAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- BattleEndAction(int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BattleEndAction
- BattleEndCause - Record Class in com.pixelmonmod.pixelmon.api.battles
-
A class representing the cause of a battle ending.
- BattleEndCause(ResourceLocation, boolean) - Constructor for record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Creates an instance of a
BattleEndCause
record class. - battleEnded - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Whether the battle has ended.
- battleEnded - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player's battle has ended.
- BattleEndEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Common battle ending event which fires exactly once, and for all battle ending, including abnormal endings.
- BattleEndEvent(BattleController, BattleEndCause, boolean, Map<BattleParticipant, BattleResults>) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
- BattleEndListener - Class in com.pixelmonmod.pixelmon.listener
- BattleEndListener() - Constructor for class com.pixelmonmod.pixelmon.listener.BattleEndListener
- BattleEndTaskResult - Enum Class in com.pixelmonmod.pixelmon.api.enums
- BattleEndTaskType - Enum Class in com.pixelmonmod.pixelmon.api.enums
- BattleEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
The parent class for all battle related events
- BattleEvent(BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
- battleEvolutionConcluded - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
-
Whether the evolution is from a temporary battle evolution with the battle ended.
- BattleEvolve(PixelmonWrapper, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.BattleEvolve
- BattleException - Exception in com.pixelmonmod.pixelmon.battles.controller
-
Thrown when an error occurs during import of
Pokemon
- BattleException(String, String, PixelmonWrapper) - Constructor for exception com.pixelmonmod.pixelmon.battles.controller.BattleException
-
Default constructor
- battleFleeKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- BattleForceEndCause - Enum Class in com.pixelmonmod.pixelmon.api.battles
- battleGui3 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Battle message GUI.
- BattleGuiClosedPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Cleans up server-side when the battle GUI is closed.
- BattleGuiClosedPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleGuiClosedPacket
-
Initializes a packet.
- BattleHelper - Class in com.pixelmonmod.tcg.client.helper
-
Created by Waterdude on 04/04/2016.
- BattleHelper() - Constructor for class com.pixelmonmod.tcg.client.helper.BattleHelper
- BattleHoverGoal - Class in com.pixelmonmod.pixelmon.ai
-
AI to hold flying Pokémon in place in battles.
- BattleHoverGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.BattleHoverGoal
- battleIndex - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The battle's index in the battle registry.
- BattleItem - Class in com.pixelmonmod.pixelmon.items
-
Boosts one of a Pokémon's stats in battle.
- BattleItem - Enum Class in com.pixelmonmod.pixelmon.api.battles
- BattleItem(BattleItem) - Constructor for class com.pixelmonmod.pixelmon.items.BattleItem
-
Initializes a battle item.
- BattleItemScanner - Class in com.pixelmonmod.pixelmon.api.battles
-
Class for scanning and collecting battle items a player has available to use.
- BattleItemScanner.InventoryScanner - Class in com.pixelmonmod.pixelmon.api.battles
-
Class holding functional interface instances which handle the logic of an individual inventory type.
- BattleItemScanner.ItemConsumer - Interface in com.pixelmonmod.pixelmon.api.battles
- BattleItemScanner.ItemFinder - Interface in com.pixelmonmod.pixelmon.api.battles
- BattleItemScanner.ItemScanner - Interface in com.pixelmonmod.pixelmon.api.battles
- battleLeftKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- battleLog - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The battle log for the battle.
- battleLog - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- BattleLog - Class in com.pixelmonmod.pixelmon.battles.controller.log
-
Logs actions that occur during battles.
- BattleLog(BattleController) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
Initializes a battle log.
- BattleLog.BattleTurnLog - Class in com.pixelmonmod.pixelmon.battles.controller.log
- BattleLogCommand - Class in com.pixelmonmod.pixelmon.command.impl
- BattleLogCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.BattleLogCommand
- BattleLogElement - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Created by Jay113355 on 10/20/2020.
- BattleLogElement(ClientBattleManager) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- battleManager - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The battle manager for the client.
- BattleMenuElement<B extends BattleMenuElement.MenuListButton> - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Created by Jay113355 on 11/30/2020.
- BattleMenuElement(Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- BattleMenuElement(Screen, Component, List<B>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- BattleMenuElement.MenuListButton - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
- BattleMenuScreen<B extends BattleMenuElement.MenuListButton> - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Created by Jay113355 on 10/22/2020.
- BattleMenuScreen(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuScreen
-
Initializes the battle screen.
- BattleMessage - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- BattleMessageAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- BattleMessageAction(int, String) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BattleMessageAction
- BattleMessageEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired when battle messages are sent to an entity from a battle.
- BattleMessageEvent(Entity, Component) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleMessageEvent
- BattleMessagePacket - Class in com.pixelmonmod.pixelmon.battles.tasks
-
A battle task that displays a message in the battle log in the GUI.
- BattleMessagePacket() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- BattleMessagePacket(Component) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- battleMessages - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
A record of all the battle messages that would have appeared onscreen for a player
- BattleMode - Enum Class in com.pixelmonmod.pixelmon.api.battles
-
Enum for battle GUIs.
- BattleModelPredicate - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type
- BattleModelPredicate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.BattleModelPredicate
- BattleMusic - Class in com.pixelmonmod.pixelmon.client.music
- BattleMusic() - Constructor for class com.pixelmonmod.pixelmon.client.music.BattleMusic
- BattleMusic.FixedTrackSound - Class in com.pixelmonmod.pixelmon.client.music
- BattleMusicType - Enum Class in com.pixelmonmod.pixelmon.sounds
-
Created by Jay113355 on 4/27/2021.
- BattleNumberedKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
Attacks with a Pokémon's move during a battle.
- BattleNumberedKey(String, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.BattleNumberedKey
- battleNumberedKeys - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Key binds that allow a user to use their keyboard/controller to input their choices during battles.
- BattleOwnedTileEntityController - Class in com.pixelmonmod.tcg.tileentity
- BattleOwnedTileEntityController(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- BattleParticipant - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
A participant in a battle.
- BattleParticipant(Entity, int, Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- BattleParticipant(Entity, int, PixelmonWrapper...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- BattleParticipant(Entity, int, PixelmonEntity...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- battlePerspective - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player is viewing their battle in first person and not with the battle camera.
- BattlePerspectiveMode - Enum Class in com.pixelmonmod.pixelmon.api.storage
- battlePointer - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Battle UI pointer.
- battlePokemonTeamKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- battlePosition - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's position in battle.
- BattlePriorityHelper - Class in com.pixelmonmod.pixelmon.battles.controller
-
Calculates turn order in battles.
- BattlePriorityHelper() - Constructor for class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
- BattleProperty<T> - Interface in com.pixelmonmod.pixelmon.battles.api.rules
-
An interface representing a property (rule) of a battle with the given type
- BattleQuery - Class in com.pixelmonmod.pixelmon.battles
-
Controls the pre-battle challenge options between two players.
- BattleQuery(ServerPlayer, Pokemon, ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Initializes a battle query with Pokémon instead of PixelmonEntities
- BattleQuery(ServerPlayer, PixelmonEntity, ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Initializes a battle query.
- BattleQuery.Builder - Class in com.pixelmonmod.pixelmon.battles
- BattleQueryPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Opens the battle challenge GUI for a player.
- BattleQueryPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
-
Initializes an empty packet.
- BattleQueryPacket(int, UUID, PlayerPartyStorage) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
-
Initializes a packet.
- BattleQueryPlayer - Class in com.pixelmonmod.pixelmon.battles
-
Holds information about a player in a battle query.
- BattleQueryPlayer(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Initializes a query player object with Pokémon instead of a PixelmonEntity.
- BattleQueryPlayer(ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Initializes a query player object.
- BattleRandomSource - Class in com.pixelmonmod.pixelmon.battles.controller
-
An implementation of
RandomSource
for use by Pixelmon battles. - BattleRandomSourceTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- BattleRandomSourceTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.BattleRandomSourceTest
- BattleRegistry - Class in com.pixelmonmod.pixelmon.battles
-
Keeps track of all active battles.
- BattleResults - Enum Class in com.pixelmonmod.pixelmon.api.battles
- battleRightKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- BattleRuleItem - Class in com.pixelmonmod.tcg.item
- BattleRuleItem() - Constructor for class com.pixelmonmod.tcg.item.BattleRuleItem
- BattleRuleOwnedTileEntity - Class in com.pixelmonmod.tcg.tileentity
- BattleRuleOwnedTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- BattleRuleRegistry - Class in com.pixelmonmod.pixelmon.battles.api.rules
-
Static registry class containing a cache of all
BattleProperty
that can be used You MUST register any customBattleProperty
s here otherwise they will not be read/written properly - BattleRuleRegistry() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- battleRules - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- battleRules - Variable in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
The type of battle to initiate.
- battleRules(BattleRules) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sets the battle rules to be used in the battle
- BattleRules - Class in com.pixelmonmod.pixelmon.battles.api.rules
-
Customizable rules for restricting battles.
- BattleRules() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Initializes a set of default rules.
- BattleRules(BattleType) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Initializes a set of rules with a specified battle type.
- BattleRules(String) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Initializes a set of rules from an importable string.
- BattleRulesBaseScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.rules
-
Base screen for selecting rules for a battle.
- BattleRulesBaseScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Initializes a battle rules screen.
- BattleRulesFixed - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- BattleRulesFixedScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.rules
-
Displays battle rules before battle that cannot be changed.
- BattleRulesFixedScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
-
Initializes a battle rules display.
- BattleRulesPlayer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- BattleRulesPlayerScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.rules
-
Battle rules screen for player-vs.-player battles.
- BattleRulesPlayerScreen(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
Initializes a battle rules screen for player-vs.-player battles.
- BattleScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles
-
GUI for battles.
- BattleScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Created by Jay113355 on 10/13/2020.
- BattleScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Initializes the GUI and its possible screens.
- BattleScreen(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
-
Initializes the battle screen.
- BattleScreen.ActionButton - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
- BattleScreen.EnumBattleButton - Enum Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
- battleScreenDisabled - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Whether the player is viewing the battle through their player's eyes.
- battleScreenDisabled - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the battle screen ui elements are disabled/prevented from being rendered while the player is viewing the battle.
- BattleScreenDisabledPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- BattleScreenDisabledPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.BattleScreenDisabledPacket
- BattleScreenDisabledPacket(BattleScreenMode) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.BattleScreenDisabledPacket
- BattleScreenMode - Enum Class in com.pixelmonmod.pixelmon.api.storage
- BattleSpectatorBlock - Class in com.pixelmonmod.tcg.block
- BattleSpectatorBlock() - Constructor for class com.pixelmonmod.tcg.block.BattleSpectatorBlock
- BattleSpectatorOwnedTileEntity - Class in com.pixelmonmod.tcg.tileentity
- BattleSpectatorOwnedTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- BattleSpectatorOwnedTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- BattleSpectatorScreen - Class in com.pixelmonmod.tcg.client.gui
-
Created by Hy on 7/3/2016.
- BattleSpectatorScreen(BattleSpectatorOwnedTileEntity) - Constructor for class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
- BattleSpectatorTileEntityRenderer - Class in com.pixelmonmod.tcg.client.renderers
- BattleSpectatorTileEntityRenderer(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.tcg.client.renderers.BattleSpectatorTileEntityRenderer
- BattleSpectatorUpdatePacket - Class in com.pixelmonmod.tcg.network.packets
- BattleSpectatorUpdatePacket() - Constructor for class com.pixelmonmod.tcg.network.packets.BattleSpectatorUpdatePacket
- BattleSpectatorUpdatePacket(BattleSpectatorOwnedTileEntity) - Constructor for class com.pixelmonmod.tcg.network.packets.BattleSpectatorUpdatePacket
- BattleStage - Enum Class in com.pixelmonmod.pixelmon.battles.controller
-
Stages of the battle.
- battleStart - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- battleStartConsumer - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- battleStartConsumer - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- battleStartConsumer(Consumer<BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sets the handler for when the battle is started from the team selection UI
- BattleStartedEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
This class represents the events fired when a battle begins between two sides.
- BattleStartedEvent(BattleController, BattleParticipant[], BattleParticipant[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
- BattleStartedEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Fired after the battle has been registered and begun.
- BattleStartedEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Fired before the battle is registered and begins.
- BattleStartTypes - Enum Class in com.pixelmonmod.pixelmon.api.battles
-
Created by Kieran on 31/05/2015.
- battleStats - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- BattleStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
A Pokémon's stats while in battle.
- BattleStats(BattleStats) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Saves a copy of another set of battle stats.
- BattleStats(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Creates and resets BattleStats.
- BattleStatStageModifyBattleEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Battle event fired when a Pokemon's battle stat is modified by something.
- BattleStatStageModifyBattleEvent(BattleController, PixelmonWrapper, PixelmonWrapper, BattleStatsType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- BattleStatStageModifyBattleEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Fired after the modification takes place.
- BattleStatStageModifyBattleEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Fired before the modification takes place.
- BattleStatsType - Enum Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
Types of battle stats.
- BattleStatsType.TypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
- BattleSwitch - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- BattleSwitchPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- BattleSwitchPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleSwitchPacket
- BattleTaskPacket - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Implement
BattleMessagePacket
if you have a message that goes along with this task. - BattleTaskPacket() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.BattleTaskPacket
- BattleTest - Annotation Interface in com.pixelmonmod.pixelmon.api.test
- BattleTestClass - Annotation Interface in com.pixelmonmod.pixelmon.api.test
- BattleTestHelper - Class in com.pixelmonmod.pixelmon.api.test
- BattleTestHelper() - Constructor for class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- BattleTestRegistry - Class in com.pixelmonmod.pixelmon.api.test
- BattleTestRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry
- BattleTestRegistry.Loggable - Interface in com.pixelmonmod.pixelmon.api.test
- BattleTestRegistry.TestData - Record Class in com.pixelmonmod.pixelmon.api.test
- BattleTestsCommand - Class in com.pixelmonmod.pixelmon.command.impl
- BattleTestsCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.BattleTestsCommand
- BattleThrowPokeBallInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- BattleThrowPokeBallInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.BattleThrowPokeBallInteractionEvent
- BattleTickEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired whenever the battle's update method is called
- BattleTickEvent(BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleTickEvent
- BattleTickEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
- BattleTickEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
- BattleTickHandler - Class in com.pixelmonmod.pixelmon.battles
- BattleTickHandler() - Constructor for class com.pixelmonmod.pixelmon.battles.BattleTickHandler
- battleTicks - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Controls when the battle state is checked.
- BattleTierRegistry - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses
-
Static registry/cache for all tiers
- BattleTierRegistry() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
- battleTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The number of turns the battle has lasted.
- battleTurn - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Current turn.
- battleTurnGained - Variable in class com.pixelmonmod.pixelmon.battles.status.StatusBase
- BattleTurnLog() - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog.BattleTurnLog
- battleType - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The type of battle the player is involved in.
- BattleType - Enum Class in com.pixelmonmod.pixelmon.api.battles
-
Different battle formats.
- battleTypeButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The button used to switch between battle types.
- BattleTypeProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- BattleTypeProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.BattleTypeProperty
- BattleTypeValue - Class in com.pixelmonmod.pixelmon.battles.api.rules.value
- BattleTypeValue(BattleType) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
- battleUpKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- BattleViewer - Interface in com.pixelmonmod.pixelmon.battles.controller
-
An interface representing an entity that is watching a battle.
- bauxite_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BAUXITE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BauxiteOreBlock - Class in com.pixelmonmod.pixelmon.blocks
- BauxiteOreBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.BauxiteOreBlock
- BAXCALIBUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BAXCALIBUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BAYLEEF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BAYLEEF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- bc - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- bc - Variable in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
The battle that this controller is a part of.
- bc - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- bc - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The battle the participant is in.
- bc - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The battle controller for the battle the Pokémon is in.
- beacon_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BEADS_OF_RUIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BeadsOfRuin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Beads of Ruin decreases the Special Defense stat of all Pokémon on the field other than the Pokémon with this Ability by 25%.
- BeadsOfRuin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BeadsOfRuin
- BEAK_BLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BeakBlast - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 8/16/2019.
- BeakBlast - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- BeakBlast() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BeakBlast
- BeakBlastStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Created by Jay113355 on 8/16/2019.
- BeakBlastStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.BeakBlastStatus
- beam() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- Beam - Class in com.pixelmonmod.pixelmon.client.particle.particles
- Beam(Entity, Entity, Vec3, Vec3, double, int, float, float, float, float, int, float, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Beam
- BEAM - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- BEAM - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- BeamData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- BEANS - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- BEARTIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BEARTIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- beast - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Beast Ball.
- BEAST_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- BEAST_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- BEAST_BOOST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- beast_chest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BEAST_CHEST - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BeastBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- BeastBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BeastBall
- BEASTBALL - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
- BeastBoost - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- BeastBoost() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BeastBoost
- BEAT_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BeatUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Hits the target once for each Pokémon in the user's party.
- BeatUp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- BeatUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BeatUp
- BeatUpTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BeatUpTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- BeatWildPixelmonEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when a wild Pokémon is defeated by a player
- BeatWildPixelmonEvent(ServerPlayer, WildPixelmonParticipant) - Constructor for class com.pixelmonmod.pixelmon.api.events.BeatWildPixelmonEvent
- BEAUTIFLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BEAUTIFLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BEAUTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BEAUTY_GREAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BEAUTY_HYPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BEAUTY_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BEAUTY_SUPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BEAUTY_ULTRA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BEEDRILL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BEEDRILL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- beedrillite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Beedrill
- beef_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BeeReplacementLogic - Class in com.pixelmonmod.pixelmon.api.replacement.logic
-
Handles bee replacement
- BeeReplacementLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.BeeReplacementLogic
- beforeLevel - Variable in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
- beforeSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- beforeSwitch(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers just before the Pokémon switches in.
- beforeSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Handles effects that occur just before switching out.
- beforeText - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail
- Befuddle - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 100% chance of poisoning, paralyzing, or sleeping all targets.
- Befuddle() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Befuddle
- begin(VertexFormat.Mode, VertexFormat, PoseStack) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- begin(Object...) - Method in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
- begin(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
-
runs the OpenGL that enables the cubemap.
- beginBreeding() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Begins the breeding process
- BeginFight(Level, BlockPos, BlockState, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight
- beginingOfTurnHP - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- beginSelectAnimation() - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
-
Begins animation to enlarge selected pokemon in bottom screen
- beginSelection(ServerPlayer, BiConsumer<ServerPlayer, List<Pokemon>>, List<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory
- behaviour(BiFunction<PixelmonEntity, Object, Integer>, MoveSkill.TargetType...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the behaviour of this move skill for multiple kinds of target.
- behaviourBlockTarget(BiFunction<PixelmonEntity, Tuple<BlockPos, Direction>, Integer>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the behaviour of this move skill with a block target.
- behaviourNoTarget(ToIntFunction<PixelmonEntity>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the behaviour of this move skill with no target.
- behaviourPlayerTarget(BiFunction<PixelmonEntity, ServerPlayer, Integer>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the behaviour of this move skill with a player target.
- behaviourPokemonTarget(BiFunction<PixelmonEntity, PixelmonEntity, Integer>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the behaviour of this move skill with a Pokémon target.
- BEHEEYEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BEHEMOTH_BASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BEHEMOTH_BLADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- beingUsed - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- Belch - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Only works if the user has eaten a Berry.
- Belch() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Belch
- BELCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BelchTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BelchTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BelchTests
- BELDUM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BELDUM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- bell - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.RollSuccessEvent
- bell - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary
- BELL_RING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BellBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Bell.
- BellBlock(BellBlock.Type) - Constructor for class com.pixelmonmod.pixelmon.blocks.BellBlock
- BellBlock.Type - Enum Class in com.pixelmonmod.pixelmon.blocks
- BELLIBOLT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BELLIBOLT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BELLOSSOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BELLOSSOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BELLOWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BELLSPROUT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BELLSPROUT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BellTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- BellTileEntity(BellBlock.Type, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- BellTileEntity(BlockEntityType<?>, BellBlock.Type, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- BELLTYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BELLY_DRUM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BellyDrum - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases the user's attack to its maximum stage in exchange for half of its maximum hp.
- BellyDrum() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BellyDrum
- BellyDrumTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BellyDrumTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BellyDrumTests
- belongsTo(Player) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the Pokémon is owned by a player.
- BELUE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- BELUE - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- belue_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BelueFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- BelueFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.BelueFoliagePlacer
- bench - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- Bench - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
- Bench - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- BENCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BENCH_DAMAGE_OPP_SELECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- BenchBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- BenchBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
- benchCards - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- BenchDamageOppSelectEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 5/29/2016.
- BenchDamageOppSelectEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.BenchDamageOppSelectEffect
- benchTargets - Variable in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
- BERGMITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BERGMITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BERRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- berry_bag - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BERRY_FLAVOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- berry_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BERRY_LEAVES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- berry_leaves_aguav - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_apicot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_aspear - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_babiri - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_belue - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_bluk - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_charti - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_cheri - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_chesto - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_chilan - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_chople - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_coba - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_colbur - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_cornn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_custap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_drash - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_durin - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_eggant - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_enigma - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_figy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_ganlon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_ginema - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_grepa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_haban - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_hondew - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_iapapa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_jaboca - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_kasib - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_kebia - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_kee - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_kelpsy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_kuo - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_lansat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_leppa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_liechi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_lum - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_mago - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_magost - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_maranga - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_micle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_nanab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_niniku - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_nomel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_nutpea - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_occa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_oran - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_pamtre - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_passho - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_payapa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_pecha - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_persim - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_petaya - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_pinap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_pomeg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_pumkin - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_qualot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_rabuta - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_rawst - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_razz - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_rindo - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_roseli - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_rowap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_salac - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_shuca - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_sitrus - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_spelon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_starf - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_strib - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_tamato - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_tanga - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_topo - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_touga - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_wacan - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_watmel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_wepear - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_wiki - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_yache - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_leaves_yago - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BERRY_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- berry_plant_aguav - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_apicot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_aspear - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_babiri - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_belue - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_bluk - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_charti - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_cheri - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_chesto - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_chilan - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_chople - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_coba - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_colbur - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_cornn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_custap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_drash - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_durin - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_eggant - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_enigma - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_figy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_ganlon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_ginema - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_grepa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_haban - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_hondew - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_iapapa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_jaboca - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_kasib - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_kebia - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_kee - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_kelpsy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_kuo - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_lansat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_leppa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_liechi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_lum - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_mago - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_magost - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_maranga - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_micle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_nanab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_niniku - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_nomel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_nutpea - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_occa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_oran - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_pamtre - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_passho - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_payapa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_pecha - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_persim - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_petaya - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_pinap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_pomeg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_pumkin - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_qualot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_rabuta - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_rawst - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_razz - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_rindo - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_roseli - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_rowap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_salac - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_shuca - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_sitrus - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_spelon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_starf - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_strib - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_tamato - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_tanga - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_topo - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_touga - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_wacan - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_watmel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_wepear - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_wiki - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_yache - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_plant_yago - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- berry_pot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- berryCustap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryCustapItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Allows the user to have higher priority once when at low health.
- BerryCustapItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryCustapItem
-
Initializes the Berry.
- BerryEaten - Class in com.pixelmonmod.pixelmon.battles.status
-
Records the Pokémon having eaten a Berry
- BerryEaten - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- BerryEaten() - Constructor for class com.pixelmonmod.pixelmon.battles.status.BerryEaten
- berryEnigma - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryEnigmaItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Heals the holder by 25% hp if hit by a super effective move.
- BerryEnigmaItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryEnigmaItem
-
Initializes the Berry.
- BerryEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for all berry related actions.
- BerryEvent(Level, BlockState, BerryType, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.BerryEvent
- BerryEvent.Pick - Class in com.pixelmonmod.pixelmon.api.events
-
BerryEvent
subclass event which fires when an berry is being picked by a player. - berryEVReducing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- berryEVs(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Reduces the Pokémon's EVs from a Berry.
- berryEVs(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.items.DecreaseEVBerryItem
-
Lowers the Pokémon's EVs in the corresponding stat and raises its happiness.
- berryFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- BerryGinemaItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Restores the Pokémon's stats if they are lowered.
- BerryGinemaItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryGinemaItem
-
Initializes the Berry.
- BerryItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- BerryItem(Item.Properties, EnumHeldItems, BerryType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
- berryJuice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryJuiceItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Heals the holder by 20 hp when hp drops below 50%.
- BerryJuiceItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
- BerryLeavesBlock - Class in com.pixelmonmod.pixelmon.blocks
- BerryLeavesBlock(BerryType, BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- BerryLeppaItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Restores a move's PP by 10.
- BerryLeppaItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
-
Initializes the Berry.
- BerryLogBlock - Class in com.pixelmonmod.pixelmon.blocks
- BerryLogBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.BerryLogBlock
- berryMicle - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryMicleItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Next move will have 20% extra accuracy when below 25% hp.
- BerryMicleItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryMicleItem
-
Initializes the held item.
- BerryRecoilItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Damages a Pokémon who attacks the user if the attack is of a certain category.
- BerryRecoilItem(Item.Properties, EnumHeldItems, BerryType, AttackCategory) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryRecoilItem
-
Initializes a recoil Berry.
- berryRestoreHP - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryRestoreHPConfusionTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- BerryRestoreHPConfusionTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
- BerryRestoreHPItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Berries that restore the holder's hp.
- BerryRestoreHPItem(Item.Properties, BerryType, BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
-
Initializes the Berry.
- BerrySaplingBlock - Class in com.pixelmonmod.pixelmon.blocks
- BerrySaplingBlock(AbstractTreeGrower, BerryType, BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.BerrySaplingBlock
- BerrySaplingBlock(AbstractTreeGrower, ApricornType, BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.BerrySaplingBlock
- berryStatIncrease - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryStatIncreaseItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases a certain stat when below 25% hp.
- BerryStatIncreaseItem(Item.Properties, BerryType, BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryStatIncreaseItem
-
Initializes the Berry.
- BerryStatIncreaseItemTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- BerryStatIncreaseItemTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
- BerryStatResponseItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
A Berry that raises a stat when hit by a certain move category.
- BerryStatResponseItem(Item.Properties, EnumHeldItems, BerryType, AttackCategory, BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryStatResponseItem
-
Initializes a Berry.
- BerryStatResponseItemTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- BerryStatResponseItemTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatResponseItemTests
- berryStatus - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryStatusItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
A Berry that heals a certain status on a Pokémon.
- BerryStatusItem(Item.Properties, BerryType, StatusType...) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
-
Initializes a Berry.
- BerryStatusItemTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- BerryStatusItemTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
- BerryTree - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry
- BerryTree(BerryType) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.BerryTree
- BerryType - Enum Class in com.pixelmonmod.pixelmon.enums
-
Enum representing the different berry types, including their growth information, item ID, and models.
- berryTypeReducing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BerryTypeReducingItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Reduces a super effective move of a certain type by 50%.
- BerryTypeReducingItem(Item.Properties, BerryType, Element) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BerryTypeReducingItem
-
Initializes the Berry.
- Berserk - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the Pokémon's Sp.
- Berserk() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Berserk
- BERSERK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BerserkTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- BerserkTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.BerserkTests
- BEST_FRIENDS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Bestow - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Gives the user's held item to the target.
- Bestow() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Bestow
- BESTOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BestowTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BestowTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
- BetterFlyingGoal - Class in com.pixelmonmod.pixelmon.ai.flying
- BetterFlyingGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- BetterFlyingGoal(PixelmonEntity, FlySpeeds) - Constructor for class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- BetterSpawnerConfig - Class in com.pixelmonmod.pixelmon.api.config
- BetterSpawnerConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- BetweenTurns - Enum constant in enum class com.pixelmonmod.tcg.duel.state.GamePhase
- BEWEAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- bewlr - Variable in class com.pixelmonmod.pixelmon.items.PixelmonItem
- BEWLRCallable - Class in com.pixelmonmod.pixelmon.client.models.items
- BEWLRCallable(int) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.BEWLRCallable
- BIBAREL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BIBAREL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Bide - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges for 2-3 turns, then strikes back with double the damage taken during charging.
- Bide - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Bide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Bide() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
- BIDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BideStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Charges energy for two turns, then damages the opponent for double the damage taken during charging.
- BideStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.BideStatus
-
Initializes the status.
- BideTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BideTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BideTests
- BIDOOF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BIDOOF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- big_malasada - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- big_mushroom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- big_nugget - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- big_pearl - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BIG_PECKS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- big_root - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BigPecks - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents Defense from being lowered.
- BigPecks() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BigPecks
- bigRoot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BIKE - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- BIKE_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- bike_voucher - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BikeEntity - Class in com.pixelmonmod.pixelmon.entities.bikes
-
Created by Justin
- BikeEntity(EntityType<BikeEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- BikeEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- BikeItem - Class in com.pixelmonmod.pixelmon.items
-
Spawns bikes
- BikeItem(EnumBike) - Constructor for class com.pixelmonmod.pixelmon.items.BikeItem
- BikeRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- BikeRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.BikeRenderer
- Bill - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- Bill() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Bill
- BILL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- BINACLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BINACLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- bindAmountScrolled() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- binder - Variable in class com.pixelmonmod.tcg.client.container.BinderContainer
- Binder - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
- Binder(Container, int) - Constructor for class com.pixelmonmod.tcg.item.BinderItem.Binder
- BINDER - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- BINDER_ITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BinderContainer - Class in com.pixelmonmod.tcg.client.container
- BinderContainer(int, Inventory, BinderItem.Binder) - Constructor for class com.pixelmonmod.tcg.client.container.BinderContainer
- BinderContainer(int, Inventory, FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.client.container.BinderContainer
- BinderInventory - Class in com.pixelmonmod.tcg.client.container
- BinderInventory(Player) - Constructor for class com.pixelmonmod.tcg.client.container.BinderInventory
- BinderItem - Class in com.pixelmonmod.tcg.item
- BinderItem() - Constructor for class com.pixelmonmod.tcg.item.BinderItem
- BinderItem.Binder - Class in com.pixelmonmod.tcg.item
- BinderScreen - Class in com.pixelmonmod.tcg.client.gui
- BinderScreen(BinderContainer, Inventory, Component) - Constructor for class com.pixelmonmod.tcg.client.gui.BinderScreen
- binding_band - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- bindingBand - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- bindModelBuffer(MultiBufferSource, Model, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- bindPokemonSprite(Pokemon, Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- bindPreviousPokemonSprite() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- bindRenderers() - Static method in class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
- bindScreens(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- bindSMDBuffer(MultiBufferSource, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- bindTags(Map<TagKey<T>, List<Holder<T>>>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- bindTexture(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- bindTexture(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
-
Deprecated.
- biome - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
The biome in which the
SpawnLocation.location
sits. - BIOME - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- BiomeCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- BiomeCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
- BiomeCondition(ArrayList<Biome>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
- BiomeCondition(Biome...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
- BiomeHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- BiomeHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.BiomeHelper
- biomes - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
- biomes - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- birch_bench - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BIRCH_BENCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BIRD - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- bird_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BIRD_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- birdFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Bird Fossil's model.
- BirdShrineTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- BirdShrineTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity
- BIRTHDAY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- BISHARP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BISHARP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- bite - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- BITE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- bitFilters - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- bitter - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- BITTER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- BITTER_BLADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BITTER_MALICE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BLACEPHALON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BLACEPHALON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Black - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- BLACK - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- BLACK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- BLACK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BLACK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- BLACK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BLACK - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- BLACK_AND_WHITE_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- BLACK_AND_WHITE_SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- BLACK_AND_WHITE_SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- black_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- black_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_augurite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- black_belt - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- black_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- black_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLACK_FOREHEAD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- black_glasses - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- black_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLACK_HOLE_ECLIPSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- black_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_mane_hair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BLACK_MASK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- BLACK_MONOCLE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
- black_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- black_sludge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- black_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_tumblestone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_tumblestone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BLACK_TUMBLESTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- black_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- black_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blackAndWhiteShader - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- BlackAndWhiteShaderRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl.shader
- BlackAndWhiteShaderRequirement - Class in com.pixelmonmod.api.statue.requirement.impl.shader
- BlackAndWhiteShaderRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.BlackAndWhiteShaderRequirement
- BlackAndWhiteShaderRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.BlackAndWhiteShaderRequirement
- BlackAndWhiteShaderRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.BlackAndWhiteShaderRequirement
- BlackAndWhiteShaderRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.BlackAndWhiteShaderRequirement
- blackbadgecase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- blackBelt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- blackGlasses - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- blackSludge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BlackSludgeItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Heals Poison-type Pokémon by 1/16 hp every turn.
- BlackSludgeItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BlackSludgeItem
-
Initializes the held item.
- BlackSludgeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- BlackSludgeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.BlackSludgeTests
- BLADE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BLANK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- BLANK_BADGE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- blank_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blank_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BlankTechnicalMachineItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Created by Jay113355 on 8/11/2020.
- BlankTechnicalMachineItem(TMType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
- BLAST_BURN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BlastBurn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BLASTOISE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BLASTOISE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- blastoisinite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Blastoise.
- Blaze - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the power of Fire-type moves by 50% when below 1/3rd hp.
- Blaze() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Blaze
-
Initializes Blaze.
- BLAZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BLAZE_BREED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BLAZE_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BlazeKick - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- BLAZIKEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BLAZIKEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- blazikenite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Blaziken
- BLEAKWIND_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- blend - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- BLIPBUG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BLIPBUG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BLISSEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BLISSEY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BLITZLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Blizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BLIZZARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BLIZZARD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Blob - Class in com.pixelmonmod.pixelmon.client.particle.particles
- Blob - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- Blob(double, double, double, double, float, float, float, boolean, int, int, float) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- block - Variable in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent
- block - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- block - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- block - Variable in class com.pixelmonmod.pixelmon.items.ShardItem
- BLOCK - Enum constant in enum class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.TargetType
- BLOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BLOCK - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- BLOCK_INTERACT - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- BLOCK_POS - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- BLOCK_STATE_PROVIDER_TYPE - Static variable in class com.pixelmonmod.pixelmon.world.generation.BlockStateProviderTypes
- blockBreak(BlockEvent.BreakEvent) - Static method in class com.pixelmonmod.pixelmon.listener.BlockBreak
- BlockBreak - Class in com.pixelmonmod.pixelmon.listener
- BlockBreak() - Constructor for class com.pixelmonmod.pixelmon.listener.BlockBreak
- blockCapture - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Whether this Pokémon is blocked from capture by BonusStats.
- BlockCollection - Class in com.pixelmonmod.pixelmon.api.world
- BlockCollection(Entity, Level, int, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.world.BlockCollection
- BlockGenericModelMultiblock - Class in com.pixelmonmod.pixelmon.blocks.multi
- BlockGenericModelMultiblock(BlockBehaviour.Properties, int, double, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.BlockGenericModelMultiblock
- BlockGenericModelMultiblock(BlockBehaviour.Properties, int, double, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.BlockGenericModelMultiblock
- BlockGenericSittableModelMultiblock - Class in com.pixelmonmod.pixelmon.blocks.multi
- BlockGenericSittableModelMultiblock(BlockBehaviour.Properties, int, double, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.BlockGenericSittableModelMultiblock
- BlockGenericSittableModelMultiblock(BlockBehaviour.Properties, int, double, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.BlockGenericSittableModelMultiblock
- BlockHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Created by Jay113355 on 10/3/2016.
- BlockHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
- blockIdentifier - Variable in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
The mod ID of the block.
- BlockIsOneOfInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block
- BlockIsOneOfInteractionCondition(HolderSet<Block>, DataProvider<BlockState>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- BlockMachine - Class in com.pixelmonmod.pixelmon.blocks.machines
- BlockMachine() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.BlockMachine
- blockPos() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Gets the block position of the shop.
- blockPos(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the block position of the shop.
- BLOCKPOS - Static variable in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
- BLOCKPOS - Static variable in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- BLOCKPOS - Static variable in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- BlockRegistration - Class in com.pixelmonmod.pixelmon.init.registry
-
Blocks added by Pixelmon.
- BlockRegistration - Class in com.pixelmonmod.tcg.init.registry
- BlockRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BlockRegistration() - Constructor for class com.pixelmonmod.tcg.init.registry.BlockRegistration
- BlockReveal - Class in com.pixelmonmod.pixelmon.client.render.blockReveal
- BlockReveal(ResourceKey<Level>, int, BlockPos, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- BlockRevealRenderer - Class in com.pixelmonmod.pixelmon.client.render.blockReveal
- BlockRevealRenderer() - Constructor for class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockRevealRenderer
- BlockRotation - Enum Class in com.pixelmonmod.pixelmon.blocks
- blocks - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BLOCKS - Static variable in class com.pixelmonmod.tcg.init.registry.BlockRegistration
- BlockSoundRecord(ResourceLocation, SoundSource, int, BlockPos, AABB) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity.BlockSoundRecord
- BlockSpawnArea - Class in com.pixelmonmod.pixelmon.blocks.spawning
- BlockSpawnArea(String, BattleStartTypes, HashMap<String, BlockSpawnData>) - Constructor for class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnArea
- BlockSpawnData - Class in com.pixelmonmod.pixelmon.blocks.spawning
- BlockSpawnData(String, int, int, Rarity) - Constructor for class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnData
- BlockSpawningHandler - Class in com.pixelmonmod.pixelmon.blocks.spawning
-
Class to handle battles that occur when players walk through certain blocks or use certain external moves
- BlockSpawningHandler() - Constructor for class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawningHandler
- blockSpawns - Variable in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnArea
- blockState(Codec<A>, A) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- BlockStateContextDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block
- BlockStateContextDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.BlockStateContextDataProvider
- BlockStateProviderTypes - Class in com.pixelmonmod.pixelmon.world.generation
- BlockStateProviderTypes() - Constructor for class com.pixelmonmod.pixelmon.world.generation.BlockStateProviderTypes
- BlocksWalkedOutsideBall - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- BlocksWalkedOutsideBallCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- BlocksWalkedOutsideBallCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BlocksWalkedOutsideBallCondition
- BlocksWalkedOutsideBallStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
- BlocksWalkedOutsideBallStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- BlocksWalkedOutsideBallStats(int, float) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- blockTyping - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- blockUpdate(BlockEvent.NeighborNotifyEvent) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
- BLOCKY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BLOOD_MOON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Bloom - Class in com.pixelmonmod.pixelmon.client.particle.systems
- Bloom() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Bloom
- BLOOM - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- BLOOM_DOOM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- blue - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- blue - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- Blue - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- Blue - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- BLUE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- BLUE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- BLUE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- BLUE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumOrbShard
- BLUE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- blue_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- blue_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLUE_BERRY_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- blue_berry_wood_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- blue_berry_wood_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- blue_berry_wood_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_berry_wood_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLUE_EIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- BLUE_FIVE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- BLUE_FLARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- blue_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BLUE_FLUTE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- blue_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLUE_FOUR - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- blue_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- blue_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLUE_MAGIC - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- BLUE_MAGIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- blue_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLUE_NINE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- BLUE_ONE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- blue_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BLUE_ORB - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
- BLUE_ORB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- blue_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BLUE_RAINDROP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- blue_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLUE_SAUCY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- BLUE_SEVEN - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- blue_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BLUE_SIX - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- BLUE_STRIPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- BLUE_TEN - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- BLUE_THREE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- blue_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_tumblestone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BLUE_TUMBLESTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BLUE_TWO - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- blue_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- blue_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- bluebadgecase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BlueMagic - Class in com.pixelmonmod.pixelmon.client.particle.particles
- BlueMagic - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- BlueMagic() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.BlueMagic
- BlueMagicParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.blue
- BlueMagicParticle(ClientLevel, double, double, double, int, double, double, double, Color, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticle
- BlueMagicParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.blue
- BlueMagicParticleData(int, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- BlueMagicParticleData(Color, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- BlueMagicParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.blue
- BlueMagicParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleFactory
- BlueMagicParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.blue
- BlueMagicParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleType
- BLUK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- BLUK - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- bluk_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BlukFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- BlukFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.BlukFoliagePlacer
- blunder_policy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- blunderPolicy - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BlunderPolicyItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Raises Speed by 2 stages if an attack fails an accuracy check.
- BlunderPolicyItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BlunderPolicyItem
-
Initializes the held item.
- bm - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
The client-side battle manager.
- bm - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
The client-side battle manager.
- bm - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
The client-side battle manager to get information from.
- Board - Class in com.pixelmonmod.tcg.api.card.personalization
-
Created by SamPlummer on 14/07/2016.
- Board(String, String, ResourceLocation) - Constructor for class com.pixelmonmod.tcg.api.card.personalization.Board
- BoardInfo(Scoreboard) - Constructor for class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory.BoardInfo
- BoardInfo(Scoreboard, TargetPoint) - Constructor for class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory.BoardInfo
- BoardLocation - Enum Class in com.pixelmonmod.tcg.network.packets.enums
-
Created by Hy on 5/10/2016.
- BoardPosition - Interface in com.pixelmonmod.pixelmon.api.overlay.scoreboard
- Boards - Class in com.pixelmonmod.tcg.api.accessors
-
Created by Rob Nicholas on 09/04/2022.
- Boards() - Constructor for class com.pixelmonmod.tcg.api.accessors.Boards
- BOAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- BOAT_MAGIKARP - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- BOAT_QUARTZ - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- BOAT_WOOD - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- BOBBING - Enum constant in enum class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity.HookState
- body - Variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- BODY - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardPowerType
- BODY_PRESS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Body_Slam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- BODY_SLAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BodyPress - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
BodyPress uses the user's Defense stat to calculate damage.
- BodyPress - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- BodyPress - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BodyPress() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BodyPress
- BodyPressTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BodyPressTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- BodySlam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- BodySlam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BOILED_EGG - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- BOLD - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- BOLDORE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BOLDORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- bolt_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BOLT_BEAK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BOLT_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BoltBeak - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the attack is used before the target, or if the target switches in before this is used.
- BoltBeak() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BoltBeak
- BOLTUND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BOMBIRDIER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Bone - Class in com.pixelmonmod.pixelmon.client.models.smd
- Bone(Bone, Bone, SmdModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.Bone
- Bone(String, int, Bone, SmdModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.Bone
- BONE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- BONE_CLUB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BONE_RUSH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BONEMERANG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- bones - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- bones - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- BONSLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BONSLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BONUS_ACCURACY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Tags for BonusStats.
- BONUS_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BONUS_CAPTURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BONUS_DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BONUS_EVASION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BONUS_PERSISTENT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BONUS_SPATTACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BONUS_SPDEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- BONUS_SPEED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- bonusStats - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- bonusStats(BonusStats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds additional stats on top of normal battle stats.
- BonusStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
For raising stat stages at the start of a battle.
- BonusStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- BonusStats(int, int, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- BonusStats(Species) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- BonusStats(ByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- bool(boolean, Component) - Static method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Creates a new boolean input type with the given value
- bool(Codec<A>, A) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- BooleanBattleProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- BooleanBattleProperty(String, boolean, Boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.BooleanBattleProperty
- booleanCodec() - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- BooleanInputType - Class in com.pixelmonmod.pixelmon.api.ui.type
-
This input type represents a single boolean input from the user
- BooleanInputType(boolean, Component, Component, Component) - Constructor for class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- booleanParser() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the parser to parse a boolean from the key
- booleanValue() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- BooleanValue - Class in com.pixelmonmod.pixelmon.battles.api.rules.value
- BooleanValue(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
- BOOMBURST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- boost_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- boostCount - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- boostedStat - Variable in class com.pixelmonmod.pixelmon.battles.status.ParadoxBoost
- BOOSTER - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- booster_energy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- boosterEnergy - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BoosterEnergyItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- BoosterEnergyItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BoosterEnergyItem
- BoosterEnergyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- BoosterEnergyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.BoosterEnergyTests
- boostLevel - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- BoostNecklace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- BOOTS - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- bootstrap() - Static method in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- bootstrap() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonTypeRegistry
- bootstrap() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- bootstrap() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- bootstrap() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonItemTags
- Boss - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
- BOSS - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- BOSS - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- BOSS_MODE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- boss_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BOSS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- BOSS_TIER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the entity's boss mode.
- BOSS_TIERS_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- bossDrops - Static variable in class com.pixelmonmod.pixelmon.client.ServerStorageDisplay
-
A list of drops obtained from a boss Pokémon.
- bossRatio - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- BossRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- BossRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- BossRequirement(BossTier) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- bossTag - Variable in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- bossTier - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon
- bossTier - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- bossTier - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- bossTier - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- bossTier - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- bossTier - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The index of the boss mode of the Pokémon.
- bossTier - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- bossTier(BossTier) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- BossTier - Class in com.pixelmonmod.pixelmon.api.pokemon.boss
- BossTier(JsonObject, JsonDeserializationContext) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- BossTier(String, String, boolean, int, Color, float, boolean, double, double, String, double, int, DropSet...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- BossTier(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- BossTierRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.boss
- BossTierRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- BossTiers - Class in com.pixelmonmod.pixelmon.api.pokemon.boss
- BossTiers() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- BossTierTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.boss
- BossTierTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierTypeAdapter
- Both - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- Both - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- BOTH - Enum constant in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- BottleCap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- BottleCapEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Event fired when a bottle cap is used on a pokemon Cancelling will prevent the stats being changed & the item being shrunk
- BottleCapEvent(PixelmonEntity, Player, EnumBottleCap, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
- BottlecapItem - Class in com.pixelmonmod.pixelmon.items
- BottlecapItem(EnumBottleCap) - Constructor for class com.pixelmonmod.pixelmon.items.BottlecapItem
- bottom - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- BOTTOM - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
- BOTTOM - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
- BOTTOM_LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- BOTTOM_LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- BOTTOM_LEFT_LABEL - Enum constant in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- BOTTOM_MIDDLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- BOTTOM_RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- BOUFFALANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BOUFFALANT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- boulder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BOULDER - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- boulder_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BoulderBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- BoulderBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.BoulderBlock
- Bounce - Class in com.pixelmonmod.tcg.duel.power
- Bounce - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Bounce() - Constructor for class com.pixelmonmod.tcg.duel.power.Bounce
- BOUNCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BOUNCE - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- BOUNCECLOSED - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- BOUNCEOPEN - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- BOUNCY_BUBBLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BOUNDING_BOX_MODE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- BOUNDING_BOX_MODE - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- BoundingBoxModeRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- BoundingBoxModeRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.BoundingBoxModeRequirement
- BoundingBoxModeRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.BoundingBoxModeRequirement
- BoundingBoxSet - Class in com.pixelmonmod.pixelmon.blocks
- BoundingBoxSet(int, double, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.BoundingBoxSet
- bounds() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- bounds() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- bounds(Bounds) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- Bounds - Class in com.pixelmonmod.api.client.screen.util
- Bounds() - Constructor for class com.pixelmonmod.api.client.screen.util.Bounds
- BOUNDS_BOTTOM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The z coordinate of the bottom border of the bounds.
- BOUNDS_LEFT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The x coordinate of the left border of the bounds.
- BOUNDS_RIGHT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The x coordinate of the right border of the bounds.
- BOUNDS_TOP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The z coordinate of the top border of the bounds.
- boundsCheck() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.DamageTask
- boundsCheck() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HealTask
- boundsCheck() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HPTask
-
Checks if the health difference is valid and adjusts it if it is not.
- boundsOffset() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- boundsOffset(double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- boundsOffset(Bounds) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- BOUNSWEET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BOUNSWEET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- box - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
- box - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostDurationCalculate
- box - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostTimerBegin
- box - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
- box - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreDurationCalculate
- box - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreTimerBegin
- box - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.TimerComplete
- box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- box - Variable in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- BOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonStorageTypes
- BOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- BOX_NUMBER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The box number of the PC box the Pokémon is in.
- BOX_SCALE - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- BoxBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- BoxBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
- boxButton - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- boxButton - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- boxCount - Variable in class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
- BoxCountCalculateEvent - Class in com.pixelmonmod.pixelmon.api.events.storage
-
This event is fired when trying to calculate how many boxes a given target (
UUID
, typically player} has access to. - BoxCountCalculateEvent(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
- BoxCountCalculateEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.storage
-
Fired immediately after the
BoxCountCalculateEvent.Pre
and should be used to observe what the box count is finally decided to be - BoxCountCalculateEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.storage
-
Event fired before the box number has been decided
This is not cancellable as this information is always necessary - boxes - Variable in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- BOXES_PER_COL - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The number of Box that can fit along the height of the PC GUI.
- BOXES_PER_ROW - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The number of Box that can fit along the width of the GUI.
- boxesWithPasses - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- boxFailureColor - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- BOXLIST_PADDING_X - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- BOXLIST_PADDING_Y - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- boxListBottom - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The locations of the corners of the boxlist.
- boxListLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The locations of the corners of the boxlist.
- BoxListPCScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
- BoxListPCScreen(PCScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- boxListRight - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The locations of the corners of the boxlist.
- boxListScreen - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- BoxListScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
- BoxListScreen(PCScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- boxListTop - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The locations of the corners of the boxlist.
- boxNumber - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- boxNumber - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- boxPreviewColor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- boxSuccessColor - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- BoxTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
// frame 0 is open // frame 0 --> 30 is closing // frame 30 is closed // frame 30 --> 60 is opening // frame 60 is open
- BoxTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.BoxTileEntity
- BoxView - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- boxWallpaper - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- BraceletORAS - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- braille_block_a - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_b - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_c - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_comma - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_d - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_e - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_f - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_g - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_h - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_i - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_j - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_k - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_l - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_m - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_n - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_o - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_p - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_q - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_r - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_s - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_stop - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_t - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_u - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_underscore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_v - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_w - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_x - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_y - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- braille_block_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brainProvider() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- BRAIXEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRAIXEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BRAMBLEGHAST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRAMBLEGHAST - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BRAMBLIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRAMBLIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BRANCH_POKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BRAVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- BRAVE_BIRD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BraveBird - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- BraveBird - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BRAVIARY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRAVIARY_HISUIAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BREAK - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- BREAK - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- BreakBlockInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- BreakBlockInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.BreakBlockInteractionEvent
- BREAKING_SWIPE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BreakingSwipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- BreakingSwipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BREAKNECK_BLITZ - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- breaksHover() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- BreedCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Breeds two Pokémon in a player's party to produce an Egg.
- BreedCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.BreedCommand
- BREEDING_INTERACTIONS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The breeding strength of the Pokémon.
- BreedingConfig - Class in com.pixelmonmod.pixelmon.api.config
- BreedingConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- BreedingLogicFactory - Interface in com.pixelmonmod.pixelmon.api.pokemon.egg
-
Interface for switching out the breeding logic implementations in the
BreedingLogicProxy
- BreedingLogicProxy - Class in com.pixelmonmod.pixelmon.api.pokemon.egg
-
Static proxy for using the
BreedingLogicProxy
instance - BreedingLogicProxy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
- BRELOOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRELOOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Brick_Break - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Brick_Break - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Brick_Break - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Brick_Break - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Brick_Break - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- BRICK_BREAK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BrickBreak - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Removes Reflect and Light Screen from the target's side.
- BrickBreak - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- BrickBreak - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BrickBreak() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BrickBreak
- BrickBreakTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BrickBreakTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BrickBreakTests
- bridge_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BRIDGE_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- BridgeBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- BridgeBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.BridgeBlock
- BrigadierHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- BrigadierHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.BrigadierHelper
- bright_powder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- brightPowder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- BrightPowderItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Lowers the accuracy of moves used against the holder.
- BrightPowderItem(EnumHeldItems) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.BrightPowderItem
-
Initializes the held item.
- Brine - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Brine - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- BRINE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BRIONNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRIONNE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- broadcastChanges() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
-
Looks for changes made in the container, sends them to every listener.
- broadcastChanges() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
- broadcastPacket(PixelmonPacket) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- brokenByNullAbility - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
- Bronze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- BRONZONG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRONZONG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BRONZOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Brown - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- BROWN - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- BROWN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- brown_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BROWN_STRIPES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- BROWN_TIGER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- brown_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- brown_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- BROWN_ZEBRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- Brutal_Swing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- BRUTAL_SWING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BrutalSwing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- BRUTE_BONNET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BRUTEBONNET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRUXISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BRUXISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BUBBLE - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- BUBBLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BUBBLE_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BubbleBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- BubbleObject - Class in com.pixelmonmod.pixelmon.client.gui.fishingLog
- BubbleObject(float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- BUBBLES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- BUDEW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- buff() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- BUFF - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- BUFF - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- BuffData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff.BuffData
- buffer - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- BufferBuilderWrapper - Class in com.pixelmonmod.tcg.duel
- BufferBuilderWrapper(BufferBuilder) - Constructor for class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- buffers - Variable in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- BufferSupplier - Interface in com.pixelmonmod.tcg.duel
- BUG - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- BUG - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- BUG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BUG - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- bug_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BUG_BITE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BUG_BUZZ - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- bug_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BUG_GROUP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- BUG_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- bug_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Bug.
- BugBite - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Consumes the target's held Berry.
- BugBite - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BugBite() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BugBite
- BugBiteTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
-
These tests apply to both Bug Bite and Pluck.
- BugBiteTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
- BugBuzz - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- BugBuzz - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- buginium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Buginium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- build() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- build() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Creates a new
GenericBuiltPokemonRequirement
from the builder - build() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
Deprecated.
- build() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- build() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Creates a new
DialogueButton
from the builder. - build() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
Creates the
InputPattern
from the builder. - build() - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Builder
-
Creates the interaction condition
If the test is null, this will throw anIllegalStateException
- build() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Builder
-
Creates the data provider
If the converter is null, this will throw anIllegalStateException
- build() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Builder
-
Creates the interaction result
If the function is null, this will throw anIllegalStateException
- build() - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Creates the Pokémon instance using the provided information
- build() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonType.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTier.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTrigger.Builder
- build() - Method in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.Builder
- build() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.EmptyTeamSupplier
- build() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
- build() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
- build() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
- build() - Method in interface com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplier
-
Builds a
PartyStorage
from the team supplier. - build() - Method in class com.pixelmonmod.pixelmon.api.util.PokePasteReader
-
Creates a list of Pokemon from the URL or file that has been read
- build() - Method in class com.pixelmonmod.pixelmon.api.util.RewardPool.Builder
- build() - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery.Builder
- build() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- build() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- build() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- build() - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- build(int) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
Deprecated.
- build(Consumer<BufferBuilder>) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- build(Level) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- BuildableDataProvider<T> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type
-
A data provider that allows you to build it using a builder pattern.
- BuildableDataProvider(BuildableDataProvider.Builder<T>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- BuildableDataProvider(BuildableDataProvider<T>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- BuildableDataProvider.Builder<T> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type
-
A builder class for creating a custom data provider
- BuildableDataProvider.Variable<T> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type
- BuildableInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type
-
An interaction condition that allows you to build it using a builder pattern.
- BuildableInteractionCondition(BuildableInteractionCondition) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- BuildableInteractionCondition(BuildableInteractionCondition.Builder) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- BuildableInteractionCondition.Builder - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type
-
A builder class for creating a custom interaction condition
- BuildableInteractionCondition.Variable<T> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type
- BuildableInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result
-
An interaction result that allows you to build it using a builder pattern.
- BuildableInteractionResult(BuildableInteractionResult) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- BuildableInteractionResult(BuildableInteractionResult.Builder) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- BuildableInteractionResult.Builder - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result
-
A builder class for creating a custom interaction result
- BuildableInteractionResult.Variable<T> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result
- buildAndShow(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- buildAndSpawn(Level) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- BuildCreativeMenuTabs - Class in com.pixelmonmod.pixelmon.client
- BuildCreativeMenuTabs() - Constructor for class com.pixelmonmod.pixelmon.client.BuildCreativeMenuTabs
- builder - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- builder - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.CreateSpawnerEvent
-
The
AbstractSpawner.SpawnerBuilder
being used. - builder() - Static method in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.
- builder() - Static method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- builder() - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Creates a new
DialogueButton.Builder
for aDialogueButton
. - builder() - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
-
Creates a new
DialogueFactory.Builder
instance. - builder() - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Creates a new
InputPattern
builder. - builder() - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Creates a new builder for the dialogue.
- builder() - Static method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- builder() - Static method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new builder for the
EntityProperties
record. - builder() - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Creates a builder for an interaction condition
- builder() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
-
Creates a new instance of the builder to create a custom interaction condition
- builder() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- builder() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
-
Creates a new instance of the builder to create a custom data provider
- builder() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
-
Creates a new instance of the builder to create a custom interaction result
- builder() - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
-
Creates a new builder for an interaction result
- builder() - Static method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- builder() - Static method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay
- builder() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Creates a new instance of a PokemonBuilder object
- builder() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- builder() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonType
- builder() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- builder() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets a new instance of the
Moves
builder - builder() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
-
Gets an instance of the builder
- builder() - Static method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- builder() - Static method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerFactory
- builder() - Static method in record class com.pixelmonmod.pixelmon.api.research.Research
- builder() - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
- builder() - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
- builder() - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
- builder() - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Creates a new builder for a ResearchTrigger
- builder() - Static method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen
- builder() - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen
- builder() - Static method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Creates a new
ShopBuilder
instance. - builder() - Static method in class com.pixelmonmod.pixelmon.api.shop.ShopFactory
-
Creates a new
ShopBuilder
instance. - builder() - Static method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- builder() - Static method in class com.pixelmonmod.pixelmon.api.tutor.TutorFactory
- builder() - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper
- builder() - Static method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Gets a new instance of the builder
- builder() - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry
-
Gets a
TeamSelection
builder - builder() - Static method in class com.pixelmonmod.pixelmon.battles.BattleQuery
- builder() - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- builder() - Static method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- builder() - Static method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- builder() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Creates a new NPC builder
- builder() - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- builder(A) - Static method in class com.pixelmonmod.pixelmon.api.util.RewardPool
- builder(ProfessorDialogue) - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Creates a new builder for the dialogue.
- builder(Ribbon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- builder(Class<T>) - Static method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
-
Creates a new builder for the given type
- builder(Class<T>) - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
-
Creates a new
BuildableDataProvider.Builder
- builder(String) - Static method in class com.pixelmonmod.api.client.screen.StatefulScreen
- builder(String) - Static method in class com.pixelmonmod.api.loader.DatapackLoader
- builder(String) - Static method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen
- builder(Component) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
-
Creates a new
DialogueFactory.Builder
instance with the specified title. - builder(Component) - Static method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- builder(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- builder(T, double) - Static method in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
-
Creates a new builder instance
- Builder() - Constructor for class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonType.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.research.Research.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.research.ResearchTier.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.research.ResearchTrigger.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.api.util.RewardPool.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- Builder() - Constructor for class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- Builder(ShaderParameters) - Constructor for class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- building() - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- buildRedirect(String, LiteralCommandNode<CommandSourceStack>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BrigadierHelper
- buildStringForConsecutiveNumbers(List<Integer>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
-
Builds a string to list consecutive numbers simpler.
- buildVBO(PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- BUIZEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BUIZEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BULBASAUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BULBASAUR - Static variable in class com.pixelmonmod.tcg.api.accessors.Coins
- BULBASAURF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BULBASAURM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Bulk_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Bulk_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Bulk_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Bulk_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Bulk_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- BULK_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BulkUp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- BulkUp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Bulldoze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Bulldoze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Bulldoze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Bulldoze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Bulldoze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BULLDOZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- bullet - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- BULLET_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Bullet_Seed - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Bullet_Seed - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- BULLET_SEED - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Bulletproof - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents ball/bomb moves from hitting the Pokémon.
- Bulletproof() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Bulletproof
- BULLETPROOF - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- BulletSeed - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- BulletSeed - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BUNEARY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BUNEARY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BUNNELBY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BURGER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- BURMY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BURMY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- burn(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Burn
-
Burns the target if possible.
- Burn - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals 1/16th hp of damage every turn and halves the Pokémon's attack.
- Burn - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Burn() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Burn
-
Initializes the status.
- BURN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- burn_drive - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- burn_heal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- BURN_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BURNING_BULWARK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BURNING_JEALOUSY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- BurningBulwark - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects against moves.
- BurningBulwark - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- BurningBulwark() - Constructor for class com.pixelmonmod.pixelmon.battles.status.BurningBulwark
-
Initializes the status.
- BurningBulwarkTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BurningBulwarkTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- BurningJealousy - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- BurningJealousy - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- BurningJealousy() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurningJealousy
- BurningJealousyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- BurningJealousyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.BurningJealousyTests
- BURNT - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardCondition
- BurnUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 8/16/2019.
- BurnUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurnUp
- BUSTED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- BUTTERFREE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BUTTERFREE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- button - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
- button - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- button - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Button for evolution GUI.
- button - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
- Button - Class in com.pixelmonmod.api.client.screen.widget.input
- Button(int, int, int, int, int, Component, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.Button
- Button(ActionFunction<Button>) - Constructor for class com.pixelmonmod.api.client.screen.widget.input.Button
- BUTTON_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- BUTTON_INFO - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- BUTTON_LABELS - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- BUTTON_LABELS_DISABLED - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- BUTTON_LABELS_HOVERED - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- BUTTON_NO - Static variable in class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
- BUTTON_ONE_MY_PRIZES - Static variable in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- BUTTON_ONE_OPP_PRIZES - Static variable in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- BUTTON_RANDOM_OPP_HAND - Static variable in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- BUTTON_ROW_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- BUTTON_SLOT_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- BUTTON_TOP_MY_DECK - Static variable in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- BUTTON_TOP_OPP_DECK - Static variable in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- BUTTON_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- BUTTON_YES - Static variable in class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
- buttonConsumer - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- buttonHandler(Consumer<CustomDropsEvent.ClickButton>) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- buttonOver - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Mouse-over button for evolution GUI.
- ButtonRename - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
- ButtonRename(int, int, int, String, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.ButtonRename
- buttons - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- buttons - Variable in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- buttons - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- buttons() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
buttons
record component. - buttons(DialogueButton...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Adds buttons for the GUI.
- buttons(Iterable<DialogueButton>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Adds buttons for the GUI.
- BUTTONS - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- BUTTONS_HOVERED - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- ButtonWithIcon - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- ButtonWithIcon(ResourceLocation, int, int, int, int, Component, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ButtonWithIcon
- Buy - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreens
- Buy - Enum constant in enum class com.pixelmonmod.pixelmon.entities.npcs.registry.EnumBuySell
- buyItems - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- buyPrice() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Returns the value of the
buyPrice
record component. - buyStartIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
The index that is currently scrolled to in the buy tab.
- Buzzap - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 6/29/2016.
- Buzzap() - Constructor for class com.pixelmonmod.tcg.duel.power.Buzzap
- BUZZAP - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- BUZZWOLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- BUZZWOLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- BUZZY_BUZZ - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- byId(int) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- bypass - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- ByPokemon - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect.Type
- ByteBufTCG - Class in com.pixelmonmod.tcg.network
- ByteBufTCG() - Constructor for class com.pixelmonmod.tcg.network.ByteBufTCG
- ByType - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect.Type
C
- C - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
- C - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
- C - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- cache - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- cachedDimensions - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- cachedLinkedPreset - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- cachedNode - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- cachedNormal - Variable in class com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
- cachedPosition - Variable in class com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
- cachedStorage(UUID, PokemonStorage) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- cachedTexture - Variable in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- cachedTo - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- cachedWeathers - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- cacheMap - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- cachePosition - Variable in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- cachePosition - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- cachePosition - Variable in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- cacheSets - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
- cacheStorage(UUID, PokemonStorage) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- cacheValues() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
-
Save values of input fields between screen resizes
- CACNEA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CACTURNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- calcB(int, int) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- calcChangingColor(int, int) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- calcCriticalHit(EffectBase, PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Calculates whether the attack will land a critical hit.
- calcG(int, int) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- calcium - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CALCIUM_CARBONATE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- calcMoveSpeed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- calcMoveSpeed(AbstractMovesEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- calcMoveSpeed(AbstractMovesEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- calcR(int, int) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- calculateAggression() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
-
Calculates the
Aggression
for a pokemon using these chances assuming the owner is null (i.e. - calculateAggression(UUID) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
-
Calculates the
Aggression
for the pokemon using these chances - calculateAllErrors() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets all the remaining requirement error messages
- calculateAttackDescriptionLines(PokemonAttackStatus[], boolean, int) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- calculateBallBonus(PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Calculates the ball bonus for the
PokeBall
being used. - calculateCapture(CaptureHealth, PokeBall, PokeBallEntity, RaidData, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
The main method of capture calculations.
- calculateCatchRate(PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Calculates the catch rate of the
Pokemon
being caught. - calculateChatboxHeight(double) - Static method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Calculates the height of the chatbox..
- calculateChatboxWidth(double) - Static method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Calculates the width of the chatbox.
- calculatedChild - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
- calculatedChild - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
- calculateFedbca(int[]) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
- calculateForm(Pokemon, Pokemon, Species) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the form of the child using the two parents
- calculateForm(Pokemon, Pokemon, Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- calculateHP(Stats, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Calculates the Pokémon's hp.
- calculateMinMaxLevels() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- calculateMoveAccuracy(PixelmonWrapper, PixelmonWrapper, Ability) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Make the calculations on how accurate a move will be.
- calculateNominalRarity() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
Attempts to calculate the nominal rarity of this spawn.
- calculateOptimalIVs(Element, int[], boolean[]) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
- calculatePalette(Pokemon, Pokemon, Species) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the palette of the child using the two parents
- calculatePalette(Pokemon, Pokemon, Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- calculatePosition(String, String, String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- calculatePriority(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
-
Calculates the priority a Pokémon has for the turn.
- calculateRequiredSpace() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
-
Calculates the amount of space that would be required for this Pokémon to spawn based off its size.
- calculateRoll(AbstractMovesEntity, float) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- calculateRoll(AbstractMovesEntity, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- calculateScale(AbstractClientEntity, PoseStack) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- calculateSpatialData(Level, BlockPos, int, boolean, Predicate<BlockState>) - Static method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Calculates a
SpatialData
for the given parameters. - calculateSpawnableLocations(BlockCollection) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations
-
Heaviest method of all spawn calculations.
- calculateSpawnActions(AbstractSpawner, List<SpawnSet>, List<SpawnLocation>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection.FlatDistinctAlgorithm
- calculateSpawnActions(AbstractSpawner, List<SpawnSet>, List<SpawnLocation>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection.LocationWeightedAlgorithm
- calculateSpawnActions(AbstractSpawner, List<SpawnSet>, List<SpawnLocation>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.SelectionAlgorithm
- CalculateSpawnLocations - Interface in com.pixelmonmod.pixelmon.api.spawning.calculators
-
Implementations of this interface are responsible for calculating all the possible
SpawnLocation
s that suit a givenBlockCollection
. - CalculateSpawnLocations.DummyImpl - Class in com.pixelmonmod.pixelmon.api.spawning.calculators
- calculateSpecies(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the species created by the two parent Pokemons
- calculateSpecies(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the species created by the two parent Pokemons
- calculateSpecies(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- calculateStat(BattleStatsType, Nature, Stats, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Calculates a stat.
- calculateTrainerDescriptionLines(ImmutableCard, int) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- CALICO_ORANGE_GOLD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- CALICO_ORANGE_WHITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- CALICO_ORANGE_WHITE_BLACK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- CALICO_WHITE_ORANGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- call() - Method in class com.pixelmonmod.pixelmon.client.models.items.BEWLRCallable
- call(ItemStack, ClientLevel, LivingEntity, int) - Method in class com.pixelmonmod.pixelmon.items.ItemFinderItem.PropertyGetter
- call(ItemStack, ClientLevel, LivingEntity, int) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem.TMPropertyGetter
- callable() - Method in class com.pixelmonmod.pixelmon.client.models.items.BEWLRCallable
- callback - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- CALM - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- Calm_Mind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Calm_Mind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Calm_Mind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Calm_Mind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Calm_Mind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- CALM_MIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CalmMind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- CalmMind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- CALMNESS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CALYREX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CALYREX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CALYREX_ICE_RIDER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CALYREX_SHADOW_RIDER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CalyrexFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- CalyrexFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.CalyrexFormChange
- camera - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- camera - Variable in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
- camera - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The player's camera.
- CAMERA - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattlePerspectiveMode
- CAMERA - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- CAMERA_SHUTTER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- cameraCapturedPlayers - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
A list of player that have shot the Pokemon with Camera.
- cameraControls - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Camera overlay 2.
- CameraEntity - Class in com.pixelmonmod.pixelmon.client.camera
- CameraEntity(EntityType<CameraEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- CameraEntity(EntityType<CameraEntity>, Level, CameraMode) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- CameraEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- CameraEntity(Level, CameraMode) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- CameraEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for actions related to the Camera.
- CameraEvent(ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.CameraEvent
- CameraEvent.ConsumeFilm - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when an camera film is about to be consumed.
- CameraEvent.DuplicatePhoto - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when an attempt at taking a photo is about to fail because the player already has done so for that Pokémon.
- CameraEvent.TakePhoto - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when a photo is about to be taken.
- CameraItem - Class in com.pixelmonmod.pixelmon.items
-
Used to obtain Pokémon tokens.
- CameraItem() - Constructor for class com.pixelmonmod.pixelmon.items.CameraItem
-
Initializes the item.
- CameraMode - Enum Class in com.pixelmonmod.pixelmon.client.camera
- CameraMovement - Class in com.pixelmonmod.pixelmon.client.camera.movement
- CameraMovement(Level, CameraEntity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
- cameraOverlay - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Camera overlay.
- CameraOverlayScreen - Class in com.pixelmonmod.pixelmon.client.gui
- CameraOverlayScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.CameraOverlayScreen
- CameraScreen - Class in com.pixelmonmod.pixelmon.client.camera
- CameraScreen(CameraMode) - Constructor for class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- CameraTarget - Interface in com.pixelmonmod.pixelmon.client.camera.target
- CameraTargetEntity - Class in com.pixelmonmod.pixelmon.client.camera.target
- CameraTargetEntity(Entity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetEntity
- CameraTargetLocation - Class in com.pixelmonmod.pixelmon.client.camera.target
- CameraTargetLocation(double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- CAMERUPT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CameruptInteraction - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom
-
Fills a bucket with lava when using it on a Camerupt.
- CameruptInteraction() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.CameruptInteraction
-
Initializes the interaction.
- cameruptite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Camerupt
- Camouflage - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the user's type depending on the terrain.
- Camouflage() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Camouflage
- CAMOUFLAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CamouflageTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- CamouflageTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.CamouflageTests
- camping_gear - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CAN_ALL_CATCH_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- CAN_MEGA_EVOLVE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- CAN_MOVE - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- CAN_SEE_SKY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The heights of the highest non-canSeeSky block in a chunk.
- CAN_USE_MASTER_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Passive ability does not have to override this.
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Bounce
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Buzzap
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Curse
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwap
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapEnemy
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapToSelfOnly
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.EnergyBurn
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.EnergyTransfer
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.EvolutionaryLight
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.FinalBeam
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Frenzy
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.GatherFire
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.HayFever
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Heal
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.LongDistanceHypnosis
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.MatterExchange
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Peek
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.PollenStench
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.PrehistoricPower
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.RainDance
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.ReelIn
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Shift
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Sinkhole
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.SneakAttack
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.SpecialDelivery
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.StickyGoo
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.SummonMinions
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Transparency
- canActivate(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Trickery
- canAffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.DittoEnhancingItem
- canAffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.EvioliteItem
- canAffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.StatEnhancingItems
-
Checks if the item affects the Pokémon.
- canAllCatch - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
-
This function makes sure all selector result are ready.
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Bill
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ComputerSearch
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.DevolutionSpray
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRetrieval
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergySearch
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.FullHeal
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Gambler
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.GustOfWind
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ImposterProfOak
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ItemFinder
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Lass
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Maintenance
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.MrFuji
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Pokedex
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeFlute
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonBreeder
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonCenter
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonTrader
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Potion
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ProfOak
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Recycle
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Revive
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ScoopUp
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperEnergyRemoval
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperPotion
- canApply(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Switch
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AttachDiscardEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BenchDamageOppSelectEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeWeaknessEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DevolveEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DiscardAttachmentEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.MetronomeEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ProphecyEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardWithEnergyCostEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
- canApply(List<Object>, CardAttack, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.WildfireEffect
- canApplyAtEnchantingTable(ItemStack, Enchantment) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- canAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon can attack in the turn.
- canAttackBlock(BlockState, Level, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.items.CameraItem
- canAttackThisTurn(Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if the Pokémon's Ability allows it to make a move.
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Confusion
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Disable
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Encore
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Flinch
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Imprison
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Infatuated
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.InMouth
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Recharge
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropped
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the statused Pokémon can attack.
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Taunt
- canAttackThisTurn(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.ThroatChop
-
Determines whether the statused Pokémon can attack.
- canBattle() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- CanBattleInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon
- CanBattleInteractionCondition(DataProvider<ServerPlayer>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.CanBattleInteractionCondition
- canBeCollidedWith() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- canBeCollidedWith() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- canBeCopied() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeCopied() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability fully blocks anything that can copy this ability, including transform effects etc.
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GulpMissile
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multitype
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RKSSystem
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- canBeDisabled() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- canBeDisabled() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be disabled by external effects eg.
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multitype
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RKSSystem
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- canBeEntrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- canBeEntrained() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be transferred via Entrainment.
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Absorb
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerPoint
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AromaVeil
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AuraBreak
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleArmour
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BigPecks
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Bulletproof
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Contrary
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Damp
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Dazzling
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DeltaStream
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DesolateLand
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DrySkin
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EarthEater
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Filter
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlashFire
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerVeil
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Fluffy
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FriendGuard
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FullMetalBody
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FurCoat
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GoodAsGold
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrassPelt
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GuardDog
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Heatproof
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HeavyMetal
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HyperCutter
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceScales
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illuminate
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.InnerFocus
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.KeenEye
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LeafGuard
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Levitate
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LightMetal
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagicBounce
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MarvelScale
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MirrorArmor
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MotorDrive
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multiscale
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Overcoat
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatDrop
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrimordialSea
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrismArmor
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PunkRock
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurifyingSalt
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Redirect
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandVeil
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SapSipper
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShadowShield
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShellArmour
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldDust
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Simple
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SnowCloak
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Soundproof
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StickyHold
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sturdy
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SuctionCups
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SweetVeil
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TangledFeet
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Telepathy
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThermalExchange
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThickFat
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToxicDebris
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unaware
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterBubble
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WellBakedBody
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WhiteSmoke
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WindRider
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
- canBeIgnored() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderSkin
- canBeIgnored() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be bypassed by moves that ignore abilities or not.
- canBeLeashed(Player) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multitype
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RKSSystem
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- canBeReceived() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- canBeReceived() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be copied from an ally via Receiver.
- canBeRemoved() - Method in class com.pixelmonmod.pixelmon.battles.status.Endure
- canBeRemoved() - Method in class com.pixelmonmod.pixelmon.battles.status.MaxGuard
- canBeRemoved() - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
- canBeReplaced(BlockState, BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- canBeReplaced(BlockState, BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.FallenLeafBlock
- canBeReplaced(BlockState, BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- canBeReplaced(BlockState, Fluid) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- canBeReplaced(BlockState, Fluid) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- canBeReplaced(BlockState, Fluid) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multitype
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RKSSystem
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- canBeRoleplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- canBeRoleplayed() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be copied via Roleplay.
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multitype
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RKSSystem
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- canBeSwapped() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- canBeSwapped() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be part of a Skill Swap exchange.
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multitype
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RKSSystem
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- canBeTraced() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- canBeTraced() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability can be copied via Trace.
- canBlockStay(Level, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- canBlockStay(Level, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
- canBlockStay(Level, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- canBreakProtect(List<PixelmonWrapper>, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the opponent can break through a Protect status.
- canBreatheUnderwater() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- canBreatheUnderwater() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
- canBreatheUnderwater() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- canBreed(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Checks if the two Pokemon can breed
- canBreed(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Checks if the two Pokemon can breed
- canBreed(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- canBreed(Gender, Gender) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.EggGroup
-
Checks if the two
Gender
- canBreed(Gender, Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- canBreed(Gender, Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UndiscoveredEggGroup
- canBreed(Gender, Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UniversalEggGroup
- canBreedingBegin() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Checks if the breeding can begin or if more conditions need to be met
- canBreedWith(EggGroup) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.EggGroup
-
Checks if the other egg group can breed with this egg group Make sure it is consistent in both directions (i.e.
- canBreedWith(EggGroup) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.BasicEggGroup
- canBreedWith(EggGroup) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UndiscoveredEggGroup
- canBreedWith(EggGroup) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UniversalEggGroup
- canBreedWith(EggGroup...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.EggGroup
-
Checks if this egg group can breed with any of the given other egg groups Will return true if a single one works
- canBreedWith(EggGroup...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- canBreedWith(EggGroup...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UndiscoveredEggGroup
- canBreedWith(List<EggGroup>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.EggGroup
-
Checks if this egg group can breed with any of the given other egg groups Will return true if a single one works
- canBreedWith(List<EggGroup>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- canBreedWith(List<EggGroup>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UndiscoveredEggGroup
- canCatch - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- canCatch - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- canCatch - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Whether the Poké Ball will catch the Pokémon.
- canCatch() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- canCatchOpponent() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the opponent can be caught in a Poké Ball.
- cancel() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HPTask
- cancel() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.SwitchTask
- cancelConsumer - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- cancelConsumer - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- cancelConsumer(Consumer<TeamSelection>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sets the handler for when the team selection is canceled (I believe this only happens if they have 0 valid Pokemon)
- CancelDayCareBoxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- CancelDayCareBoxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CancelDayCareBoxPacket
- CancelDayCareBoxPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CancelDayCareBoxPacket
- CancelTeamSelectPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection
-
Cancels team selection if either side has no possible Pokémon to choose.
- CancelTeamSelectPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CancelTeamSelectPacket
- cancelTransform() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Cancels a transformation.
- canChangeDimensions() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- canCheer(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- canClaim(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- canClaim(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Checks if a player can claim the Poké Gift.
- canClaim(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
-
Deprecated.
- canClaim(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- canClaimReward() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
- canClaimReward() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Whether the player can claim the reward for this stage of research.
- canCollideWith(Entity) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- canConnectRedstone(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
- canConsume - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
- canConsume - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
- canConsume() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.BattleHoverGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.FlyingGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.FollowTrainerGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsBlockGoal
-
Returns whether an in-progress EntityAIBase should continue executing
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.SwimmingGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
Returns whether an in-progress EntityAIBase should continue executing.
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.TeleportAwayGoal
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.TemptGoal
-
Returns whether an in-progress EntityAIBase should continue executing
- canContinueToUse() - Method in class com.pixelmonmod.pixelmon.ai.WanderGoal
-
Returns whether an in-progress EntityAIBase should continue executing.
- canCraftInDimensions(int, int) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- canCritical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Gets whether the capture attempt this object is associated with is allowed to be a critical capture or not.
- canCutCorner(BlockPathTypes) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- canDespawn - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- CANDY_CANE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- CandyCaneFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.lanakila
- CandyCaneFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.lanakila.CandyCaneFeature
- canDynamax - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- canDynamax - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant is allowed to Dynamax Pokémon.
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon can Dynamax.
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- canDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- canDynamax() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player is allowed to Dynamax.
- canDynamax() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- canDynamax() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- canDynamax(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- canDynamax(Stats, HeldItem) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a Pokémon can Dynamax.
- canDynamax(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.DynamaxController
- canDynamax(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- canDynamax(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- canEatBerry(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Determines whether the Pokémon can eat Berries.
- canEncounter - Variable in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
- canEncounter() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
The result of the
EncounterData.canEncounter(Player)
method - canEncounter(Player) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.RelicCrownItem
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
- canEquip(ItemStack, EquipmentSlot, Entity) - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
- canEquipMegaItem() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- canEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- canEvolve() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
Deprecated.
- canEvolve(int, int) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- canEvolve(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- canEvolve(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.LevelingEvolution
- canEvolve(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
Deprecated, for removal: This API element is subject to removal in a future version.
- canEvolve(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.TickingEvolution
-
Exposes the underlying canEvolve.
- canEvolve(PixelmonEntity, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.LevelingEvolution
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Evolution.canEvolve(Pokemon)
instead - canEvolve(PixelmonEntity, Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.TradeEvolution
- canEvolve(PixelmonEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.InteractEvolution
- canExecute(InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
-
Checks if the interaction can be executed
- canExecute(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GiveItemInteractionResult
- canExecute(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.SpawnAndEnterBattleInteractionResult
- canFail() - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
-
Checks if the move can fail when used in succession.
- canFail() - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
- canFlee - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the current Pokémon can flee from battle.
- canFloat() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- canFly() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- canFly() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Checks whether the Pokémon has the required HM to Fly.
- canForfeit() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- canGigantamax() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- canGigantamax() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
Whether the parent form of this object can Gigantamax.
- canGigantamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon can Gigantamax.
- canGigantamax(boolean, Species, Stats) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a Pokémon can Gigantamax.
- canGigantamax(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
Whether the provided
Pokemon
can Gigantamax based on this object. - canGrow() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- canHaveFactor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
Whether the parent form of this object can gain the Gigantamax Factor, irrespective of whether it can Gigantamax itself.
- canHealStatus(StatusType) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
-
Checks if the Berry can heal a certain status.
- canHit(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether or not the attack can occur due to fainting.
- canHitMultipleTargets(Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Returns whether a move can conditionally hit multiple targets.
- canHitMultipleTargets(Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ExpandingForce
- canHitNoTarget() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if the move succeeds even if there is no target.
- canInfect() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- canKOFromFull(List<MoveChoice>, PixelmonWrapper, int) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the opponent can KO the Pokémon at full heatlh within a certain number of turns.
- canLearn(Stats, ImmutableAttack) - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- canLearn(Stats, ImmutableAttack, BaseStatsLearnType...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- canLearn(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- canLearn(ITechnicalMove) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- canLearnMove(ServerPlayer, UUID, ImmutableAttack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Called via the
ReplaceMovePacket
packet to verify the player could learn this move. - CanLearnMove(Player, Pokemon, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.CanLearnMove
- canLearnTMTRHM(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- canLearnViaOtherSet(ITechnicalMove) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- canLearnVoltTackle(Species, Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
If the pokemon can learn volt tackle move
- canLearnVoltTackle(Species, Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
If the pokemon can learn volt tackle move
- canLearnVoltTackle(Species, Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- CanLevel - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- canLevelUp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Checks if the Pokémon can pokemonLevel up.
- canLevelUp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- canMega - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- canMega - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- canMega() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- canMega() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- canMega(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- canMegaEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant is allowed to Mega Evolve Pokémon.
- canMegaEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- canMegaEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon can Mega Evolve with its held item.
- canMegaEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- canMegaEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- canMegaEvolve() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player is allowed to Mega Evolve.
- canMegaEvolve(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player is allowed to Mega Evolve.
- canMegaEvolve(HeldItem, Species, String) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a Pokémon can Mega Evolve with a held item.
- canMegaEvolve(ItemStack, Species, String) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a Pokémon can Mega Evolve with a held item.
- CanMegaEvolveRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- CanMegaEvolveRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CanMegaEvolveRequirement
- CanMegaEvolveRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CanMegaEvolveRequirement
- canMove - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
-
Whether the Pokémon can make a move in the current turn.
- canMove - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Whether the Pokémon can move around.
- canMove() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- canMoveDirectly(Vec3, Vec3) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- canMoveMultiple(PokemonStorage, List<Pair<StoragePosition, StoragePosition>>, PokemonStorage, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- CanMoveRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- CanMoveRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.CanMoveRequirement
- CanMoveRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.CanMoveRequirement
- CANNOT_DYNAMAX - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- cannotHaveStatus(StatusBase, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks whether the Pokémon can receive the status.
- cannotHaveStatus(StatusBase, PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks whether the Pokémon can receive the status.
- cannotSell() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the shop as not allowing players to sell items to it.
- canOHKO(List<MoveChoice>, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices contains a Pokémon that can OHKO the specified Pokémon.
- canOnlyBeUsedOncePerSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- canOpen() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Pre
-
Whether the Mystery Box will open from this interaction or not.
- canOpen() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- canOpenEditor(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Checks if the given player can open the NPC editor
- canOutspeed(List<MoveChoice>, PixelmonWrapper, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if an opponent can outspeed a Pokémon.
- canOutspeedAnd2HKO(List<MoveChoice>, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices contains a Pokémon that can outspeed and at most 2HKO the specified Pokémon.
- canOutspeedAnd2HKO(List<MoveChoice>, PixelmonWrapper, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices contains a Pokémon that can outspeed and at most 2HKO the specified Pokémon.
- canOutspeedAndKO(int, List<MoveChoice>, PixelmonWrapper, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
- canOutspeedAndOHKO(List<MoveChoice>, PixelmonWrapper, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices contains a Pokémon that can outspeed and OHKO the specified Pokémon.
- canPerformRearing() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- canPerish() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- canPerish() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GoodAsGold
- canPerish() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability blocks use of Perish-type effects, eg Perish Song, Destiny Bond, Perish Body.
- canPlace(BlockPos, Direction, Level, MultiBlock, Player, ItemStack, Block) - Static method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
Checks if a multiblock can be placed in a certain location.
- canPlace(BlockPlaceContext, BlockState) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
- canPlaceBlockAt(Level, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- canPlaceBlockOn(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- canPlaceItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
Automation.
- canPlaceItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- canPlaceItem(int, ItemStack) - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
- canPlaceItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Automation.
- canPlaceItem(int, ItemStack) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- canPlaceItem(int, ItemStack) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- canPlaceItemThroughFace(int, ItemStack, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- canPlaceItemThroughFace(int, ItemStack, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Returns true if automation can insert the given item in the given slot from the given side.
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.FullHeal
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.MrFuji
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.Potion
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.ScoopUp
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperPotion
- canPlaceOn(CardWithLocation) - Method in class com.pixelmonmod.tcg.duel.trainer.Switch
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
-
This is check on client to make sure the condition on trainer card are met.
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Bill
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.ComputerSearch
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.DevolutionSpray
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRetrieval
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergySearch
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.FullHeal
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Gambler
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.GustOfWind
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.ImposterProfOak
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.ItemFinder
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Lass
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Maintenance
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.MrFuji
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Pokedex
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeFlute
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonBreeder
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonCenter
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonTrader
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Potion
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.ProfOak
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Recycle
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Revive
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.ScoopUp
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperEnergyRemoval
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperPotion
- canPlay(GameClientState) - Method in class com.pixelmonmod.tcg.duel.trainer.Switch
- canPlay(GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
-
This is a utility function, so that server can re-use the same logic in canPlay(GameClientState).
- canPoison(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Poison
-
Checks if a Pokémon can be poisoned.
- canPosSee(BlockPos, BlockPos) - Method in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
-
Checks if a position is visible from another position.
- canRandomlySpawn() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- canReachTarget(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether or not the attack can reach the target based on targeting info
- canRemoveBerry() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if the move is an offensive move that can remove a held Berry.
- canReplaceBlock(CaveCarverConfiguration, BlockState) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraSpaceCaveCarver
- canRetreat() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- canRide(Entity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- canRide(Entity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- canRiderInteract() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- canRiderInteract() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- canRideShoulder() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- canSeeEffects() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- canSeeSky(BlockPos, Level) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
-
Convenience method for checking if a given block can see the sky
- canSeeTargetWithinFieldOfView(Mob, LivingEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.AIHelper
-
Returns true if the given target can be seen within a 90 degree FOV of the seeker.
- canSeeTexture(Species) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
Checks if the data allows a special texture to be used.
- canSeeTexture(Player, Species) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- canSelectTarget(Attack) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Checks if a target needs to be selected for the attack.
- canSell() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the shop as allowing players to sell items to it.
- canSell(ItemStack) - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Checks if the given item stack can be sold to the shop.
- canSendOutPokemon - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
-
Whether players can send out Pokémon.
- canSerializeIn(HolderOwner<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- canSet(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
- canSet(BattleStatsType, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
-
Checks if the stat can be set to the value
- canSet(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
-
This function is to tell if this trainer can skip the selector stage.
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Bill
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.ComputerSearch
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.DevolutionSpray
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRetrieval
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.EnergySearch
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.FullHeal
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Gambler
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.GustOfWind
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.ImposterProfOak
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.ItemFinder
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Lass
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Maintenance
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.MrFuji
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Pokedex
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.PokeFlute
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonBreeder
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonCenter
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonTrader
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Potion
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.ProfOak
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Recycle
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Revive
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.ScoopUp
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.SuperEnergyRemoval
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.SuperPotion
- canSkipSelector() - Method in class com.pixelmonmod.tcg.duel.trainer.Switch
- canSpawn(SpawnAction<?>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
- canSpawn(SpawnAction<?>) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- canSpawnEntity(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if an entity can spawn for this battle
- canSpecialEvolve() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- canStandOnFluid(FluidState) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Allows Pokémon to stand/walk on water, lava, or a liquid from another mod if their form has the correct tag.
- canStart() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- canSurf() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- canSurf() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Checks whether the Pokémon has the required HM to Surf.
- canSurvive(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
- canSurvive(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
- canSurvive(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- canSustainPlant(BlockState, BlockGetter, BlockPos, Direction, IPlantable) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonBlock
- canSustainPlant(BlockState, BlockGetter, BlockPos, Direction, IPlantable) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDesertCactus
- canSustainPlant(BlockState, BlockGetter, BlockPos, Direction, IPlantable) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraSpaceSand
- canSwitch - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the current Pokémon can switch.
- canSwitch(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if Pokémon can switch or flee.
- canTakeItemThroughFace(int, ItemStack, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- canTakeItemThroughFace(int, ItemStack, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Returns true if automation can extract the given item in the given slot from the given side.
- cantMiss - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Use
- cantMiss - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Whether the attack can never miss the target
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether the move will never miss.
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Determines whether a move cannot miss.
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.AlwaysHit
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.AttackModifierBase
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClearTerrain
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Haze
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.IgnoreDefense
-
Determines whether a move cannot miss.
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MindBlown
-
Determines whether a move cannot miss.
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StrengthSap
-
Determines whether a move cannot miss.
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ZCurse
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.InPursuit
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
- cantMiss(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Yawn
- canTransfer(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- canTransfer(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- canTransformInto(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Transform
- canUltraBurst() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon can Ultra Burst with its held item.
- canUltraBurst() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- canUltraBurst(Species, HeldItem, Stats) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a Pokémon can Ultra Burst (Necrozma only) with a held item.
- canUltraBurst(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- canUpdatePath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.AvoidEntitiesGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.BattleHoverGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.ExecuteActionGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.FlyingGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.FollowTrainerGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsBlockGoal
-
Returns whether the EntityAIBase should begin execution.
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsTargetGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.StareDownGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.SwimmingGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
-
Returns whether the EntityAIBase should begin execution.
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoalInFieldOfView
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.TeleportAwayGoal
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.TemptGoal
-
Returns whether the EntityAIBase should begin execution.
- canUse() - Method in class com.pixelmonmod.pixelmon.ai.WanderGoal
-
Returns whether the EntityAIBase should begin execution.
- canUseItem(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Determines whether the Pokémon can use held items.
- canUseMaster - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- canUseMove() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- canUseZMove() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- canUseZMove(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- canUseZMove(ItemStack) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- canWeatherChange(Weather) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
- capacity - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
The maximum number of entities that may exist in the world as a result of this spawner at any one time.
- capacity - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- capitalizeAllWords(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
-
Capitalizes the first letter and every letter that appears after a space.
- capitalizeString(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
- CAPSAKID - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Captivate - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Lowers the target's Special attack if its gender is the opposite of the user's.
- Captivate - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Captivate() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Captivate
- CAPTIVATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CAPTURE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- CAPTURE_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- CAPTURE_TYPE_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- captureCalculation(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs the main capture calculation and sets the
CaptureValues
accordingly. - captureCombo - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- CaptureCombo - Class in com.pixelmonmod.pixelmon.storage.playerData
-
Created by Jay113355 on 9/5/2021.
- CaptureCombo() - Constructor for class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- CaptureEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass for capture related events.
- CaptureEvent.FailedCapture - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a regular (non-raid) capture attempt fails to succeed.
- CaptureEvent.FailedRaidCapture - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a raid capture attempt fails to succeed.
- CaptureEvent.StartCapture - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a regular (non-raid) capture attempt is about to start.
- CaptureEvent.StartRaidCapture - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a raid capture attempt is about to start.
- CaptureEvent.SuccessfulCapture - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a regular (non-raid) capture attempt is about to succeed, after passing all the required checks.
- CaptureEvent.SuccessfulRaidCapture - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a raid capture attempt is about to succeed, after passing all the required checks.
- CaptureHealth - Class in com.pixelmonmod.pixelmon.api.pokemon.catching
-
Class for storing health values and Pokémon references for capture calculation purposes.
- CaptureHealth(RaidData.RaidPlayer, RaidData) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Constructs a new CaptureHealth representing a raid capture.
- CaptureHealth(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Constructs a new CaptureHealth representing a regular capture (in battle or out of battle, not a raid).
- CaptureMethod - Interface in com.pixelmonmod.pixelmon.api.pokemon.catching
-
Interface representing a capture method.
- CaptureMethodRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.catching
-
Registry for
CaptureMethod
instances. - CaptureMethodRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethodRegistry
- CaptureMethods - Class in com.pixelmonmod.pixelmon.api.pokemon.catching
- CaptureMethods() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- capturePokemonInMachine(Level, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
-
Gives the Pokémon in the machine to a player.
- CapturePokemonInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- CapturePokemonInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.CapturePokemonInteractionEvent
- CaptureTypeTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- CaptureTypeTrigger() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
- CaptureTypeTrigger.Instance - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- CaptureValues - Class in com.pixelmonmod.pixelmon.api.pokemon.catching
-
Variable encapsulation for
CaptureMethod
convenience. - CaptureValues(int, double) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Constructs a new CaptureValues with initial values set for the modified catch rate and ball bonus.
- CARAMEL_SWIRL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- CARBINK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- carbos - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- card - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- card - Variable in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- Card - Class in com.pixelmonmod.tcg.api.card
-
Data class that represents an instance of an
ImmutableCard
- Card(String, int, String...) - Constructor for class com.pixelmonmod.tcg.api.card.Card
- Card(CompoundTag) - Constructor for class com.pixelmonmod.tcg.api.card.Card
- Card(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.api.card.Card
- CARD - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- card_back - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- CARD_BACK - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- CARD_CODE_NBT_KEY - Static variable in class com.pixelmonmod.tcg.api.card.ImmutableCard
- CARD_DATA - Static variable in class com.pixelmonmod.tcg.init.loaders.TCGLoaders
- CARD_ID_NBT_KEY - Static variable in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
Deprecated.
- card_key_orange - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- card_key_red - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CardAttack - Class in com.pixelmonmod.tcg.api.card.attack
- CardAttack(String, List<Energy>, int, CardModifier, String, String) - Constructor for class com.pixelmonmod.tcg.api.card.attack.CardAttack
- CardAttack(String, List<Energy>, int, CardModifier, String, List<BaseAttackEffect>) - Constructor for class com.pixelmonmod.tcg.api.card.attack.CardAttack
- CardAttackEffectParser - Class in com.pixelmonmod.tcg.api.card.attack
- CardAttackEffectParser() - Constructor for class com.pixelmonmod.tcg.api.card.attack.CardAttackEffectParser
- CardAttacks - Class in com.pixelmonmod.tcg.api.accessors
- CardAttacks() - Constructor for class com.pixelmonmod.tcg.api.accessors.CardAttacks
- CardAttackTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- CardAttackTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.CardAttackTypeAdapter
- CardBack - Class in com.pixelmonmod.tcg.api.card.personalization
-
Created by SamPlummer on 14/07/2016.
- CardBack(String, String, ResourceLocation) - Constructor for class com.pixelmonmod.tcg.api.card.personalization.CardBack
- cardBackID - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- CardBackItem - Class in com.pixelmonmod.tcg.item
- CardBackItem() - Constructor for class com.pixelmonmod.tcg.item.CardBackItem
- CardBacks - Class in com.pixelmonmod.tcg.api.accessors
-
Created by Rob Nicholas on 09/04/2022.
- CardBacks() - Constructor for class com.pixelmonmod.tcg.api.accessors.CardBacks
- CardBackSyncPacket - Class in com.pixelmonmod.tcg.network.packets
- CardBackSyncPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.CardBackSyncPacket
- CardBackSyncPacket(int, String) - Constructor for class com.pixelmonmod.tcg.network.packets.CardBackSyncPacket
- CardCondition - Enum Class in com.pixelmonmod.tcg.api.card
- CardFactory - Interface in com.pixelmonmod.tcg.api.card
-
Factory interface for implementing card creation This implementation should only be accessed through the exposed methods in the
CardProxy
- CardItem - Class in com.pixelmonmod.tcg.item
- CardItem() - Constructor for class com.pixelmonmod.tcg.item.CardItem
- CardModifier - Enum Class in com.pixelmonmod.tcg.api.card
-
Created by Hy on 5/14/2016.
- CardPower - Class in com.pixelmonmod.tcg.api.card.ability
-
Created by Hy on 5/7/2016.
- CardPower(String, CardPowerType, BasePowerEffect) - Constructor for class com.pixelmonmod.tcg.api.card.ability.CardPower
- CardPowers - Class in com.pixelmonmod.tcg.api.accessors
- CardPowers() - Constructor for class com.pixelmonmod.tcg.api.accessors.CardPowers
- CardPowerType - Enum Class in com.pixelmonmod.tcg.api.card
- CardPowerTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- CardPowerTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.CardPowerTypeAdapter
- CardProxy - Class in com.pixelmonmod.tcg.api.card
-
Static proxy for accessing
CardFactory
implementation To change theCardFactory
implementation use theCardProxy.setFactory(CardFactory)
method during initialization - CardProxy() - Constructor for class com.pixelmonmod.tcg.api.card.CardProxy
- CardRarity - Enum Class in com.pixelmonmod.tcg.api.card
- CardRenderingHelper - Class in com.pixelmonmod.tcg.client.helper
- CardRenderingHelper() - Constructor for class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- cards - Variable in class com.pixelmonmod.tcg.api.events.PackOpenEvent
- Cards - Class in com.pixelmonmod.tcg.api.accessors
- Cards() - Constructor for class com.pixelmonmod.tcg.api.accessors.Cards
- CARDS - Static variable in class com.pixelmonmod.tcg.init.registry.CreativeModeTabRegistration
- CardScreen - Class in com.pixelmonmod.tcg.client.gui
- CardScreen(ImmutableCard) - Constructor for class com.pixelmonmod.tcg.client.gui.CardScreen
- CardSelector - Class in com.pixelmonmod.tcg.client.gui.duel
- CardSelector(TCGScreen, BattleOwnedTileEntityController) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- CardSelectorDisplay - Enum Class in com.pixelmonmod.tcg.client.gui.enums
-
Created by Hy on 5/19/2016.
- CardSelectorPurpose - Enum Class in com.pixelmonmod.tcg.client.gui.enums
-
Created by Hy on 5/20/2016.
- CardSelectorResult - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/24/2016.
- CardSelectorResult() - Constructor for class com.pixelmonmod.tcg.duel.state.CardSelectorResult
- CardSelectorState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/20/2016.
- CardSelectorState(int, int, boolean, CardSelectorDisplay, boolean) - Constructor for class com.pixelmonmod.tcg.duel.state.CardSelectorState
- CardSelectorState(int, int, int, boolean, CardSelectorDisplay, boolean, String, List<CardWithLocation>) - Constructor for class com.pixelmonmod.tcg.duel.state.CardSelectorState
- CardSelectorState(int, int, CardSelectorDisplay, boolean) - Constructor for class com.pixelmonmod.tcg.duel.state.CardSelectorState
- CardSelectorState(int, int, CardSelectorDisplay, boolean, String) - Constructor for class com.pixelmonmod.tcg.duel.state.CardSelectorState
- CardSelectorState(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.state.CardSelectorState
- CardSelectorToServerPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- CardSelectorToServerPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.CardSelectorToServerPacket
- CardSelectorToServerPacket(BlockPos, boolean, boolean[]) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.CardSelectorToServerPacket
- CardSet - Class in com.pixelmonmod.tcg.api.card.set
-
Created by Hy on 10/20/2016.
- CardSet(int, String, boolean, String) - Constructor for class com.pixelmonmod.tcg.api.card.set.CardSet
- CARDSET_DATA - Static variable in class com.pixelmonmod.tcg.init.loaders.TCGLoaders
- CardSets - Class in com.pixelmonmod.tcg.api.accessors
- CardSets() - Constructor for class com.pixelmonmod.tcg.api.accessors.CardSets
- CardSetTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- CardSetTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.CardSetTypeAdapter
- CardSpecification - Class in com.pixelmonmod.api.tcg
-
Implementation of the abstract specification for the
Card
andItemStack
types for TCG - CardSpecification(String, List<Requirement<Card, ItemStack, ?>>) - Constructor for class com.pixelmonmod.api.tcg.CardSpecification
- CardSpecificationProxy - Class in com.pixelmonmod.api.tcg
-
Static proxy class for the
SpecificationFactory
where it handles passing in the class - cardsToRenderAtOnce - Static variable in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- CardSyncPacket - Class in com.pixelmonmod.tcg.network.packets
- CardSyncPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.CardSyncPacket
- CardSyncPacket(int, String, boolean) - Constructor for class com.pixelmonmod.tcg.network.packets.CardSyncPacket
- CardTags - Class in com.pixelmonmod.tcg.api.card
- CardTags() - Constructor for class com.pixelmonmod.tcg.api.card.CardTags
- CardType - Enum Class in com.pixelmonmod.tcg.api.card
- CardWelcomeScreen - Class in com.pixelmonmod.tcg.client.gui
- CardWelcomeScreen() - Constructor for class com.pixelmonmod.tcg.client.gui.CardWelcomeScreen
- CardWithLocation - Class in com.pixelmonmod.tcg.client.gui.duel
-
Created by Hy on 5/11/2016.
- CardWithLocation() - Constructor for class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- CardWithLocation(CommonCardState, boolean, BoardLocation, int) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- CardWithLocation(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- CAREFUL - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- CARELESS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CARKOL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CARNIVINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CARRACOSTA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CARRACOSTA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- carrot_seed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CARVANHA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CARVANHA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- carveBlock(CarvingContext, CaveCarverConfiguration, ChunkAccess, Function<BlockPos, Holder<Biome>>, CarvingMask, BlockPos.MutableBlockPos, BlockPos.MutableBlockPos, Aquifer, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraSpaceCaveCarver
- cascade_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CASCOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CASCOON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CashRegisterBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- CashRegisterBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.CashRegisterBlock
- casingStack - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
The item stack representing the casing that will be returned to the player afterwards.
- cast() - Method in interface com.pixelmonmod.api.client.screen.widget.state.CustomState
- cast(Class<A>, SelectorType<?>) - Static method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
-
A utility method for casting the selector type to the given first paramater type
- Cast(ServerPlayer, HookEntity, int, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.FishingEvent.Cast
- casteliacone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CASTFORM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CastformTickHandler - Class in com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers
-
Changes Castform's form outside of battle.
- CastformTickHandler(AbstractBaseEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.CastformTickHandler
- castList(Class<A>, SelectorType<?>) - Static method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
-
A utility method for casting the selector type to the given first paramater type
- CATASTROPIKA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Catch(ServerPlayer, HookEntity, SpawnAction<? extends Entity>, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.FishingEvent.Catch
- CATCH - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- catchAttempted - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- catchCombo - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The current catch combo.
- CatchComboEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Created by Jay113355 on 9/5/2021.
- CatchComboEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent
- CatchComboEvent.ComboExperienceBonus - Class in com.pixelmonmod.pixelmon.api.events.battles
- CatchComboEvent.ComboIncrement - Class in com.pixelmonmod.pixelmon.api.events.battles
- Catching - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- catching_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CATCHING_CHARM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- CATCHING_CHARM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The state of the Catching Charm equipped by the Player
- catchingCharm - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Catching Charm.
- CatchingCharm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- CatchingCharm - Enum constant in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
- catchingCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- CatchingCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
- CatchingCharmCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CatchingCharmCommand
- catchPokemon() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
-
Catches the targeted Pokémon in the Poké Ball.
- catchRate - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- CATERPIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CATERPIE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- caught - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Caught Pokémon icon.
- CAUGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
- CAUGHT_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- CAUGHT_BALL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the type of Poké Ball the Pokémon is contained in.
- CAUGHT_TYPE_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Tag for counting the amount of each type a player has caught
- caughtBall(RegistryValue<PokeBall>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the ball of the Pokémon
- caughtBall(PokeBall) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the ball of the Pokémon
- caughtCount - Variable in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- cause - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
- cause - Variable in class com.pixelmonmod.pixelmon.api.events.battles.ForceEndBattleEvent
- cause - Variable in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
- cause - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- cause - Variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- cause - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
The 'cause' of this
SpawnLocation
. - cause - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- causeFallDamage(float, float, DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- causeFallDamage(float, float, DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- causeFallDamage(float, float, DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- causeFallDamage(float, float, DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- causeFallDamage(float, float, DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- causeTempt() - Method in class com.pixelmonmod.pixelmon.items.MintItem
- causeTempt() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- Cave - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- cave_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CAVE_ROCK - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- CAVE_ROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- CaveLevelTweak - Class in com.pixelmonmod.pixelmon.spawning
- CaveLevelTweak() - Constructor for class com.pixelmonmod.pixelmon.spawning.CaveLevelTweak
- caveRock - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.caveRockSpawner
. - CAVEROCK - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- caverockPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for cave rock spawning. - caveRockSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for cave rocks. - CCW - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
- CEASELESS_EDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CeaselessEdgeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- CeaselessEdgeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- CEL_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- CEL_SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- CEL_SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- CELEBI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CELEBI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Celebrate - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Does nothing.
- Celebrate() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Celebrate
- CELEBRATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CELESTEELA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CELESTEELA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CELESTIAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- cell_battery - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cellbattery - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- cells - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
- cells - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Seperate
- celShader - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- CelShaderRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl.shader
- CelShaderRequirement - Class in com.pixelmonmod.api.statue.requirement.impl.shader
- CelShaderRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.CelShaderRequirement
- CelShaderRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.CelShaderRequirement
- CelShaderRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.CelShaderRequirement
- CelShaderRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.CelShaderRequirement
- Center - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.widgets.TextAlignment
- CENTER - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Alignment
- CENTER - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.PositionTriState
- CENTER - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardJustification
- CENTER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TextJustification
- CENTER_LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- CENTER_RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- CENTER_TOP - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
- centerX - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The x coordinate of the screen's center.
- centerY - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The y coordinate of the screen's center.
- CENTISKORCH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CENTISKORCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CERULEDGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CERULEDGE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CETITAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CETITAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CETODDLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CETODDLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHAIN_LIGHTNING_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- chainIn - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- ChainLightningEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 8/14/2016.
- ChainLightningEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ChainLightningEffect
- CHAIR_MOUNT - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- ChairBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- ChairBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.ChairBlock
- ChairMountEntity - Class in com.pixelmonmod.pixelmon.entities
- ChairMountEntity(EntityType<ChairMountEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- ChairMountEntity(Level, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- ChairMountRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- ChairMountRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.ChairMountRenderer
- CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- chance - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.RollSuccessEvent
- chance - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.RandomChanceInteractionCondition
- chance - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ChanceCondition
- chance - Variable in class com.pixelmonmod.pixelmon.api.replacement.detection.PartialDetectionLogic
- chance - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- chance() - Method in record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
-
Returns the value of the
chance
record component. - Chance - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
- ChanceCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- ChanceCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ChanceCondition
- ChanceCondition(float) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ChanceCondition
- chanceOfAdditionalRewards(double) - Method in class com.pixelmonmod.pixelmon.api.util.RewardPool.Builder
- ChanceSpec - Record Class in com.pixelmonmod.pixelmon.config.starter
- ChanceSpec(Gson, JsonObject) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
- ChanceSpec(PokemonSpecification, double) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
-
Creates an instance of a
ChanceSpec
record class. - ChanceSpec(FriendlyByteBuf) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
- chanceSpecs() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns the value of the
chanceSpecs
record component. - CHANDELURE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHANDELURE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- change - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- Change - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
- CHANGE_RESISTANCE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- CHANGE_WEAKNESS_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- ChangeAbility - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the target's Ability into another Ability.
- ChangeAbility(String) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChangeAbility
-
Initializes the effect.
- ChangeAbilityAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- ChangeAbilityAction(int, PixelmonWrapper, Ability, Ability) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeAbilityAction
- changeBurmy - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is a Burmy that should change form after the battle.
- changeChance(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Modifies the chance of a modifier's secondary effect occurring.
- changeColorScheme() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- changeDesign() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- changeDimension(ServerLevel) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- ChangeDimensionInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- ChangeDimensionInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.ChangeDimensionInteractionEvent
- changedStats - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerShell
- changedStats - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Coaching
- changedStats - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Memento
- changedStats - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScaleShot
- changeDynamaxLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- ChangeLurePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage
- ChangeLurePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- ChangeLurePacket(ChangeLurePacket.Change) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- ChangeLurePacket(ChangeLurePacket.Change, Item, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- ChangeLurePacket.Change - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage
- ChangePokemonOpenGUIPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Opens the individual Pokémon editor GUI after changing a Pokémon.
- ChangePokemonOpenGUIPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonOpenGUIPacket
-
Empty constructor for packet registration.
- ChangePokemonOpenGUIPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonOpenGUIPacket
-
Initializes the packet.
- ChangePokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
- ChangePokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
- ChangePokemonPacket(UUID, Species) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
- ChangeResistanceEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- ChangeResistanceEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
- changeRules(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Requests that the battle rules be changed.
- changeStat(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Changes a stat to its value.
- changeState(EnumRulesGuiState) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
Changes the state of the GUI.
- ChangeStorageEvent - Class in com.pixelmonmod.pixelmon.api.events.storage
-
Fired when a Pokemon's storage is changed.
- ChangeStorageEvent(PokemonStorage, StoragePosition, PokemonStorage, StoragePosition, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.storage.ChangeStorageEvent
- changeTime() - Static method in class com.pixelmonmod.pixelmon.TimeHandler
-
Calculates the time using
TimeHandler.DATE_FORMAT
and multiplies the hours and minutes out into seconds Adds 18,000 as this is midnight in Minecraft and therefore is aligning the time with midnight - changeTransformedSprite(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Transformed
-
Set values to change the transformed Pokémon's sprite.
- changeType - Variable in class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
-
The specific change being made as a member of
EnumStatuePacketMode
- changeType - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Ate
-
The type that the Ability will change Normal-type moves into.
- ChangeTypeAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- ChangeTypeAction(int, PixelmonWrapper, List<Element>, List<Element>) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeTypeAction
- ChangeWeaknessEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- ChangeWeaknessEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ChangeWeaknessEffect
- CHANSEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHANSEY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHARCADET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHARCADET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- charcoal - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- charcoal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Charge - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles an Electric-type move's power for the next turn.
- Charge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Charge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Charge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Charge
-
Initializes the status.
- CHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Charge_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Charge_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Charge_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Charge_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- CHARGE_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ChargeBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ChargeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ChargeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ChargeTests
- charging - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- CHARISMATIC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Charizard - Class in com.pixelmonmod.pixelmon.items.fireworks.shapes
- Charizard() - Constructor for class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- CHARIZARD - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- CHARIZARD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHARIZARD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- charizardite_x - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Charizard into Mega Charizard X.
- charizardite_y - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Charizard into Mega Charizard Y.
- CHARJABUG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Charm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Charm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- CHARM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CHARMANDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHARMANDER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHARMANDER - Static variable in class com.pixelmonmod.tcg.api.accessors.Coins
- CHARMELEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHARMELEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CharmsConfig - Class in com.pixelmonmod.pixelmon.api.config
- CharmsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.CharmsConfig
- CharmScreen - Class in com.pixelmonmod.pixelmon.client.gui
- CharmScreen(EnumCharms) - Constructor for class com.pixelmonmod.pixelmon.client.gui.CharmScreen
- CHARTI - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- CHARTI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- charti_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ChartiFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- ChartiFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChartiFoliagePlacer
- charTyped(char, int) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.ChooseTargets
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
-
Call this method from your GuiScreen to process the keys into the textbox
- charTyped(char, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Call this method from your GuiScreen to process the keys into the textbox
- charTyped(char, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- charTyped(char, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- charTyped(char, int) - Method in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
-
Fired when a key is typed (except F11 which toggles full screen).
- charTyped(char, int) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- charTyped(char, int) - Method in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
-
Fired when a key is typed (except F11 which toggles full screen).
- chat - Variable in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- CHAT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
A message the chatting NPC says.
- CHAT_NUM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of chat messages the chatting NPC says.
- chatClosed() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Closes the chatbox.
- ChatExtensionScreen - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Handles chat during battle.
- ChatExtensionScreen(Screen, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Initializes the chat.
- ChatHandler - Class in com.pixelmonmod.pixelmon.comm
-
Methods to send messages to chat or battles.
- ChatHandler() - Constructor for class com.pixelmonmod.pixelmon.comm.ChatHandler
- chatOpen - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Whether the chatbox is open.
- chatOpen - Static variable in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Whether the chatbox is open.
- chatOpened(String) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Opens the chatbox.
- CHATOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHATOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ChatOverlayScreen - Class in com.pixelmonmod.pixelmon.client.gui
-
Suppresses chatbox rendering in order to move the chatbox.
- ChatOverlayScreen - Class in com.pixelmonmod.tcg.listener
- ChatOverlayScreen(Minecraft) - Constructor for class com.pixelmonmod.pixelmon.client.gui.ChatOverlayScreen
-
Initializes the chat overlay.
- ChatOverlayScreen(Minecraft) - Constructor for class com.pixelmonmod.tcg.listener.ChatOverlayScreen
- ChatPage - Record Class in com.pixelmonmod.pixelmon.api.dialogue.professor
-
Represents a page in a
ProfessorDialogue
- ChatPage(Component, Component) - Constructor for record class com.pixelmonmod.pixelmon.api.dialogue.professor.ChatPage
-
Creates an instance of a
ChatPage
record class. - ChattableCameraScreen - Class in com.pixelmonmod.pixelmon.client.camera
- ChattableCameraScreen() - Constructor for class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- CHATTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CHATTER - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- chebyshev(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Calculates the Chebyshev distance (chessboard distance) between this vector and a given vector, on all axes.
- chebyshev(Position, Axis...) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Calculates the Chebyshev distance (chessboard distance) between this vector and a given vector, on the given axes.
- checkAndDropBlock(Level, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- checkAndDropBlock(Level, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- checkAndHandleBossTier(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant is a boss and then applies the boss tier logic to the provided wrapper.
- checkAndHandleBossTier(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- checkAndHandleBossTier(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- checkAndHandleBossTier(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- checkAndHandleImportantInteractions(Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- checkAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Handles all the logic of which animation should be used.
- checkBestChoice(MoveChoice, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks whether a move choice is best and modifies the best choices if it is.
- checkBestChoice(MoveChoice, List<MoveChoice>, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks whether a move choice is best and modifies the best choices if it is.
- CheckboxButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- CheckboxButton(int, int, int, int, int, boolean, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.CheckboxButton
- checkCacheHash(UUID, int) - Static method in class com.pixelmonmod.pixelmon.storage.extras.ExtrasContact
- checkCameraOn() - Static method in class com.pixelmonmod.pixelmon.client.gui.CameraOverlayScreen
- checkChance(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Randomly determines whether a secondary effect will occur based on the multiplier.
- checkClearBodyDoesNotStopAbsoluteStatChanges(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- checkClearBodyDoesNotStopSelfStatNegation(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- checkClearBodyDoesNotStopStatBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- checkClearBodyNotOverridingNegativeSixStatStage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- checkClearBodySuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- checkClearBodySuppressedByMoldBreakerFromForcedSwap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- checkClearedMessages() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player has cleared all messages, and triggers the cleared message event if so.
- checkCloudNineDoesNotStopDeltaStream(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineDoesNotStopDesolateLand(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineDoesNotStopPrimordealSea(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineRainNegatesFireAndWaterAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineStopsHailDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineStopsSandStormDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineStopsSandStormRockSpDefBoost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineStopsSnowIceTypeDefBoost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCloudNineSunNegatesFireAndWaterAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- checkCost(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.RelearnerInteractionResult
- checkDefeated(BattleParticipant, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if a participant has been defeated.
- checkDirections - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Cut
-
Directions to check for adjacent wood blocks.
- checkedPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The Pokemon that need to be evolved
- CheckedStrikes - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the target multiple times, with each hit having a separate accuracy check.
- CheckedStrikes(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CheckedStrikes
-
Initializes the multi-hit move.
- checkedThisTurn - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickDraw
- checkedThisTurn - Variable in class com.pixelmonmod.pixelmon.items.heldItems.BerryCustapItem
- checkedThisTurn - Variable in class com.pixelmonmod.pixelmon.items.heldItems.QuickClawItem
- checkEggIvs - Variable in class com.pixelmonmod.pixelmon.api.config.CommandsConfig
- checkEvo - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.AttackData
- checkForActiveOfRuinAbilities(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.OfRuinStatus
- checkForCharms() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
- checkForCube(Player) - Static method in class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener
- checkForEvolutionMoves() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
- checkForFinalFrame(int) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
- checkForIncrement(IncrementingVariable) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
- checkForOvalCharm() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
- checkForPP(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- checkForShinyCharm() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
- checkIfCanSwitchAndThenSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.EjectPackItem
- checkIncense(Item, Item, Pokemon, Item, RegistryValue<Species>, RegistryValue<Species>...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Checks the incense
- checkIncense(Item, Item, Pokemon, Item, RegistryValue<Species>, RegistryValue<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- checkInterval(String) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- checkInventory(ServerPlayer, BagSection, List<ItemStack>, boolean, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Iterates over a given list of
ItemStack
s and checks for battle items of the givenBagSection
, populating the given list ofItemData
with any matches. - checkInventory(ServerPlayer, BagSection, List<ItemStack>, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Iterates over a given list of
ItemStack
s and checks for battle items of the givenBagSection
, populating the given list ofItemData
with any matches. - checkInventory(ServerPlayer, BagSection, Container, List<ItemData>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Iterates over a given
Container
and checks for battle items of the givenBagSection
, populating the given list ofItemData
with any matches. - checkMoveSpeed(BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
-
Calculates turn order.
- checkPermission(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
-
Checks to see if the user has permission to edit the pixelmon spawner
- checkPermission(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.items.ChiselItem
-
Checks to see if the user has permission for the Chisel.
- checkPermission(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.items.PokemonEditorItem
-
Checks to see if the user has permission for the PokeEditor.
- checkPermission(Player) - Static method in class com.pixelmonmod.pixelmon.items.NPCEditorItem
- CheckPlayerBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Checks if a player can be spectated, and displays a message if so.
- CheckPlayerBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CheckPlayerBattlePacket
- CheckPlayerBattlePacket(Player) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CheckPlayerBattlePacket
- checkPlayerItems() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Increments orbs in the player's inventory upon defeating a Pokémon.
- checkPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant's Pokémon are in a valid state.
- checkPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- CheckPokemonEditorAllowedPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Checks if a player allows Pokémon editors to be used.
- CheckPokemonEditorAllowedPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CheckPokemonEditorAllowedPacket
-
Empty constructor for packet registration.
- CheckPokemonEditorAllowedPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CheckPokemonEditorAllowedPacket
-
Initializes a packet.
- checkPokerus() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
NOTE: I could probably make this more optimized, thanks to the new storage
- checkReviveSendOut(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if a Pokémon can be sent out after being revived.
- CheckRulesVersion<T extends PixelmonPacket> - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Checks if the client's custom rules are synced with the server's.
- CheckRulesVersion() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
Empty constructor for packet registration.
- CheckRulesVersion(T) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
Initializes a rules checking packet.
- CheckRulesVersionChoosePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Checks if the client's custom rules are synced with the server's before displaying the rule selection screen.
- CheckRulesVersionChoosePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionChoosePacket
-
Empty constructor for packet registration.
- CheckRulesVersionChoosePacket(DisplayBattleQueryRulesPacket) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionChoosePacket
-
Initializes a rules checking packet.
- CheckRulesVersionFixed - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Checks if the client's custom rules are synced with the server's before displaying the fixed rule screen.
- CheckRulesVersionFixed() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionFixed
-
Empty constructor for packet registration.
- CheckRulesVersionFixed(ShowTeamSelectPacket) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionFixed
-
Initializes a rules checking packet.
- checkSelection() - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Moves the currently selection backwards if it is invalid.
- checkSkyBattle(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if the move can be used if the battle is a Sky Battle.
- checkSpawnRules(LevelAccessor, MobSpawnType) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- checkSpawns - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
The
CheckSpawns
used when /checkspawnsAbstractSpawner.name
is used. - checkSpawns - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- checkSpawns(AbstractSpawner, CommandSourceStack, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.FishingCheckSpawns
- checkSpawns(AbstractSpawner, CommandSourceStack, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.GenericTriggerCheckSpawns
- checkSpawns(AbstractSpawner, CommandSourceStack, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.LegendaryCheckSpawns
- checkSpawns(AbstractSpawner, CommandSourceStack, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.PlayerTrackingCheckSpawns
- checkSpawns(AbstractSpawner, CommandSourceStack, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.RayTraceCheckSpawns
- checkSpawns(AbstractSpawner, CommandSourceStack, List<String>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CheckSpawns
-
Executes /checkspawns directly from the command.
- checkSpawns(AbstractSpawner, CommandSourceStack, List<String>) - Method in class com.pixelmonmod.pixelmon.api.spawning.calculators.CurryCheckSpawns
- CheckSpawns - Interface in com.pixelmonmod.pixelmon.api.spawning.calculators
-
Interface for performing /checkspawns calculations.
- CheckSpawnsCommand - Class in com.pixelmonmod.pixelmon.command.impl
- CheckSpawnsCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CheckSpawnsCommand
- checkTabClicked(SurvivalTab, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- checkUsers(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.DynamaxController
- checkValid() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks whether the battle is in a valid state.
- CHEEK_POUCH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CheekPouch - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Heals 33% hp when this Pokémon eats a Berry.
- CheekPouch() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CheekPouch
- CheekPouchTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- CheekPouchTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.CheekPouchTests
- cheerSuccessChance - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- CHEESE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- CHERI - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- CHERI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- cheri_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CheriFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- CheriFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CheriFoliagePlacer
- cherish - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Cherish Ball.
- CHERISH_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- CHERISH_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- CHERRIM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- cherryDeselect(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- cherrySelect(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- cherrySelected - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- CHERUBI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHESNAUGHT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHESPIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHESPIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- chest - Variable in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent
-
The tile entity of this Poke Loot.
- CHEST_BOAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- CHEST_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonBEWLRs
- ChestBEWLR - Class in com.pixelmonmod.pixelmon.client.render.item.bewlr
- ChestBEWLR() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.bewlr.ChestBEWLR
- CHESTO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- CHESTO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- chesto_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ChestoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- ChestoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChestoFoliagePlacer
- CHESTPLATE - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- CHEWTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHEWTLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHI_YU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHI_YU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHIEN_PAO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHIENPAO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHIKORITA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHIKORITAF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHIKORITAM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHILAN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- CHILAN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- chilan_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ChilanFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- ChilanFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChilanFoliagePlacer
- child() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- child() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
child
record component. - child(boolean) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- child(StatefulWidget<U>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- childCreated - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
- childCreated - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
- childExists - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
- childExists - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
- childGiven - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
- childGiven - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
- childModels - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- children - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- children() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- CHILL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- chill_drive - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CHILLING_NEIGH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CHILLING_WATER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ChillingNeigh - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ChillingNeigh() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ChillingNeigh
- ChillingWater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- CHILLY_RECEPTION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CHIMCHAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHIMCHAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHIMECHO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHIMECHO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHINCHOU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHINCHOU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHINGLING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CHINGLING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CHIP_AWAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- chipped_pot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- chisel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- chiseled_ultra_space_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CHISELED_ULTRA_SPACE_STONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ChiselItem - Class in com.pixelmonmod.pixelmon.items
- ChiselItem() - Constructor for class com.pixelmonmod.pixelmon.items.ChiselItem
- ChiStrike - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases the chance of the move landing a critical hit.
- ChiStrike - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ChiStrike() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChiStrike
- ChiStrikeStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases crit stage by 1 for each layer.
- ChiStrikeStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ChiStrikeStatus
-
Initializes the status.
- CHLOROBLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ChloroblastTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ChloroblastTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ChloroblastTests
- Chlorophyll - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Chlorophyll() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Chlorophyll
- CHLOROPHYLL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- choice - Variable in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.The choice that was selected.
- Choice - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
DialogueFactory
instead. - Choice - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
- Choice(String, Consumer<DialogueChoiceEvent>) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.
- Choice(String, Consumer<DialogueChoiceEvent>, int) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.
- Choice(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.
- Choice(FriendlyByteBuf, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.
- choice_band - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- choice_scarf - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- choice_specs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Choice.ChoiceBuilder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Deprecated.
- ChoiceBuilder() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
Deprecated.
- choiceID - Variable in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.The runtime-unique ID for this choice.
- choiceItem - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ChoiceItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Raises a stat by 1.5x, but locks the user into a single move while in battle.
- ChoiceItem(BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ChoiceItem
-
Initializes a choice item.
- ChoiceItemTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- ChoiceItemTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.ChoiceItemTests
- choiceLocked - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The attack that a choice item has restricted the holder to.
- choices - Variable in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.Optional list of choices to be displayed underneath the dialogue.
- choiceSwapped - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon's choice item was just swapped with another.
- choose(AbstractSpawner, SpawnLocation, ArrayList<SpawnInfo>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.SelectionAlgorithm
-
Default method which chooses a
SpawnInfo
from the given list by percentage if possible, then using normal rarity sum method. - choose(List<JsonItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- Choose - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.starter.StarterScreenPhase
- CHOOSE_ATTACK - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- CHOOSE_BAG - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- CHOOSE_ETHER - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- CHOOSE_POKEMON - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- CHOOSE_RELEARN_MOVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- CHOOSE_SLOT_0 - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- CHOOSE_SLOT_1 - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- CHOOSE_SLOT_2 - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- CHOOSE_SLOT_3 - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- CHOOSE_SLOT_4 - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- CHOOSE_SLOT_5 - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- CHOOSE_TARGETS - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- CHOOSE_TUTOR - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- ChooseAttack - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Created by Jay113355 on 10/16/2020.
- ChooseAttack(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
-
Initializes the battle screen.
- ChooseAttack.EvoButton - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
- ChooseAttack.MoveButton - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
- ChooseAttackPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Sends an attack choice to the server.
- ChooseAttackPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
-
Initializes an empty packet.
- ChooseAttackPacket(UUID, boolean[][], int, int, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
-
Initializes a packet.
- chooseAttackUsingKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- ChooseBag - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag
-
Created by Jay113355 on 10/21/2020.
- ChooseBag(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
-
Initializes the battle screen.
- chooseBagSectionOrItemToUseFromKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- chooseBagUsingKeyPress() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- ChooseEther - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove
-
GUI for choosing a move to use an Ether on.
- ChooseEther(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseEther
-
Initializes the screen.
- ChooseLearnMove - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon
-
GUI for choosing a Pokémon to learn a move from an NPC.
- ChooseLearnMove(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChooseLearnMove
-
Initializes the GUI.
- chooseLeftRightArrowsInMenuFromKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- chooseMove - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Move details GUI when replacing a move.
- chooseMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Chooses a move to use depending on the AI.
- chooseMove(MoveChoice) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Prepares a move based on a move choice.
- ChooseMove - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove
-
GUI for choosing a Pokémon's move to do something with.
- ChooseMove(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseMove
-
Initializes the screen.
- chooseMove2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Move details GUI when choosing a move.
- ChooseMoveset - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ChooseMovesetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset
- ChooseMovesetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
- ChooseMovesetPacket(Pokemon, List<Attack>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
- ChooseMovesetScreen - Class in com.pixelmonmod.pixelmon.client.gui.chooseMoveset
-
GUI for choosing a moveset after using /setparty.
- ChooseMovesetScreen(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
-
Initializes the GUI.
- chooseMoveSkillKey - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for opening the move skill screen.
- ChooseMoveSkillKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- ChooseMoveSkillKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.ChooseMoveSkillKey
- chooseNoToForfeitingUsingKeyPress() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- chooseOppAttack() - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- chooseOppAttack() - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
- chooseOppAttack() - Method in class com.pixelmonmod.tcg.duel.attack.effects.MetronomeEffect
- ChoosePlayer(LegendarySpawner, ServerPlayer, ArrayList<ArrayList<ServerPlayer>>) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.ChoosePlayer
- choosePokemon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
GUI for choosing party Pokémon.
- ChoosePokemon - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon
-
GUI for choosing a party Pokémon.
- ChoosePokemon - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon
-
Created by Jay113355 on 10/21/2020.
- ChoosePokemon(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Initializes the GUI
- ChoosePokemon(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Initializes the GUI with a custom battle mode.
- ChoosePokemon(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.ChoosePokemon
-
Initializes the battle screen.
- choosePokemonSlot(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Determines the slot number of the Pokémon clicked on.
- choosePokemonTeamUsingKeyPress() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- choosePokemonToSendOutFromKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- ChooseRelearnMove - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ChooseSpecies(DenEntity, RaidData) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseSpecies
- ChooseStarLevel(DenEntity, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseStarLevel
- ChooseStarter - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ChooseStarterPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Gives a starter Pokémon to a player.
- ChooseStarterPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ChooseStarterPacket
-
Empty constructor for packet registration.
- ChooseStarterPacket(int, boolean[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ChooseStarterPacket
-
Initializes a starter choice packet.
- ChooseStarterScreen - Class in com.pixelmonmod.pixelmon.client.gui.starter
- ChooseStarterScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- ChooseStarterScreen(boolean[], int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- ChooseTargets - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens
-
Created by Jay113355 on 10/16/2020.
- ChooseTargets(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.ChooseTargets
-
Initializes the battle screen.
- chooseToFleeOrForfeitUsingKeyPress() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- ChooseTutor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- chooseValueForMode(String, Boolean, Integer, double) - Method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- chooseViaPercentage(AbstractSpawner, ArrayList<SpawnInfo>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.SelectionAlgorithm
-
Default method that chooses a
SpawnInfo
from the given list based on theSpawnInfo.percentage
if possible. - choosingMoveset - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
- ChoosingMovesetData - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset
- ChoosingMovesetData(ServerPlayer, List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChoosingMovesetData
- choosingPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player is currently choosing a Pokémon.
- CHOPLE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- CHOPLE - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- chople_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ChopleFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- ChopleFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChopleFoliagePlacer
- chosenAttackList - Static variable in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
-
The attacks that the Pokémon has chosen to learn.
- Christmas - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
- CHRISTMAS - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- CHRISTMAS_ARTICUNO - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.WingType
- CHRISTMAS_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- CHRISTMAS_PRESENTS - Static variable in class com.pixelmonmod.pixelmon.world.generation.TreeDecoratorTypes
- ChristmasBallLogic - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- ChristmasBallLogic() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.ChristmasBallLogic
- CHUNK_GENERATOR - Static variable in class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
- CINCCINO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CINDERACE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CINDERACE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- circle(WidgetRenderState<? extends StatefulWidget<?>>, int, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- circle(GuiGraphics, double, double, double, double, int, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- circle(GuiGraphics, ScreenVector, ScreenVector, int, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- CIRCLE_THROW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CircleOwner - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- Claim(ServerPlayer, PokeChestTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.Claim
- CLAIMED_REWARD_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- CLAIMER_UUID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- ClaimObjectivePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.research
- ClaimObjectivePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimObjectivePacket
- ClaimObjectivePacket(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimObjectivePacket
- ClaimResearchObjectiveEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player claims a
PlayerResearchObjective
. - ClaimResearchObjectiveEvent(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchObjective) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- ClaimResearchObjectiveEvent.Post - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired after the player claims the rewards for the objective.
- ClaimResearchObjectiveEvent.Pre - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired before the player claims the rewards for the objective.
- ClaimResearchStageEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player claims a
PlayerResearchStage
reward through the user interface. - ClaimResearchStageEvent(ServerPlayer, PlayerResearch, PlayerResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent
- ClaimResearchStageEvent.Post - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired after the player claims the rewards for the stage.
- ClaimResearchStageEvent.Pre - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired before the player claims the rewards for the stage.
- claimReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- claimReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- claimReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- claimReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- claimReward() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
-
Claims the reward for the objective.
- claimReward() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Claims the reward for this stage of research.
- ClaimStagePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.research
- ClaimStagePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimStagePacket
- ClaimStagePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimStagePacket
- CLAMP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CLAMPERL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLAMPERL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CLANGING_SCALES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CLANGOROUS_SOUL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CLANGOROUS_SOULBLAZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ClangorousSoul - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases the user's attack to its maximum stage in exchange for half of its maximum hp.
- ClangorousSoul() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClangorousSoul
- ClangorousSoulblazeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ClangorousSoulblazeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ClangorousSoulblazeTests
- CLASS - Static variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- CLASSIC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CLAUNCHER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- clause(BattleClause) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the battle clause
- clauseListHeight - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The height of clause lists.
- ClauseListScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.rules
-
A list of battle clauses.
- ClauseListScreen(BattleRulesBaseScreen, List<BattleClause>, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
-
Initializes a clause list.
- CLAUSES - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- ClausesProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- ClausesProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.ClausesProperty
- ClausesValue - Class in com.pixelmonmod.pixelmon.battles.api.rules.value
- ClausesValue(Set<BattleClause>) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
- CLAW - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- claw_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- clawFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Claw Fossil's model.
- CLAWITZER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLAYDOL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLAYDOL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- clazz() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Returns the value of the
clazz
record component. - cleanse_tag - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cleanseTag - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- cleanUp(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- cleanUp(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Buzzap
- cleanUp(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapEnemy
- cleanUp(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Heal
- cleanUp(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Peek
- cleanUp(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Shift
- cleanUp(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.SpecialDelivery
- clear() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- clear() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- clear() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- clear() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- clear() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Clears all the pokemon from the storage
- clear() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- clear() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Clears all research data.
- clear() - Method in class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- clear() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- clear() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- clear() - Method in class com.pixelmonmod.pixelmon.client.models.ModelHolder
- clear() - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- clear() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- clear() - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- CLEAR - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
- CLEAR - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.BellBlock.Type
- clear_bell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CLEAR_BELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- CLEAR_BELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- CLEAR_BODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CLEAR_SMOG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- clearAll() - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- clearAll() - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- clearAll() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.manager.ResearchStorageManager
-
Clears the cache of all storages
- clearAll() - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Clears the cache of all storages
- clearAll() - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Clears the cache of all storages
- clearAll() - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Clears the cache of all storages
- clearAllies() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidAllyEvent
- clearAllyInfo() - Static method in class com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
- clearAttackTarget() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Clears the Pokémon's attack target.
- clearBattleStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Resets battle-specific stats.
- clearBattleStats(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Resets battle-specific stats.
- ClearBody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon's stats from being lowered.
- ClearBody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ClearBody
-
Initializes the Ability.
- ClearBodyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ClearBodyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- ClearClientResearchPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.research
- ClearClientResearchPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClearClientResearchPacket
- clearCombo() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
-
Clears the combo, called when a while Pokémon flees.
- clearContent() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- clearContent() - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
- clearContent() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- clearCooldowns() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Clears all cooldowns
- clearCraftingContent() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- clearData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- clearDropDowns() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
-
Removes all drop-down menus from the manager.
- clearDrops() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
-
Removes all the drops
- clearDrops() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- clearDrops() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
- clearEntries() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- clearFilter() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- clearFilter() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- clearFuture() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- clearHurtTimer() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Resets the hurt timers of all Pokémon in battle.
- clearKeyListeners() - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- clearLearnMoves(UUID) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
- clearLearnMoves(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
- clearLines() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- clearMovement(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- clearMoveSkills() - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Removes all move skills from the map of available move skills.
- clearOptions() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- clearPopups() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- clearRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseSpecies
- clearRaids() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
- clearSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- clearSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- clearSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- clearSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- clearSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- ClearSmogTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ClearSmogTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ClearSmogTests
- clearSpawning() - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
- clearStatus() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes all statuses from the Pokémon.
- ClearTerrain - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 1/25/2019.
- ClearTerrain() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClearTerrain
- ClearTerrainPresent - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- ClearTerrainPresent() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClearTerrainPresent
- clearTradePair(UUID) - Static method in class com.pixelmonmod.pixelmon.api.trading.NPCTrades
- clearTurnVariables() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Resets turn-specific variables for the participant's Pokémon.
- clearTurnVariables() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Resets variables that keep track of aspects within turns.
- clearUnsetIVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Sets all unset IVs (value=-1) to 0.
- CLEFABLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLEFABLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CLEFAIRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLEFAIRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CLEFAIRY_DOLL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- ClefairyDoll - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- ClefairyDoll() - Constructor for class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
- CLEFFA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLEFFA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- clever_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- clever_mochi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- clever_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseEther
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseMove
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ReplaceAttack
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChooseLearnMove
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.ChooseTargets
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.ChoosePokemon
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedRevive
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedSwitch
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.WaitingScreen
-
Handles a click input.
- click(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoDialogue
- ClickableElement<T> - Interface in com.pixelmonmod.pixelmon.client.gui.chooseMoveset
-
Used for clicking a move in a move list.
- clickBackButton() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Handles the user clicking the back button.
- ClickButton(String, ServerPlayer, PositionTriState) - Constructor for class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent.ClickButton
- clickBuyMiniScreen(double, double, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Processes held mouse input on the quantity selection screen.
- clickBuyScreen(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- ClickDrop(String, ServerPlayer, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent.ClickDrop
- clicked(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- clicked(int, int, ClickType, Player) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
- clickedOnEvoButton(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
- clickedOnMoveButton(PixelmonClientData, ChooseAttack.MoveButton, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
- clickMove(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseEther
- clickMove(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseMove
-
Sends the selection of a move to the server.
- clickMove(int) - Method in class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen
-
Sends the selection of a move to the server.
- client - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- CLIENT - Static variable in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- ClientBattleManager - Class in com.pixelmonmod.pixelmon.client.gui.battles
-
The client-side manager for battles.
- ClientBattleManager() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- ClientboundSetSelectedSlotPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.storage
- ClientboundSetSelectedSlotPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ClientboundSetSelectedSlotPacket
- ClientboundSetSelectedSlotPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ClientboundSetSelectedSlotPacket
- ClientboundUpdateSpawnerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- ClientboundUpdateSpawnerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ClientboundUpdateSpawnerPacket
- ClientboundUpdateSpawnerPacket(PixelmonSpawnerData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ClientboundUpdateSpawnerPacket
- ClientChangeOpenPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ClientChangeOpenPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientChangeOpenPCPacket
- ClientChangeOpenPCPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientChangeOpenPCPacket
- ClientChangeOpenPCPacket(UUID, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientChangeOpenPCPacket
- ClientData - Class in com.pixelmonmod.pixelmon.storage
- ClientData() - Constructor for class com.pixelmonmod.pixelmon.storage.ClientData
- ClientDimensionRegistration - Class in com.pixelmonmod.pixelmon.world.dimension.client
- ClientDimensionRegistration() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.client.ClientDimensionRegistration
- ClientFactories - Class in com.pixelmonmod.pixelmon.init.registry
- ClientFactories() - Constructor for class com.pixelmonmod.pixelmon.init.registry.ClientFactories
- clientFlag() - Static method in class com.pixelmonmod.pixelmon.items.EscapeRopeItem.EscapeRopeTask
- ClientInitializeStoragePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ClientInitializeStoragePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializeStoragePacket
- ClientInitializeStoragePacket(PokemonStorage) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializeStoragePacket
- ClientInvocationException - Exception in com.pixelmonmod.pixelmon.api.storage.research.impl.client
- ClientInvocationException() - Constructor for exception com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientInvocationException
- ClientNetworkListener - Class in com.pixelmonmod.pixelmon.listener
- ClientNetworkListener() - Constructor for class com.pixelmonmod.pixelmon.listener.ClientNetworkListener
- ClientPixelmonKeyMapping - Class in com.pixelmonmod.pixelmon.client.keybindings
- ClientPixelmonKeyMapping(String, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.ClientPixelmonKeyMapping
- ClientPlayerPokedex - Class in com.pixelmonmod.pixelmon.client.storage
- ClientPlayerPokedex() - Constructor for class com.pixelmonmod.pixelmon.client.storage.ClientPlayerPokedex
- ClientProxy - Class in com.pixelmonmod.pixelmon.client
-
Client-side initialization helper methods.
- ClientProxy() - Constructor for class com.pixelmonmod.pixelmon.client.ClientProxy
- ClientQueryResultsPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ClientQueryResultsPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientQueryResultsPCPacket
- ClientQueryResultsPCPacket(int, List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientQueryResultsPCPacket
- ClientRaidData - Class in com.pixelmonmod.pixelmon.client.gui.raids
- ClientRaidData() - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.ClientRaidData
- ClientRegistryHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- ClientRegistryHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ClientRegistryHelper
- ClientResearch - Class in com.pixelmonmod.pixelmon.api.storage.research.impl.client
- ClientResearch(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- ClientResearchManager - Class in com.pixelmonmod.pixelmon.client.storage
- ClientResearchManager() - Constructor for class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- ClientResearchObjective - Class in com.pixelmonmod.pixelmon.api.storage.research.impl.client
- ClientResearchObjective(ClientResearch, ClientResearchStage, FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- ClientResearchPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.research
- ClientResearchPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClientResearchPacket
- ClientResearchPacket(PlayerResearch, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClientResearchPacket
- ClientResearchStage - Class in com.pixelmonmod.pixelmon.api.storage.research.impl.client
- ClientResearchStage(ClientResearch, FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- clientReverseFlag() - Static method in class com.pixelmonmod.pixelmon.items.EscapeRopeItem.EscapeRopeTask
- clientRotation - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- ClientScoreboardFactory - Class in com.pixelmonmod.pixelmon.client.overlay.scoreboard
- ClientScoreboardFactory() - Constructor for class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory
- ClientScoreboardFactory.BoardInfo - Class in com.pixelmonmod.pixelmon.client.overlay.scoreboard
- ClientSetLastOpenBoxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ClientSetLastOpenBoxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientSetLastOpenBoxPacket
- ClientSetLastOpenBoxPacket(ServerPlayer, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientSetLastOpenBoxPacket
- ClientSetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage
- ClientSetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ClientSetPacket
- ClientSetPacket(PokemonStorage, StoragePosition, Pokemon, EnumUpdateType...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ClientSetPacket
- ClientShopItem - Class in com.pixelmonmod.pixelmon.client.gui.npc
- ClientShopItem() - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
- ClientShopkeeperData - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
Data about a shopkeeper to be used client-side in the NPC editor.
- ClientShopkeeperData(String) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Initializes a shopkeeper data object.
- ClientShopkeeperData(String, List<String>, List<String>) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Initializes a shopkeeper data object.
- ClientShopkeeperData(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Initializes a shopkeeper data object from a buffer.
- ClientStorageManager - Class in com.pixelmonmod.pixelmon.client.storage
- clientTicker - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- ClientTradePair - Record Class in com.pixelmonmod.pixelmon.api.trading
- ClientTradePair(PokemonRepresentation, PokemonRepresentation) - Constructor for record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
-
Creates an instance of a
ClientTradePair
record class. - ClientTradingManager - Class in com.pixelmonmod.pixelmon.client.gui
- ClientTradingManager() - Constructor for class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- ClientUpdatePokedexPacket - Class in com.pixelmonmod.pixelmon.comm
- ClientUpdatePokedexPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.ClientUpdatePokedexPacket
- ClientUpdatePokedexPacket(PlayerPokedex) - Constructor for class com.pixelmonmod.pixelmon.comm.ClientUpdatePokedexPacket
- cliff_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- clipboard() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- CLOBBOPUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLOBBOPUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- ClockBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- ClockBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- CLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ClockTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- ClockTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ClockTileEntity
- ClockTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ClockTileEntity
- CLODSIRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLODSIRE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- clone() - Method in class com.pixelmonmod.api.pokemon.PokemonSpecification
- clone() - Method in class com.pixelmonmod.api.statue.StatueSpecification
- clone() - Method in class com.pixelmonmod.api.tcg.CardSpecification
- clone() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Creates a copy of the object
- clone() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- clone() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- clone() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- clone() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
- clone() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
- clone(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Clone the Pokemon stored in a position and add it to the storage.
- CLONE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- cloneConditions() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
-
This retains the conditions before attacks, so that effect can be calculated
- cloneEVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Makes a copy of the Pokémon's EVs.
- cloner_cord - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CloneRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- CloneRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CloneRequirement
- CloneRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CloneRequirement
- Clones - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- CLONES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- CLONES_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- CLONING_BASE_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Timer for cloning machine particle animation.
- CLONING_BOOST_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of blocks put in the cloning machine.
- CLONING_BOOST_LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The strength of blocks put in the cloning machine.
- CLONING_GROWING_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the cloning machine is creating a Pokémon.
- CLONING_IS_BROKEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the cloning machine is broken.
- CLONING_IS_FINISHED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the cloning machine has finished cloning a Pokémon.
- cloning_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CLONING_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- CLONING_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- CLONING_MEW - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The nbt of the mew being cloned
- CLONING_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The player that put the mew in.
- CLONING_POKEMON_NAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon created by the cloning machine.
- CLONING_POKEMON_PROGRESS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Timer for cloning machine Pokémon growing animation.
- CLONING_PROCESSING_CLONE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the cloning machine is attempting to clone.
- CloningCompleteEvent - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Created by primerib on 10/17/2020.
- CloningCompleteEvent(Pokemon, PixelmonEntity, Player, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.CloningCompleteEvent
-
Fires upon cloning a mew successfully.
- CloningMachineBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
-
Multiblock form of the cloning machine.
- CloningMachineBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
-
Initializes the cloning machine multiblock dimensions and material.
- CloningMachineTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- CloningMachineTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- close() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- close() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.Entry
- close() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- close() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ReleaseWarningScreen
- close() - Static method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
- close(Consumer<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- close(Consumer<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- CLOSE - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Will close the GUI upon receiving the response from the server.
- CLOSE - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- CLOSE_COMBAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CLOSE_DIALOGUE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- CLOSE_SHOP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- closeable - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- closeable - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- closeable - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
- closeable() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sets the GUI as closeable (via ESCAPE button)
- closeable(boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sets if the GUI can be closed or not (via ESCAPE button)
- closeBagUsingKeyPress() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- CloseBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- CloseBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CloseBattlePacket
- closeBattleSafely() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Safely shuts down battles on the client.
- CloseCombat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- CloseCombat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- closeConsumer - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- closeConsumer() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.InputPlayerData
-
Returns the value of the
closeConsumer
record component. - closedItemStack - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
- closeDrawer() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- ClosedScreen(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.ClosedScreen
- CloseEditedPlayerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Closes the edited player GUI.
- CloseEditedPlayerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CloseEditedPlayerPacket
-
Empty constructor for packet registration.
- CloseEditingPlayerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Closes the Pokémon editor GUI for the editing player.
- CloseEditingPlayerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CloseEditingPlayerPacket
-
Empty constructor for packet registration.
- closeFridge() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- closeGlass() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- closeHandler() - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- closeHandler() - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- closeHandler() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Gets the close handler for the shop.
- closeHandler() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- closeHandler(Consumer<ServerPlayer>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- closeHandler(Consumer<ServerPlayer>) - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- closeHandler(Consumer<ServerPlayer>) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- closeHandler(Consumer<CustomDropsEvent.CloseScreen>) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- closeName(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- closeOnEsc(Predicate<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- closeOnEsc(Predicate<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- closeOnEscape() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the GUI to close when the player presses the escape key.
- closeOnEscape() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
closeOnEscape
record component. - closePokemonTeamUsingKeyPress() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- CloseProfessorDialoguePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor
- CloseProfessorDialoguePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor.CloseProfessorDialoguePacket
- closeQuietly(Closeable) - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper
- CloseRaidPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.raids
- CloseRaidPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.CloseRaidPacket
- closeScreen() - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Closes a GUI.
- CloseScreen(String, ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent.CloseScreen
- CloseScreenInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- CloseScreenInteractionResult() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.CloseScreenInteractionResult
- closeSearch() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- CloseTeamSelectScreenPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection
- CloseTeamSelectScreenPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CloseTeamSelectScreenPacket
- CloseTeamSelectScreenPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CloseTeamSelectScreenPacket
- closeTheBagMenu() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- clothed_table - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CLOUD_NINE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CloudNine - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the effects of weather.
- CloudNine() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CloudNine
-
Initializes the Ability.
- CloudNineTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- CloudNineTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- CLOUDY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CLOVER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- CLOYSTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CLOYSTER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CLUBS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- clusters - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.ChoosePlayer
-
The clusters of players that are considered during selection.
- cluttered_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CLUTTERED_BOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- Coaching - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- Coaching - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Coaching() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Coaching
- COACHING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- coal_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- COALOSSAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COALOSSAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- COBA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- COBA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- coba_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CobaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- CobaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CobaFoliagePlacer
- COBALION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COBALION - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- cobble_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- COCONUT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.ImmutableInteractionCondition
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.ImmutableDataProvider
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.ImmutableInteractionResult
- codec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- codec - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.MovementType
- codec() - Method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- codec() - Method in record class com.pixelmonmod.pixelmon.api.model.RenderingHandlerType
-
Returns the value of the
codec
record component. - codec() - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- codec() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- codec() - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.ImmutableInteractionCondition
- codec() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Codec for decoding data about the interaction condition
- codec() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
-
Returns the value of the
codec
record component. - codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNANDInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNORInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalORInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXNORInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe.RecipeMatchesInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world.StructureIsOneOfInteractionCondition
- codec() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- codec() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
-
Returns the value of the
codec
record component. - codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.ImmutableDataProvider
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.InteractionConditionDataProvider
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.ImmutableInteractionResult
- codec() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
-
The coded for decoding data for this interaction result
- codec() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
-
Returns the value of the
codec
record component. - codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerStartNPCBattleInteractionResult
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.SetIconInteractionResult
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.DelayInteractionResult
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.SetCooldownInteractionResult
- codec() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TriggerInteractionEventInteractionResult
- codec() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparator
- codec() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparatorType
-
Returns the value of the
codec
record component. - codec() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
- codec() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
- codec() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
- codec() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicate
- codec() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicateType
-
Returns the value of the
codec
record component. - codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.AlwaysModelPredicate
- codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.BattleModelPredicate
- codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.FlyingModelPredicate
- codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.RidingModelPredicate
- codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.SwimmingModelPredicate
- codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.WalkingModelPredicate
- codec() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- codec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- codec() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
- codec() - Method in class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe.Serializer
- codec() - Method in class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe.Serializer
- codec() - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe.Serializer
- codec() - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe.Serializer
- codec() - Method in interface com.pixelmonmod.pixelmon.api.selector.Selector
-
Gets the codec for this selector
- codec() - Method in class com.pixelmonmod.pixelmon.api.selector.type.ConstantSelector
- codec() - Method in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- codec() - Method in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
- codec() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.EmptyTeamSupplier
- codec() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
- codec() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
- codec() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
- codec() - Method in interface com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplier
-
Gets the codec for the
TeamSupplier
. - codec() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplierType
-
Returns the value of the
codec
record component. - codec() - Method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
The codec for reading the texture provider
- codec() - Method in record class com.pixelmonmod.pixelmon.api.texture.TextureProviderType
-
Returns the value of the
codec
record component. - codec() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
- codec() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
- codec() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
- codec() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType
-
Returns the value of the
codec
record component. - codec() - Method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
The codec used for encoding and decoding the data when transferring between the client and server
- codec() - Method in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- codec() - Method in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- codec() - Method in class com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
- codec() - Method in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- codec() - Method in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- codec() - Method in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- codec() - Method in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleType
- codec() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleType
- codec(Codec<A>) - Static method in class com.pixelmonmod.pixelmon.api.selector.type.ConstantSelector
-
Factory for creating an instanced version of this class
- codec(Codec<A>) - Static method in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
-
Factory for creating an instanced version of this class
- codec(Codec<A>) - Static method in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
-
Factory for creating an instanced version of this class
- codec(Codec<A>) - Static method in record class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.WeightedObject
- codec(Codec<A>) - Static method in class com.pixelmonmod.pixelmon.api.util.RewardPool
- codec(Codec<B>) - Static method in class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- codec(Class<B>) - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- codec(Class<B>, Codec<B>) - Static method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
- CODEC - Static variable in class com.pixelmonmod.api.pokemon.PokemonSpecification
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ChatPage
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysFalseInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysTrueInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.MonthIsInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNANDInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNORInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNOTInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalORInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXNORInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanOrEqualInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanOrEqualInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NotEqualInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.RandomChanceInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.CanBattleInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesEntityInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe.RecipeMatchesInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareCaseInsensitiveInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world.StructureIsOneOfInteractionCondition
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.BlockStateContextDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.ConstantBlockStateDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.calendar.DayOfMonthDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ConstantItemStackDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ItemStackContextDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.ConstantBooleanDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.InteractionConditionDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.ConstantNumberDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.IntegerContextNumberDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HandUsedDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.MatchesSpecDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PartySlotDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerContextDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerExpLevelDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerGameModeDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerInventoryDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerIPDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerNameDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerUUIDDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PokeDexDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PixelmonEntityContextDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonContextDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonLevelDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.ConstantStringDataProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.StringContextDataProvider
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.AppraiseRodInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.ConsoleExecuteCommandInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.EmptyInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GiveItemInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GivePokemonInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.HealPlayerPartyInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessagePlayerInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenPagedDialogueInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenTradeInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.CloseScreenInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveExperienceInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveMoneyInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.OpenProfessorDialogueInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.RewardLootTableInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.SpawnAndEnterBattleInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockDynamaxInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockMegaEvolutionInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerExecuteCommandInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerStartNPCBattleInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PokedexSeenInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.RelearnerInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.SetIconInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.DelayInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.SetCooldownInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TriggerInteractionEventInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TutorInteractionResult
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparator
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- CODEC - Static variable in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicate
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.AlwaysModelPredicate
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.BattleModelPredicate
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.FlyingModelPredicate
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.RidingModelPredicate
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.SwimmingModelPredicate
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.WalkingModelPredicate
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.ConditionalResearch
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.Research
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.selector.SelectorType
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.storage.supplier.EmptyTeamSupplier
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplier
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.ui.InputElementData
- CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.ui.InputType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
- CODEC - Static variable in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
- CODEC - Static variable in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- CODEC - Static variable in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionSetData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GinkgoFancyTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraElmTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraJungleTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.FallenLeavesBlockStateProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.UltraForestFlowerBlockStateProvider
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeFeatureConfig
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryFeatureConfig
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator.PresentTreeDecorator
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.AguavFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ApicotFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ApricornFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.AspearFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.BabiriFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.BelueFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.BlukFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChartiFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CheriFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChestoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChilanFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ChopleFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CobaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ColburFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CornnFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CustapFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.DrashFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.DurinFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.EggantFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.EnigmaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.FigyFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.GanlonFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.GinemaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.GrepaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.HabanFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.HondewFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.IapapaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.JabocaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KasibFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KebiaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KeeFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KelpsyFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KuoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LansatFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LeppaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LiechiFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LumFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MagoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MagostFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MarangaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MicleFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NanabFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NinikuFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NomelFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NutpeaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.OccaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.OranFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PamtreFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PasshoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PayapaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PechaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PersimFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PetayaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PinapFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PomegFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PumkinFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.QualotFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RabutaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RawstFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RazzFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RindoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RoseliFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RowapFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.SalacFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ShucaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.SitrusFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.SpelonFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.StarfFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.StribFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TamatoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TangaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TopoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TougaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WacanFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WatmelFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WepearFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WikiFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.YacheFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.YagoFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeCFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeDFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeEFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeFFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.SimpleLanakilaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.SmallLanakilaFoliagePlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.EggantTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LumTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StraightTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.TougaTrunkPlacer
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.structure.LargerJigsawStructure
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- CODEC - Static variable in class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserStructure
- CODECS - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonCodecs
- COFAGRIGUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COFAGRIGUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- COIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- coin - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- Coin - Class in com.pixelmonmod.tcg.api.card.personalization
- Coin(String, String, ResourceLocation, ResourceLocation) - Constructor for class com.pixelmonmod.tcg.api.card.personalization.Coin
- COIN - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- COIN - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- coin_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- coinFlip - Variable in class com.pixelmonmod.tcg.duel.state.GameCommonState
- CoinFlipAckPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- CoinFlipAckPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.CoinFlipAckPacket
- CoinFlipAckPacket(BlockPos) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.CoinFlipAckPacket
- CoinFlipState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 6/4/2016.
- CoinFlipState(List<CoinSide>, Integer) - Constructor for class com.pixelmonmod.tcg.duel.state.CoinFlipState
- CoinItem - Class in com.pixelmonmod.tcg.item
- CoinItem() - Constructor for class com.pixelmonmod.tcg.item.CoinItem
- Coins - Class in com.pixelmonmod.tcg.api.accessors
-
Created by Rob Nicholas on 09/04/2022.
- Coins() - Constructor for class com.pixelmonmod.tcg.api.accessors.Coins
- coinSetID - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- coinsGiven - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- CoinSide - Enum Class in com.pixelmonmod.tcg.duel.attack.enums
-
Created by Hy on 5/22/2016.
- CoinSyncPacket - Class in com.pixelmonmod.tcg.network.packets
- CoinSyncPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.CoinSyncPacket
- CoinSyncPacket(int, String) - Constructor for class com.pixelmonmod.tcg.network.packets.CoinSyncPacket
- COLBUR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- COLBUR - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- colbur_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ColburFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- ColburFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ColburFoliagePlacer
- CollapsableForm - Class in com.pixelmonmod.api.client.screen.widget.design
- CollapsableForm() - Constructor for class com.pixelmonmod.api.client.screen.widget.design.CollapsableForm
- collapsedDisplay - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- CollapsibleWidget - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- CollapsibleWidget(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- CollapsibleWidget(int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- collect() - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- collectAssignments() - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- collectAssignments(Comparator<ClientResearch>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- collectCollections() - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- collectCollections(Comparator<ClientResearch>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- collection - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- Collection - Class in com.pixelmonmod.api.client.screen.widget.misc
- Collection() - Constructor for class com.pixelmonmod.api.client.screen.widget.misc.Collection
- CollectionHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- CollectionHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- collectionLabel - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- collectItems(ServerPlayer, BagSection, List<ItemStack>, ItemStack, List<ItemData>) - Method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
- CollectItems(BattleController, String, ServerPlayer, BagSection, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems
- CollectLearnableMoves(Player, NPC, Pokemon, List<LearnableMove>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
- collectResearch() - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- collectResearch(Comparator<ClientResearch>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- Collide(DenEntity, Entity) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Collide
- COLLISION_COURSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- color - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- color - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- color - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- color - Variable in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- color - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- color - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- color - Variable in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- color - Static variable in class com.pixelmonmod.pixelmon.storage.ClientData
- color() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- color() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- color() - Method in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
-
Returns the value of the
color
record component. - color(float, float, float, float) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- color(int) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- color(int, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- color(WidgetRenderState<Assignment>) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- color(WidgetRenderState<Collection>) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- color(WidgetRenderState<Research>) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- color(Color) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- color(Color) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- color(Color) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- color(Color) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- color(Color) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- color(String) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- color(String) - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- color(ChatFormatting, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- COLOR - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- COLOR_CHANGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- COLOR_CODE_PATTERN - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- COLOR_CODEC - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonCodecs
- COLOR_SCHEME_COUNT - Static variable in class com.pixelmonmod.api.client.screen.ScreenStyle
- ColorChange - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes the user's type to the type of the move that dealt damage to it.
- ColorChange() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ColorChange
- ColorChangeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ColorChangeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ColorChangeTests
- ColorEnum - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- colorful_shake - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ColorHelper - Class in com.pixelmonmod.api.helpers
- ColorHelper() - Constructor for class com.pixelmonmod.api.helpers.ColorHelper
- COLORLESS - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- ColorPalette - Class in com.pixelmonmod.api.client.screen
- ColorPalette.ColorTable - Class in com.pixelmonmod.api.client.screen
- ColorPalette.ColorTable.Builder - Class in com.pixelmonmod.api.client.screen
- colors(Color, Color) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTier.Builder
- colors(Color, Color, Color) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- colorScheme() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- colorScheme() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- colorTable() - Method in class com.pixelmonmod.api.client.screen.widget.design.CollapsableForm
- colorTable() - Method in class com.pixelmonmod.api.client.screen.widget.design.Form
- colorTable() - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- colorTable() - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- colorTable() - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- colorTable() - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- colorTable() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- ColorTypeAdapter - Class in com.pixelmonmod.pixelmon.config.starter
- ColorTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
- colour(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Parses the string to a
Component
with the correctly formatted colour codes and hex codes - COLOUR_BAR_ONE - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- COLOUR_BAR_THREE - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- COLOUR_BAR_TWO - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- ColouredTextFieldWidget - Class in com.pixelmonmod.pixelmon.client.gui.widgets.text
- ColouredTextFieldWidget(Font, int, int, int, int, EditBox, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.ColouredTextFieldWidget
- ColouredTextFieldWidget(Font, int, int, int, int, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.ColouredTextFieldWidget
- com.pixelmonmod.api - package com.pixelmonmod.api
- com.pixelmonmod.api.client.screen - package com.pixelmonmod.api.client.screen
- com.pixelmonmod.api.client.screen.event - package com.pixelmonmod.api.client.screen.event
- com.pixelmonmod.api.client.screen.render - package com.pixelmonmod.api.client.screen.render
- com.pixelmonmod.api.client.screen.util - package com.pixelmonmod.api.client.screen.util
- com.pixelmonmod.api.client.screen.widget - package com.pixelmonmod.api.client.screen.widget
- com.pixelmonmod.api.client.screen.widget.design - package com.pixelmonmod.api.client.screen.widget.design
- com.pixelmonmod.api.client.screen.widget.input - package com.pixelmonmod.api.client.screen.widget.input
- com.pixelmonmod.api.client.screen.widget.misc - package com.pixelmonmod.api.client.screen.widget.misc
- com.pixelmonmod.api.client.screen.widget.state - package com.pixelmonmod.api.client.screen.widget.state
- com.pixelmonmod.api.client.screen.widget.test - package com.pixelmonmod.api.client.screen.widget.test
- com.pixelmonmod.api.event - package com.pixelmonmod.api.event
- com.pixelmonmod.api.helpers - package com.pixelmonmod.api.helpers
- com.pixelmonmod.api.loader - package com.pixelmonmod.api.loader
- com.pixelmonmod.api.parsing - package com.pixelmonmod.api.parsing
- com.pixelmonmod.api.pokemon - package com.pixelmonmod.api.pokemon
- com.pixelmonmod.api.pokemon.requirement - package com.pixelmonmod.api.pokemon.requirement
- com.pixelmonmod.api.pokemon.requirement.impl - package com.pixelmonmod.api.pokemon.requirement.impl
- com.pixelmonmod.api.pokemon.requirement.impl.friendship - package com.pixelmonmod.api.pokemon.requirement.impl.friendship
- com.pixelmonmod.api.pokemon.requirement.impl.shader - package com.pixelmonmod.api.pokemon.requirement.impl.shader
- com.pixelmonmod.api.registry - package com.pixelmonmod.api.registry
- com.pixelmonmod.api.requirement - package com.pixelmonmod.api.requirement
- com.pixelmonmod.api.scheduler - package com.pixelmonmod.api.scheduler
- com.pixelmonmod.api.statue - package com.pixelmonmod.api.statue
- com.pixelmonmod.api.statue.requirement - package com.pixelmonmod.api.statue.requirement
- com.pixelmonmod.api.statue.requirement.impl - package com.pixelmonmod.api.statue.requirement.impl
- com.pixelmonmod.api.statue.requirement.impl.shader - package com.pixelmonmod.api.statue.requirement.impl.shader
- com.pixelmonmod.api.tcg - package com.pixelmonmod.api.tcg
- com.pixelmonmod.api.tcg.requirement - package com.pixelmonmod.api.tcg.requirement
- com.pixelmonmod.api.tcg.requirement.impl - package com.pixelmonmod.api.tcg.requirement.impl
- com.pixelmonmod.mixin - package com.pixelmonmod.mixin
- com.pixelmonmod.pixelmon - package com.pixelmonmod.pixelmon
- com.pixelmonmod.pixelmon.advancements - package com.pixelmonmod.pixelmon.advancements
- com.pixelmonmod.pixelmon.ai - package com.pixelmonmod.pixelmon.ai
- com.pixelmonmod.pixelmon.ai.flying - package com.pixelmonmod.pixelmon.ai.flying
- com.pixelmonmod.pixelmon.ai.naivgator - package com.pixelmonmod.pixelmon.ai.naivgator
- com.pixelmonmod.pixelmon.api.advancements.triggers - package com.pixelmonmod.pixelmon.api.advancements.triggers
- com.pixelmonmod.pixelmon.api.attackAnimations - package com.pixelmonmod.pixelmon.api.attackAnimations
- com.pixelmonmod.pixelmon.api.battles - package com.pixelmonmod.pixelmon.api.battles
- com.pixelmonmod.pixelmon.api.battles.attack - package com.pixelmonmod.pixelmon.api.battles.attack
- com.pixelmonmod.pixelmon.api.block - package com.pixelmonmod.pixelmon.api.block
- com.pixelmonmod.pixelmon.api.codec - package com.pixelmonmod.pixelmon.api.codec
- com.pixelmonmod.pixelmon.api.command - package com.pixelmonmod.pixelmon.api.command
- com.pixelmonmod.pixelmon.api.config - package com.pixelmonmod.pixelmon.api.config
- com.pixelmonmod.pixelmon.api.config.adapter - package com.pixelmonmod.pixelmon.api.config.adapter
- com.pixelmonmod.pixelmon.api.config.api - package com.pixelmonmod.pixelmon.api.config.api
- com.pixelmonmod.pixelmon.api.config.api.data - package com.pixelmonmod.pixelmon.api.config.api.data
- com.pixelmonmod.pixelmon.api.config.api.ui - package com.pixelmonmod.pixelmon.api.config.api.ui
- com.pixelmonmod.pixelmon.api.config.api.yaml - package com.pixelmonmod.pixelmon.api.config.api.yaml
- com.pixelmonmod.pixelmon.api.config.api.yaml.data - package com.pixelmonmod.pixelmon.api.config.api.yaml.data
- com.pixelmonmod.pixelmon.api.config.recipes - package com.pixelmonmod.pixelmon.api.config.recipes
- com.pixelmonmod.pixelmon.api.data - package com.pixelmonmod.pixelmon.api.data
- com.pixelmonmod.pixelmon.api.daycare - package com.pixelmonmod.pixelmon.api.daycare
- com.pixelmonmod.pixelmon.api.daycare.event - package com.pixelmonmod.pixelmon.api.daycare.event
- com.pixelmonmod.pixelmon.api.daycare.impl - package com.pixelmonmod.pixelmon.api.daycare.impl
- com.pixelmonmod.pixelmon.api.daycare.impl.duration - package com.pixelmonmod.pixelmon.api.daycare.impl.duration
- com.pixelmonmod.pixelmon.api.daycare.impl.requirement - package com.pixelmonmod.pixelmon.api.daycare.impl.requirement
- com.pixelmonmod.pixelmon.api.dialogue - package com.pixelmonmod.pixelmon.api.dialogue
- com.pixelmonmod.pixelmon.api.dialogue.event - package com.pixelmonmod.pixelmon.api.dialogue.event
- com.pixelmonmod.pixelmon.api.dialogue.professor - package com.pixelmonmod.pixelmon.api.dialogue.professor
- com.pixelmonmod.pixelmon.api.drops - package com.pixelmonmod.pixelmon.api.drops
- com.pixelmonmod.pixelmon.api.dummy - package com.pixelmonmod.pixelmon.api.dummy
- com.pixelmonmod.pixelmon.api.economy - package com.pixelmonmod.pixelmon.api.economy
- com.pixelmonmod.pixelmon.api.entity.npc - package com.pixelmonmod.pixelmon.api.entity.npc
- com.pixelmonmod.pixelmon.api.entity.npc.storage - package com.pixelmonmod.pixelmon.api.entity.npc.storage
- com.pixelmonmod.pixelmon.api.entity.sensor - package com.pixelmonmod.pixelmon.api.entity.sensor
- com.pixelmonmod.pixelmon.api.entity.ticking - package com.pixelmonmod.pixelmon.api.entity.ticking
- com.pixelmonmod.pixelmon.api.entity.ticking.type - package com.pixelmonmod.pixelmon.api.entity.ticking.type
- com.pixelmonmod.pixelmon.api.enums - package com.pixelmonmod.pixelmon.api.enums
- com.pixelmonmod.pixelmon.api.events - package com.pixelmonmod.pixelmon.api.events
- com.pixelmonmod.pixelmon.api.events.battles - package com.pixelmonmod.pixelmon.api.events.battles
- com.pixelmonmod.pixelmon.api.events.blocks - package com.pixelmonmod.pixelmon.api.events.blocks
- com.pixelmonmod.pixelmon.api.events.drops - package com.pixelmonmod.pixelmon.api.events.drops
- com.pixelmonmod.pixelmon.api.events.init - package com.pixelmonmod.pixelmon.api.events.init
- com.pixelmonmod.pixelmon.api.events.legendary - package com.pixelmonmod.pixelmon.api.events.legendary
- com.pixelmonmod.pixelmon.api.events.lures - package com.pixelmonmod.pixelmon.api.events.lures
- com.pixelmonmod.pixelmon.api.events.moveskills - package com.pixelmonmod.pixelmon.api.events.moveskills
- com.pixelmonmod.pixelmon.api.events.npc - package com.pixelmonmod.pixelmon.api.events.npc
- com.pixelmonmod.pixelmon.api.events.pokemon - package com.pixelmonmod.pixelmon.api.events.pokemon
- com.pixelmonmod.pixelmon.api.events.raids - package com.pixelmonmod.pixelmon.api.events.raids
- com.pixelmonmod.pixelmon.api.events.screens - package com.pixelmonmod.pixelmon.api.events.screens
- com.pixelmonmod.pixelmon.api.events.spawning - package com.pixelmonmod.pixelmon.api.events.spawning
- com.pixelmonmod.pixelmon.api.events.storage - package com.pixelmonmod.pixelmon.api.events.storage
- com.pixelmonmod.pixelmon.api.interactions - package com.pixelmonmod.pixelmon.api.interactions
- com.pixelmonmod.pixelmon.api.item - package com.pixelmonmod.pixelmon.api.item
- com.pixelmonmod.pixelmon.api.model - package com.pixelmonmod.pixelmon.api.model
- com.pixelmonmod.pixelmon.api.model.type - package com.pixelmonmod.pixelmon.api.model.type
- com.pixelmonmod.pixelmon.api.moveskills - package com.pixelmonmod.pixelmon.api.moveskills
- com.pixelmonmod.pixelmon.api.npc - package com.pixelmonmod.pixelmon.api.npc
- com.pixelmonmod.pixelmon.api.npc.entity - package com.pixelmonmod.pixelmon.api.npc.entity
- com.pixelmonmod.pixelmon.api.npc.interaction - package com.pixelmonmod.pixelmon.api.npc.interaction
- com.pixelmonmod.pixelmon.api.npc.interaction.condition - package com.pixelmonmod.pixelmon.api.npc.interaction.condition
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text
- com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world - package com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world
- com.pixelmonmod.pixelmon.api.npc.interaction.context - package com.pixelmonmod.pixelmon.api.npc.interaction.context
- com.pixelmonmod.pixelmon.api.npc.interaction.context.event - package com.pixelmonmod.pixelmon.api.npc.interaction.context.event
- com.pixelmonmod.pixelmon.api.npc.interaction.context.placeholder - package com.pixelmonmod.pixelmon.api.npc.interaction.context.placeholder
- com.pixelmonmod.pixelmon.api.npc.interaction.event - package com.pixelmonmod.pixelmon.api.npc.interaction.event
- com.pixelmonmod.pixelmon.api.npc.interaction.event.type - package com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- com.pixelmonmod.pixelmon.api.npc.interaction.provider - package com.pixelmonmod.pixelmon.api.npc.interaction.provider
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.calendar - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.calendar
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon
- com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text - package com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text
- com.pixelmonmod.pixelmon.api.npc.interaction.result - package com.pixelmonmod.pixelmon.api.npc.interaction.result
- com.pixelmonmod.pixelmon.api.npc.interaction.result.type - package com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player - package com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time - package com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time
- com.pixelmonmod.pixelmon.api.overlay.notice - package com.pixelmonmod.pixelmon.api.overlay.notice
- com.pixelmonmod.pixelmon.api.overlay.scoreboard - package com.pixelmonmod.pixelmon.api.overlay.scoreboard
- com.pixelmonmod.pixelmon.api.overlay.scoreboard.line - package com.pixelmonmod.pixelmon.api.overlay.scoreboard.line
- com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry - package com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry
- com.pixelmonmod.pixelmon.api.overlay.scoreboard.type - package com.pixelmonmod.pixelmon.api.overlay.scoreboard.type
- com.pixelmonmod.pixelmon.api.pokedex - package com.pixelmonmod.pixelmon.api.pokedex
- com.pixelmonmod.pixelmon.api.pokemon - package com.pixelmonmod.pixelmon.api.pokemon
- com.pixelmonmod.pixelmon.api.pokemon.ability - package com.pixelmonmod.pixelmon.api.pokemon.ability
- com.pixelmonmod.pixelmon.api.pokemon.ability.abilities - package com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom - package com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom
- com.pixelmonmod.pixelmon.api.pokemon.boss - package com.pixelmonmod.pixelmon.api.pokemon.boss
- com.pixelmonmod.pixelmon.api.pokemon.catching - package com.pixelmonmod.pixelmon.api.pokemon.catching
- com.pixelmonmod.pixelmon.api.pokemon.drops - package com.pixelmonmod.pixelmon.api.pokemon.drops
- com.pixelmonmod.pixelmon.api.pokemon.effects - package com.pixelmonmod.pixelmon.api.pokemon.effects
- com.pixelmonmod.pixelmon.api.pokemon.egg - package com.pixelmonmod.pixelmon.api.pokemon.egg
- com.pixelmonmod.pixelmon.api.pokemon.egg.impl - package com.pixelmonmod.pixelmon.api.pokemon.egg.impl
- com.pixelmonmod.pixelmon.api.pokemon.export - package com.pixelmonmod.pixelmon.api.pokemon.export
- com.pixelmonmod.pixelmon.api.pokemon.export.exception - package com.pixelmonmod.pixelmon.api.pokemon.export.exception
- com.pixelmonmod.pixelmon.api.pokemon.export.impl - package com.pixelmonmod.pixelmon.api.pokemon.export.impl
- com.pixelmonmod.pixelmon.api.pokemon.growth - package com.pixelmonmod.pixelmon.api.pokemon.growth
- com.pixelmonmod.pixelmon.api.pokemon.growth.comparator - package com.pixelmonmod.pixelmon.api.pokemon.growth.comparator
- com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type - package com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type
- com.pixelmonmod.pixelmon.api.pokemon.hatch - package com.pixelmonmod.pixelmon.api.pokemon.hatch
- com.pixelmonmod.pixelmon.api.pokemon.healing - package com.pixelmonmod.pixelmon.api.pokemon.healing
- com.pixelmonmod.pixelmon.api.pokemon.item.pokeball - package com.pixelmonmod.pixelmon.api.pokemon.item.pokeball
- com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic - package com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- com.pixelmonmod.pixelmon.api.pokemon.lure - package com.pixelmonmod.pixelmon.api.pokemon.lure
- com.pixelmonmod.pixelmon.api.pokemon.ribbon - package com.pixelmonmod.pixelmon.api.pokemon.ribbon
- com.pixelmonmod.pixelmon.api.pokemon.ribbon.event - package com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
- com.pixelmonmod.pixelmon.api.pokemon.ribbon.json - package com.pixelmonmod.pixelmon.api.pokemon.ribbon.json
- com.pixelmonmod.pixelmon.api.pokemon.ribbon.type - package com.pixelmonmod.pixelmon.api.pokemon.ribbon.type
- com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl - package com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
- com.pixelmonmod.pixelmon.api.pokemon.species - package com.pixelmonmod.pixelmon.api.pokemon.species
- com.pixelmonmod.pixelmon.api.pokemon.species.abilities - package com.pixelmonmod.pixelmon.api.pokemon.species.abilities
- com.pixelmonmod.pixelmon.api.pokemon.species.aggression - package com.pixelmonmod.pixelmon.api.pokemon.species.aggression
- com.pixelmonmod.pixelmon.api.pokemon.species.dimensions - package com.pixelmonmod.pixelmon.api.pokemon.species.dimensions
- com.pixelmonmod.pixelmon.api.pokemon.species.evs - package com.pixelmonmod.pixelmon.api.pokemon.species.evs
- com.pixelmonmod.pixelmon.api.pokemon.species.gender - package com.pixelmonmod.pixelmon.api.pokemon.species.gender
- com.pixelmonmod.pixelmon.api.pokemon.species.gimmick - package com.pixelmonmod.pixelmon.api.pokemon.species.gimmick
- com.pixelmonmod.pixelmon.api.pokemon.species.moves - package com.pixelmonmod.pixelmon.api.pokemon.species.moves
- com.pixelmonmod.pixelmon.api.pokemon.species.palette - package com.pixelmonmod.pixelmon.api.pokemon.species.palette
- com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator - package com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
- com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type - package com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type
- com.pixelmonmod.pixelmon.api.pokemon.species.parameters - package com.pixelmonmod.pixelmon.api.pokemon.species.parameters
- com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying - package com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying
- com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted - package com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted
- com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming - package com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming
- com.pixelmonmod.pixelmon.api.pokemon.species.spawn - package com.pixelmonmod.pixelmon.api.pokemon.species.spawn
- com.pixelmonmod.pixelmon.api.pokemon.species.stat - package com.pixelmonmod.pixelmon.api.pokemon.species.stat
- com.pixelmonmod.pixelmon.api.pokemon.species.tags - package com.pixelmonmod.pixelmon.api.pokemon.species.tags
- com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters - package com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
- com.pixelmonmod.pixelmon.api.pokemon.stats - package com.pixelmonmod.pixelmon.api.pokemon.stats
- com.pixelmonmod.pixelmon.api.pokemon.stats.evolution - package com.pixelmonmod.pixelmon.api.pokemon.stats.evolution
- com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions - package com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types - package com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types
- com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats - package com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
- com.pixelmonmod.pixelmon.api.pokemon.stats.links - package com.pixelmonmod.pixelmon.api.pokemon.stats.links
- com.pixelmonmod.pixelmon.api.recipe - package com.pixelmonmod.pixelmon.api.recipe
- com.pixelmonmod.pixelmon.api.registries - package com.pixelmonmod.pixelmon.api.registries
- com.pixelmonmod.pixelmon.api.relearner - package com.pixelmonmod.pixelmon.api.relearner
- com.pixelmonmod.pixelmon.api.replacement - package com.pixelmonmod.pixelmon.api.replacement
- com.pixelmonmod.pixelmon.api.replacement.detection - package com.pixelmonmod.pixelmon.api.replacement.detection
- com.pixelmonmod.pixelmon.api.replacement.logic - package com.pixelmonmod.pixelmon.api.replacement.logic
- com.pixelmonmod.pixelmon.api.replacement.replacement - package com.pixelmonmod.pixelmon.api.replacement.replacement
- com.pixelmonmod.pixelmon.api.research - package com.pixelmonmod.pixelmon.api.research
- com.pixelmonmod.pixelmon.api.research.event - package com.pixelmonmod.pixelmon.api.research.event
- com.pixelmonmod.pixelmon.api.rules - package com.pixelmonmod.pixelmon.api.rules
- com.pixelmonmod.pixelmon.api.screens - package com.pixelmonmod.pixelmon.api.screens
- com.pixelmonmod.pixelmon.api.selection - package com.pixelmonmod.pixelmon.api.selection
- com.pixelmonmod.pixelmon.api.selector - package com.pixelmonmod.pixelmon.api.selector
- com.pixelmonmod.pixelmon.api.selector.type - package com.pixelmonmod.pixelmon.api.selector.type
- com.pixelmonmod.pixelmon.api.shop - package com.pixelmonmod.pixelmon.api.shop
- com.pixelmonmod.pixelmon.api.spawning - package com.pixelmonmod.pixelmon.api.spawning
- com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns - package com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
- com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection - package com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection
- com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection - package com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection
- com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items - package com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items
- com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs - package com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs
- com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon - package com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon
- com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes - package com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes
- com.pixelmonmod.pixelmon.api.spawning.archetypes.group - package com.pixelmonmod.pixelmon.api.spawning.archetypes.group
- com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners - package com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners
- com.pixelmonmod.pixelmon.api.spawning.calculators - package com.pixelmonmod.pixelmon.api.spawning.calculators
- com.pixelmonmod.pixelmon.api.spawning.conditions - package com.pixelmonmod.pixelmon.api.spawning.conditions
- com.pixelmonmod.pixelmon.api.spawning.util - package com.pixelmonmod.pixelmon.api.spawning.util
- com.pixelmonmod.pixelmon.api.storage - package com.pixelmonmod.pixelmon.api.storage
- com.pixelmonmod.pixelmon.api.storage.breeding - package com.pixelmonmod.pixelmon.api.storage.breeding
- com.pixelmonmod.pixelmon.api.storage.event - package com.pixelmonmod.pixelmon.api.storage.event
- com.pixelmonmod.pixelmon.api.storage.research - package com.pixelmonmod.pixelmon.api.storage.research
- com.pixelmonmod.pixelmon.api.storage.research.impl - package com.pixelmonmod.pixelmon.api.storage.research.impl
- com.pixelmonmod.pixelmon.api.storage.research.impl.client - package com.pixelmonmod.pixelmon.api.storage.research.impl.client
- com.pixelmonmod.pixelmon.api.storage.research.manager - package com.pixelmonmod.pixelmon.api.storage.research.manager
- com.pixelmonmod.pixelmon.api.storage.research.manager.impl - package com.pixelmonmod.pixelmon.api.storage.research.manager.impl
- com.pixelmonmod.pixelmon.api.storage.research.save - package com.pixelmonmod.pixelmon.api.storage.research.save
- com.pixelmonmod.pixelmon.api.storage.research.save.impl - package com.pixelmonmod.pixelmon.api.storage.research.save.impl
- com.pixelmonmod.pixelmon.api.storage.supplier - package com.pixelmonmod.pixelmon.api.storage.supplier
- com.pixelmonmod.pixelmon.api.tags - package com.pixelmonmod.pixelmon.api.tags
- com.pixelmonmod.pixelmon.api.test - package com.pixelmonmod.pixelmon.api.test
- com.pixelmonmod.pixelmon.api.test.impl - package com.pixelmonmod.pixelmon.api.test.impl
- com.pixelmonmod.pixelmon.api.test.impl.ability - package com.pixelmonmod.pixelmon.api.test.impl.ability
- com.pixelmonmod.pixelmon.api.test.impl.item - package com.pixelmonmod.pixelmon.api.test.impl.item
- com.pixelmonmod.pixelmon.api.test.impl.mechanics - package com.pixelmonmod.pixelmon.api.test.impl.mechanics
- com.pixelmonmod.pixelmon.api.test.impl.move - package com.pixelmonmod.pixelmon.api.test.impl.move
- com.pixelmonmod.pixelmon.api.texture - package com.pixelmonmod.pixelmon.api.texture
- com.pixelmonmod.pixelmon.api.texture.type - package com.pixelmonmod.pixelmon.api.texture.type
- com.pixelmonmod.pixelmon.api.toast - package com.pixelmonmod.pixelmon.api.toast
- com.pixelmonmod.pixelmon.api.trading - package com.pixelmonmod.pixelmon.api.trading
- com.pixelmonmod.pixelmon.api.tutor - package com.pixelmonmod.pixelmon.api.tutor
- com.pixelmonmod.pixelmon.api.ui - package com.pixelmonmod.pixelmon.api.ui
- com.pixelmonmod.pixelmon.api.ui.type - package com.pixelmonmod.pixelmon.api.ui.type
- com.pixelmonmod.pixelmon.api.util - package com.pixelmonmod.pixelmon.api.util
- com.pixelmonmod.pixelmon.api.util.helpers - package com.pixelmonmod.pixelmon.api.util.helpers
- com.pixelmonmod.pixelmon.api.util.toast - package com.pixelmonmod.pixelmon.api.util.toast
- com.pixelmonmod.pixelmon.api.world - package com.pixelmonmod.pixelmon.api.world
- com.pixelmonmod.pixelmon.battles - package com.pixelmonmod.pixelmon.battles
- com.pixelmonmod.pixelmon.battles.animations.particles - package com.pixelmonmod.pixelmon.battles.animations.particles
- com.pixelmonmod.pixelmon.battles.api - package com.pixelmonmod.pixelmon.battles.api
- com.pixelmonmod.pixelmon.battles.api.rules - package com.pixelmonmod.pixelmon.battles.api.rules
- com.pixelmonmod.pixelmon.battles.api.rules.clauses - package com.pixelmonmod.pixelmon.battles.api.rules.clauses
- com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers - package com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers
- com.pixelmonmod.pixelmon.battles.api.rules.clauses.type - package com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
- com.pixelmonmod.pixelmon.battles.api.rules.property - package com.pixelmonmod.pixelmon.battles.api.rules.property
- com.pixelmonmod.pixelmon.battles.api.rules.property.type - package com.pixelmonmod.pixelmon.battles.api.rules.property.type
- com.pixelmonmod.pixelmon.battles.api.rules.teamselection - package com.pixelmonmod.pixelmon.battles.api.rules.teamselection
- com.pixelmonmod.pixelmon.battles.api.rules.value - package com.pixelmonmod.pixelmon.battles.api.rules.value
- com.pixelmonmod.pixelmon.battles.attacks - package com.pixelmonmod.pixelmon.battles.attacks
- com.pixelmonmod.pixelmon.battles.attacks.animations - package com.pixelmonmod.pixelmon.battles.attacks.animations
- com.pixelmonmod.pixelmon.battles.attacks.animations.particles - package com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- com.pixelmonmod.pixelmon.battles.attacks.specialAttacks - package com.pixelmonmod.pixelmon.battles.attacks.specialAttacks
- com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers - package com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
- com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic - package com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers - package com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers
- com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn - package com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
- com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves - package com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves
- com.pixelmonmod.pixelmon.battles.controller - package com.pixelmonmod.pixelmon.battles.controller
- com.pixelmonmod.pixelmon.battles.controller.ai - package com.pixelmonmod.pixelmon.battles.controller.ai
- com.pixelmonmod.pixelmon.battles.controller.log - package com.pixelmonmod.pixelmon.battles.controller.log
- com.pixelmonmod.pixelmon.battles.controller.log.action - package com.pixelmonmod.pixelmon.battles.controller.log.action
- com.pixelmonmod.pixelmon.battles.controller.log.action.type - package com.pixelmonmod.pixelmon.battles.controller.log.action.type
- com.pixelmonmod.pixelmon.battles.controller.participants - package com.pixelmonmod.pixelmon.battles.controller.participants
- com.pixelmonmod.pixelmon.battles.raids - package com.pixelmonmod.pixelmon.battles.raids
- com.pixelmonmod.pixelmon.battles.status - package com.pixelmonmod.pixelmon.battles.status
- com.pixelmonmod.pixelmon.battles.tasks - package com.pixelmonmod.pixelmon.battles.tasks
- com.pixelmonmod.pixelmon.blocks - package com.pixelmonmod.pixelmon.blocks
- com.pixelmonmod.pixelmon.blocks.daycare - package com.pixelmonmod.pixelmon.blocks.daycare
- com.pixelmonmod.pixelmon.blocks.decorative - package com.pixelmonmod.pixelmon.blocks.decorative
- com.pixelmonmod.pixelmon.blocks.enums - package com.pixelmonmod.pixelmon.blocks.enums
- com.pixelmonmod.pixelmon.blocks.furniture - package com.pixelmonmod.pixelmon.blocks.furniture
- com.pixelmonmod.pixelmon.blocks.machines - package com.pixelmonmod.pixelmon.blocks.machines
- com.pixelmonmod.pixelmon.blocks.multi - package com.pixelmonmod.pixelmon.blocks.multi
- com.pixelmonmod.pixelmon.blocks.spawning - package com.pixelmonmod.pixelmon.blocks.spawning
- com.pixelmonmod.pixelmon.blocks.tileentity - package com.pixelmonmod.pixelmon.blocks.tileentity
- com.pixelmonmod.pixelmon.blocks.trees - package com.pixelmonmod.pixelmon.blocks.trees
- com.pixelmonmod.pixelmon.blocks.ultraspace - package com.pixelmonmod.pixelmon.blocks.ultraspace
- com.pixelmonmod.pixelmon.client - package com.pixelmonmod.pixelmon.client
- com.pixelmonmod.pixelmon.client.camera - package com.pixelmonmod.pixelmon.client.camera
- com.pixelmonmod.pixelmon.client.camera.movement - package com.pixelmonmod.pixelmon.client.camera.movement
- com.pixelmonmod.pixelmon.client.camera.target - package com.pixelmonmod.pixelmon.client.camera.target
- com.pixelmonmod.pixelmon.client.gui - package com.pixelmonmod.pixelmon.client.gui
- com.pixelmonmod.pixelmon.client.gui.badgecase - package com.pixelmonmod.pixelmon.client.gui.badgecase
- com.pixelmonmod.pixelmon.client.gui.battles - package com.pixelmonmod.pixelmon.client.gui.battles
- com.pixelmonmod.pixelmon.client.gui.battles.battleScreens - package com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
- com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove - package com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove
- com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon - package com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon
- com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens - package com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens
- com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag - package com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag
- com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon - package com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon
- com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo - package com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo
- com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays - package com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays
- com.pixelmonmod.pixelmon.client.gui.battles.rules - package com.pixelmonmod.pixelmon.client.gui.battles.rules
- com.pixelmonmod.pixelmon.client.gui.battles.tasks - package com.pixelmonmod.pixelmon.client.gui.battles.tasks
- com.pixelmonmod.pixelmon.client.gui.chooseMoveset - package com.pixelmonmod.pixelmon.client.gui.chooseMoveset
- com.pixelmonmod.pixelmon.client.gui.curryDex - package com.pixelmonmod.pixelmon.client.gui.curryDex
- com.pixelmonmod.pixelmon.client.gui.custom - package com.pixelmonmod.pixelmon.client.gui.custom
- com.pixelmonmod.pixelmon.client.gui.custom.dialogue - package com.pixelmonmod.pixelmon.client.gui.custom.dialogue
- com.pixelmonmod.pixelmon.client.gui.custom.overlays - package com.pixelmonmod.pixelmon.client.gui.custom.overlays
- com.pixelmonmod.pixelmon.client.gui.custom.selection - package com.pixelmonmod.pixelmon.client.gui.custom.selection
- com.pixelmonmod.pixelmon.client.gui.custom.selection.elements - package com.pixelmonmod.pixelmon.client.gui.custom.selection.elements
- com.pixelmonmod.pixelmon.client.gui.daycare - package com.pixelmonmod.pixelmon.client.gui.daycare
- com.pixelmonmod.pixelmon.client.gui.egg - package com.pixelmonmod.pixelmon.client.gui.egg
- com.pixelmonmod.pixelmon.client.gui.faint - package com.pixelmonmod.pixelmon.client.gui.faint
- com.pixelmonmod.pixelmon.client.gui.fishingLog - package com.pixelmonmod.pixelmon.client.gui.fishingLog
- com.pixelmonmod.pixelmon.client.gui.inventory - package com.pixelmonmod.pixelmon.client.gui.inventory
- com.pixelmonmod.pixelmon.client.gui.inventory.tabs - package com.pixelmonmod.pixelmon.client.gui.inventory.tabs
- com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl - package com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl
- com.pixelmonmod.pixelmon.client.gui.machines.cookingpot - package com.pixelmonmod.pixelmon.client.gui.machines.cookingpot
- com.pixelmonmod.pixelmon.client.gui.machines.infuser - package com.pixelmonmod.pixelmon.client.gui.machines.infuser
- com.pixelmonmod.pixelmon.client.gui.machines.mechanicalanvil - package com.pixelmonmod.pixelmon.client.gui.machines.mechanicalanvil
- com.pixelmonmod.pixelmon.client.gui.machines.slots - package com.pixelmonmod.pixelmon.client.gui.machines.slots
- com.pixelmonmod.pixelmon.client.gui.machines.washingmachine - package com.pixelmonmod.pixelmon.client.gui.machines.washingmachine
- com.pixelmonmod.pixelmon.client.gui.mail - package com.pixelmonmod.pixelmon.client.gui.mail
- com.pixelmonmod.pixelmon.client.gui.moveskills - package com.pixelmonmod.pixelmon.client.gui.moveskills
- com.pixelmonmod.pixelmon.client.gui.npc - package com.pixelmonmod.pixelmon.client.gui.npc
- com.pixelmonmod.pixelmon.client.gui.npc.editor - package com.pixelmonmod.pixelmon.client.gui.npc.editor
- com.pixelmonmod.pixelmon.client.gui.npc.widget - package com.pixelmonmod.pixelmon.client.gui.npc.widget
- com.pixelmonmod.pixelmon.client.gui.npcEditor - package com.pixelmonmod.pixelmon.client.gui.npcEditor
- com.pixelmonmod.pixelmon.client.gui.override - package com.pixelmonmod.pixelmon.client.gui.override
- com.pixelmonmod.pixelmon.client.gui.override.escape.cosmetic - package com.pixelmonmod.pixelmon.client.gui.override.escape.cosmetic
- com.pixelmonmod.pixelmon.client.gui.override.load - package com.pixelmonmod.pixelmon.client.gui.override.load
- com.pixelmonmod.pixelmon.client.gui.override.main - package com.pixelmonmod.pixelmon.client.gui.override.main
- com.pixelmonmod.pixelmon.client.gui.override.servers - package com.pixelmonmod.pixelmon.client.gui.override.servers
- com.pixelmonmod.pixelmon.client.gui.override.servers.list - package com.pixelmonmod.pixelmon.client.gui.override.servers.list
- com.pixelmonmod.pixelmon.client.gui.override.servers.screen - package com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- com.pixelmonmod.pixelmon.client.gui.override.warning - package com.pixelmonmod.pixelmon.client.gui.override.warning
- com.pixelmonmod.pixelmon.client.gui.pc - package com.pixelmonmod.pixelmon.client.gui.pc
- com.pixelmonmod.pixelmon.client.gui.pc.sorting - package com.pixelmonmod.pixelmon.client.gui.pc.sorting
- com.pixelmonmod.pixelmon.client.gui.pokechecker - package com.pixelmonmod.pixelmon.client.gui.pokechecker
- com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon - package com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon
- com.pixelmonmod.pixelmon.client.gui.pokedex - package com.pixelmonmod.pixelmon.client.gui.pokedex
- com.pixelmonmod.pixelmon.client.gui.pokemoneditor - package com.pixelmonmod.pixelmon.client.gui.pokemoneditor
- com.pixelmonmod.pixelmon.client.gui.professor - package com.pixelmonmod.pixelmon.client.gui.professor
- com.pixelmonmod.pixelmon.client.gui.raids - package com.pixelmonmod.pixelmon.client.gui.raids
- com.pixelmonmod.pixelmon.client.gui.recipebook - package com.pixelmonmod.pixelmon.client.gui.recipebook
- com.pixelmonmod.pixelmon.client.gui.selectMove - package com.pixelmonmod.pixelmon.client.gui.selectMove
- com.pixelmonmod.pixelmon.client.gui.spawner - package com.pixelmonmod.pixelmon.client.gui.spawner
- com.pixelmonmod.pixelmon.client.gui.starter - package com.pixelmonmod.pixelmon.client.gui.starter
- com.pixelmonmod.pixelmon.client.gui.statueEditor - package com.pixelmonmod.pixelmon.client.gui.statueEditor
- com.pixelmonmod.pixelmon.client.gui.trainerCard - package com.pixelmonmod.pixelmon.client.gui.trainerCard
- com.pixelmonmod.pixelmon.client.gui.vendingmachine - package com.pixelmonmod.pixelmon.client.gui.vendingmachine
- com.pixelmonmod.pixelmon.client.gui.widgets - package com.pixelmonmod.pixelmon.client.gui.widgets
- com.pixelmonmod.pixelmon.client.gui.widgets.button - package com.pixelmonmod.pixelmon.client.gui.widgets.button
- com.pixelmonmod.pixelmon.client.gui.widgets.text - package com.pixelmonmod.pixelmon.client.gui.widgets.text
- com.pixelmonmod.pixelmon.client.gui.zygarde - package com.pixelmonmod.pixelmon.client.gui.zygarde
- com.pixelmonmod.pixelmon.client.keybindings - package com.pixelmonmod.pixelmon.client.keybindings
- com.pixelmonmod.pixelmon.client.listener - package com.pixelmonmod.pixelmon.client.listener
- com.pixelmonmod.pixelmon.client.materials - package com.pixelmonmod.pixelmon.client.materials
- com.pixelmonmod.pixelmon.client.models - package com.pixelmonmod.pixelmon.client.models
- com.pixelmonmod.pixelmon.client.models.animations - package com.pixelmonmod.pixelmon.client.models.animations
- com.pixelmonmod.pixelmon.client.models.bikes - package com.pixelmonmod.pixelmon.client.models.bikes
- com.pixelmonmod.pixelmon.client.models.blocks - package com.pixelmonmod.pixelmon.client.models.blocks
- com.pixelmonmod.pixelmon.client.models.items - package com.pixelmonmod.pixelmon.client.models.items
- com.pixelmonmod.pixelmon.client.models.obj - package com.pixelmonmod.pixelmon.client.models.obj
- com.pixelmonmod.pixelmon.client.models.obj.parser - package com.pixelmonmod.pixelmon.client.models.obj.parser
- com.pixelmonmod.pixelmon.client.models.obj.parser.mtl - package com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- com.pixelmonmod.pixelmon.client.models.obj.parser.obj - package com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- com.pixelmonmod.pixelmon.client.models.obj.utils - package com.pixelmonmod.pixelmon.client.models.obj.utils
- com.pixelmonmod.pixelmon.client.models.pokeballs - package com.pixelmonmod.pixelmon.client.models.pokeballs
- com.pixelmonmod.pixelmon.client.models.smd - package com.pixelmonmod.pixelmon.client.models.smd
- com.pixelmonmod.pixelmon.client.music - package com.pixelmonmod.pixelmon.client.music
- com.pixelmonmod.pixelmon.client.overlay.scoreboard - package com.pixelmonmod.pixelmon.client.overlay.scoreboard
- com.pixelmonmod.pixelmon.client.particle - package com.pixelmonmod.pixelmon.client.particle
- com.pixelmonmod.pixelmon.client.particle.particles - package com.pixelmonmod.pixelmon.client.particle.particles
- com.pixelmonmod.pixelmon.client.particle.particles.beams - package com.pixelmonmod.pixelmon.client.particle.particles.beams
- com.pixelmonmod.pixelmon.client.particle.particles.cyclone - package com.pixelmonmod.pixelmon.client.particle.particles.cyclone
- com.pixelmonmod.pixelmon.client.particle.particles.flame - package com.pixelmonmod.pixelmon.client.particle.particles.flame
- com.pixelmonmod.pixelmon.client.particle.particles.magic.blue - package com.pixelmonmod.pixelmon.client.particle.particles.magic.blue
- com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow - package com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow
- com.pixelmonmod.pixelmon.client.particle.particles.shadow - package com.pixelmonmod.pixelmon.client.particle.particles.shadow
- com.pixelmonmod.pixelmon.client.particle.particles.shiny - package com.pixelmonmod.pixelmon.client.particle.particles.shiny
- com.pixelmonmod.pixelmon.client.particle.particles.slingring - package com.pixelmonmod.pixelmon.client.particle.particles.slingring
- com.pixelmonmod.pixelmon.client.particle.systems - package com.pixelmonmod.pixelmon.client.particle.systems
- com.pixelmonmod.pixelmon.client.render - package com.pixelmonmod.pixelmon.client.render
- com.pixelmonmod.pixelmon.client.render.blockReveal - package com.pixelmonmod.pixelmon.client.render.blockReveal
- com.pixelmonmod.pixelmon.client.render.custom - package com.pixelmonmod.pixelmon.client.render.custom
- com.pixelmonmod.pixelmon.client.render.entity.renderers - package com.pixelmonmod.pixelmon.client.render.entity.renderers
- com.pixelmonmod.pixelmon.client.render.entity.renderers.smd - package com.pixelmonmod.pixelmon.client.render.entity.renderers.smd
- com.pixelmonmod.pixelmon.client.render.item - package com.pixelmonmod.pixelmon.client.render.item
- com.pixelmonmod.pixelmon.client.render.item.bewlr - package com.pixelmonmod.pixelmon.client.render.item.bewlr
- com.pixelmonmod.pixelmon.client.render.layers - package com.pixelmonmod.pixelmon.client.render.layers
- com.pixelmonmod.pixelmon.client.render.player - package com.pixelmonmod.pixelmon.client.render.player
- com.pixelmonmod.pixelmon.client.render.shader - package com.pixelmonmod.pixelmon.client.render.shader
- com.pixelmonmod.pixelmon.client.render.tileEntities - package com.pixelmonmod.pixelmon.client.render.tileEntities
- com.pixelmonmod.pixelmon.client.richpresence - package com.pixelmonmod.pixelmon.client.richpresence
- com.pixelmonmod.pixelmon.client.storage - package com.pixelmonmod.pixelmon.client.storage
- com.pixelmonmod.pixelmon.client.storage.npc - package com.pixelmonmod.pixelmon.client.storage.npc
- com.pixelmonmod.pixelmon.comm - package com.pixelmonmod.pixelmon.comm
- com.pixelmonmod.pixelmon.comm.data - package com.pixelmonmod.pixelmon.comm.data
- com.pixelmonmod.pixelmon.comm.packetHandlers - package com.pixelmonmod.pixelmon.comm.packetHandlers
- com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase - package com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase
- com.pixelmonmod.pixelmon.comm.packetHandlers.battles - package com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- com.pixelmonmod.pixelmon.comm.packetHandlers.battles.gui - package com.pixelmonmod.pixelmon.comm.packetHandlers.battles.gui
- com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music - package com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music
- com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules - package com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
- com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection - package com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection
- com.pixelmonmod.pixelmon.comm.packetHandlers.camera - package com.pixelmonmod.pixelmon.comm.packetHandlers.camera
- com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset - package com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset
- com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage - package com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage
- com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage - package com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage
- com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc - package com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops - package com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops
- com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays - package com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays
- com.pixelmonmod.pixelmon.comm.packetHandlers.daycare - package com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue - package com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
- com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor - package com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor
- com.pixelmonmod.pixelmon.comm.packetHandlers.editor - package com.pixelmonmod.pixelmon.comm.packetHandlers.editor
- com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc - package com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction - package com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network - package com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- com.pixelmonmod.pixelmon.comm.packetHandlers.evolution - package com.pixelmonmod.pixelmon.comm.packetHandlers.evolution
- com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops - package com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops
- com.pixelmonmod.pixelmon.comm.packetHandlers.mail - package com.pixelmonmod.pixelmon.comm.packetHandlers.mail
- com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills - package com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills
- com.pixelmonmod.pixelmon.comm.packetHandlers.npc - package com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard - package com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard
- com.pixelmonmod.pixelmon.comm.packetHandlers.pc - package com.pixelmonmod.pixelmon.comm.packetHandlers.pc
- com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex - package com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex
- com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor - package com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
- com.pixelmonmod.pixelmon.comm.packetHandlers.raids - package com.pixelmonmod.pixelmon.comm.packetHandlers.raids
- com.pixelmonmod.pixelmon.comm.packetHandlers.research - package com.pixelmonmod.pixelmon.comm.packetHandlers.research
- com.pixelmonmod.pixelmon.comm.packetHandlers.selection - package com.pixelmonmod.pixelmon.comm.packetHandlers.selection
- com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem - package com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem
- com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor - package com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
- com.pixelmonmod.pixelmon.comm.packetHandlers.storage - package com.pixelmonmod.pixelmon.comm.packetHandlers.storage
- com.pixelmonmod.pixelmon.comm.packetHandlers.sync - package com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- com.pixelmonmod.pixelmon.comm.packetHandlers.toast - package com.pixelmonmod.pixelmon.comm.packetHandlers.toast
- com.pixelmonmod.pixelmon.comm.packetHandlers.trading - package com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard - package com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard
- com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde - package com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde
- com.pixelmonmod.pixelmon.command - package com.pixelmonmod.pixelmon.command
- com.pixelmonmod.pixelmon.command.impl - package com.pixelmonmod.pixelmon.command.impl
- com.pixelmonmod.pixelmon.command.impl.client - package com.pixelmonmod.pixelmon.command.impl.client
- com.pixelmonmod.pixelmon.command.impl.econ - package com.pixelmonmod.pixelmon.command.impl.econ
- com.pixelmonmod.pixelmon.command.impl.research - package com.pixelmonmod.pixelmon.command.impl.research
- com.pixelmonmod.pixelmon.command.impl.wiki - package com.pixelmonmod.pixelmon.command.impl.wiki
- com.pixelmonmod.pixelmon.config.starter - package com.pixelmonmod.pixelmon.config.starter
- com.pixelmonmod.pixelmon.container - package com.pixelmonmod.pixelmon.container
- com.pixelmonmod.pixelmon.dev - package com.pixelmonmod.pixelmon.dev
- com.pixelmonmod.pixelmon.entities - package com.pixelmonmod.pixelmon.entities
- com.pixelmonmod.pixelmon.entities.bikes - package com.pixelmonmod.pixelmon.entities.bikes
- com.pixelmonmod.pixelmon.entities.custom - package com.pixelmonmod.pixelmon.entities.custom
- com.pixelmonmod.pixelmon.entities.effects - package com.pixelmonmod.pixelmon.entities.effects
- com.pixelmonmod.pixelmon.entities.npcs - package com.pixelmonmod.pixelmon.entities.npcs
- com.pixelmonmod.pixelmon.entities.npcs.registry - package com.pixelmonmod.pixelmon.entities.npcs.registry
- com.pixelmonmod.pixelmon.entities.pixelmon - package com.pixelmonmod.pixelmon.entities.pixelmon
- com.pixelmonmod.pixelmon.entities.pixelmon.drops - package com.pixelmonmod.pixelmon.entities.pixelmon.drops
- com.pixelmonmod.pixelmon.entities.pixelmon.helpers - package com.pixelmonmod.pixelmon.entities.pixelmon.helpers
- com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation - package com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation
- com.pixelmonmod.pixelmon.entities.pixelmon.interactions - package com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom - package com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom
- com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges - package com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- com.pixelmonmod.pixelmon.entities.pixelmon.move_skills - package com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- com.pixelmonmod.pixelmon.entities.pixelmon.movement - package com.pixelmonmod.pixelmon.entities.pixelmon.movement
- com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects - package com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers - package com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers
- com.pixelmonmod.pixelmon.entities.pokeballs - package com.pixelmonmod.pixelmon.entities.pokeballs
- com.pixelmonmod.pixelmon.entities.projectiles - package com.pixelmonmod.pixelmon.entities.projectiles
- com.pixelmonmod.pixelmon.enums - package com.pixelmonmod.pixelmon.enums
- com.pixelmonmod.pixelmon.enums.heldItems - package com.pixelmonmod.pixelmon.enums.heldItems
- com.pixelmonmod.pixelmon.enums.items - package com.pixelmonmod.pixelmon.enums.items
- com.pixelmonmod.pixelmon.enums.technicalmoves - package com.pixelmonmod.pixelmon.enums.technicalmoves
- com.pixelmonmod.pixelmon.init.loaders - package com.pixelmonmod.pixelmon.init.loaders
- com.pixelmonmod.pixelmon.init.registry - package com.pixelmonmod.pixelmon.init.registry
- com.pixelmonmod.pixelmon.items - package com.pixelmonmod.pixelmon.items
- com.pixelmonmod.pixelmon.items.armor - package com.pixelmonmod.pixelmon.items.armor
- com.pixelmonmod.pixelmon.items.armor.armoreffects - package com.pixelmonmod.pixelmon.items.armor.armoreffects
- com.pixelmonmod.pixelmon.items.fireworks - package com.pixelmonmod.pixelmon.items.fireworks
- com.pixelmonmod.pixelmon.items.fireworks.shapes - package com.pixelmonmod.pixelmon.items.fireworks.shapes
- com.pixelmonmod.pixelmon.items.heldItems - package com.pixelmonmod.pixelmon.items.heldItems
- com.pixelmonmod.pixelmon.items.helpers - package com.pixelmonmod.pixelmon.items.helpers
- com.pixelmonmod.pixelmon.items.medicine - package com.pixelmonmod.pixelmon.items.medicine
- com.pixelmonmod.pixelmon.items.tools - package com.pixelmonmod.pixelmon.items.tools
- com.pixelmonmod.pixelmon.items.tree - package com.pixelmonmod.pixelmon.items.tree
- com.pixelmonmod.pixelmon.listener - package com.pixelmonmod.pixelmon.listener
- com.pixelmonmod.pixelmon.sounds - package com.pixelmonmod.pixelmon.sounds
- com.pixelmonmod.pixelmon.spawning - package com.pixelmonmod.pixelmon.spawning
- com.pixelmonmod.pixelmon.storage - package com.pixelmonmod.pixelmon.storage
- com.pixelmonmod.pixelmon.storage.adapters - package com.pixelmonmod.pixelmon.storage.adapters
- com.pixelmonmod.pixelmon.storage.extras - package com.pixelmonmod.pixelmon.storage.extras
- com.pixelmonmod.pixelmon.storage.playerData - package com.pixelmonmod.pixelmon.storage.playerData
- com.pixelmonmod.pixelmon.storage.schedulers - package com.pixelmonmod.pixelmon.storage.schedulers
- com.pixelmonmod.pixelmon.support - package com.pixelmonmod.pixelmon.support
- com.pixelmonmod.pixelmon.tools - package com.pixelmonmod.pixelmon.tools
- com.pixelmonmod.pixelmon.world.dimension - package com.pixelmonmod.pixelmon.world.dimension
- com.pixelmonmod.pixelmon.world.dimension.client - package com.pixelmonmod.pixelmon.world.dimension.client
- com.pixelmonmod.pixelmon.world.dimension.debug - package com.pixelmonmod.pixelmon.world.dimension.debug
- com.pixelmonmod.pixelmon.world.dimension.drowned - package com.pixelmonmod.pixelmon.world.dimension.drowned
- com.pixelmonmod.pixelmon.world.dimension.ultraspace - package com.pixelmonmod.pixelmon.world.dimension.ultraspace
- com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator - package com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator
- com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree - package com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree
- com.pixelmonmod.pixelmon.world.generation - package com.pixelmonmod.pixelmon.world.generation
- com.pixelmonmod.pixelmon.world.generation.blockstateprovider - package com.pixelmonmod.pixelmon.world.generation.blockstateprovider
- com.pixelmonmod.pixelmon.world.generation.features - package com.pixelmonmod.pixelmon.world.generation.features
- com.pixelmonmod.pixelmon.world.generation.features.drownedworld - package com.pixelmonmod.pixelmon.world.generation.features.drownedworld
- com.pixelmonmod.pixelmon.world.generation.features.lanakila - package com.pixelmonmod.pixelmon.world.generation.features.lanakila
- com.pixelmonmod.pixelmon.world.generation.features.tree.berry - package com.pixelmonmod.pixelmon.world.generation.features.tree.berry
- com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator - package com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator
- com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage - package com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage
- com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl - package com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila - package com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila
- com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk - package com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- com.pixelmonmod.pixelmon.world.generation.features.ultraspace - package com.pixelmonmod.pixelmon.world.generation.features.ultraspace
- com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater - package com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater
- com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant - package com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant
- com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike - package com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike
- com.pixelmonmod.pixelmon.world.generation.loot - package com.pixelmonmod.pixelmon.world.generation.loot
- com.pixelmonmod.pixelmon.world.generation.treedecorator - package com.pixelmonmod.pixelmon.world.generation.treedecorator
- com.pixelmonmod.pixelmon.world.listener - package com.pixelmonmod.pixelmon.world.listener
- com.pixelmonmod.pixelmon.world.structure - package com.pixelmonmod.pixelmon.world.structure
- com.pixelmonmod.pixelmon.world.structure.ultraspace - package com.pixelmonmod.pixelmon.world.structure.ultraspace
- com.pixelmonmod.pixelmon.world.weather - package com.pixelmonmod.pixelmon.world.weather
- com.pixelmonmod.tcg - package com.pixelmonmod.tcg
- com.pixelmonmod.tcg.api.accessors - package com.pixelmonmod.tcg.api.accessors
- com.pixelmonmod.tcg.api.card - package com.pixelmonmod.tcg.api.card
- com.pixelmonmod.tcg.api.card.ability - package com.pixelmonmod.tcg.api.card.ability
- com.pixelmonmod.tcg.api.card.attack - package com.pixelmonmod.tcg.api.card.attack
- com.pixelmonmod.tcg.api.card.personalization - package com.pixelmonmod.tcg.api.card.personalization
- com.pixelmonmod.tcg.api.card.set - package com.pixelmonmod.tcg.api.card.set
- com.pixelmonmod.tcg.api.config - package com.pixelmonmod.tcg.api.config
- com.pixelmonmod.tcg.api.config.impl - package com.pixelmonmod.tcg.api.config.impl
- com.pixelmonmod.tcg.api.events - package com.pixelmonmod.tcg.api.events
- com.pixelmonmod.tcg.api.exception - package com.pixelmonmod.tcg.api.exception
- com.pixelmonmod.tcg.api.typeadapters - package com.pixelmonmod.tcg.api.typeadapters
- com.pixelmonmod.tcg.api.util.helper - package com.pixelmonmod.tcg.api.util.helper
- com.pixelmonmod.tcg.block - package com.pixelmonmod.tcg.block
- com.pixelmonmod.tcg.client.container - package com.pixelmonmod.tcg.client.container
- com.pixelmonmod.tcg.client.container.slot - package com.pixelmonmod.tcg.client.container.slot
- com.pixelmonmod.tcg.client.gui - package com.pixelmonmod.tcg.client.gui
- com.pixelmonmod.tcg.client.gui.abilities - package com.pixelmonmod.tcg.client.gui.abilities
- com.pixelmonmod.tcg.client.gui.base - package com.pixelmonmod.tcg.client.gui.base
- com.pixelmonmod.tcg.client.gui.duel - package com.pixelmonmod.tcg.client.gui.duel
- com.pixelmonmod.tcg.client.gui.enums - package com.pixelmonmod.tcg.client.gui.enums
- com.pixelmonmod.tcg.client.helper - package com.pixelmonmod.tcg.client.helper
- com.pixelmonmod.tcg.client.renderers - package com.pixelmonmod.tcg.client.renderers
- com.pixelmonmod.tcg.commands - package com.pixelmonmod.tcg.commands
- com.pixelmonmod.tcg.duel - package com.pixelmonmod.tcg.duel
- com.pixelmonmod.tcg.duel.attack - package com.pixelmonmod.tcg.duel.attack
- com.pixelmonmod.tcg.duel.attack.effects - package com.pixelmonmod.tcg.duel.attack.effects
- com.pixelmonmod.tcg.duel.attack.enums - package com.pixelmonmod.tcg.duel.attack.enums
- com.pixelmonmod.tcg.duel.dto - package com.pixelmonmod.tcg.duel.dto
- com.pixelmonmod.tcg.duel.log - package com.pixelmonmod.tcg.duel.log
- com.pixelmonmod.tcg.duel.log.parameters - package com.pixelmonmod.tcg.duel.log.parameters
- com.pixelmonmod.tcg.duel.power - package com.pixelmonmod.tcg.duel.power
- com.pixelmonmod.tcg.duel.state - package com.pixelmonmod.tcg.duel.state
- com.pixelmonmod.tcg.duel.trainer - package com.pixelmonmod.tcg.duel.trainer
- com.pixelmonmod.tcg.entity - package com.pixelmonmod.tcg.entity
- com.pixelmonmod.tcg.init.loaders - package com.pixelmonmod.tcg.init.loaders
- com.pixelmonmod.tcg.init.registry - package com.pixelmonmod.tcg.init.registry
- com.pixelmonmod.tcg.item - package com.pixelmonmod.tcg.item
- com.pixelmonmod.tcg.listener - package com.pixelmonmod.tcg.listener
- com.pixelmonmod.tcg.network - package com.pixelmonmod.tcg.network
- com.pixelmonmod.tcg.network.data - package com.pixelmonmod.tcg.network.data
- com.pixelmonmod.tcg.network.packets - package com.pixelmonmod.tcg.network.packets
- com.pixelmonmod.tcg.network.packets.battles - package com.pixelmonmod.tcg.network.packets.battles
- com.pixelmonmod.tcg.network.packets.enums - package com.pixelmonmod.tcg.network.packets.enums
- com.pixelmonmod.tcg.network.sync - package com.pixelmonmod.tcg.network.sync
- com.pixelmonmod.tcg.proxy - package com.pixelmonmod.tcg.proxy
- com.pixelmonmod.tcg.tileentity - package com.pixelmonmod.tcg.tileentity
- Comatose - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Pokemon with this are treated as having the Sleep condition, while not actually having said condition.
- Comatose() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- COMATOSE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ComatoseTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ComatoseTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ComatoseTests
- COMBAT_BREED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- COMBEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COMBEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- combine(Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- ComboExperienceBonus(ServerPlayer, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent.ComboExperienceBonus
- ComboIncrement(ServerPlayer, Species, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent.ComboIncrement
- COMBUSKEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COMBUSKEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- COMET_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- comet_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- COMEUPPANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- COMFEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COMING_SOON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ComingSoon - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Placeholder for unimplemented Abilities.
- ComingSoon() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
- ComingSoon(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
-
Initializes the Ability as a placeholder for an unimplemented Ability.
- command - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.PlayerCommandAction
- COMMAND - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.DeleteType
- COMMAND - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- COMMAND - Static variable in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent.Constants
- COMMAND - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- COMMAND - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- COMMAND - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- COMMAND_GIVEN - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- CommandChatHandler - Class in com.pixelmonmod.pixelmon.comm
- CommandChatHandler() - Constructor for class com.pixelmonmod.pixelmon.comm.CommandChatHandler
- Commanded - Class in com.pixelmonmod.pixelmon.battles.status
- Commanded - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Commanded(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Commanded
- Commander - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Commander() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- COMMANDER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CommandHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- CommandHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.CommandHelper
- commands - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.ConsoleExecuteCommandInteractionResult
- commands - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerExecuteCommandInteractionResult
- COMMANDS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the NPC Trainer's commands.
- CommandsConfig - Class in com.pixelmonmod.pixelmon.api.config
- CommandsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.CommandsConfig
- CommentParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser
- CommentParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.CommentParser
- COMMON - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardRarity
- COMMON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- common_pokestop - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- COMMON_POKESTOP - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- COMMON_POKESTOP - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- common_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CommonCardState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/10/2016.
- CommonCardState(ImmutableCard) - Constructor for class com.pixelmonmod.tcg.duel.state.CommonCardState
- CommonCardState(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.state.CommonCardState
- CommonHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Miscellaneous utility methods.
- CommonHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- CommonProxy - Class in com.pixelmonmod.pixelmon
- CommonProxy() - Constructor for class com.pixelmonmod.pixelmon.CommonProxy
- comparator(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.sorting.PCSortingLogic
- ComparatorPower(MysteryBoxTileEntity, BlockState, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.ComparatorPower
-
Fired when a Mystery Box updates its comparator output strength.
- compare(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.sorting.DexNoPredicate
- compare(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.sorting.PCSortingLogic
- compare(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.sorting.PrimaryTypePredicate
- compare(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.sorting.ShinyPredicate
- compare(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.SpeedAbilityComparator
- compare(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.SpeedComparator
- compare(Entity, Entity) - Method in class com.pixelmonmod.pixelmon.ai.TargetSorter
- compareKeys(ResourceKey<?>, ResourceKey<?>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Compares two
ResourceKey
s to check if they are equal. - compareTo(Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- compareTo(BattleClause) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
- compareTo(MoveChoice) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
- COMPATIBLE_MOVE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- CompatibleMoveRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- CompatibleMoveRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- CompatibleMoveRequirement(ImmutableAttack) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- CompEditCommand - Class in com.pixelmonmod.pixelmon.command.impl
- CompEditCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompEditCommand
- compendium - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- COMPENDIUM - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- CompendiumItem - Class in com.pixelmonmod.tcg.item
- CompendiumItem() - Constructor for class com.pixelmonmod.tcg.item.CompendiumItem
- CompendiumScreen - Class in com.pixelmonmod.tcg.client.gui
- CompendiumScreen() - Constructor for class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- Competitive - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Competitive() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Competitive
- COMPETITIVE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- complete - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Skips all existing requirements, and timers.
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- complete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- complete() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Completes the research.
- complete() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
-
Completes the objective.
- complete() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Completes this stage of research.
- complete(Object) - Method in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- COMPLETE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- COMPLETE_RESEARCH_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- COMPLETE_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- COMPLETE_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- completeCondition(DayCareCondition) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Completes the condition and attempts to mark if the box is ready to breed
- CompleteDayCareRequirementPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- CompleteDayCareRequirementPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CompleteDayCareRequirementPacket
- CompleteDayCareRequirementPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CompleteDayCareRequirementPacket
- completePlayerName() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Auto-completes player name.
- completeRequirement(ServerPlayer, DayCareBox, DayCareRequirement) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Attempts to complete the requirement
- completeRequirement(ServerPlayer, DayCareBox, DayCareRequirement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- completeRevival(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- completeStage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- completeStage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- completeStage() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Completes the current
PlayerResearchStage
and progresses to the next stage. - completionRate - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- completionSync - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- component - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleMessageEvent
-
The message being sent, as a
Component
. - compositeCondition - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- CompositeSpawnCondition - Class in com.pixelmonmod.pixelmon.api.spawning
-
A composition of multiple conditions and anticonditions.
- CompositeSpawnCondition() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.CompositeSpawnCondition
- CompositeSpawnCondition(ArrayList<SpawnCondition>, ArrayList<SpawnCondition>) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.CompositeSpawnCondition
- COMPOUND_EYES - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CompoundEyes - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases move accuracy by 30%.
- CompoundEyes() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CompoundEyes
- CompSearchCommand - Class in com.pixelmonmod.pixelmon.command.impl
- CompSearchCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompSearchCommand
- CompSeeCommand - Class in com.pixelmonmod.pixelmon.command.impl
- CompSeeCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompSeeCommand
- CompTakeCommand - Class in com.pixelmonmod.pixelmon.command.impl
- CompTakeCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompTakeCommand
- CompTestCommand - Class in com.pixelmonmod.pixelmon.command.impl
- CompTestCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.CompTestCommand
- COMPUTER_SEARCH - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- ComputerSearch - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/21/2016.
- ComputerSearch() - Constructor for class com.pixelmonmod.tcg.duel.trainer.ComputerSearch
- concat(int, String, String...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Concatenate a string array with a specified start position and divider.
- condition - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
- condition - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
- condition - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.InteractionConditionDataProvider
- condition - Variable in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- condition - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
-
The
SpawnCondition
that must be passed to apply this multiplier. - condition - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- condition() - Method in record class com.pixelmonmod.pixelmon.api.research.ConditionalResearch
-
Returns the value of the
condition
record component. - condition() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns the value of the
condition
record component. - condition() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Returns the value of the
condition
record component. - condition() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- condition(InteractionCondition) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- condition(InteractionCondition) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTrigger.Builder
- condition(ConditionData) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- CONDITION - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- CONDITION_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- ConditionalResearch - Record Class in com.pixelmonmod.pixelmon.api.research
- ConditionalResearch(Holder<Research>, InteractionCondition) - Constructor for record class com.pixelmonmod.pixelmon.api.research.ConditionalResearch
-
Creates an instance of a
ConditionalResearch
record class. - ConditionData - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- ConditionData(ConditionData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- ConditionData(ResourceLocation, List<InputType<?>>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- ConditionEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 5/22/2016.
- ConditionEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ConditionEffect
- conditionId() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- conditionId(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- conditions - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- conditions - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- conditions - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
A list of
SpawnerCondition
s to apply to potential spawns to filter early. - conditions - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- conditions - Variable in class com.pixelmonmod.pixelmon.api.spawning.CompositeSpawnCondition
- conditions() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- conditions(InteractionCondition) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- Conditions - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.HealType
- Confide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Confide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- CONFIDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- config - Variable in class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
- Config - Interface in com.pixelmonmod.pixelmon.api.config.api
-
Interface that represents a config file and all stored values using Sponge's Configurate API
- CONFIG_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- CONFIG_PROCESSORS - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- CONFIG_PROCESSORS - Static variable in class com.pixelmonmod.tcg.init.loaders.TCGLoaders
- ConfigPath - Annotation Interface in com.pixelmonmod.pixelmon.api.config.api.data
-
Annotation for passing the config path to the
Config
interface so it can load the values to the object - ConfigSetting - Annotation Interface in com.pixelmonmod.pixelmon.api.config.api.ui
- CONFINED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- confirm() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoDialogue
-
Handles the user confirming the dialogue box's query.
- confirm() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoForfeit
- confirm() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoReplaceMove
- confirmAction() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ReleaseWarningScreen
- confirmAction() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerWarningLevelScreen
- confirmAction() - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Performs an action when the player confirms the action.
- confirmCherrySelection() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- ConfirmDeleteNPCScreen - Class in com.pixelmonmod.pixelmon.client.gui.npcEditor
- ConfirmDeleteNPCScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
- confirmFilter(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- ConfirmScreenModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.warning
- ConfirmScreenModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.warning.ConfirmScreenModifier
- confirmSearch(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- ConfirmTeamSelectPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection
-
Sends a team selection order to the server.
- ConfirmTeamSelectPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ConfirmTeamSelectPacket
-
Empty constructor for packet registration.
- ConfirmTeamSelectPacket(int, int[], boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ConfirmTeamSelectPacket
-
Initializes a team select confirmation packet.
- confirmThePokemonTheItemWillBeAppliedTo(PixelmonClientData, Item) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
- confuse(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.status.Confusion
-
Confuses the target if possible.
- CONFUSE_RAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CONFUSED - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardCondition
- confusedStat - Variable in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
-
The stat that will caused the Pokémon to be confused if its Nature lowers the stat.
- ConfuseRay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Confusion - Class in com.pixelmonmod.pixelmon.battles.status
-
50% chance of making a Pokémon hit itself for damage instead of making a move.
- Confusion - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Confusion(BattleController) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Confusion
-
Initializes confusion and randomly chooses a duration for it.
- CONFUSION - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- CONFUSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- conical - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- CONKELDURR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- connectsTo(BlockState, boolean, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLogBlock
- ConsoleExecuteCommandInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- ConsoleExecuteCommandInteractionResult(List<String>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.ConsoleExecuteCommandInteractionResult
- constant(T) - Static method in interface com.pixelmonmod.pixelmon.api.selector.Selector
-
Creates a new instance of the
ConstantSelector
- CONSTANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSelectorTypes
- ConstantBlockStateDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block
- ConstantBlockStateDataProvider(BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.ConstantBlockStateDataProvider
- ConstantBooleanDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic
- ConstantBooleanDataProvider(boolean) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.ConstantBooleanDataProvider
- ConstantDuration - Class in com.pixelmonmod.pixelmon.api.daycare.impl.duration
-
Duration type that adds the given amount in the specified units
- ConstantDuration() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.duration.ConstantDuration
- ConstantItemStackDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item
- ConstantItemStackDataProvider(ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ConstantItemStackDataProvider
- ConstantNumberDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math
- ConstantNumberDataProvider(Number) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.ConstantNumberDataProvider
- Constants() - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent.Constants
- Constants() - Constructor for class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- Constants() - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- Constants() - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- Constants() - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- ConstantSelector<T> - Class in com.pixelmonmod.pixelmon.api.selector.type
-
This represents an implementation of
Selector
where it will only ever give one value - ConstantSelector(T) - Constructor for class com.pixelmonmod.pixelmon.api.selector.type.ConstantSelector
- ConstantStringDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text
- ConstantStringDataProvider(String) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.ConstantStringDataProvider
- CONSTRICT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- construct() - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- construct(B, Component) - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType
- construct(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- construct(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- construct(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnInfoNPC
- construct(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- construct(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnInfoWormhole
- construct(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
Constructs a
SpawnAction
based on the information in this SpawnInfo, theAbstractSpawner
, and theSpawnLocation
. - construct(Object, Component) - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType.Data
- constructor - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- constructor - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- constructor - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- constructor() - Method in record class com.pixelmonmod.pixelmon.api.storage.StorageType
-
Returns the value of the
constructor
record component. - constructor() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType.Data
-
Returns the value of the
constructor
record component. - constructValues(PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Creates a new
CaptureValues
to be used by the rest of the capture calculation. - consume(ServerPlayer, ItemStack, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.ItemConsumer
- consumeAllItems(List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Consumes all the Pokémon's held items simultaneously.
- consumedType - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ConsumeType
-
The type consumed by the move.
- ConsumeFilm(ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.CameraEvent.ConsumeFilm
- consumeInterval(String) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- consumeItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Consumes the Pokémon's held item.
- consumeItem(ServerPlayer, ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
- consumeItem(ItemStack, ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to consume an
ItemStack
matching a givenItemStack
within a player's inventory, seeking through any sub-inventories within items known about. - consumeItem(ItemStack, ServerPlayer, Container) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to consume an
ItemStack
matching a givenItemStack
within a given inventory, seeking through any sub-inventories within items known about. - consumeItemStack - Variable in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- consumer - Variable in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- consumer() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputTypeData
-
Returns the value of the
consumer
record component. - consumer(BiConsumer<ServerPlayer, List<Pokemon>>) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- consumesHeldItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- ConsumeType - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- ConsumeType(Element, String) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ConsumeType
- ConsumeTypeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ConsumeTypeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- ContactDamage - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Damages Pokémon who make contact by 1/8 hp.
- ContactDamage(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ContactDamage
-
Initializes a contact damage Ability.
- CONTAINER_TITLE - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.TrashCanBlock
- ContainerHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Methods for processing and dealing with containers and inventories.
- ContainerHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ContainerHelper
- ContainerRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- ContainerRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- CONTAINERS - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- containerTick() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- contains(double, double) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- contains(double, double) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- contains(double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- contains(ScreenVector) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- contains(StatefulWidget<?>) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- contains(StatefulWidget<?>, double) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- contains(SpawnLocationType[], SpawnLocationType) - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Checks if an array of spawn locations contains a certain type of spawn location.
- contains(SpawnedTracker.SpawnedData) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- contains(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- contains(UUID) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- contains(Position) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- contains(Position) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- contains(VanillaGuiOverlay) - Static method in class com.pixelmonmod.pixelmon.client.render.OverlayToggles
- contains(T[], T) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Checks if an array contains a value.
- containsA(Iterable<T>, Class<? extends T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- containsAll(List<T>, List<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- containsAll(Set<T>, Set<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- containsEntity(Entity) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- ContainsItemInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item
- ContainsItemInteractionCondition(DataProvider<List<ItemStack>>, DataProvider<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- containsKey(ResourceKey<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- containsKey(ResourceLocation) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- containsOnly(SpawnLocationType[], SpawnLocationType) - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Checks if an array of spawn locations contains a certain type of spawn location and no other locations.
- containsParticipantType(Class<? extends BattleParticipant>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- CONTENTS - Static variable in class com.pixelmonmod.tcg.block.EssenceJarBlock
- context - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.ContextCollectEvent
- context - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- CONTEXT_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonDataProviders
- CONTEXT_POKEMON_ENTITY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonDataProviders
- ContextCollectEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.context.event
-
Event fired just before
InteractionContext
is being created
This should be useful for adding custom or additional contexts - ContextCollectEvent(InteractionContext) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.ContextCollectEvent
- ContextKey<A> - Record Class in com.pixelmonmod.pixelmon.api.npc.interaction.context
-
A key for the interaction context
- ContextKey(String, Class<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
- ContextKey(String, Class<A>, ContextPlaceholder<A>...) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
- ContextKey(ResourceLocation, Class<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
- ContextKey(ResourceLocation, Class<A>, ContextPlaceholder<A>...) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
- ContextKey(ResourceLocation, Class<A>, List<ContextPlaceholder<A>>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Creates an instance of a
ContextKey
record class. - ContextKeys - Class in com.pixelmonmod.pixelmon.api.npc.interaction.context
- ContextKeys() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- ContextMenu - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- ContextMenu(int, int, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- ContextPlaceholder<A> - Interface in com.pixelmonmod.pixelmon.api.npc.interaction.context.placeholder
-
A placeholder that can be used to replace text
- CONTINENTAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- CONTINENTAL_CRUSH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CONTINUE - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Action
- CONTINUE - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Will continue the dialogue without changing the queued dialogue.
- CONTINUE_WITH_SIGNAL - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Action
- continues(boolean, Consumer<S>) - Static method in interface com.pixelmonmod.api.client.screen.util.ActionFunction
- continues(Consumer<S>) - Static method in interface com.pixelmonmod.api.client.screen.util.ActionFunction
- continuesAfterParse() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the requirement to continue looking for other requirements after this one
- Contrary - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Contrary() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Contrary
- CONTRARY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- contraryDoesNotReverseZPowerEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- contraryReversesClangorousSoulblaze(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- contraryReversesExtremeEvoboost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- ContraryTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ContraryTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- ControlledMovementLogic - Interface in com.pixelmonmod.pixelmon.api.pokemon.species.parameters
- controlledPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The active Pokémon of the participant.
- controller - Variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- Conversion - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the user's type into the type of its first move.
- Conversion() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion
- CONVERSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CONVERSION_2 - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Conversion2 - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the user's type into a type that resists/is immune to the move last used by the target.
- Conversion2() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion2
- Conversion2Tests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- Conversion2Tests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.Conversion2Tests
- convert(float, float) - Method in enum class com.pixelmonmod.api.client.screen.util.Alignment
- convertEntitiesToWrapper(PixelmonEntity...) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- converter - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- converter(BiFunction<InteractionContext, VariableList, T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Builder
-
Sets the converter for the data provider
This cannot be null - convertOption(T) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- convertPokemonToWrapper(Pokemon...) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- convertToGUI(List<PixelmonWrapper>) - Static method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Converts a PixelmonWrapper list into a GUI-friendly version.
- cooked_black_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cooked_blue_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cooked_green_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cooked_pink_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cooked_red_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cooked_white_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cooked_yellow_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- cookedApricorn() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- CookedApricornItem - Class in com.pixelmonmod.pixelmon.items
-
Can be made into a Poké Ball disc.
- CookedApricornItem(ApricornType) - Constructor for class com.pixelmonmod.pixelmon.items.CookedApricornItem
-
Initializes the cooked Apricorn.
- cooking_pot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- COOKING_POT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- COOKING_POT - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- COOKING_POT - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- COOKING_POT_FAN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- COOKING_POT_ITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Items in the cooking pot
- COOKING_POT_RUNNING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- COOKING_POT_STIR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- cookingFlavor - Variable in class com.pixelmonmod.pixelmon.api.events.CurryFinishedEvent
- CookingPot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
- CookingPotBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- CookingPotBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
-
Initializes a multi-block.
- CookingPotContainer - Class in com.pixelmonmod.pixelmon.client.gui.machines.cookingpot
- CookingPotContainer(int, Inventory, CookingPotTileEntity) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
- CookingPotContainer(int, Inventory, FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
- cookingPotGuiTextures - Static variable in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
- CookingPotScreen - Class in com.pixelmonmod.pixelmon.client.gui.machines.cookingpot
- CookingPotScreen(CookingPotContainer, Inventory, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
- CookingPotTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- CookingPotTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- COOL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- COOL_GREAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- COOL_HYPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- COOL_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- COOL_SUPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- COOL_ULTRA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- cooldown - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- cooldown - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shading for the cooldown timer for external moves.
- cooldown() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the cooldown, in ticks, of this move skill.
- cooldown(int) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the cooldown, in ticks, of this move skill.
- COOLDOWN_KEY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- COOLDOWN_VALUE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- CooldownCheck(Player, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck
- CooldownInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar
- CooldownInteractionCondition(DataProvider<ServerPlayer>, ResourceLocation, int, TimeUnit) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- cooldownKey - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- cooldowns - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- COOLDOWNS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- cooldownTicks - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.MoveSkillCooldownEvent
-
The number of ticks that this use will take to cool down.
- coordinator - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The coordinator being used for Pixelmon spawning.
- CopiedBoosts - Class in com.pixelmonmod.pixelmon.battles.status
- CopiedBoosts() - Constructor for class com.pixelmonmod.pixelmon.battles.status.CopiedBoosts
- CopiedBoosts(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.CopiedBoosts
- CopiedNPC - Record Class in com.pixelmonmod.pixelmon.client.storage.npc
- CopiedNPC(UUID, Component) - Constructor for record class com.pixelmonmod.pixelmon.client.storage.npc.CopiedNPC
-
Creates an instance of a
CopiedNPC
record class. - copiedStatuses() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Costar
- copiedStatuses() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychUp
- copiedStatuses() - Static method in class com.pixelmonmod.pixelmon.battles.status.Transformed
- CopiedTargetedBoosts - Class in com.pixelmonmod.pixelmon.battles.status
- CopiedTargetedBoosts(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.CopiedTargetedBoosts
- COPPER - Enum constant in enum class com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
- copper_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- copper_hourglass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- COPPER_HOURGLASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- COPPER_SULFATE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- COPPERAJAH - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- COPPERAJAH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COPPERAJAH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- copy() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Copies the values of this vector into a new mutable vector.
- copy() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Copies the values of this vector into a new immutable vector.
- copy() - Method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- copy() - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- copy() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- copy() - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- copy() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- copy() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- copy() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- copy() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the same values as this one.
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Makes a copy of the moveset.
- copy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- copy() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Makes a copy of the move object.
- copy() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.ChiStrikeStatus
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Hail
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.HealBlock
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.LuckyChant
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.PledgeBase
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Pumped
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Rainy
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Sandstorm
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Snow
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
If necessary, makes a deep copy of the status.
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Sunny
- copy() - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
- copy(InteractionSet) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
-
Copies the given InteractionSet
- copy(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- copy(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates a deep copy of the given Pokémon
- copy(Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates a deep copy of the given Pokémon
- copy(InteractionSetData) - Static method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionSetData
- copy(NPC) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Creates a new NPC builder with the values set to the values from the given NPC
- copy(T) - Method in class com.pixelmonmod.pixelmon.api.data.LambdaDataSerializer
- copyAndAdd(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- copyAndMult(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- copyAndRotateZ(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- copyAndSub(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- copyAttributes(StatefulScreen) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- Copycat - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Uses the last move used in a battle.
- Copycat() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Copycat
- COPYCAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- copyFrom(ExtendedServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- copyIVs(IVStore) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Copies IVs into another IV store.
- copyModelAngles(ModelPart, ModelPart) - Static method in class com.pixelmonmod.pixelmon.client.render.player.ModelPlayerOnBike
- copyModelSettings(ModelPart, ModelPart) - Static method in class com.pixelmonmod.pixelmon.client.render.player.ModelPlayerOnBike
- CopyNPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- CopyNPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CopyNPCPacket
- CopyNPCPacket(UUID, Vec3) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CopyNPCPacket
- Copyright - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.starter.StarterScreenPhase
- copyScroll(Scrollbar) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- copyState(ResearchLike) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- copyState(ResearchLike) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- copyState(ResearchLike) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- copyState(ResearchLike) - Method in interface com.pixelmonmod.api.client.screen.widget.misc.ResearchLike
- copyStats(BattleStats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Copies all modifiers and stages.
- copyToTemporaryMode(Color) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Puts the player's party into temporary mode using a deep copy of their existing party (so any changes made won't impact their original party Pokémon)
- copyVector4f(Vector4f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- coraleye_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CORE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- CORE_ENFORCER - Enum constant in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- CORE_ENFORCER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CoreEnforcer - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/25/2020.
- CoreEnforcer() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CoreEnforcer
- cores - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
- cores - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Seperate
- CORKSCREW_CRASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CORNN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- CORNN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- cornn_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CornnFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- CornnFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CornnFoliagePlacer
- CORPHISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CORPHISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- correctionAngles - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- Corrosion - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Corrosion() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Corrosion
- CORROSION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CorrosionTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- CorrosionTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- CORROSIVE_GAS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CorrosiveGas - Class in com.pixelmonmod.pixelmon.battles.status
-
Corrosive Gas renders the target's held item unusable for the rest of the battle (even if switched out).
- CorrosiveGas() - Constructor for class com.pixelmonmod.pixelmon.battles.status.CorrosiveGas
- CorrosiveGasTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- CorrosiveGasTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
- CORSOLA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CORSOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CORSOLA_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CORVIKNIGHT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CORVIKNIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CORVISQUIRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CORVISQUIRE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- COSMETIC - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- COSMETICS - Static variable in class com.pixelmonmod.tcg.init.registry.CreativeModeTabRegistration
- COSMIC_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CosmicPower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- COSMOEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COSMOG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COSMOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- cost - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.RelearnerInteractionResult
- cost() - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- cost(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- COST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- COST_AMOUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
An item requested by the tutor as payment.
- COST_DAMAGE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- COST_NUM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of different items required for the tutor to teach a certain attack.
- Costar - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Costar() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Costar
- COSTAR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- costs() - Method in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- COTTON_DOWN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- COTTON_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- COTTON_SPORE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- COTTONCANDY - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- CottonDown - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
When hit, lower the speed of all other pokemon in battle
- CottonDown() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CottonDown
- COTTONEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- COTTONEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CouchBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- CouchBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.CouchBlock
- COUCHES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- count() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- countAblePokemon() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- countAblePokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Calculated number of unfainted Pokémon in the entire team.
- countAll() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- countAllFlyingPoke() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Hail
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.NoTerrain
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
-
Count the benefits for anyone affected by the terrain.
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Rainy
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sandstorm
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Snow
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sunny
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
Counts the number of ways that the target Pokémon benefits from the terrain.
- countBenefits(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
Counts the number of ways that the target Pokémon benefits from the weather.
- countCaught() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Counts the number of Pokémon the player has caught.
- countCaught(int) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Counts the number of Pokémon the player has caught.
- countEggs() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- countEmpty() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- counter - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
The amount of ticks before incrementing the Pokémon's stored interactions.
- counter - Variable in class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect
- Counter - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals double damage back to the target if hit by a physical move.
- Counter - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Counter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Counter
-
Initializes Counter.
- COUNTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- counterEndTime - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- countFaintedPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Counts the number of fainted Pokémon in the participant's party.
- countHealthPercent() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Counts the percentage of health remaining in the participant's party.
- countLines() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- countPartyPokemon(Predicate<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Counts the number of Pokémon in the participant's party that match the provided predicate.
- countPokemon() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- COUNTRY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- counts - Variable in class com.pixelmonmod.pixelmon.battles.status.CopiedBoosts
- countSeen() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Counts the number of Pokémon the player has seen.
- countSeen(int) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Counts the number of Pokémon the player has seen.
- countStatuses(StatusType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Counts the number of statuses from a list that the Pokémon has.
- countTileEntitiesOfType(Level, ChunkPos, Class<? extends BlockEntity>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
-
Counts all TileEntities within a chunk.
- COURT_CHANGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CourtChange - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Court Change causes any active battle effects to swap sides.
- CourtChange() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CourtChange
- COVER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- cover_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_0 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_10 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_11 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_12 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_13 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_14 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_3 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_4 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_5 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_6 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_7 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_8 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covered_fossil_9 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CoveredFossilItem - Class in com.pixelmonmod.pixelmon.items
-
A Fossil that needs to be cleaned before being resurrected.
- CoveredFossilItem(EnumFossils) - Constructor for class com.pixelmonmod.pixelmon.items.CoveredFossilItem
-
Initializes a covered Fossil.
- coverFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Cover Fossil's model.
- covert_cloak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- covertCloak - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- CovertCloakItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Protects the holder from the secondary effects of moves.
- CovertCloakItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.CovertCloakItem
-
Initializes the item.
- CovertCloakTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- CovertCloakTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- COVET - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CRABHAMMER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CRABOMINABLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRABOMINABLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CRABRAWLER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRABRAWLER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- cracked_pot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CRADILY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRAFT_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- CraftItemInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- CraftItemInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.CraftItemInteractionEvent
- CRAFTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CRAFTY_SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CraftyShield - Class in com.pixelmonmod.pixelmon.battles.status
-
Blocks status moves on the user's side of the field.
- CraftyShield - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- CraftyShield() - Constructor for class com.pixelmonmod.pixelmon.battles.status.CraftyShield
-
Initializes the status.
- CraftyShieldTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- CraftyShieldTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- CRAMORANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRAMORANT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CRANIDOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRANIDOS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CRASH - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- CRATER_GEYSER - Static variable in class com.pixelmonmod.pixelmon.init.registry.StructurePieceTypeRegistry
- CRATER_GEYSER - Static variable in class com.pixelmonmod.pixelmon.init.registry.StructureTypeRegistry
- CRATER_GYSER - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- CRATER_MONOLITH - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- CRATER_PIPES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- CraterGeyserPiece - Class in com.pixelmonmod.pixelmon.world.structure.ultraspace
- CraterGeyserPiece(int, BoundingBox, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserPiece
- CraterGeyserPiece(CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserPiece
- CraterGeyserStructure - Class in com.pixelmonmod.pixelmon.world.structure.ultraspace
- CraterGeyserStructure(Structure.StructureSettings, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserStructure
- CraterGyserFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater
- CraterGyserFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterGyserFeature
- CraterMetalPipeFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater
- CraterMetalPipeFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMetalPipeFeature
- CraterMonolithFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater
- CraterMonolithFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMonolithFeature
- CRAWDAUNT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRAWDAUNT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CREAM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- create() - Static method in class com.pixelmonmod.api.client.screen.widget.design.CollapsableForm
- create() - Static method in class com.pixelmonmod.api.client.screen.widget.design.Form
- create() - Static method in class com.pixelmonmod.api.client.screen.widget.design.Label
- create() - Static method in class com.pixelmonmod.api.client.screen.widget.design.Viewport
- create() - Static method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- create() - Static method in class com.pixelmonmod.api.client.screen.widget.test.DragTest
- create() - Method in class com.pixelmonmod.api.EmptySpecification
- create() - Method in class com.pixelmonmod.api.pokemon.PokemonSpecification
- create() - Method in interface com.pixelmonmod.api.Specification
-
Creates an instance of the reforged data object
- create() - Method in class com.pixelmonmod.api.statue.StatueSpecification
- create() - Method in class com.pixelmonmod.api.tcg.CardSpecification
- create() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EmptyInteractionEvent
- create() - Static method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
- create(boolean) - Method in class com.pixelmonmod.api.EmptySpecification
- create(boolean) - Method in class com.pixelmonmod.api.pokemon.PokemonSpecification
- create(boolean) - Method in interface com.pixelmonmod.api.Specification
-
Creates an instance of the reforged data object
If shallow is true not all fields will be instantiated - shallow should be false by default - create(boolean) - Method in class com.pixelmonmod.api.statue.StatueSpecification
- create(boolean) - Method in class com.pixelmonmod.api.tcg.CardSpecification
- create(double) - Static method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- create(double, double, double, double, float, float, float) - Static method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- create(ActionFunction<Button>, String, Object...) - Static method in class com.pixelmonmod.api.client.screen.widget.input.Button
- create(ActionFunction<Button>, Function<Button, String>) - Static method in class com.pixelmonmod.api.client.screen.widget.input.Button
- create(ActionFunction<Button>, Function<Button, String>, Object...) - Static method in class com.pixelmonmod.api.client.screen.widget.input.Button
- create(PokemonSpecification) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates a new implementation of the Pokémon using the given spec
- create(PokemonSpecification) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates a new implementation of the Pokémon using the given spec
- create(Pokemon, ActionFunction<PokemonSlot>) - Static method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- create(Species) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates an implementation of the Pokémon from the given species
- create(Species) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates an implementation of the Pokémon from the given species
- create(ClientResearch) - Static method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- create(ClientResearch) - Static method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- create(ClientResearch) - Static method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- create(RaidData, Pokemon, ActionFunction<PokemonSlot>) - Static method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- create(RaidData, RaidData.RaidPlayer, ActionFunction<PokemonSlot>) - Static method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- create(Class<? extends Specification<A, B>>, String...) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
Creates a
Specification
instance from a string array for the givenSpecification
- create(String) - Static method in class com.pixelmonmod.api.client.screen.widget.design.Label
- create(String) - Static method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- create(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- create(String) - Method in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
- create(String) - Method in class com.pixelmonmod.api.requirement.AbstractRequirement
- create(String) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
Creates a list of requirements from the spec being parsed
- create(String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
- create(String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- create(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- create(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- create(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- create(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- create(String...) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
Creates a
PokemonSpecification
instance from a string array - create(String...) - Static method in class com.pixelmonmod.api.statue.StatueSpecificationProxy
-
Creates a
StatueSpecification
instance from a string array - create(String...) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
Creates a
CardSpecification
instance from a string array - create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractDoublePokemonRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractIntegerPokemonRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractPokemonRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
- create(String, String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- create(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
- create(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractIntegerRequirement
- create(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractRequirement
-
Attempts to parse the spec with the key that was found in the spec string
- create(String, String) - Method in class com.pixelmonmod.api.requirement.AbstractStringRequirement
- create(String, String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
- create(String, String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractIntegerStatueRequirement
- create(String, String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractStatueRequirement
- create(String, String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractStringStatueRequirement
- create(String, String) - Method in class com.pixelmonmod.api.statue.requirement.impl.GenderRequirement
- create(String, String) - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthRequirement
- create(String, String) - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- create(String, String) - Method in class com.pixelmonmod.api.tcg.requirement.AbstractCardRequirement
- create(String, String) - Method in class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
- create(Consumer<WidgetRenderState<Rendering>>) - Static method in class com.pixelmonmod.api.client.screen.widget.design.Rendering
- create(UUID) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PixelmonPokemonProxy
- create(UUID) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates a new
Pokemon
implementation with the given UUID - create(UUID) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates a new
PokemonProxy
implementation with the given UUID - create(UUID) - Method in record class com.pixelmonmod.pixelmon.api.storage.StorageType
- create(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates a new Pokémon from the given NBT compound
- create(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.PokemonProxy
-
Creates a new Pokémon from the given NBT compound
- create(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Creates a new Pokémon from the given packet buffer
- create(ResourceLocation) - Static method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- create(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- create(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonItemTags
- create(Level) - Method in class com.pixelmonmod.api.pokemon.PokemonSpecification
- create(Level) - Method in class com.pixelmonmod.api.statue.StatueSpecification
- create(AddReloadListenerEvent) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
- createAbilityCompletionExtraInfoText(Ability) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Creates the extra info for the Ability completion that is generated.
- createAccessor(int) - Method in class com.pixelmonmod.pixelmon.api.data.LambdaDataSerializer
- createAI(BattleParticipant) - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Creates a new AI corresponding to the mode.
- createAttributes() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericModelBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- createBlockStateDefinition(StateDefinition.Builder<Block, BlockState>) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- createBottom(int, int, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMysteryBox
- createBoundingBox() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Create a bounding box based on these dimensions
- createBoundingBox(Entity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Create a bounding box based on these dimensions
- createBoundingBox(Entity, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Create a bounding box based on these dimensions
- createBuilder() - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- createCard(ImmutableCard) - Method in interface com.pixelmonmod.tcg.api.card.CardFactory
-
Creates an instance of the
ImmutableCard
with given random properties - createCard(ImmutableCard) - Static method in class com.pixelmonmod.tcg.api.card.CardProxy
-
Creates an instance of the
ImmutableCard
with given random properties - createCardItem(ImmutableCard) - Method in interface com.pixelmonmod.tcg.api.card.CardFactory
-
Creates an
ItemStack
intance of theImmutableCard
type passed - createCardItem(ImmutableCard) - Static method in class com.pixelmonmod.tcg.api.card.CardProxy
-
Creates an
ItemStack
intance of theImmutableCard
type passed - createCategory(RegistryValue<Species>, int, PokemonSpecification...) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- createChangeForm() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.MegaEvolution
- createChoicesFromChoices(PixelmonWrapper, List<MoveChoice>, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Creates a list of choices consisting of another list of choices's attacks.
- createCompletionsFor(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- createCompletionsFor(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- createCompletionsForDropDown(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
-
Adds the completions generated to a separate list that will only hold an amount set by
TabCompleteTranslateableTextField.setDropDownOptionAmount(int)
. - createCompletionsForDropDown(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Adds the completions generated to a separate list that will only hold an amount set by
TabCompleteTranslateableTextField.setDropDownOptionAmount(int)
. - createContext(Entity) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
-
Creates a basic
InteractionContext
using the provided entity - createDefaultPokemon(RegistryValue<Species>) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- createEntity() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnActionItem
- createEntity() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnActionNPC
- createEntity() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon
- createEntity() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnActionWormhole
- createEntity() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
Creates the entity and returns the result.
- CreateFlute(UUID, ArcChaliceTileEntity, ItemEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.CreateFlute
- createFoliage(LevelSimulatedReader, FoliagePlacer.FoliageSetter, RandomSource, TreeConfiguration, int, FoliagePlacer.FoliageAttachment, int, int, int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractBerryTreeFoliagePlacer
- createFoliage(LevelSimulatedReader, FoliagePlacer.FoliageSetter, RandomSource, TreeConfiguration, int, FoliagePlacer.FoliageAttachment, int, int, int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
- createFullJarItem(Color, String) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- createFullJarItem(DyeColor) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- createImmutableAttackCompletionExtraInfoText(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Creates the extra info for the Immutable Attack completion that is generated.
- createInstance(C) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
Creates a new instance of the requirement with the given value
- createInstance(JsonObject, Optional<ContextAwarePredicate>, DeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
- createInstance(JsonObject, Optional<ContextAwarePredicate>, DeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
- createInstance(JsonObject, Optional<ContextAwarePredicate>, DeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
- createInstance(JsonObject, Optional<ContextAwarePredicate>, DeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
- createInstance(JsonObject, Optional<ContextAwarePredicate>, DeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
- createInstance(JsonObject, Optional<ContextAwarePredicate>, DeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
- createInstance(JsonObject, Optional<ContextAwarePredicate>, DeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
- createInstance(Pair<Integer, Element>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- createInstance(Pair<Integer, Element>) - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- createInstance(Pair<Integer, ImmutableAttack>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- createInstance(Pair<Integer, Integer>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- createInstance(PokemonSpecification) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- createInstance(PokemonSpecification) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- createInstance(RegistryValue<Species>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- createInstance(RegistryValue<Species>) - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- createInstance(StatueSpecification) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- createInstance(StatueSpecification) - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- createInstance(Ability) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
- createInstance(BossTier) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- createInstance(PokeBall) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
- createInstance(Nature) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
- createInstance(PokerusStrain) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
- createInstance(Aggression) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
- createInstance(Gender) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
- createInstance(Gender) - Method in class com.pixelmonmod.api.statue.requirement.impl.GenderRequirement
- createInstance(ImmutableAttack) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- createInstance(HeldItem) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
- createInstance(CardRarity) - Method in class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CanMegaEvolveRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GigantamaxFactorRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HiddenAbilityRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IsBossRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LegendaryRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NoDropsRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PrimalEvolutionRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ResetEVsRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ResetIVsRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.BlackAndWhiteShaderRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.CelShaderRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.RainbowShaderRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShinyRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShornRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBeastRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBurstRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbattleableRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbreedableRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UncatchableRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UndexableRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UntradeableRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimatedRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.CanMoveRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.CrownedRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.LegendaryRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.PrimalEvolutionRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.BlackAndWhiteShaderRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.CelShaderRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.RainbowShaderRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.ShinyRequirement
- createInstance(Boolean) - Method in class com.pixelmonmod.api.statue.requirement.impl.UltraBeastRequirement
- createInstance(Double) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SizeRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CloneRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EVsModifyRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EVsRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ExpRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.FriendshipRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MaximumFriendshipRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MinimumFriendshipRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GimmighoulCoinsGivenRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IVsModifyRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IVsRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LakeTrioRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LevelRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MaximumLevelRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MinimumLevelRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NuggetsFedRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsModifyRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationFrameRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.statue.requirement.impl.GenerationRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthStageRequirement
- createInstance(Integer) - Method in class com.pixelmonmod.api.statue.requirement.impl.LakeTrioRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggGroupRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NicknameRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.OriginalTrainerNameRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.ShaderRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatusRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationTypeRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.BoundingBoxModeRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.EggGroupRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.FormRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.HasSpecFlagRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.NicknameRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.PaletteRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.ShaderRequirement
- createInstance(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.StatueTextureRequirement
- createInstance(List<Requirement<Pokemon, PixelmonEntity, ?>>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
- createInstance(List<Requirement<Pokemon, PixelmonEntity, ?>>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
- createInstance(List<Requirement<Pokemon, StatueEntity, ?>>) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalAndRequirement
- createInstance(List<Requirement<Pokemon, StatueEntity, ?>>) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalOrRequirement
- createInstance(List<Ribbon>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
- createInstance(Holder<Growth>) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
- createInstance(Holder<Growth>) - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthRequirement
- createInstance(T) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- createIntrusiveHolder(T) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- createJarItem(double, Color, String) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- createJarItem(DyeColor) - Static method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- createList() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Creates a list containing the attack.
- createList() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Makes a list containing the choice.
- createLootContext(Level, BlockState, ServerPlayer, PokeStopTileEntity) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- createMagikarp() - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- createMenu(int, Inventory) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- createMenu(int, Inventory, Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- createMenu(int, Inventory, Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- createMenu(int, Inventory, Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- createMenu(int, Inventory, Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- createMoveChoices(PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Creates a list of move choices for an attack.
- createMoveChoices(PixelmonWrapper, List<MoveChoice>, boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Creates move choices out of an attack and adds them to a list.
- createMoveChoicesFromList(List<Attack>, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Adds choices to a list based on a provided list of attacks.
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.AnalysePokemon
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Cut
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Dig
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Explode
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Flash
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Fly
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Forage
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.GroundBirds
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Headbutt
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.HealOther
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Ignite
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Lightning
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.MountBoost
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.OreSense
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.RockSmash
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Scare
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Smelt
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.SweetScent
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Teleport
- createMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Wormhole
- createNavigation(Level) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- createNavigator(AbstractInteractionsEntity) - Method in class com.pixelmonmod.pixelmon.api.util.helpers.AIHelper
- createNewIVs3Perfect() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Generates a new set of random IVs with three perfect IVs.
- createNewThreadPool(String, int) - Static method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- createNonMirroredParticleShape(PixelmonFireworkShape, FireworkParticles.Starter) - Static method in class com.pixelmonmod.api.helpers.FireworkHelper
-
Creates a non-mirrored particle shape based on the input PixelmonFireworkShape
- createNPC(Level) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- CreateNpc - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- CreateNPCFromPresetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- CreateNPCFromPresetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CreateNPCFromPresetPacket
- CreateNPCFromPresetPacket(ResourceLocation, Vec3) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CreateNPCFromPresetPacket
- createOrGetValue(String) - Method in class com.pixelmonmod.api.registry.RegistryManager.Registry
- createPacket(PokemonLink) - Static method in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
-
Creates a stats container with a Pokémon.
- createParticipant(int, Pokemon...) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- createParticipant(Pokemon...) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- createParticle(EvolutionBeamParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleFactory
- createParticle(CycloneParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleFactory
- createParticle(FlameParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleFactory
- createParticle(BlueMagicParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleFactory
- createParticle(YellowMagicParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleFactory
- createParticle(ShadowParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleFactory
- createParticle(ShinyParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleFactory
- createParticle(SlingRingParticleData, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleFactory
- createParticle(SimpleParticleType, ClientLevel, double, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke.Factory
- createPath(Set<BlockPos>, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPath(Set<BlockPos>, int, boolean, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPath(Set<BlockPos>, int, boolean, int, float) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPath(Stream<BlockPos>, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPath(BlockPos, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPath(BlockPos, int, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPath(Entity, int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPathFinder(int) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- createPokemon(List<PokemonSpecification>) - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
- createPokemonPacket(Pokemon) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
Creates a packet for an individual Pokémon.
- createRainMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.WeatherChanger
- createRandomNewIVs() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Generates a new set of random IVs for a new IVStore object.
- createRenderingContext() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- createRotationMatrix(Vector3f) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- createScreen(Player, EnumGuiScreen, int[]) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- createScrollSlate() - Static method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- createScrollStand() - Static method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- createScrollTop() - Static method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- createSettings() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Creates an instance of the
InputSettings
class based on the settings specified in this builder. - createSingleBattle(BattleParticipant, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- CreateSpawnerEvent - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
Fires when a spawner is built off a preset.
- CreateSpawnerEvent(AbstractSpawner, AbstractSpawner.SpawnerBuilder<? extends AbstractSpawner>) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.CreateSpawnerEvent
- createSpawnLocation() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- createSpeciesCompletionExtraInfoText(Species) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Creates the extra info for the Species completion that is generated.
- CreateStatue(ServerPlayer, ServerLevel, BlockPos, StatueEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.StatueEvent.CreateStatue
- createSunMoveSkill() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.WeatherChanger
- createSystem(Minecraft, int, float[], int, float[]) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- createTMStackFor(ITechnicalMove) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- createTMStackFor(ITechnicalMove, int) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- creationDate() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- CreativeInventoryExtendedScreen - Class in com.pixelmonmod.pixelmon.client.gui.inventory
-
The Pokémon party screen in the inventory GUI when in Creative mode.
- CreativeInventoryExtendedScreen(Player, FeatureFlagSet, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
-
Opens the party GUI.
- CreativeModeTabRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- CreativeModeTabRegistration - Class in com.pixelmonmod.tcg.init.registry
- CreativeModeTabRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- CreativeModeTabRegistration() - Constructor for class com.pixelmonmod.tcg.init.registry.CreativeModeTabRegistration
- CREATOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- CRESCENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- CRESSELIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRESSELIA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CritEnhancingItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the critical hit ratio of certain Pokémon.
- CritEnhancingItem(EnumHeldItems, Supplier<Supplier<Species>>...) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.CritEnhancingItem
-
Initializes a critical hit ratio raising item.
- critical - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BattleCriticalCondition
- criticalCaptureCheck(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs a critical capture check and sets the
CaptureValues
accordingly. - CriticalHit - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
-
Increases the chance of the move landing a critical hit.
- CriticalHit(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.CriticalHit
-
Initializes an increased critical hit ratio.
- CriticalHit(BattleController, PixelmonWrapper, PixelmonWrapper, double) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.CriticalHit
- critMultiplier - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.CriticalHit
-
The multiplier for damage.
- crits() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets the battle to enable the ability for critical hits to occur
- critsButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The button used to toggle whether critical hits can occur.
- CROAGUNK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CROAGUNK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CROBAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CROBAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CROCALOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CROCALOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CROCONAW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CROCONAW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- cross(Vector4f, Vector4f, Vector4f) - Static method in class com.pixelmonmod.pixelmon.client.camera.movement.PositionedMovement
- CROSS - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- CROSS_CHOP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CROSS_CURSOR - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- CROSS_POISON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- cross_tombstone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CROSS_TOMBSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- CrossPoison - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- crossProduct(Vector3f, Vector3f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- crossTexture - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- Crouch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- Crouch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- crown_pass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CROWNED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- CROWNED - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- CROWNED_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- CrownedRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- CrownedRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- CrownedRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
- CrownedRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.CrownedRequirement
- CrownedRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
- CrownedRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.CrownedRequirement
- Crunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Crunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- CRUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CRUSH_CLAW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CRUSH_GRIP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CRUSTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRUSTLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CRYOGONAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CRYOGONAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- crystal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- crystal - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
- CRYSTAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- CRYSTAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- CRYSTAL_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- crystal_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- crystal_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CRYSTAL_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- crystal_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- crystal_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- crystal_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CRYSTAL_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- crystal_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- crystal_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- crystal_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CUBCHOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CUBCHOO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- cube - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
- cube - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Select
- cube - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Seperate
- Cubemap - Class in com.pixelmonmod.pixelmon.client.materials
-
Cubemaps draw simulated reflections via a texture.
- Cubemap(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.materials.Cubemap
- cubemapID - Static variable in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
- cubemaps - Static variable in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- cubeSlot - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Select
- CUBONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CUBONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CUD_CHEW - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CudChew - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
If the Pokémon eats a Berry, it will eat that Berry again at the end of the next turn.
- CudChew() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CudChew
- Cuddle - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 100% chance of infatuating all targets.
- Cuddle() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Cuddle
- CUFANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CUPRIC_CHLORIDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- Cured(ServerPlayer, Pokemon, PlayerPartyStorage) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Cured
- cureText - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
-
The lang code for the text to display when the Ability cures the status.
- cureText - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
-
The lang code for the text to display when the Ability cures the status.
- CURIOUS_MEDICINE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CuriousMedicine - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
When the Pokémon enters a battle, it scatters medicine from its shell, which removes all stat changes from allies.
- CuriousMedicine() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CuriousMedicine
- CURRENCY - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
- current() - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
- CURRENT_EXP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The current amount of experience the player's Pokémon have.
- CURRENT_KILLS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The current amount of wild Pokémon the player has defeated.
- CURRENT_STAGE_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- currentAge() - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke
- currentAnim - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- currentAnimations - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- currentFossil - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- currentFrame() - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- currentFrameIndex - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- currentItemRunTime - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
The number of ticks that a fresh copy of the currently-burning item would keep the infuser running for.
- currentLocMod - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- currentlyActingPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The currently acting pokemon.
- currentlyEditing - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- currentNormalMod - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- currentObjectives() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- currentObjectives() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- currentObjectives() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
The objectives that the player has to complete in this stage of research.
- currentObjectivesClient() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- currentPageIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- currentPokemon - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- currentPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The index of the Pokémon currently selecting a move.
- currentPokemon - Static variable in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
-
The Pokémon evolving.
- currentSequence - Variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- currentStage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- currentStage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- currentStage() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
- currentStageClient() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- currentStageIndex() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- currentTab - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- currentTurnLog - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- currentValue - Variable in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- curry - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.currySpawner
. - CURRY - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- CURRY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CURRY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- curry_apple - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_beans - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_BITTER - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- curry_boiled_egg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_bone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_burger - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_CHARIZARD - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- curry_cheese - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_coconut - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_COPPERAJAH - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- curry_cream - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_decorative - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_dex - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_DEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- CURRY_DRY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- curry_fried_food - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_gigantamix - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_herb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_instant_noodle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_juicy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_KOFFING - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- curry_leek - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_MILCERY - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- curry_mushroom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_NONE - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- curry_pasta - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_potato - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- curry_rich - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_salad - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_sausage - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_seasoned - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_smoke_poke - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_SOUR - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- CURRY_SPICY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- CURRY_SWEET - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- curry_toast - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- curry_tropical - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CURRY_WOBBUFFET - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- CurryCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.calculators
- CurryCheckSpawns() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.calculators.CurryCheckSpawns
- curryClassBlank - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- curryClassCharizard - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- curryClassCopperajah - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- curryClassKoffing - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- curryClassMilcery - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- curryClassWobbuffet - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- CurryDex - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- curryDexBackground - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Curry Dex assets
- CurryDexItem - Class in com.pixelmonmod.pixelmon.items
- CurryDexItem() - Constructor for class com.pixelmonmod.pixelmon.items.CurryDexItem
- CurryDexScreen - Class in com.pixelmonmod.pixelmon.client.gui.curryDex
- CurryDexScreen(int[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
- curryDexTab - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- curryDexTabL - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- curryDexTabR - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- CurryDishItem - Class in com.pixelmonmod.pixelmon.items
- CurryDishItem(EnumCurryKey) - Constructor for class com.pixelmonmod.pixelmon.items.CurryDishItem
- CurryFinishedEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event is fired when a cooking pot finishes.
- CurryFinishedEvent(ServerPlayer, EnumCurryRating, EnumCurryKey, EnumBerryFlavor) - Constructor for class com.pixelmonmod.pixelmon.api.events.CurryFinishedEvent
- curryKey - Variable in class com.pixelmonmod.pixelmon.api.events.CurryFinishedEvent
- CurryKeyItem - Class in com.pixelmonmod.pixelmon.items
- CurryKeyItem(EnumCurryKey) - Constructor for class com.pixelmonmod.pixelmon.items.CurryKeyItem
- curryPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for Curry spawning. - currySpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for curry. - Curse - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
For non-Ghost types, lowers speed by one stage and raises attack and Defense by one stage.
- Curse - Class in com.pixelmonmod.tcg.duel.power
-
Ability Description: Once during your turn (before you attack) // you may move 1 damage counter from 1 of your opponents Pokemon // to another (Even if it would knock out the other pokemon) Disabled by Sleep, Confusion, or Paralysis
- Curse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Curse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Curse() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Curse
- Curse() - Constructor for class com.pixelmonmod.tcg.duel.power.Curse
- CURSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CURSE - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- Cursed - Class in com.pixelmonmod.pixelmon.battles.status
-
Damages the Pokémon for 25% hp every turn.
- Cursed - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Cursed() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Cursed
-
Initializes the status.
- CURSED_BODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CursedBody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
30% chance to disable a damaging move that hits the Pokémon.
- CursedBody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CursedBody
- CursedBodyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- CursedBodyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.CursedBodyTests
- CURSOLA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CURSOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CursorHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- CursorHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- cursorOverCharmsDrawerCloser(double, double, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Determines if the cursor is hovering over the right-pointing arrow that closes the charms drawer.
- cursorOverCharmsDrawerOpener(double, double, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Determines if the cursor is hovering over the left-pointing arrow that opens the charms drawer.
- cursorOverLureSlot(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Determines if the cursor is hovering over the lure slot.
- cursorOverPokemonSlot(double, double, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Determines if the cursor is hovering over the slot of a Pokémon.
- cursorWithinBoundsOfPokemonModelAnimationTypeCycleButton(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- cursorWithinBoundsOfPokemonModelBackground(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- cursorWithinXBoundsOfCharms(double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Determines if the x position of the cursor lines up within the column of charms in the charms drawer of Pixelmon's extended inventory screen.
- CUSHION_CHAIR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- CushionChairBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- CushionChairBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
- CUSTAP - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- CUSTAP - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- custap_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CustapFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- CustapFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.CustapFoliagePlacer
- Custom - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
- Custom - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
- CUSTOM - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen.Mode
- CUSTOM - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- custom_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- CUSTOM_STEVE_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Steve texture of the NPC.
- CUSTOM_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the Pokémon's custom texture.
- CustomAddServerScreen - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomAddServerScreen(Screen, BooleanConsumer, ExtendedServerData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomAddServerScreen
- CustomBadgeCaseScreen - Class in com.pixelmonmod.pixelmon.api.screens
-
Created by Jay113355 on 8/30/2020.
- CustomBadgeCaseScreen() - Constructor for class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen
- CustomBadgeCaseScreen.Builder - Class in com.pixelmonmod.pixelmon.api.screens
- CustomDirectJoinServerScreen - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomDirectJoinServerScreen(Screen, BooleanConsumer, ExtendedServerData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomDirectJoinServerScreen
- CustomDropsActionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops
-
Created by Jay113355 on 6/16/2020.
- CustomDropsActionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
- CustomDropsActionPacket(String, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
- CustomDropsActionPacket(String, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
- CustomDropsActionPacket(String, PositionTriState) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
- CustomDropScreenFactory - Class in com.pixelmonmod.pixelmon.api.drops
- CustomDropScreenFactory() - Constructor for class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- CustomDropScreenFactory.Builder - Class in com.pixelmonmod.pixelmon.api.drops
- CustomDropsEvent - Class in com.pixelmonmod.pixelmon.api.events.drops
-
Sub classes are fired on the
Pixelmon.EVENT_BUS
in response to aCustomDropScreenFactory
action Created by Jay113355 on 6/16/2020. - CustomDropsEvent(String, ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent
- CustomDropsEvent.ClickButton - Class in com.pixelmonmod.pixelmon.api.events.drops
- CustomDropsEvent.ClickDrop - Class in com.pixelmonmod.pixelmon.api.events.drops
- CustomDropsEvent.CloseScreen - Class in com.pixelmonmod.pixelmon.api.events.drops
- CustomDropsOpenPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops
-
Created by Jay113355 on 6/15/2020
- CustomDropsOpenPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsOpenPacket
-
Empty constructor for packet registration.
- CustomDropsOpenPacket(String, boolean, Component, List<ItemStack>, Component...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsOpenPacket
- CustomDropsScreen - Class in com.pixelmonmod.pixelmon.client.gui.custom
-
Created by Jay113355 on 6/14/2020.
- CustomDropsScreen(String, boolean, Component, ItemStack[], Component[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
- CustomDropsScreen.Button - Class in com.pixelmonmod.pixelmon.client.gui.custom
- CustomDropsScreen.ItemButton - Class in com.pixelmonmod.pixelmon.client.gui.custom
- CustomEditServerScreen - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomEditServerScreen(Screen, BooleanConsumer, ExtendedServerData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomEditServerScreen
- CustomGUI - Class in com.pixelmonmod.tcg.duel.dto
-
Created by Hy on 11/27/2016.
- CustomGUI(String, CustomGUIResult) - Constructor for class com.pixelmonmod.tcg.duel.dto.CustomGUI
- CustomGUIChoiceToServerPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- CustomGUIChoiceToServerPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.CustomGUIChoiceToServerPacket
- CustomGUIChoiceToServerPacket(BlockPos, boolean, int...) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.CustomGUIChoiceToServerPacket
- CustomGUIResult - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 10/17/2016.
- CustomGUIResult() - Constructor for class com.pixelmonmod.tcg.duel.state.CustomGUIResult
- CustomModel - Enum Class in com.pixelmonmod.pixelmon.enums
-
This is an Enum for storing custom models.
- CustomMultiplayerScreen - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomMultiplayerScreen(Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- CustomNoticeOverlay - Class in com.pixelmonmod.pixelmon.client.gui.custom.overlays
-
Created by clienthax on 31/8/2015.
- CustomNoticeOverlay() - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- CustomNoticePacketPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays
-
Created by clienthax on 31/8/2015.
- CustomNoticePacketPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- CustomOverlay - Class in com.pixelmonmod.pixelmon.client.gui.custom.overlays
-
Created by clienthax on 19/8/2015.
- CustomOverlay() - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomOverlay
- CustomPixelmonHeadLayer<T extends net.minecraft.world.entity.LivingEntity,
M extends net.minecraft.client.model.EntityModel<T> & net.minecraft.client.model.HeadedModel> - Class in com.pixelmonmod.pixelmon.client.render.layers - CustomPixelmonHeadLayer(RenderLayerParent<T, M>, EntityModelSet, float, float, float, ItemInHandRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.CustomPixelmonHeadLayer
- CustomPixelmonHeadLayer(RenderLayerParent<T, M>, EntityModelSet, ItemInHandRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.CustomPixelmonHeadLayer
- customRenderer() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- customRenderer() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- customRenderer() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Beam
- customRenderer() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Electric
- customRenderer() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
- CustomScoreboardDisplayPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays
-
Created by clienthax on 29/8/2015.
- CustomScoreboardDisplayPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardDisplayPacket
- CustomScoreboardDisplayPacket(ScoreboardLocation, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardDisplayPacket
- CustomScoreboardOverlay - Class in com.pixelmonmod.pixelmon.client.gui.custom.overlays
-
Created by clienthax on 20/8/2015.
- CustomScoreboardOverlay() - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
- CustomScoreboardUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays
-
Created by clienthax on 29/8/2015.
- CustomScoreboardUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardUpdatePacket
- CustomScoreboardUpdatePacket(String, Collection<String>, Collection<String>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardUpdatePacket
- customServerAiStep() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- customServerAiStep() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- CustomServerSelectionList - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomServerSelectionList(CustomMultiplayerScreen, Minecraft, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- CustomServerSelectionList.Entry - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomServerSelectionList.LANHeader - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomServerSelectionList.NetworkServerEntry - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomServerSelectionList.OnlineServerEntry - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.screen
- CustomSignTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- CustomSignTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.CustomSignTileEntity
- CustomSignTileEntity(BlockEntityType, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.CustomSignTileEntity
- CustomState - Interface in com.pixelmonmod.api.client.screen.widget.state
- customTitle - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
The custom Title
- Cut - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Cuts down wood.
- Cut() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Cut
- CUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- CUTE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CUTE_CHARM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- CUTE_GREAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CUTE_HYPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CUTE_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CUTE_SUPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CUTE_ULTRA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- CuteCharm - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
30& chance of infatuating an attacker upon contact.
- CuteCharm() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CuteCharm
- CUTIEFLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CUTIEFLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- CW - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
- cwPanel - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
White GUI background for many GUIs.
- Cyan - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- CYAN - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- CYAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- cyan_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- cyan_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- CycleMode - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- CYCLIZAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CYCLONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- CycloneBlob - Class in com.pixelmonmod.pixelmon.client.particle.particles
- CycloneBlob - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- CycloneBlob(double, double, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.CycloneBlob
- CycloneParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.cyclone
- CycloneParticle(ClientLevel, double, double, double, int, double, double, double, Color, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticle
- CycloneParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.cyclone
- CycloneParticleData(int, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- CycloneParticleData(Color, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- CycloneParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.cyclone
- CycloneParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleFactory
- CycloneParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.cyclone
- CycloneParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleType
- CYNDAQUIL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- CYNDAQUIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
D
- D - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
- D - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
- DACHSBUN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DACHSBUN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- damage - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Damage
-
The amount of damage this will inflict.
- damage - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
The amount of damage that will be done to the lure.
- damage - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
- damage - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
The damage dealt by the move.
- damage - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- Damage - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
-
Deals a fixed amount of damage.
- Damage - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.HealType
- Damage(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Damage
- Damage(BattleController, PixelmonWrapper, PixelmonWrapper, double) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Damage
- DAMAGE_BONUS_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DAMAGE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DAMAGE_REDUCE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DAMAGE_SWAP - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- DAMAGE_SWAP_ENEMY - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- DAMAGE_SWAP_TO_SELF_ONLY - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- DamageBonusEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 6/19/2016.
- DamageBonusEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DamageBonusEffect
- DamageBonusType - Enum Class in com.pixelmonmod.tcg.duel.attack.enums
-
Created by Hy on 6/19/2016.
- DamageEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- DamageEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DamageEffect
- damagePercent - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- DamagePokemonAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- DamagePokemonAction(int, PixelmonWrapper, int, PixelmonWrapper, DamageTypeEnum, int, int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
- DamageReflect - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Reflects certain types of damage back at the opponent.
- DamageReflect(float) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DamageReflect
-
Initializes the effect.
- damageResult - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The amount of damage dealt by the attack.
- damageResult(int, int, int) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- DamageSwap - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- DamageSwap() - Constructor for class com.pixelmonmod.tcg.duel.power.DamageSwap
- DamageSwapEnemy - Class in com.pixelmonmod.tcg.duel.power
- DamageSwapEnemy() - Constructor for class com.pixelmonmod.tcg.duel.power.DamageSwapEnemy
- DamageSwapToSelfOnly - Class in com.pixelmonmod.tcg.duel.power
- DamageSwapToSelfOnly() - Constructor for class com.pixelmonmod.tcg.duel.power.DamageSwapToSelfOnly
- damageTaken - Variable in class com.pixelmonmod.pixelmon.battles.status.BideStatus
-
The amount of damage taken while using Bide.
- damageTakenThisTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The amount of damage the Pokémon has taken in the turn.
- DamageTask - Class in com.pixelmonmod.pixelmon.client.gui.battles.tasks
-
Handles animation for hp being lowered.
- DamageTask(int, UUID) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.tasks.DamageTask
-
Initiates an damage task.
- damageType - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
- DamageTypeEnum - Enum Class in com.pixelmonmod.pixelmon.battles.attacks
-
Types of battle damage.
- Damp - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Damp() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Damp
- DAMP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- damp_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- damp_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dampRock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- DampTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- DampTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.DampTests
- dance - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- Dancer - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Pokemon with this immediately copy any Dance move used.
- Dancer() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Dancer
- DANCER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DancerTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- DancerTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.DancerTest
- DancerTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- DancerTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.DancerTests
- DANIEL_N - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- danieln - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- DARK - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- DARK - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- DARK - Static variable in class com.pixelmonmod.api.client.screen.ScreenStyle
- DARK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- DARK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- DARK - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- DARK_AURA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- dark_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dark_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dark_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Dark.
- dark_oak_bench - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- DARK_OAK_BENCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- Dark_Pulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Dark_Pulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Dark_Pulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- DARK_PULSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- dark_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DARK_VOID - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DARK_WORKPLACE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- DarkAura - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of Dark-type moves by 33.3% for all Pokémon on the field.
- DarkAura - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- DarkAura() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DarkAura
-
Initialize the Ability.
- DARKEST_LARIAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DarkestLariat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- darkinium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Darkinium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- DARKNESS - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
- DARKNESS - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- DarkPulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- DarkPulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DARKRAI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DARKRAI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- darkworkplace - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- DARMANITAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DARMANITAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DARTRIX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DARTRIX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DARUMAKA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DARUMAKA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DASH_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- data - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.UseMoveSkillEvent
-
The data object associated with the move skill.
- data - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystemBase
- data - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
-
The updated Pokémon data.
- data - Variable in class com.pixelmonmod.tcg.duel.state.CommonCardState
- data() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType
-
Returns the value of the
data
record component. - data() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.SelectorData
-
Returns the value of the
data
record component. - Data(TypeToken<A>, BiFunction<A, Component, T>) - Constructor for record class com.pixelmonmod.pixelmon.api.ui.InputElementType.Data
-
Creates an instance of a
Data
record class. - DATA_HOOK_STATE - Static variable in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- DATA_PROVIDER_TYPE_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- dataApplier - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- dataApplier(BiConsumer<Pokemon, T>) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the applier that applies to the Pokemon data
- DataCopier - Class in com.pixelmonmod.pixelmon.api.pokemon.species
- DataCopier() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- dataHash - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayClientPacket
- dataHash - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayServerPacket
- dataHash() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- dataMatcher - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- dataMatcher(BiPredicate<Pokemon, T>) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the matcher that applies to the Pokemon data
- DatapackLoader - Class in com.pixelmonmod.api.loader
- DatapackLoader() - Constructor for class com.pixelmonmod.api.loader.DatapackLoader
- DatapackLoader.Builder - Class in com.pixelmonmod.api.loader
- dataProvider(String, Component, Class<A>, Codec<B>, B) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Builder
-
Gives a
DataProvider
variable to the interaction condition. - dataProvider(String, Component, Class<A>, Codec<B>, B) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Builder
-
Gives a
DataProvider
variable to the data provider. - dataProvider(String, Component, Class<A>, Codec<B>, B) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Builder
-
Gives a
DataProvider
variable to the interaction result. - DataProvider<T> - Interface in com.pixelmonmod.pixelmon.api.npc.interaction.provider
- dataProviderData() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- DataProviderData - Record Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- DataProviderData(ResourceLocation, List<InputType<?>>) - Constructor for record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.DataProviderData
-
Creates an instance of a
DataProviderData
record class. - DataProviderInputType<T> - Class in com.pixelmonmod.pixelmon.api.ui.type
-
This input type represents
DataProvider
input from the user to be selected from a dropdown menu. - DataProviderInputType(List<ResourceLocation>, Component, ResourceLocation, List<InputType<?>>) - Constructor for class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- DataProviderType<A extends DataProvider<B>,
B> - Record Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider - DataProviderType(Codec<A>, TypeToken<B>, A) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- DataProviderType(Codec<A>, TypeToken<B>, Supplier<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
-
Creates an instance of a
DataProviderType
record class. - DataProviderType(Codec<A>, Type) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- DataProviderType(Codec<A>, Type, Supplier<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- dataSupplier - Variable in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- DataSync<A,
B> - Class in com.pixelmonmod.pixelmon.api.data -
Wrapper class used for optimizing data from
EntityDataAccessor
as cache's are faster (no concurrency checks/locking) - DataSync(Class<? extends Entity>, EntityDataAccessor<B>, BiConsumer<A, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
- DataSync(Class<? extends Entity>, EntityDataAccessor<B>, BiConsumer<A, B>, BiConsumer<Pokemon, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
- DataSync(Class<? extends Entity>, EntityDataSerializer<B>, BiConsumer<A, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
- DataSync(Class<? extends Entity>, EntityDataSerializer<B>, BiConsumer<A, B>, BiConsumer<Pokemon, B>) - Constructor for class com.pixelmonmod.pixelmon.api.data.DataSync
- DataSyncLock - Class in com.pixelmonmod.api.loader
- DataSyncLock() - Constructor for class com.pixelmonmod.api.loader.DataSyncLock
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- dataSyncManager - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- dataType - Variable in class com.pixelmonmod.api.AbstractSpecification
- DAUNTLESS_SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DauntlessShield - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- DauntlessShield() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DauntlessShield
- dawn - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
- DAWN - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- DAWN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- DAWN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- dawn_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- DAWN_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- dawn_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dawn_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DAWN_WINGS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- dawndusk - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Rarity
- Dawnstone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- DAWNSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- DAWNSTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- DawnstoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- DawnstoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.DawnstoneEffect
- day - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Rarity
- DAY - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- DAY_CARE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- DAY_CARE - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- DAY_CARE_BOX_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_BOX_EMPTY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_BOX_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_BOX_OVAL_CHARM_ACTIVE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_BOXES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_CONDITIONS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- DAY_CARE_DURATION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_EGG - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_HISTORY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_HOUR_GLASSES_USED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_HOUR_READY_TO_BREED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_PAID_FOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_PARENT_ONE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_PARENT_TWO - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DAY_CARE_SELECTABLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- DAY_CARE_START_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DayCareAllErrorsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- DayCareAllErrorsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareAllErrorsPacket
- DayCareAllErrorsPacket(int, List<Component>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareAllErrorsPacket
- DayCareBlock - Class in com.pixelmonmod.pixelmon.blocks.daycare
- DayCareBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- DayCareBox - Class in com.pixelmonmod.pixelmon.api.storage.breeding
-
All data pertaining to one of the player's daycare boxes in their
PlayerPartyStorage
- DayCareBox(PlayerDayCare, int) - Constructor for class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Constructor taking the daycare (parent) and the box's id
- DayCareCondition - Interface in com.pixelmonmod.pixelmon.api.daycare
-
A condition for daycare to begin the breeding process
- DayCareConditionRegistry - Class in com.pixelmonmod.pixelmon.api.daycare
-
Registry containing all the types of the
DayCareRequirement
interface - DayCareConditionRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
- DayCareConditionStatusResponsePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- DayCareConditionStatusResponsePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareConditionStatusResponsePacket
- DayCareConditionStatusResponsePacket(int, Component, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareConditionStatusResponsePacket
- DayCareContainer - Class in com.pixelmonmod.pixelmon.client.gui.daycare
- DayCareContainer(int, Inventory) - Constructor for class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareContainer
- DayCareContainer(int, Inventory, FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareContainer
- DayCareDuration - Interface in com.pixelmonmod.pixelmon.api.daycare
- DayCareDurationRegistry - Class in com.pixelmonmod.pixelmon.api.daycare
-
Registry class for the day care durations
- DayCareDurationRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.DayCareDurationRegistry
- DayCareEvent - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
All events relating to
DayCareBlock
and breeding - DayCareEvent(ServerPlayer, PlayerPartyStorage) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent
- DayCareEvent.HourGlassUsed - Class in com.pixelmonmod.pixelmon.api.daycare.event
- DayCareEvent.HourGlassUsed.Post - Class in com.pixelmonmod.pixelmon.api.daycare.event
- DayCareEvent.HourGlassUsed.Pre - Class in com.pixelmonmod.pixelmon.api.daycare.event
- DayCareEvent.PostCollect - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
Event fired just after the player collects the egg (and parents) from the DayCare This is not cancellable
- DayCareEvent.PostConditionStatusUpdate - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
The event fired just after the condition status response packet is sent This is not cancellable
- DayCareEvent.PostDurationCalculate - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
Fired just after the duration of a day care box is set This is not cancellable
- DayCareEvent.PostEggCalculate - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
This event is fired just after the response packet is sent to the client with the calculated child This is not cancellable
- DayCareEvent.PostPokemonAdd - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
Event fired just after a Pokemon is added to the box This is not cancellable
- DayCareEvent.PostTimerBegin - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
This event is fired just after the breeding timer begins This is not cancellable
- DayCareEvent.PreCollect - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
Event fired just before the player collects the egg (and parents) from the DayCare If cancelled nothing happens (effectively cancelling the user's UI click)
- DayCareEvent.PreConditionStatusUpdate - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
The event fired just before the condition status response packet is sent Cancelling will prevent the response from happening (will look weird on the client's UI)
- DayCareEvent.PreDurationCalculate - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
Fired just before the duration of a day care box is set This is not cancellable
- DayCareEvent.PreEggCalculate - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
This event is fired just before the response packet is sent to the client with the calculated child Cancelling this will prevent a response (causing the event to be fired more times as the client continues to request a response)
- DayCareEvent.PrePokemonAdd - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
Event fired just before a Pokemon is added to the box Cancelling will not add the Pokemon to the box and not send a reply to the client (basically cancelling the click)
- DayCareEvent.PreTimerBegin - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
This event is fired just before the breeding timer begins Cancelling this will prevent it from beginning
- DayCareEvent.TimerComplete - Class in com.pixelmonmod.pixelmon.api.daycare.event
-
Event fired when a timer is complete for a box (for online players only)
- DayCareHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Static helper class for functions in relation to Day Care
- DayCareHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.DayCareHelper
- DayCareHourglassUsedPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- DayCareHourglassUsedPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareHourglassUsedPacket
- DayCareHourglassUsedPacket(int, int...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareHourglassUsedPacket
- DayCareRequestAllErrorsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- DayCareRequestAllErrorsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestAllErrorsPacket
- DayCareRequestAllErrorsPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestAllErrorsPacket
- DayCareRequestConditionUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- DayCareRequestConditionUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestConditionUpdatePacket
- DayCareRequestConditionUpdatePacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestConditionUpdatePacket
- DayCareRequirement - Interface in com.pixelmonmod.pixelmon.api.daycare
-
Represents a requirement for the breeding to begin between two
Pokemon
- DayCareScreen - Class in com.pixelmonmod.pixelmon.client.gui.daycare
- DayCareScreen(DayCareContainer, Inventory, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- DayCareSlot - Class in com.pixelmonmod.pixelmon.client.gui.daycare
- DayCareSlot(double, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareSlot
- DayCareStrategy - Class in com.pixelmonmod.pixelmon.command.impl.wiki
- DayCareStrategy() - Constructor for class com.pixelmonmod.pixelmon.command.impl.wiki.DayCareStrategy
- DayCareTab - Class in com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl
- DayCareTab(int, int, boolean, boolean, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.DayCareTab
- DayCareUpgradeItem - Class in com.pixelmonmod.pixelmon.items
- DayCareUpgradeItem() - Constructor for class com.pixelmonmod.pixelmon.items.DayCareUpgradeItem
- DayOfMonthDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.calendar
- DayOfMonthDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.calendar.DayOfMonthDataProvider
- Dazzling - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Dazzling() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Dazzling
- DAZZLING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Dazzling_Gleam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Dazzling_Gleam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- DAZZLING_GLEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DazzlingGleam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- DazzlingGleam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DazzlingTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- DazzlingTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.DazzlingTests
- deactivate() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
-
Deactivates the coordinator by cancelling the processor, clearing the spawners, and unregistering from the Forge bus.
- deactivate() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- deactivate() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
-
Performs any actions necessary to deactivate Mode.
- deactivate() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- deactivate() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- deactivate(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- dealsDamage(Attack) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether the attack deals direct damage.
- dealtDamage(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Triggers when an attacker deals damage.
- dealtDamage(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GlaiveRush
- dealtDamage(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MysticalPower
- dealtDamage(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScaleShot
- dealtDamage(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the holder deals damage.
- dealtDamagePerHit(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum, int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Triggers when an attacker deals damage.
- dealtDamagePerHit(PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum, int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Drain
- debug - Variable in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- DEBUG_GENERATOR - Static variable in class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
- DebugConfig - Class in com.pixelmonmod.pixelmon.api.config
- DebugConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.DebugConfig
- DebugKeyBindings - Class in com.pixelmonmod.pixelmon.client.keybindings
- DebugKeyBindings() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.DebugKeyBindings
- debugResourceStuff(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- decide(FriendlyByteBuf) - Static method in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- decidium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Decidium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- DECIDUEYE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- deck - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- Deck - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
- Deck - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- Deck(Container, boolean, int) - Constructor for class com.pixelmonmod.tcg.item.DeckItem.Deck
- DECK - Enum constant in enum class com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
- DECK - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- DECK - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- DeckCardBackSlot - Class in com.pixelmonmod.tcg.client.container.slot
- DeckCardBackSlot(Container, int, int, int) - Constructor for class com.pixelmonmod.tcg.client.container.slot.DeckCardBackSlot
- DeckCardTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- DeckCardTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.DeckCardTypeAdapter
- DeckCoinSlot - Class in com.pixelmonmod.tcg.client.container.slot
- DeckCoinSlot(Container, int, int, int) - Constructor for class com.pixelmonmod.tcg.client.container.slot.DeckCoinSlot
- DeckContainer - Class in com.pixelmonmod.tcg.client.container
- DeckContainer(int, Inventory, FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.client.container.DeckContainer
- DeckContainer(int, Player, Inventory, DeckItem.Deck) - Constructor for class com.pixelmonmod.tcg.client.container.DeckContainer
- DeckInventory - Class in com.pixelmonmod.tcg.client.container
- DeckInventory(ItemStack, Player) - Constructor for class com.pixelmonmod.tcg.client.container.DeckInventory
- DeckItem - Class in com.pixelmonmod.tcg.item
- DeckItem() - Constructor for class com.pixelmonmod.tcg.item.DeckItem
- DeckItem.Deck - Class in com.pixelmonmod.tcg.item
- DECKS - Static variable in class com.pixelmonmod.tcg.init.registry.CreativeModeTabRegistration
- DeckScreen - Class in com.pixelmonmod.tcg.client.gui
- DeckScreen(DeckContainer, Inventory, Component) - Constructor for class com.pixelmonmod.tcg.client.gui.DeckScreen
- deckSize - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- DeckSlot - Class in com.pixelmonmod.tcg.client.container.slot
- DeckSlot(Container, int, int, int) - Constructor for class com.pixelmonmod.tcg.client.container.slot.DeckSlot
- Decline - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
- declineQuery(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Closes the GUI if a player declines the battle.
- declineQuery(ServerPlayer, UUID) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
Cancels an evolution.
- decode(PlayerDayCare, FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Decodes the data from a packet buffer
- decode(PlayerPartyStorage, FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Decodes the boxes from the buffer
- decode(ByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- decode(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Decodes a
DialogueButton
from the givenFriendlyByteBuf
. - decode(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Reads an
InputPattern
from the givenFriendlyByteBuf
. - decode(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Decodes an
InputSettings
from the given buffer. - decode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.BoardPosition
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.ImageEntry
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
- decode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardEntry
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- decode(FriendlyByteBuf) - Method in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- decode(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Reads the storage from the given buffer
- decode(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
- decode(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- decode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
Decodes the data from the given
FriendlyByteBuf
When being sent to the client theBattleProperty
's ID will come first so that when being de-serialized it can get a default value and then call thePropertyValue.decode(FriendlyByteBuf)
method - decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedReviveTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPIncreaseTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPUpdateTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.StatusUpdateTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.ClientUpdatePokedexPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
- decode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.comm.data.PixelmonPacket
-
Decodes the information from the buffer to the packet instance
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
-
Convert from the supplied buffer into your specific this type
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.OpenBadgeCasePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.AcceptDeclineBattlePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BackToMainMenuPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CheckPlayerBattlePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CloseBattlePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DistanceUntilBattleForfeitedPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxMegaRulePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnforcedRevivePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FleePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FormBattleUpdatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.MegaEvolvePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music.PlayBattleMusicPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.OpenBattleModePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ParticipantReadyPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RemoveSpectatorPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestBagItemsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.DisplayBattleQueryRulesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.ProposeBattleRulesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestToggleFreeMoveInBattlePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CloseTeamSelectScreenPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ConfirmTeamSelectPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.RejectTeamSelectPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.UnconfirmTeamSelectPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.SetProposedRulesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateBattleQueryRulesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateClientRulesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokeBallIdPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonBattleDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetStrugglePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ShowSpectateMessagePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwapPositionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwitchPokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateMovesetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTerrainPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTurnPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateWeatherPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseEtherPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseItemPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.BattleScreenDisabledPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.camera.ItemCameraPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ChooseStarterPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ClientboundUpdateSpawnerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ClientSetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientChangeOpenPCPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializeStoragePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientQueryResultsPCPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientSetLastOpenBoxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerCloseStoragePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerQueryPCPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerSetLastOpenBoxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerUpdateBoxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerSwapPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerTrashPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.SetTempMode
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsOpenPacket
-
Convert from the supplied buffer into your specific this type
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardDisplayPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardUpdatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.AddToDayCarePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CancelDayCareBoxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CompleteDayCareRequirementPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareAllErrorsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareConditionStatusResponsePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareHourglassUsedPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestAllErrorsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestConditionUpdatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RequestDayCareChildPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RespondDayCareChildPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.SendEntireDayCarePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareBoxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareHistoryPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.WithdrawDayCareBoxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.DeleteMovePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueChoiceMadePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputResponsePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor.OpenProfessorDialoguePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.SetDialogueDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportRequestPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportResponsePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportRequestPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.ApplyPresetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CopyNPCPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CreateNPCFromPresetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.AddNewInteractionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.FinishSyncDataEntryPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SendUpdatedInteractionDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.LinkPresetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.NPCEditorClosedPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.RequestNPCEditorPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SaveToPresetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SendTrackedNPCsOpenScreenPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SetNPCIconPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportNPCPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportPlayerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UnLinkPresetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateEntityPropertiesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateNamePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateRenderingHandlerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionResponsePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolvePokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.OpenEvolutionGUIPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.FreeToMoveDuringBattlePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.GuiOpenClosePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HealerGuiClosePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HoverPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.IlluminatePositionsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.mail.MailPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.RegisterMoveSkillPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCLearnMovePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCTeachMovePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.OpenTutorPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RelearnerTutorClosePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopClosePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopOpenPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopTransactionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenScreenPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard.ScoreboardDisplayPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCClonePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCSortPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapBoxPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapHeldItemPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.WithdrawHeldItemPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayClientPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayServerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayBattleParticleSystemPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerExtrasPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayParticleSystemPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.RequestSpawnDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.SendSpawnDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonOpenGUIPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CheckPokemonEditorAllowedPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.DeletePokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RandomizePokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestAllRibbonsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditedPlayerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditingPlayerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RespondPokemonEditorAllowed
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SendAllRibbonsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditedPlayerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditingPlayerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetImportPokemonIDPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateSinglePokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationResult
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.CloseRaidPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidDropsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.UpdateRaidCatchPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RenamePokemonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ReplaceMovePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestExtrasDisplayDataPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.AbandonResearchPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimObjectivePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimStagePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClientResearchPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.FavoriteResearchPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingMovementPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingVerticalMovementPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RotateEntityPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.OpenSelectionPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SelectionResponsePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SetSelectionOptionsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectMovePacket
-
Convert from the supplied buffer into your specific this type
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectStatPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerCosmeticsUpdatePacket
-
Convert from the supplied buffer into your specific message type
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetCharmPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetDisplayRibbonPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetMegaItemPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem.UpdateSpriteItemRequestPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayOpenPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplaySwapPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.UpdateClientEditingStatuePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.StopStartLevellingPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ClientboundSetSelectedSlotPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ServerboundSetSelectedSlotPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SummonParticleArcaneryPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SwapMovePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SyncSpectatorRangePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.toast.SendToastPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.RegisterTraderPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetClientTradePairPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetSelectedStatsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.TradeReadyPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.RequestTrainerCardPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardColorPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UIKeyPressPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdatePixelmonMovementPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdateSpawnerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UseRevivePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
-
Convert from the supplied buffer into your specific this type
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeReassemblyPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
- decode(FriendlyByteBuf) - Method in interface com.pixelmonmod.tcg.network.data.TCGPacket
-
Decodes the information from the buffer to the packet instance
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.CardSelectorToServerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.CoinFlipAckPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.CustomGUIChoiceToServerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.EndGamePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.ForceEndBattlePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.GameStateSyncPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.GenericActionRequestPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToClientPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToServerPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStatePreBattleSyncPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStateSyncPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.RetreatAndSwitchPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.ShowOpponentCardPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.SwitchPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.TCGGuiClientPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.TrainerPlayedPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.UpdateServerCardRecordPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.BattleSpectatorUpdatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.CardBackSyncPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.CardSyncPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.CoinSyncPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.GenericGUIPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackGuiPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.PackSyncPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.RulebookUpdatePacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
- decode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
- decodeFrom(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Decodes the Pokémon's info from a data buffer.
- decodeInteger(int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
Decodes an integer into an array of small numbers
- decodeInto(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.util.IEncodeable
-
Decodes the object from a buffer.
- decodeInto(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Imports rules from a byte array.
- decodeInto(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
- decodeInto(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
- decodeStringArray(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Reads a string array from a buffer.
- decodeStringList(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Reads a string list from a buffer.
- DECORATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DECORATION - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- DecorationBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- DecorationBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- DECORATIVE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- DECORATIVE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- DECORATIVE_TREE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- DecorativeBaseTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- DecorativeBaseTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
- DecorativeBaseTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
- DecreaseEVBerryItem - Class in com.pixelmonmod.pixelmon.items
-
EV-reducing Berries that lower EVs in a specific stat and raise happiness.
- DecreaseEVBerryItem(Item.Properties, BattleStatsType, BerryType) - Constructor for class com.pixelmonmod.pixelmon.items.DecreaseEVBerryItem
-
Initializes the Berry.
- decreaseFriendship(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- decreaseStat(int, BattleStatsType, PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- decreaseStat(int, BattleStatsType, PixelmonWrapper, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Decreases the given stat the amount of stages.
- decreaseTicksRemaining(int) - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- decrementPage() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- decrementPage() - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- decrementTurnCount(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Decrements the move's turn count by 1.
- decryptFrom(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- DEDENNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- deep_sea - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- DEEP_SEA_KELP - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- deep_sea_scale - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DEEP_SEA_SPIKE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- deep_sea_tooth - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- deepCopy() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Makes a copy of the move object.
- deepCopy(boolean[][]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
- deepCopy(T[][]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
- deepCopy(T[][][]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
- DeepKelpFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike
- DeepKelpFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepKelpFeature
- DeepSeaCrystalBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- DeepSeaCrystalBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.DeepSeaCrystalBlock
- deepSeaScale - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- DeepSeaShovelableBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- DeepSeaShovelableBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.DeepSeaShovelableBlock
- DeepSeaSpikeFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike
- DeepSeaSpikeFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepSeaSpikeFeature
- deepSeaTooth - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- DeepSeaToothScaleItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- DeepSeaToothScaleItem(EnumHeldItems) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.DeepSeaToothScaleItem
- DEERLING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DEERLING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Default - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- DEFAULT - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
- DEFAULT - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
- DEFAULT - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- DEFAULT_CURSOR - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- DEFAULT_POKE_BALL_IDS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- DEFAULT_SLOT_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- DEFAULT_STYLES - Static variable in class com.pixelmonmod.api.client.screen.ScreenStyle
- DEFAULT_WALLPAPER - Static variable in class com.pixelmonmod.pixelmon.client.listener.WallpapersListener
- defaultBaseForm - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- defaultChildProperties() - Static method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
- defaultColor - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumBike
- defaultId() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
-
Returns the value of the
defaultId
record component. - defaultInstance() - Method in record class com.pixelmonmod.pixelmon.api.model.RenderingHandlerType
-
Returns the value of the
defaultInstance
record component. - defaultInstance() - Method in record class com.pixelmonmod.pixelmon.api.texture.TextureProviderType
-
Returns the value of the
defaultInstance
record component. - defaultMode - Variable in class com.pixelmonmod.pixelmon.api.util.EncounterData
-
The default encounter mode, usually from the config.
- DefaultParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser
- DefaultParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.DefaultParser
- defaultProperties() - Static method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
- defaultResult - Variable in class com.pixelmonmod.tcg.duel.dto.CustomGUI
- DefaultServerList - Class in com.pixelmonmod.pixelmon.client
- DefaultServerList() - Constructor for class com.pixelmonmod.pixelmon.client.DefaultServerList
- defaultSpec - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- defaultSupplier() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
-
Returns the value of the
defaultSupplier
record component. - defaultSupplier() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
-
Returns the value of the
defaultSupplier
record component. - defaultText() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
defaultText
record component. - defaultText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the default text that shows up in the input text box.
- defaultText(Component) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the default text that shows up in the input text box.
- defaultTexUnit - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- defaultTypeface() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- defaultValue - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractDoublePokemonRequirement
- defaultValue - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractIntegerPokemonRequirement
- defaultValue - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
- defaultValue - Variable in class com.pixelmonmod.api.requirement.AbstractIntegerRequirement
- defaultValue - Variable in class com.pixelmonmod.api.requirement.AbstractStringRequirement
- defaultValue - Variable in class com.pixelmonmod.api.statue.requirement.AbstractIntegerStatueRequirement
- defaultValue - Variable in class com.pixelmonmod.api.statue.requirement.AbstractStringStatueRequirement
- defaultValue - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- defaultValue - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- defaultValue - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- defaultValue() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
-
Returns the value of the
defaultValue
record component. - defaultValues() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.DataProviderData
-
Returns the value of the
defaultValues
record component. - defaultValues() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionConditionData
-
Returns the value of the
defaultValues
record component. - defaultValues() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionResultData
-
Returns the value of the
defaultValues
record component. - defaultValueSupplier() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
-
Returns the value of the
defaultValueSupplier
record component. - DEFEAT - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleResults
- DEFEAT_GYM_NPC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- DEFEAT_RAID - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- Defeatist - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves the user's attack and Special attack when at 50% hp or less.
- Defeatist() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Defeatist
- DEFEATIST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DefeatRaidInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- DefeatRaidInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.DefeatRaidInteractionEvent
- DefeatTrainerInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- DefeatTrainerInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.DefeatTrainerInteractionEvent
- DEFENCE_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- DEFEND_ORDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Defender - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- Defender() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Defender
- DEFENDER - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- defense() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns the value of the
defense
record component. - Defense - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- DEFENSE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- Defense_Curl - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- DEFENSE_CURL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DefenseCurl - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles the power of Ice Ball and Rollout.
- DefenseCurl - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- DefenseCurl() - Constructor for class com.pixelmonmod.pixelmon.battles.status.DefenseCurl
-
Initializes the status.
- defenseModifier - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's defense modifier.
- defenseStat - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's Defense stat.
- Defiant - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Defiant() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Defiant
- DEFIANT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- define(DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- define(Entity, DataSync<?, A>, A) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- defineSynchedData() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- Defog - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Clears several team statuses from the field.
- Defog() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Defog
- DEFOG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DefogTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- DefogTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- DeformVertex - Class in com.pixelmonmod.pixelmon.client.models.smd
- DeformVertex(float, float, float, float, float, float, int, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- DeformVertex(DeformVertex) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- DEINO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DEINO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DelayedScheduler - Class in com.pixelmonmod.api.scheduler
-
A utility class used for scheduling tasks at a specified time in the future that return a completable future so that the user can then perform tasks once their task is complete
- DelayedScheduler() - Constructor for class com.pixelmonmod.api.scheduler.DelayedScheduler
- DelayEffect - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 8/14/2016.
- DelayEffect(BaseAttackEffect, PokemonAttackStatus, PokemonCardState, int) - Constructor for class com.pixelmonmod.tcg.duel.state.DelayEffect
- DelayInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time
- DelayInteractionResult(List<InteractionResult>, int) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.DelayInteractionResult
- delayTicks - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.DelayInteractionResult
- DELCATTY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DelegateLink - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.links
- DelegateLink(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- DeleteMovePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- DeleteMovePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.DeleteMovePacket
- DeleteMovePacket(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.DeleteMovePacket
- DeleteNpc - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- DeleteNPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- DeleteNPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
- DeleteNPCPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
- deletePokemon(int, PartyStorage, CustomPayloadEvent.Context) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.DeletePokemonPacket
-
Deletes a Pokémon from a player's party.
- DeletePokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Deletes a Pokémon from a player's party.
- DeletePokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.DeletePokemonPacket
-
Empty constructor for packet registration.
- DeletePokemonPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.DeletePokemonPacket
-
Initializes a delete packet.
- deleteType - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonDeletedEvent
-
The means by which the Pokémon is being deleted
- DeleteType - Enum Class in com.pixelmonmod.pixelmon.api.enums
- DELIBIRD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DELIBIRD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DELPHOX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DELPHOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- delta(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Sets this vector to the delta/difference between it and the given vector.
- delta_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DELTA_STREAM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DeltaStream - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- DeltaStream() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DeltaStream
- DeltaStreamTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- DeltaStreamTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- den - Variable in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent
- DEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- den_spawner - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dendo_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DenEntity - Class in com.pixelmonmod.pixelmon.entities
- DenEntity(EntityType<DenEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.DenEntity
- DenEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.entities.DenEntity
- DenEntity(Level, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.entities.DenEntity
- DenEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
-
Created by Waterdude on 10/7/2021.
- DenEvent(DenEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.DenEvent
- DenEvent.Collide - Class in com.pixelmonmod.pixelmon.api.events.raids
- DenEvent.Interact - Class in com.pixelmonmod.pixelmon.api.events.raids
- DenRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
-
Created by Waterdude.
- DenRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
- DENY_CHARS - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- DENY_PATTERN - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- deocde(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.items.ItemData
- DEOXYS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DEOXYS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DeoxysFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- DeoxysFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.DeoxysFormChange
- Depletion - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Causes the target's last-used attack to lose 2 PP.
- Depletion() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Depletion
- DEPOSIT - Enum constant in enum class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.TransactionType
- deRegisterBattle(BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Removes a battle from the battle list.
- deRegisterKeyListener(PlayerKeyListener) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
De-registers a key listener from the player.
- deRegisterKeyListeners() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
De-registers all key listeners from the player.
- deregisterStarterList(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.TickHandler
-
Removes a player from the starter Pokémon GUI list.
- DeRegisterTrader - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
- Descend - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- DescendKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- DescendKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.DescendKey
- DescribableResource - Record Class in com.pixelmonmod.pixelmon.api.research
- DescribableResource(RenderableSprite) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- DescribableResource(RenderableSprite, Component) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- DescribableResource(ResourceWithFallback) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- DescribableResource(String) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- DescribableResource(String, Component) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- DescribableResource(List<RenderableSprite>, Component) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
-
Creates an instance of a
DescribableResource
record class. - DescribableResource(ResourceLocation) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- DescribableResource(ResourceLocation, Component) - Constructor for record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- description - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- description - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- description - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- description() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
description
record component. - description() - Method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
-
Returns the value of the
description
record component. - description(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the description of the GUI.
- description(Component) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the description of the GUI.
- description(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- descriptions() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the description lines of this move skill.
- descriptions(String...) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Adds description lines to this move skill.
- descriptions(Collection<String>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Adds description lines to this move skill.
- DescriptiveText - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Renders a line of text.
- DescriptiveText(String, String, int, int, TextAlignment) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DescriptiveText
-
Initializes the text with description.
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.api.ParseAttemptTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.api.SpecificationTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Element.TypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.json.RibbonTypeTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PalettePropertiesTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.SpeciesTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.StatsTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.AbilitiesTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.AggressionChancesTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.DimensionsTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.EVYieldsTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FlyingParametersTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FormTagsTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GenderPropertiesTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GigantamaxTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ImmutableBattleStatsTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MountedFlyingParametersTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovementTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovesTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceLocationTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceWithFallbackTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.RidingOffsetsTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SpawnDataTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SwimmingParametersTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.Vector3fTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType.TypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.EvoConditionTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.EvolutionTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings.TypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.ResourceLocationTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawnConditionTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawnInfoTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawnSetTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.TagEntryTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.util.Range.TypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.api.util.ResourceLocationAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationDataAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ZMoveAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOptionTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.StarterTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove.Adapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.BaseAttackEffectTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.BasePowerEffectTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.BaseTrainerEffectTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardAttackTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardPowerTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardSetTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.DeckCardTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ImmutableCardTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ResourceLocationTypeAdapter
- deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ThemeDeckTypeAdapter
- deserialize(Reader) - Static method in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- deserialize(Reader, Class<? extends SpawnSet>) - Static method in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- deserialize(Type, Object) - Method in class com.pixelmonmod.pixelmon.api.config.adapter.PokeLootRateAdapter
- deserialize(Type, Object) - Method in class com.pixelmonmod.pixelmon.api.config.adapter.PokemonSpecificationAdapter
- deserialize(String) - Static method in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- deserialize(String, Class<? extends SpawnSet>) - Static method in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- deserialize(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- deserialize(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- deserialize(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- deserialize(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- deserialize(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- deserialize(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- deserialize(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- deserialize(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Deserializes the player research from a
CompoundTag
. - deserialize(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
-
Deserializes the objective from a
CompoundTag
. - deserialize(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Deserializes this stage of research from a
CompoundTag
. - deserialize(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Deserializes the research storage from a
CompoundTag
. - deserializeFromNBT(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- deserializeList(JsonArray, Function<JsonElement, T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.JsonHelper
- deserializeNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- deserializeNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- deserializeNBT(CompoundTag) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- deserializeNBT(CompoundTag) - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- deserializeNBT(CompoundTag) - Method in class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- DESERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- DESERT_SPIKE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- DesertSpikeFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike
- DesertSpikeFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DesertSpikeFeature
- design() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- design() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- DESIGN_COUNT - Static variable in class com.pixelmonmod.api.client.screen.ScreenStyle
- DESOLATE_LAND - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DesolateLand - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- DesolateLand() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DesolateLand
- DesolateLandTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- DesolateLandTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- despawnAllPokemon() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- despawnCounter - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Counter for non-Legendary Pokémon despawning.
- desperate - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- destination - Variable in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
- DESTINY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- DESTINY_BOND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DESTINY_BOND_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- destiny_knot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DestinyBond - Class in com.pixelmonmod.pixelmon.battles.status
-
If the Pokémon faints to direct damage, the attacker will faint as well.
- DestinyBond - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- DestinyBond() - Constructor for class com.pixelmonmod.pixelmon.battles.status.DestinyBond
-
Sets up the status.
- DestinyBondEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 8/14/2016.
- DestinyBondEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DestinyBondEffect
- destinyKnot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- DestinyKnotItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Causes the opponent to become infatuated if the user becomes infatuated.
- DestinyKnotItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.DestinyKnotItem
-
Initializes the held item.
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- destroy(LevelAccessor, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- DESTROYED - Static variable in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- DestroyStatue(ServerPlayer, StatueEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.StatueEvent.DestroyStatue
- destruct() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- DETAILS - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- Detect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- DETECT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- detection - Variable in class com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement
- DEVASTATING_DRAKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DEVELOPER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
- DeveloperRibbonType - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
- DeveloperRibbonType(String, String, ResourceWithFallback, Component, Component, Component, PaletteProperties) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonType
- DeveloperRibbonType.Builder - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
- DeveloperRibbonTypeReader - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
- DeveloperRibbonTypeReader() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonTypeReader
- DEVOLUTION_SPRAY - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- DevolutionSpray - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- DevolutionSpray() - Constructor for class com.pixelmonmod.tcg.duel.trainer.DevolutionSpray
- DEVOLVE - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DevolveEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- DevolveEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DevolveEffect
- devon_scope - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- devon_scuba_gear - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DevScoreboardCommand - Class in com.pixelmonmod.pixelmon.command.impl.client
-
This command is registered on the client command handler.
- DevScoreboardCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
- DevTempPartyCommand - Class in com.pixelmonmod.pixelmon.command.impl.client
-
This command is registered on the client command handler.
- DevTempPartyCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
- DevTools - Class in com.pixelmonmod.pixelmon.dev
-
Contains various dev related utilities.
- DevTools() - Constructor for class com.pixelmonmod.pixelmon.dev.DevTools
- DEWGONG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DEWGONG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DEWOTT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DEWOTT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DEWPIDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- dex() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- DexCheckCommand - Class in com.pixelmonmod.pixelmon.command.impl
- DexCheckCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.DexCheckCommand
- DexNoPredicate - Class in com.pixelmonmod.pixelmon.client.gui.pc.sorting
- DexNoPredicate() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.sorting.DexNoPredicate
- DHELMISE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- diagonal() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- DIALGA - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
- DIALGA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DIALGA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- dialogue - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.OpenProfessorDialogueInteractionResult
- Dialogue - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
DialogueFactory
instead. - Dialogue - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- Dialogue(String, String, String, boolean, ArrayList<Choice>) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- Dialogue(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- Dialogue(FriendlyByteBuf, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- Dialogue.DialogueBuilder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Deprecated, for removal: This API element is subject to removal in a future version.
- DialogueBuilder() - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- DialogueButton - Record Class in com.pixelmonmod.pixelmon.api.dialogue
-
A button that can be added to a Dialogue through
DialogueFactory
to allow the user to submit their input. - DialogueButton(UUID, Component, Color, Color, InputPattern[], Consumer<DialogueInputEvent.Submitted>) - Constructor for record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Creates an instance of a
DialogueButton
record class. - DialogueButton.Builder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
A builder for
DialogueButton
s. - DialogueChoiceEvent - Class in com.pixelmonmod.pixelmon.api.dialogue.event
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
DialogueFactory
instead. - DialogueChoiceEvent(ServerPlayer, Choice) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.
- DialogueChoiceMadePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
-
Packet for when a client has made a GUI choice and the server is notified.
- DialogueChoiceMadePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueChoiceMadePacket
- DialogueChoiceMadePacket(Choice) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueChoiceMadePacket
- DialogueClosurePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
- DialogueClosurePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueClosurePacket
- DialogueEndedEvent - Class in com.pixelmonmod.pixelmon.api.dialogue.event
-
Fired when a player finishes going through the entirety of a
Dialogue
set. - DialogueEndedEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueEndedEvent
- DialogueFactory - Class in com.pixelmonmod.pixelmon.api.dialogue
-
Factory class for showing the DialogueInput GUI to a player.
- DialogueFactory.Builder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
A Builder for creating a DialogueInput GUI.
- DialogueFactory.InputPlayerData - Record Class in com.pixelmonmod.pixelmon.api.dialogue
-
A record storing the data for the DialogueInput GUI.
- dialogueInput - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Message box for evolution GUI.
- DialogueInputActionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
- DialogueInputActionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
- DialogueInputActionPacket(DialogueButton, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
- DialogueInputEvent - Class in com.pixelmonmod.pixelmon.api.dialogue.event
-
Event for when a player submits input to a dialogue GUI created from
DialogueFactory
. - DialogueInputEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent
- DialogueInputEvent.ClosedScreen - Class in com.pixelmonmod.pixelmon.api.dialogue.event
-
Called when the player closes the screen using the escape button.
- DialogueInputEvent.Submitted - Class in com.pixelmonmod.pixelmon.api.dialogue.event
-
Called when the player interacts with any of the buttons of the dialogue GUI.
- DialogueInputResponsePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
- DialogueInputResponsePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputResponsePacket
- DialogueInputResponsePacket(String, InputSettings, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputResponsePacket
- DialogueInputScreen - Class in com.pixelmonmod.pixelmon.client.gui.custom.dialogue
- DialogueInputScreen(InputSettings) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- DialogueNextActionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
-
Response from the server to the client instructing what to do with a dialogue GUI.
- DialogueNextActionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket
- DialogueNextActionPacket(DialogueNextActionPacket.DialogueGuiAction, ArrayList<Dialogue>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket
- DialogueNextActionPacket.DialogueGuiAction - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
-
An enumeration of all possible actions for the client's dialogue GUI.
- DialogueScreen - Class in com.pixelmonmod.pixelmon.client.gui.custom.dialogue
-
GUI for advanced dialogue.
- DialogueScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- diameter - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
The area of space around the
SpawnLocation.location
at which an entity can spawn. - DIAMOND - Enum constant in enum class com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
- diamond_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- diamond_hourglass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DIAMOND_HOURGLASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- DIAMOND_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DIAMONDS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- DIANCIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- diancite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Diancie
- didCrit - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Whether the move critically hit or not.
- didRaidersWin() - Method in class com.pixelmonmod.pixelmon.api.events.raids.EndRaidEvent
- die(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHoldsItemsEntity
- die(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- Dig - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Digs underground and avoids most attacks on first turn.
- Dig - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Breaks blocks in a region around a certain block.
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Dig - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Dig() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Dig
-
Initializes Dig.
- Dig() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Dig
- DIG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DIGGABLE_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- DIGGERSBY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DIGGERSBY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DIGLETT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DIGLETT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DiglettParticles - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- DiglettParticles() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.DiglettParticles
- DIM_TYPE - Static variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
- DIM_TYPE - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
- dimension - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- dimension - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- dimension - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- DIMENSION - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- DIMENSION_FROM - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- DIMENSION_TO - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- DimensionHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- DimensionHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- DimensionRegistration - Class in com.pixelmonmod.pixelmon.world.dimension
- DimensionRegistration() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.DimensionRegistration
- dimensions - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- dimensions - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- dimensions() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
dimensions
record component. - dimensions(float, float) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- dimensions(EntityDimensions) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- Dimensions - Class in com.pixelmonmod.pixelmon.api.pokemon.species.dimensions
- Dimensions(double, double, double, float, float) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
- DIMENSIONS_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.codec.PixelmonCodec
- DimensionsConfig - Class in com.pixelmonmod.pixelmon.api.config
- DimensionsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.DimensionsConfig
- DimensionsTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
typeTypeAdapter
for theDimensions
class such that it can be converted to and from Json text when loading to/fromSpecies
data. - DimensionsTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.DimensionsTypeAdapter
- dimScreen(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Darkens the whole screen.
- DINO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- dino_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dinoFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Dino Fossil's model.
- DIPPLIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- dir - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
- DIRE_CLAW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- dire_hit - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DIRE_HIT - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- DireClaw - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 50% chance of poisoning, paralyzing, or drowsy-ing the target.
- DireClaw() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DireClaw
- DIRECT_CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
- DIRECT_CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- DIRECT_CODEC - Static variable in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
- DIRECT_CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
- DIRECTION - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- disable() - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- disable() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- disable(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- Disable - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from using a certain move.
- Disable - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Disable() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Disable
-
Dummy constructor so the status can be put into the effect registry with reflection.
- Disable(Attack) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Disable
-
Initializes Disable.
- DISABLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DISABLE_ATTACK_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DISABLE_CARD_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DISABLE_EVOLUTION - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- disableAbilities(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- DisableAttackEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- DisableAttackEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
- DisableBattleCommand - Class in com.pixelmonmod.pixelmon.command.impl
- DisableBattleCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.DisableBattleCommand
- disableBattleUIButton() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Stops/Starts the rendering of the battle UI.
- DisableCardEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- DisableCardEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DisableCardEffect
-
Only used for one attack hence specialized actual effect, left it malleable for future attacks.
- disableCloseOnEscape() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the GUI to not close when the player presses the escape key.
- disableCritical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Prevents the capture attempt this object is associated with from being a critical capture.
- disableCulling - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- disableCulling() - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- disabled - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- disabled - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
Clause codes for Pokémon that cannot be selected for battle.
- disabled() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- Disabled - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumFeatureState
- Disabled - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- disableDefaults() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidAllyEvent
- disableDefaults() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
- disableEvolution(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Disable all evolution.
- disableEvolution(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.DisableEvolution
- disableEvolution(PokemonCardState, PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Disable evolution of a particular Pokemon
- disableEvolution(PokemonCardState, PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.DisableEvolution
- disableEvolution(PokemonCardState, PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Transform
- DisableEvolution - Class in com.pixelmonmod.tcg.duel.power
- DisableEvolution() - Constructor for class com.pixelmonmod.tcg.duel.power.DisableEvolution
- disableExp - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- disableExp() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Disables exp gain during the battle
- disableLighting - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- disableLighting() - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- disableLogMessage(Class<?>, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- disableMenus() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- disableMenus() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Checks if drop-down menus are disabled and uninteractable.
- disableMinecraftUI() - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- disableOtherAbilities(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Disable abilities
- disableOtherAbilities(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.ToxicGas
- disableOverlays(VanillaGuiOverlay...) - Static method in class com.pixelmonmod.pixelmon.client.render.OverlayToggles
- disallowSpectators() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Prevents players from spectating the battle
- DISARMING_VOICE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DisarmingVoice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- discard - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- discard(PlayerServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- discard(PlayerServerState, BoardLocation, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- Discard - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
- Discard - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
- DISCARD - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- DISCARD - Static variable in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- DISCARD_ATTACHMENT_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DiscardAttachmentEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 5/29/2016.
- DiscardAttachmentEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DiscardAttachmentEffect
- DiscardPile - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- discardResearch(PlayerResearch) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- discardResearch(PlayerResearch) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Discards the research.
- Discharge - Class in com.pixelmonmod.pixelmon.client.particle.systems
- Discharge() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Discharge
- DISCHARGE - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- DISCHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DiscordButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- DiscordButton(int, int, int, int, Component, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DiscordButton
- discordInvite - Variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- discount_coupon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Disenchanter - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
- DisenchantSlot - Class in com.pixelmonmod.tcg.client.container.slot
- DisenchantSlot(Container, int, int, int) - Constructor for class com.pixelmonmod.tcg.client.container.slot.DisenchantSlot
- Disguise - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Created by Jay113355 on 3/18/2019.
- Disguise() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- DISGUISE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DISGUISED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- disguisedForm - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The form of the disguised Pokémon.
- disguisedGender - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The gender of the Pokémon to be disguised as.
- disguisedNickname - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The name of the Pokémon to be disguised as.
- disguisedPalette - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The texture of the Pokémon to be disguised as.
- disguisedPokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
-
The species of Pokémon to be disguised as.
- DisguiseTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- DisguiseTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- dish_curry_apple - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_beans - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_boiled_egg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_bone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_burger - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_cheese - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_coconut - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_cream - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_decorative - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_fried_food - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_gigantamix - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_herb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_instant_noodle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_juicy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_leek - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_mushroom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_pasta - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_plain - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_potato - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_rich - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_salad - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_sausage - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_seasoned - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_smoke_poke - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_toast - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dish_curry_tropical - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dismountsUnderwater() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- dispatch(PoseStack, Tesselator, float) - Static method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- dispatchToDimension(Level, double, double, double, double, double, double, double, float, Particles, Object...) - Static method in class com.pixelmonmod.pixelmon.api.world.ParticleArcaneryDispatcher
- dispatchToPlayer(ServerPlayer, double, double, double, double, double, double, float, Particles, Object...) - Static method in class com.pixelmonmod.pixelmon.api.world.ParticleArcaneryDispatcher
- displacePokemonIfShouldered(ServerPlayer, UUID) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- display - Variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- DISPLAY_RIBBON - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DISPLAY_RIBBON_NEW - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- DisplayBattleQueryRulesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Displays the battle rules screen after selecting it from a battle query.
- DisplayBattleQueryRulesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.DisplayBattleQueryRulesPacket
-
Empty constructor for packet registration.
- DisplayBattleQueryRulesPacket(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.DisplayBattleQueryRulesPacket
-
Initializes a packet.
- displayedAllyPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Pokémon owned by allies of the player that are displayed in the battle GUI.
- displayedEnemyPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The opposing Pokémon displayed in the battle GUI.
- displayedOurPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Pokémon owned by the player that are displayed in the battle GUI.
- displayedRibbon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- displayedRibbon(Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Specifies the selected ribbon on the Pokemon
- displayFireAnimation() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- displayIcon(ResourceWithFallback, ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Sets the icon to display for the given players
- displayMessage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.CraftyShield
- displayMessage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Endure
- displayMessage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Protect
- displayMessage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
-
Displays a battle message upon successfully using the move.
- displayMessage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.QuickGuard
- displayMessage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
- displayName() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- displayName(String) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- displayTime() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns the value of the
displayTime
record component. - distanceFrom(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- distanceUntilBattleForfeited - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player will forfeit their battle if they move much further away.
- DistanceUntilBattleForfeitedPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- DistanceUntilBattleForfeitedPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DistanceUntilBattleForfeitedPacket
- DistanceUntilBattleForfeitedPacket(float, float, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DistanceUntilBattleForfeitedPacket
- DITTO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- DITTO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DITTO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DITTO_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- DittoEnhancingItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases Ditto's stats by a certain amount when it is not transformed.
- DittoEnhancingItem(EnumHeldItems, BattleStatsType[], float) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.DittoEnhancingItem
-
Initializes a Ditto enhancing item.
- dive - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Dive Ball.
- Dive - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn and avoids most attacks, attacks on second turn.
- Dive - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Dive() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Dive
-
Initializes Dive.
- DIVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- DIVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DIVE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- DiveBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- DiveBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DiveBall
- Divide - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardModifier
- DIZZY_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- dna_splicers - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DOACTION - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.BattleStage
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BeastBall
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.ChristmasBallLogic
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.FriendBall
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HealBall
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HisuiBall
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LoveBall
- doAfterEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LuxuryBall
- doBattleDamage(PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Damages the Pokémon in battle.
- doCaptureCalc(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Calculates whether the Pokémon will be caught and the number of shakes the Poké Ball will execute.
- DOCILE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- dock - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The bar containing the Pokémon.
- Doctor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- DoctorScreen - Class in com.pixelmonmod.pixelmon.client.gui
- DoctorScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.DoctorScreen
- doDamageCalc(PixelmonWrapper, PixelmonWrapper, double) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Calculates the attack's damage.
- DODRIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DODRIO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DODUO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DODUO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- doEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Affects a Pokémon when it switches in.
- doEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StickyWeb
- doEffect(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
- DOES_LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Pokémon can gain experience.
- doesAttackUserIgnoreProtect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.UnseenFist
- doesAttackUserIgnoreProtect(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether this ability makes this attack pierces protection moves.
- doesBlockSeeSky(BlockState) - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- doesCardListContainCardType(List<ImmutableCard>, CardType) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- doesContactAttackMakeContact(PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Whether this contact move will continue to make contact.
- doesEngage() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Checks if the movement AI mode causes the Trainer to engage players in battle on sight.
- doesGoFirst(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.SpeedAbilityComparator
-
Calculates whether one Pokémon moves before another.
- doesGoFirst(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.SpeedComparator
-
Calculates whether one Pokémon moves before another.
- doesGoFirst(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.SpeedPriorityComparator
- doesLevel - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.SetLevellingEvent
-
Whether levelling is going to be enabled or disabled.
- doesLevel - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- doesLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- doesLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- doesLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Checks if the Pokémon can gain experience and pokemonLevel up.
- doesLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- doesLevel() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon can gain experience and pokemonLevel up.
- doesModifiedOrderGoFirst(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.SpeedPriorityComparator
-
Calculates whether one Pokémon moves before another based on individual status.
- doesNotMelt - Variable in class com.pixelmonmod.pixelmon.battles.status.Freeze
- doesNotTick() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- doesNotWorkOnTransformedIce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
-
Tests that IceFace does not work on transformed pokemon.
- doesNotWorkOnTransformedNoIce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
-
Tests that IceFace does not repair itself on transformed pokemon.
- doesPersist(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether the attack continues between turns.
- doesPersist(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Returns whether the move lasts multiple turns.
- doesPersist(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
- doesStringStartWith(String, String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Checks if the original begins with region ignoring case
- doEvolution(Pokemon, String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
Starts the evolution for a PixelmonEntity.
- doEvolution(PixelmonEntity, String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
Evolution.doEvolution(Pokemon, String)
instead - doFailEffect(PokeBall, PokeBallEntity, PixelmonEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
- doGrow() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- doJump() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- doku_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- doLater(Runnable, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- doLegendarySpawn(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
-
Attempts to perform a legendary spawn at the given target.
- DoLegendarySpawnCommand - Class in com.pixelmonmod.pixelmon.command.impl
- DoLegendarySpawnCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.DoLegendarySpawnCommand
- DOLLIV - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DOLLIV - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DOME - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- dome_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- domeFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Dome Fossil's model.
- DONDOZO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- done - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- done(RecordedAction) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- donorType - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread
- DONPHAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DONPHAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Doodle - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Copies the target's Ability to all allies.
- Doodle() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Doodle
- DOODLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DOOM_DESIRE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- doPass(SpawnerCoordinator) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
Performs a pass.
- doPush(Entity) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- doragon_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- doRender(PoseStack, MultiBufferSource) - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockRevealRenderer
- doRender(WormholeEntity, double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.WormholeRenderer
- dos - Static variable in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
-
The filled texture of an orb of static souls.
- dos_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DoSetDamage - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals a fixed amount damage.
- DoSetDamage(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoSetDamage
-
Initializes the effect.
- doSpawn(AbstractSpawner) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon
- doSpawn(AbstractSpawner) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
Does the spawn of this entity at the stored
SpawnLocation
on behalf of the givenAbstractSpawner
. - DoSpawn(AbstractSpawner, SpawnAction<? extends PixelmonEntity>) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.DoSpawn
- DoSpawn(MysteryBoxTileEntity, BlockState, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.DoSpawn
-
Fired immediately before a Mystery Box spawns a Pokémon in the world.
- doStandardParticleRotation(Vec3, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- doStuckDetection(Vec3) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- doSwitch() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Handles switching.
- dot(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- DOT_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- doTeleport(Player, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.TeleporterItem
- doTick(ServerLevel, NPC) - Method in class com.pixelmonmod.pixelmon.api.entity.sensor.EngageSensorType
- dots - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- dotTicks - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- DOTTLER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DOTTLER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- doTurnLogic() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- doTweak(AbstractSpawner, SpawnAction<? extends Entity>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.SpawningTweak
-
Performs the tweak to the given spawn action or its entity.
- doTweak(AbstractSpawner, SpawnAction<? extends Entity>) - Method in class com.pixelmonmod.pixelmon.spawning.CaveLevelTweak
- doTweak(AbstractSpawner, SpawnAction<? extends Entity>) - Method in class com.pixelmonmod.pixelmon.spawning.FluteLevelTweak
- doTweak(AbstractSpawner, SpawnAction<? extends Entity>) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerBasedLevels
- doTweak(AbstractSpawner, SpawnAction<? extends Entity>) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnDistanceLevelTweak
- doTweak(AbstractSpawner, SpawnAction<? extends Entity>) - Method in class com.pixelmonmod.pixelmon.spawning.UltraSpaceAggressionTweak
- doTweak(AbstractSpawner, SpawnAction<? extends Entity>) - Method in class com.pixelmonmod.pixelmon.spawning.UltraSpaceLevelTweak
- DOUBLADE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DOUBLADE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DOUBLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- DOUBLE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- DOUBLE_ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Double_Edge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- DOUBLE_EDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DOUBLE_GRASS - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- DOUBLE_HIT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DOUBLE_IRON_BASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DOUBLE_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DOUBLE_PATTERN - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
- DOUBLE_SHOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DOUBLE_SLAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Double_Team - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Double_Team - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Double_Team - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Double_Team - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Double_Team - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Double_Team - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Double_Team - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- DOUBLE_TEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DoubleEdge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DoubleOnHalf - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the target's hp is less than half of its maximum.
- DoubleOnHalf() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleOnHalf
- DoubleShock - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Double Shock will inflict damage to the target and cause the user to lose its Electric type.
- DoubleShock() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DoubleShock
- doubleValues() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Doubles all EV values.
- DoubleYieldEvent(Pokemon, EVYields) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent.DoubleYieldEvent
- doubleYields() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with all the values multiplied by 2.
- DOUSE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- douse_drive - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- doVanillaRegistrations() - Static method in class com.pixelmonmod.pixelmon.api.config.RegistryHandler
- doWalkHatching(ServerPlayer, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.hatch.WalkingEggHatcher
-
Does the calculations for how much the egg should gain in egg steps based on how far they have walked.
- doWalkHealing(ServerPlayer, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.healing.WalkingPassiveHealingTicker
-
Does the calculations for how much the party should heal based on how far they have walked.
- doWalkPoison(ServerPlayer, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.effects.WalkingPassiveEffectTicker
- DOWN - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- DOWN - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- DOWN_ARROW - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- DOWNCAST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Download - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the attack stat that targets the opponent's lower Defense stat.
- Download() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Download
- DOWNLOAD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- downloadAndSelectResourcePack(URL, String, boolean) - Method in class com.pixelmonmod.pixelmon.client.PixelmonDownloadingPackFinder
- DRACO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- DRACO_METEOR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- draco_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Dragon-type attacks.
- DracoMeteor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DRACOVISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRACOVISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRACOZOLT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRACOZOLT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRAGALGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRAGAPULT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRAGAPULT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- draggable() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- draggable(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- draggableInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- draggableInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- dragged() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- dragged(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- draggedInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- draggedInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- Dragon - Class in com.pixelmonmod.pixelmon.client.particle.particles
- Dragon - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- Dragon(float, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Dragon
- DRAGON - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- DRAGON - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- DRAGON - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- DRAGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- DRAGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- DRAGON - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- DRAGON_ASCENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- dragon_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DRAGON_BREATH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAGON_CHEER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Dragon_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Dragon_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Dragon_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Dragon_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Dragon_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- DRAGON_CLAW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAGON_DANCE - Enum constant in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- DRAGON_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAGON_DARTS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAGON_ENERGY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- dragon_fang - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dragon_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DRAGON_HAMMER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAGON_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- dragon_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Dragon.
- Dragon_Pulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- DRAGON_PULSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Dragon_Rage - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- DRAGON_RAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAGON_RUSH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- dragon_scale - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dragon_skull - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Dragon_Tail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Dragon_Tail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Dragon_Tail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- DRAGON_TAIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAGONAIR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRAGONAIR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DragonBreath - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- DragonCheer - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- DragonCheer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DragonCheer() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonCheer
- DragonCheerTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- DragonCheerTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- DragonClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- DragonClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DragonDance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- DragonDance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DragonDarts - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the target twice, avoiding and moving targets to always cause damage.
- DragonDarts() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonDarts
- DragonDartsTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- DragonDartsTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- DragonEnergy - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- DragonEnergy() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DragonEnergy
- dragonFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- DRAGONITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRAGONITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- dragonium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Dragonium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- DragonPulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- DragonPulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DRAGONS_MAW - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- dragonScale - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- DragonsMaw - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Created by Jay113355 on 10/2/2020.
- DragonsMaw() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DragonsMaw
- DragonTail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DragTest - Class in com.pixelmonmod.api.client.screen.widget.test
- DragTest() - Constructor for class com.pixelmonmod.api.client.screen.widget.test.DragTest
- Drain - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Drains health from the target.
- Drain - Class in com.pixelmonmod.pixelmon.client.particle.systems
- Drain() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Drain
- Drain(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Drain
-
Initializes Drain.
- DRAIN - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- Drain_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- DRAIN_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRAINING_KISS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DrainingKiss - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- DrainingKiss - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DrainPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- DrainPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- DRAKE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- drake_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- drakeFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Drake Fossil's model.
- DRAKLOAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRAKLOAK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRAMPA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRAPION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRAPION - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRASH - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- DRASH - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- drash_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DrashFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- DrashFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.DrashFoliagePlacer
- DRATINI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRATINI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- draw(GuiGraphics) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- draw(GuiGraphics) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
- draw(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
- draw(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DescriptiveText
-
Draws the text.
- draw(GuiGraphics, double, double, double, double, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- draw(GuiGraphics, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
- draw(GuiGraphics, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
- draw(GuiGraphics, int, int) - Method in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
- draw(GuiGraphics, int, int) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- draw(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.KeybindIcon
- draw(GuiGraphics, DuelLog, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen
- draw(GuiGraphics, String) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
- draw(GuiGraphics, Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.Shadow
- draw(GuiGraphics, RenderType, Consumer<Drawing.PrimitiveDrawingContext>) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- Draw - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
- DRAW - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleResults
- DRAW - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.ForceBattleEndResult
- DRAW - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- DRAW - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- DRAW_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- DRAW_CARD_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- draw2DLine(GuiGraphics, double, double, double, double, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- draw2DLine(GuiGraphics, double, double, double, double, float, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- draw2DRectangle(GuiGraphics, double, double, double, double, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- drawAbility(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawArrows(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Draws the arrow buttons used to cycle through the player's party.
- drawAtOffset(GuiGraphics, String, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
- drawAttackInfoBox(GuiGraphics, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a gray box to contain attack information.
- drawAttackInfoList(GuiGraphics, Attack, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws information about an attack in a move list choose screen.
- drawAttackInfoList(GuiGraphics, ImmutableAttack, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
-
Draws information about an attack in a move list choose screen.
- drawAttackInfoMoveset(GuiGraphics, Attack, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws information about the selected attack in a Pokémon's moveset.
- drawAxis(GuiGraphics, int, float, float, Color, Quaternionf) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
- drawBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
Optionally draws a background behind the list.
- drawBackgroundFromSprite(GuiGraphics, ResourceLocation, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawBackgroundUnderMenus(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- drawBackgroundUnderMenus(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
- drawBackgroundUnderMenus(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
-
Draws the screen background under the drop-down menus.
- drawBackgroundUnderMenus(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- drawBackgroundUnderMenus(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- drawBackgroundUnderMenus(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- drawBackgroundUnderMenus(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Draws the screen background under the drop-down menus.
- drawBar(GuiGraphics, double, double, double, double, float, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawBar(GuiGraphics, double, double, double, double, float, Color, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawBar(GuiGraphics, double, double, double, double, float, Color, Color, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a bar.
- drawBasePokemonInfo(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Draws the top-left of the screen, with info that is displayed in all PokéChecker screens.
- drawBattleCursor(boolean, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawBattleTimer(GuiGraphics, Screen, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws the battle timer on the screen.
- drawBoardOutline(GuiGraphics, BattleOwnedTileEntityController, float, float, float, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- drawBox(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- drawBox(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawBox(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- drawBoxList(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- drawBoxOutline(GuiGraphics, int, int, Color) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- drawBoxSprite(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- drawButton(GuiGraphics, int, int, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Draws the button on the screen.
- drawButton(GuiGraphics, int, int, double, double, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Draws the button on the screen.
- drawButton(GuiGraphics, Screen, boolean) - Method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- drawButtonReady(GuiGraphics, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a button to mark the player as ready to trade.
- drawButtons(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- drawButtonTrade(GuiGraphics, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a button to allow the player to trade.
- drawCard(GuiGraphics, float, float, float, CommonCardState, int, Font, float, PlayerCommonState, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- drawCard(GuiGraphics, CommonCardState, int, int, float, float, double, PlayerClientMyState, PlayerClientOpponentState) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- drawCardBack(GuiGraphics, int, int, float, CardBack) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- drawCardBack(GuiGraphics, int, int, float, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- drawCardBase(GuiGraphics, double, double, double, CommonCardState, boolean, PlayerCommonState, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- drawCardBase(GuiGraphics, float, float, float, CommonCardState, boolean, PlayerCommonState, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- DrawCardEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- DrawCardEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DrawCardEffect
- drawCardOrBase(GuiGraphics, float, float, float, CommonCardState, int, Font, float, PlayerClientOpponentState, PlayerClientOpponentState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- drawCardOutline(GuiGraphics, Direction, float, float, float, boolean, int, int, int) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- drawCards(int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- drawCentered(GuiGraphics, Font, Component, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCentered(GuiGraphics, Font, FormattedCharSequence, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCentered(GuiGraphics, Component, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredOutlinedString(GuiGraphics, Font, String, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawCenteredSplitString(GuiGraphics, String, float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain point.
- drawCenteredSplitString(GuiGraphics, String, float, float, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain point.
- drawCenteredSplitString(GuiGraphics, Component, float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a styled, centered, and multi-line `Component` text at a given point.
- drawCenteredSplitString(GuiGraphics, Component, float, float, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a styled, centered, and multi-line `Component` text at a given point.
- drawCenteredSplitText(GuiGraphics, String) - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Draws a centered, split message in the middle of the box.
- drawCenteredSplitText(GuiGraphics, Component) - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Draws a centered, split message with style in the middle of the box.
- drawCenteredSquashedString(GuiGraphics, String, boolean, double, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawCenteredSquashedString(GuiGraphics, Font, String, boolean, double, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawCenteredString(GuiGraphics, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredString(GuiGraphics, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawCenteredString(GuiGraphics, Font, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawCenteredString(GuiGraphics, Font, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredString(GuiGraphics, Font, String, float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location with a specific shadow color.
- drawCenteredString(GuiGraphics, Font, String, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawCenteredString(GuiGraphics, Font, String, int, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawCenteredString(GuiGraphics, Font, Component, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawCenteredString(GuiGraphics, Font, Component, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawCenteredString(GuiGraphics, Font, Component, int, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawCenteredString(GuiGraphics, Component, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text centered at a certain location.
- drawCenteredString(GuiGraphics, Component, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawCenteredStringWithoutShadow(GuiGraphics, String, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a string at a certain position without any shadow.
- drawCenteredStringWithoutShadow(GuiGraphics, Component, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawCharmsInCharmsDrawer(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Renders the sprites of the charms in the charms drawer of the Pixelmon Extended Screen.
- drawCircle(GuiGraphics, double, double, double, double, int, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawConfirmText(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoDialogue
-
Draws confirmation text on the dialogue box.
- drawConfirmText(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoForfeit
- drawConfirmText(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoReplaceMove
- drawCursor(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- drawCursor(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- drawCursor(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- drawCursor(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawCursor(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- drawCursor(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- drawCursor(GuiGraphics, int, int, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawCursorGrabbed(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawDexNo(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawDialogueBox(GuiGraphics, Screen, String, String, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a chat box with the dialogue of an NPC.
- drawDialogueBox(GuiGraphics, Screen, String, List<String>, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a chat box with the dialogue of an NPC.
- drawDialogueBox(GuiGraphics, Screen, Component, Component, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a chat box with the dialogue of an NPC.
- drawDown - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- drawDropDowns(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
-
Draws each active drop-down menu and handles mouse inputs.
- drawEast - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- drawEffectTooltip(GuiGraphics, CommonCardState, int, int, int, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- drawEggInfo(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawElement(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- drawElement(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- drawElement(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
- drawElement(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.AllyElement
- drawElement(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OpponentElement
- drawElement(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.RaidElement
- drawElement(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- drawElement(GuiGraphics, int, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- drawElementScaled(GuiGraphics, int, int, int, int, float, int, Screen, ScreenParticleEngine) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- drawEllipse(GuiGraphics, double, double, double, double, double, int, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawEntity(GuiGraphics, ResourceLocation, ResourceLocation, LivingEntity, String, int, int, int, int, int, int, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws the player's side of the screen.
- drawEntity(GuiGraphics, LivingEntity, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws an entity's head on the GUI.
- drawEntity(GuiGraphics, LivingEntity, int, int, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws an entity in the GUI.
- drawEntityToScreen(GuiGraphics, int, int, int, int, PixelmonEntity, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
Draws the statue model on the GUI.
- drawExtraPokemonInfo(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
Draws the secondary (right) summary screen
- drawFooter(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawFooter(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- drawFooterBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- drawForm(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawGender(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawGradientRect(GuiGraphics, int, int, float, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a gradient rectangle from top to bottom.
- drawGradientRect(GuiGraphics, int, int, float, int, int, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a gradient rectangle.
- drawGradientRect(GuiGraphics, int, int, float, int, int, Vector4f, Vector4f, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a gradient rectangle.
- drawGrowth(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Draws the GUI background.
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerStatsScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
- drawGuiContainerBackgroundLayer(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- drawGuiContainerForegroundLayer(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
- drawGuiContainerForegroundLayer(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- drawGuiContainerForegroundLayer(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerStatsScreen
- drawGuiContainerForegroundLayer(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
- drawGuiContainerForegroundLayer(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
- drawGuiContainerForegroundLayer(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- drawHeader(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawHealthBar(GuiGraphics, int, int, int, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawHealthBar(GuiGraphics, int, int, int, int, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Draws a Pokémon's health bar.
- drawHealthBar(GuiGraphics, int, int, int, int, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Draws a Pokémon's health bar.
- drawHealthBar(GuiGraphics, int, int, int, int, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerStatsScreen
- drawHover(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- drawHoveringText(GuiGraphics, List<Component>, int, int, Energy) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- drawHP(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawIcon(GuiGraphics, double, double, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Draws the Pokémon icon.
- drawIcon(GuiGraphics, int, int, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- drawIcon(GuiGraphics, Screen) - Method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- drawImage(GuiGraphics, ResourceLocation, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawImage(GuiGraphics, ResourceLocation, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawImage(ResourceLocation, GuiGraphics, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawImage(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawImageQuad(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws an image that is bound to the renderer.
- drawImageQuad(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawImageQuad(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawImageQuad(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, Color, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawImageQuadUV(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- Drawing - Class in com.pixelmonmod.api.client.screen.render
-
Methods for drawing.
- Drawing.PrimitiveDrawingContext - Class in com.pixelmonmod.api.client.screen.render
- drawInNonUnicode(Runnable) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawInUnicode(Runnable) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Forces the runnable to run after setting unicode font to enabled and then re-sets the unicode font after
- drawItem(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawItem(GuiGraphics, ItemStack, float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawItem(GuiGraphics, ItemStack, float, float, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawItemSprite(GuiGraphics, float, float, ItemStack, float, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- drawItemSprite(GuiGraphics, int, int, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- drawIVText(GuiGraphics, Font, int, int, String) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawLevel(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawLimitedSplitString(GuiGraphics, String, int, int, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawLines(GuiGraphics, Consumer<Drawing.PrimitiveDrawingContext>) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- drawLureSlotHighlighted(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Render the lure slot as highlighted.
- drawMenuButtons(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- drawMoveDescription(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Draws move details for valid moves.
- drawMoves(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawMoveset(GuiGraphics, Moveset, int, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a Pokémon's moveset on a move choosing screen.
- drawName(GuiGraphics, float, float, float, CommonCardState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- drawName(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawNature(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawNorth - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- drawOpponentPokeBalls(GuiGraphics, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws the opponent's party Poké Balls.
- drawOutlinedString(GuiGraphics, Font, String, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawPalette(GuiGraphics, Font, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawPokeBalls(GuiGraphics, String[], int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Draws the player's team Poké Balls.
- drawPokemon(GuiGraphics, Pokemon, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
-
Draws the pokemon on the screen.
- drawPokemon(GuiGraphics, Pokemon, int, int, int, int, float, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
-
Draws the pokemon on the screen.
- drawPokemonHoverInfo(GuiGraphics, Pokemon, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawPokemonInfo(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
Draws the primary (left) summary screen
- drawPokemonInfoChooseMove(GuiGraphics, PixelmonClientData, int, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws Pokémon information when choosing one of its moves.
- drawPokemonModelOnBoard(GuiGraphics, double, double, double, Minecraft, float, CommonCardState, BoardLocation, int, int, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- drawPokemonName(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Draws the name and nickname of the Pokémon.
- drawPokemonSelection(GuiGraphics, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a rectangle around the selected Pokémon.
- drawPokemonSlot(GuiGraphics, SlotInventoryPixelmon, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Renders whether this player's party is in temporary mode, the sprite of a Pokémon, the sprite of that Pokémon's held item, and the highlight inside the four corners of a slot indicating what slot has been selected.
- drawPokemonSprite(GuiGraphics, float, float, float, float, Pokemon, Color, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawPokemonSprite(GuiGraphics, float, float, Pokemon, Color, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawPokemonSpriteItem(GuiGraphics, float, float, float, float, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- drawPokemonSpriteItem(GuiGraphics, float, float, float, float, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawPolygon(GuiGraphics, Point[], Point, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawPopups(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- drawPosition(GuiGraphics, float, float, float, float, StoragePosition, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- drawPosition(GuiGraphics, float, float, float, float, StoragePosition, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- drawPosition(GuiGraphics, float, float, float, float, StoragePosition, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawPosition(GuiGraphics, float, float, StoragePosition, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawPrizeOutline(GuiGraphics, Direction, float, float, float, int, int, int) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- drawQuad(GuiGraphics, float, float, float, float, float, float, float, float, float, float, float, float, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawQuads(GuiGraphics, Consumer<Drawing.PrimitiveDrawingContext>) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- drawRarity(GuiGraphics, float, float, float, CommonCardState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- drawRectWithBorder(GuiGraphics, int, int, int, int, int, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- drawRectWithBorder(GuiGraphics, int, int, int, int, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- drawRectWithSemicircleEnds(GuiGraphics, double, double, double, double, double, int, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a coloured rect with semicircles attached to either end.
- drawRibbons(GuiGraphics, Font, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawScaledCenteredSplitString(GuiGraphics, String, float, float, int, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawScaledCenteredSplitString(GuiGraphics, String, float, float, int, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawScaledCenteredString(GuiGraphics, String, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is centered and scaled 8)
- drawScaledCenteredString(GuiGraphics, String, float, float, int, float, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is centered and scaled 8)
- drawScaledCenteredString(GuiGraphics, Component, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is centered and scaled 8)
- drawScaledCenteredString(GuiGraphics, Component, float, float, int, float, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is centered and scaled 8)
- drawScaledImage(GuiGraphics, ResourceLocation, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawScaledSquashedString(GuiGraphics, String, float, float, int, float, double) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is scaled and squashed
- drawScaledSquashedString(GuiGraphics, String, float, float, int, float, double, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawScaledString(GuiGraphics, String, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is scaled
- drawScaledString(GuiGraphics, Component, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is scaled
- drawScaledStringRightAligned(GuiGraphics, String, float, float, int, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawScaledStringWithOutline(GuiGraphics, String, float, float, int, int, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is scaled and has an outline on each char
- drawScoreboard(GuiGraphics, int, ScoreboardJustification, int, int, String, Collection<String>, Collection<String>) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws a scoreboard on the GUI.
- drawScreen(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Draws the chatbox.
- drawScreenForeground(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
- drawScreenForeground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- drawSelected(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.AllyElement
- drawSelected(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OpponentElement
- drawSelected(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.RaidElement
- drawSelectedPosition(GuiGraphics, float, float, StoragePosition, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- drawSelectedPosition(GuiGraphics, float, float, StoragePosition, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- drawSelectedRect(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Draws a green rectangle around the selected move.
- drawSelectedRectBin(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Draws a red rectangle around the garbage bin if the player selects an empty move.
- drawSelection(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Draws a white rectangle around the selected move.
- drawSelectionArea(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- drawSlot(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
- drawSlot(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
- drawSlot(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
- drawSlot(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- drawSlot(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- drawSouth - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- drawSplitString(GuiGraphics, String, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawSplitString(GuiGraphics, Component, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawSprite(GuiGraphics, float, float, float, CommonCardState) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- drawSprite(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawSquashedString(GuiGraphics, Font, String, boolean, float, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawSquashedString(GuiGraphics, Font, Component, boolean, float, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawStar(GuiGraphics, double, double, double, double, double, int, boolean, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawStatHexagon(GuiGraphics, Font, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawStatLabel(GuiGraphics, Font, String, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawStraightLine(GuiGraphics, Direction, float, float, float, float, float, float, int, int, int, float) - Static method in class com.pixelmonmod.tcg.duel.RenderDuel
- drawString(GuiGraphics, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text at a certain location.
- drawString(GuiGraphics, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text.
- drawString(GuiGraphics, String, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, String, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Font, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Font, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text.
- drawString(GuiGraphics, Font, String, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Font, String, float, float, int, boolean, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Font, String, float, float, int, boolean, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Font, String, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawString(GuiGraphics, Font, String, int, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- drawString(GuiGraphics, Font, Component, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Font, Component, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Font, Component, float, float, int, boolean, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, Component, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text at a certain location.
- drawString(GuiGraphics, Component, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text.
- drawString(GuiGraphics, Component, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, FormattedCharSequence, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawString(GuiGraphics, FormattedCharSequence, float, float, int, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawStringRightAligned(GuiGraphics, String, float, float, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawStringRightAligned(GuiGraphics, String, float, float, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawStringRightAligned(GuiGraphics, String, float, float, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Draws text that is aligned right.
- drawTaperedLine(GuiGraphics, double, double, double, double, double, Color) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- drawTriangles(GuiGraphics, Consumer<Drawing.PrimitiveDrawingContext>) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- drawTrianglesFXAA(GuiGraphics, Consumer<Drawing.PrimitiveDrawingContext>) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- drawUp - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- drawWarningText(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ReleaseWarningScreen
- drawWarningText(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerWarningLevelScreen
- drawWarningText(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Draws the warning text on the screen.
- drawWest - Variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- drawWindowBackground(GuiGraphics, int, int, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- DREAD - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- dread_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Dark-type attacks.
- dream - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Dream Ball.
- DREAM_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- Dream_Eater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Dream_Eater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Dream_Eater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Dream_Eater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Dream_Eater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Dream_Eater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- DREAM_EATER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DREAM_EATER_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- DreamBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- DreamBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DreamBall
- DreamEater - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the target and restores 50% of the damaae to the user's hp, but only works when sleeping.
- DreamEater() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DreamEater
- DreamEaterEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- DreamEaterEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.DreamEaterEffect
- DREDNAW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DREDNAW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DREEPY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DREEPY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRIFBLIM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRIFBLIM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRIFLOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRIFLOON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRILBUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRILBUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRILL_PECK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DRILL_RUN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DrillRun - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- DrillRun - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- drive - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- Drive - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Modifies the type depending on what kind of drive it is holding.
- Drive() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Drive
- DriveTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- DriveTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
- DRIZZILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRIZZILE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Drizzle - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes heavy rain when the Pokémon switches in.
- Drizzle() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Drizzle
- DRIZZLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DRIZZLE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- DRIZZLE_SWIM - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- drop - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- drop(ServerPlayer, Vec3) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- Drop(int, String, ItemStack, boolean, String...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- Drop(JsonObject, JsonDeserializationContext) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- Drop(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- Drop(ServerPlayer, PokeChestTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.Drop
- dropAllItems(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
- DropAllItems - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket.PacketMode
- dropBossItems(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHoldsItemsEntity
-
Insert boss Pokémon loot into a player's inventory.
- dropConsumer - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- DropDown<T> - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
A drop-down menu used to select a certain option in a list.
- DropDown(List<T>, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Initializes the menu.
- DropDown(List<T>, int, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Initializes the menu.
- DropDown(List<T>, T, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Initializes the menu.
- DropDown(List<T>, T, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Initializes the menu with extended dropdown width
- dropDownIcon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Drop-down menu icon.
- dropDownManager - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
The drop-down manager for the screen.
- DropDownManager - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Manages a collection of
DropDown
on a screen. - DropDownManager() - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
- DropDownScreen - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
A container with a drop-down manager.
- DropDownScreen(Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Initializes a container.
- DropDownWidget<T> - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- DropDownWidget(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- DropDownWidget(int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- DropEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a Pokémon drops its items after a battle.
- DropEvent(ServerPlayer, Mob, ItemDropMode, ArrayList<DroppedItem>) - Constructor for class com.pixelmonmod.pixelmon.api.events.DropEvent
- dropHandler(BiConsumer<CustomDropsEvent.ClickDrop, ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- dropItem - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Whether to drop an item when the Poké Ball makes contact with something.
- dropItem(Entity) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- DropItemHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Methods for giving Pokémon drops to players.
- dropItemOnGround(Vec3, ServerPlayer, ItemStack, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DropItemHelper
- dropItemOrSelf(Entity, boolean) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- DropItemQuery - Class in com.pixelmonmod.pixelmon.entities.pixelmon.drops
- DropItemQuery(Vec3, UUID, ArrayList<DroppedItem>) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQuery
- DropItemQueryList - Class in com.pixelmonmod.pixelmon.entities.pixelmon.drops
-
Keeps track of drop claims that are in progress.
- DropItemQueryList() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
- DropItemRegistry - Class in com.pixelmonmod.pixelmon.entities.npcs.registry
-
Register special drops from JSON files.
- DropItemRegistry() - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
- dropLureInLureSlot(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
If the player has a lure in their lureSlot make it drop from their inventory.
- dropMode - Variable in class com.pixelmonmod.pixelmon.api.events.DropEvent
-
The drop mode for these drops.
- dropNormalItems(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHoldsItemsEntity
-
Drops items from non-boss Pokémon into a player's inventory.
- DroppedItem - Class in com.pixelmonmod.pixelmon.entities.pixelmon.drops
- DroppedItem(DropSet.Drop, int) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- DroppedItem(DropSet.Drop, int, BossTier) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- DroppedItem(ItemStack, int) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- DroppedItem(ItemStack, int, BossTier) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- droppedItemList - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQuery
- drops - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- Drops(ServerPlayer, PokeStopTileEntity, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops
- DROPS_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- DropsConfig - Class in com.pixelmonmod.pixelmon.api.config
- DropsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.DropsConfig
- DropSet - Class in com.pixelmonmod.pixelmon.api.pokemon.boss
- DropSet(double, int, WeightedSet<DropSet.Drop>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet
- DropSet(JsonObject, JsonDeserializationContext) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet
- DropSet(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet
- DropSet.Drop - Class in com.pixelmonmod.pixelmon.api.pokemon.boss
- dropShadow - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendedEditBox
- Drought - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes the weather to become sunny when the user switches in.
- Drought() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Drought
- DROUGHT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DROUGHT - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- DROWNED - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
- DROWNED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- DROWNED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- DROWNED_DUNGEON - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- DROWNED_LUGIA_KEY - Static variable in class com.pixelmonmod.pixelmon.world.listener.DrownedWorldListener
- DROWNED_ROBE - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- DROWNED_WORLD_EFFECTS - Static variable in class com.pixelmonmod.pixelmon.world.dimension.client.ClientDimensionRegistration
- DROWNED_WORLD_ISLAND - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- DROWNED_WORLD_KELP - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- DROWNED_WORLD_SEAGRASS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- drowned_world_teleporter - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DrownedWorld - Class in com.pixelmonmod.pixelmon.world.dimension.drowned
- DrownedWorld() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
- DrownedWorld.DrownedWorldRenderInfo - Class in com.pixelmonmod.pixelmon.world.dimension.drowned
- DrownedWorldClientListener - Class in com.pixelmonmod.pixelmon.world.listener
- DrownedWorldClientListener() - Constructor for class com.pixelmonmod.pixelmon.world.listener.DrownedWorldClientListener
- DrownedWorldDimensionEffects - Class in com.pixelmonmod.pixelmon.world.dimension.client
- DrownedWorldDimensionEffects() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
- DrownedWorldIslandFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.drownedworld
- DrownedWorldIslandFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldIslandFeature
- DrownedWorldKelpFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.drownedworld
- DrownedWorldKelpFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldKelpFeature
- DrownedWorldListener - Class in com.pixelmonmod.pixelmon.world.listener
- DrownedWorldListener() - Constructor for class com.pixelmonmod.pixelmon.world.listener.DrownedWorldListener
- DrownedWorldRenderInfo() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld.DrownedWorldRenderInfo
- DrownedWorldSeaGrassFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.drownedworld
- DrownedWorldSeaGrassFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldSeaGrassFeature
- drowsy(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
-
Drowsy the target if possible.
- Drowsy - Class in com.pixelmonmod.pixelmon.battles.status
-
33% chance of making a Pokémon do nothing instead of making a move.
- Drowsy - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Drowsy() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Drowsy
- DROWZEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DROWZEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRUDDIGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DRUDDIGON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DRUM_BEATING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- dry - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- DRY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- DRY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- DRY_SKIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- DrySkin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
1/8 healing every turn in rain, 1/8 damage every turn in sun.
- DrySkin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DrySkin
- DrySkinTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- DrySkinTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.DrySkinTests
- DUAL_CHOP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DUAL_WINGBEAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DualWingbeat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- dubious_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dubiousDisc - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- DUBWOOL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUBWOOL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DUCKLETT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUDUNSPARCE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Duel - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
- DuelLog - Class in com.pixelmonmod.tcg.duel.log
-
Created by SamPlummer on 09/07/2016.
- DuelLog() - Constructor for class com.pixelmonmod.tcg.duel.log.DuelLog
- DuelLog(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.DuelLog
- DuelLogAttachCardParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogAttachCardParameters(PokemonCardState, CommonCardState) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttachCardParameters
- DuelLogAttachCardParameters(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttachCardParameters
- DuelLogAttackParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogAttackParameters(CardAttack, PokemonCardState, PokemonCardState, int, List<Pair<CardCondition, Integer>>) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
- DuelLogAttackParameters(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
-
This recover only parts of the PokemonCardState information
- DuelLogCardParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogCardParameters(CommonCardState) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogCardParameters
- DuelLogCardParameters(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogCardParameters
-
This recover only parts of the CommonCardState information
- DuelLogConditionParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogConditionParameters(CardCondition, PokemonCardState, int, boolean) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogConditionParameters
- DuelLogConditionParameters(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogConditionParameters
-
This recover only parts of the PokemonCardState information
- DuelLogEndGameParameter - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogEndGameParameter(int) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEndGameParameter
- DuelLogEndGameParameter(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEndGameParameter
- DuelLogEvolveParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogEvolveParameters(PokemonCardState, PokemonCardState) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
- DuelLogEvolveParameters(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
- DuelLogIntParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogIntParameters(int) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogIntParameters
- DuelLogIntParameters(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogIntParameters
- DuelLogItem - Class in com.pixelmonmod.tcg.duel.log
-
Created by Hy on 8/10/2016.
- DuelLogItem(int, int, DuelLogType, DuelLogParameters) - Constructor for class com.pixelmonmod.tcg.duel.log.DuelLogItem
- DuelLogItem(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.DuelLogItem
- DuelLogKnockoutParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by nguye on 8/13/2016.
- DuelLogKnockoutParameters(PokemonCardState) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogKnockoutParameters
- DuelLogKnockoutParameters(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogKnockoutParameters
- DuelLogParameters - Class in com.pixelmonmod.tcg.duel.log.parameters
-
Created by Hy on 8/13/2016.
- DuelLogParameters() - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogParameters
- DuelLogScreen - Class in com.pixelmonmod.tcg.client.gui.duel
- DuelLogScreen(TCGScreen) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen
- DuelLogStalemateParameter - Class in com.pixelmonmod.tcg.duel.log.parameters
- DuelLogStalemateParameter() - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogStalemateParameter
- DuelLogStalemateParameter(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.log.parameters.DuelLogStalemateParameter
- DuelLogType - Enum Class in com.pixelmonmod.tcg.duel.log
-
Created by SamPlummer on 31/07/2016.
- DUGTRIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUGTRIO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DUMMY - Static variable in class com.pixelmonmod.pixelmon.client.models.ResourceLoader
- DummyClientLevel - Class in com.pixelmonmod.pixelmon.api.dummy
- DummyClientLevel() - Constructor for class com.pixelmonmod.pixelmon.api.dummy.DummyClientLevel
- DummyClientPacketListener - Class in com.pixelmonmod.pixelmon.api.dummy
- DummyClientPacketListener() - Constructor for class com.pixelmonmod.pixelmon.api.dummy.DummyClientPacketListener
- DummyHolder<T> - Record Class in com.pixelmonmod.pixelmon.api.dummy
- DummyHolder(T, ResourceKey<? extends Registry<T>>) - Constructor for record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
-
Creates an instance of a
DummyHolder
record class. - DummyImpl() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations.DummyImpl
- DummyLocalPlayer - Class in com.pixelmonmod.pixelmon.api.dummy
- DummyLocalPlayer() - Constructor for class com.pixelmonmod.pixelmon.api.dummy.DummyLocalPlayer
- DummyRegistry<T> - Record Class in com.pixelmonmod.pixelmon.api.dummy
- DummyRegistry(ResourceKey<? extends Registry<T>>, ResourceLocation, T) - Constructor for record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
-
Creates an instance of a
DummyRegistry
record class. - DUNSPARCE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUNSPARCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DUOSION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUOSION - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DuplicatePhoto(ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.CameraEvent.DuplicatePhoto
- DURALUDON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DURALUDON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DURANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- duration - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostDurationCalculate
- duration - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostTimerBegin
- duration - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreDurationCalculate
- duration - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreTimerBegin
- duration - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.TimerComplete
- durations - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- durationSeconds - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.MountBoost
- durationTicks - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- durationTicks - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- durationTicks - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
- durationTicks - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Flash
- durationTicks - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.OreSense
- DURIN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- DURIN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- durin_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DurinFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- DurinFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.DurinFoliagePlacer
- duringSwitchAction() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks whether the battle controller is performing hard swaps causing aligned switch-in effects
- DUSCLOPS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUSCLOPS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- dusk - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
- dusk - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Dusk Ball.
- DUSK - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- DUSK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- DUSK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- DUSK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DUSK_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- DUSK_MANE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- dusk_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- DUSK_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- dusk_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dusk_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DuskBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- DuskBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DuskBall
- DUSKBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- DUSKNOIR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUSKNOIR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Duskstone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- DUSKSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- DUSKSTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- DuskstoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by MoeBoy76 on 23/11/2015.
- DuskstoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.DuskstoneEffect
- DUSKULL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUSKULL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- DUST - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- DUSTOX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DUSTOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- dusty_ruins_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- DUSTY_RUINS_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- DV - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- dvFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
Dracovish's Fossil's model.
- dwCatchingCharm - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- DWEBBLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- DWEBBLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- dwExpCharm - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dwHween - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dwMarkCharm - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dwMegaItem - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dwMegaItemsUnlocked - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dwOvalCharm - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dwPokeballs - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dwShinyCharm - Static variable in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- dx() - Method in enum class com.pixelmonmod.api.client.screen.util.Axis
- dy() - Method in enum class com.pixelmonmod.api.client.screen.util.Axis
- DYE_COLOR - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- DYNA_BADGE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- DYNA_BADGE_GREYSCALE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- dynamax - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- dynamax - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- dynamax - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Dynamax/Mega state of the Pokémon.
- dynamax(boolean, float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- Dynamax - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- Dynamax - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- DYNAMAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- DYNAMAX_BAND - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- dynamax_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- DYNAMAX_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DYNAMAX_CLOUDS - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- DYNAMAX_CLOUDS_TEX - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- DYNAMAX_LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Dynamax Level of the entity.
- DYNAMAX_LEVELS - Static variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- dynamaxAnimationTicks - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
The amount of ticks remaining for the animation for dynamaxing and undynamaxing.
- dynamaxAnimationTicksDown - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
The duration of the un-dynamax animation in ticks.
- dynamaxAnimationTicksDownAmount - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
How much we scale down the model during every tick of the dynamax animation.
- dynamaxAnimationTicksUp - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
The duration of the dynamax animation in ticks.
- dynamaxAnimationTicksUpAmount - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
How much we scale up the model during every tick of the dynamax animation.
- DynamaxBand - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- dynamaxBandBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- DynamaxBandCommand - Class in com.pixelmonmod.pixelmon.command.impl
- DynamaxBandCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.DynamaxBandCommand
- DynamaxCandyEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires whenever a Dynamax Candy is attempted to be used on a Pokémon.
- DynamaxCandyEvent(ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.DynamaxCandyEvent
- DynamaxCandyItem - Class in com.pixelmonmod.pixelmon.items
-
Created by Waterdude on 8/22/2020.
- DynamaxCandyItem() - Constructor for class com.pixelmonmod.pixelmon.items.DynamaxCandyItem
-
Initializes the item.
- DynamaxCannon - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the target is Dynamaxed/Gigantamaxed.
- DynamaxCannon() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DynamaxCannon
- dynamaxController - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Controller tracking dynamax potential during multi-battles.
- DynamaxController - Class in com.pixelmonmod.pixelmon.battles.controller
- DynamaxController(BattleController) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.DynamaxController
- dynamaxDisabled - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- DynamaxEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a Pokémon Dynamaxes or Gigantamaxes.
- DynamaxEvent(boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.DynamaxEvent
- DynamaxEvent.BattleEvolve - Class in com.pixelmonmod.pixelmon.api.events
- DynamaxEvent.PostEvolve - Class in com.pixelmonmod.pixelmon.api.events
- dynamaxIndex - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- dynamaxing - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player has chosen to Dynamax the current Pokémon.
- dynamaxing - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
-
Whether the player has chosen to Dynamax the current Pokémon.
- DynamaxInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- DynamaxInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.DynamaxInteractionEvent
- dynamaxLevel - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- dynamaxLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokémon to have the specified dynamax level
- DynamaxMegaRulePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Sets what kind of battle this is, so the battle UI can only show the right buttons.
- DynamaxMegaRulePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxMegaRulePacket
-
Empty constructor for packet registration.
- DynamaxMegaRulePacket(Quadstate) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxMegaRulePacket
-
Creates a packet to set the gen rule of a player's current battle.
- DynamaxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Registers a player's Dynamaxing in the battle.
- DynamaxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxPacket
-
Empty constructor for packet registration.
- DynamaxPacket(UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxPacket
-
Creates a packet to disable Dynamax
- dynamaxRender(AbstractClientEntity, PoseStack, MultiBufferSource, ResourceLocation, Model, float, int, int) - Static method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.DynamaxRenderer
- DynamaxRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- DynamaxRenderer() - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.DynamaxRenderer
- dynamaxSprite - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- dynamaxTurns - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- dynamaxTurnsLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- DYNAMIC_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- DynamicPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- dynamo_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dynite_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- dz() - Method in enum class com.pixelmonmod.api.client.screen.util.Axis
- DZ - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- dzFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
Dracozolt's Fossil's model.
E
- E - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
- EARLY_BIRD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- EarlyBird - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves the number of turns that sleep lasts.
- EarlyBird() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EarlyBird
- EARTH - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- EARTH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- earth_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EARTH_EATER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- earth_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Ground-type attacks.
- EARTH_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EarthEater - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- EarthEater() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EarthEater
- EarthPower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- EarthPower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Earthquake - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- EARTHQUAKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EAST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- EAST - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- EAST_AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Called within Berry classes after determining whether or not the Berry will be eaten.
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryCustapItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryEnigmaItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryGinemaItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatIncreaseItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatResponseItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
- eatBerry(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryTypeReducingItem
- EatCakeInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- EatCakeInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EatCakeInteractionEvent
- eatenBerry - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon has eaten a Berry during the battle.
- eatingBerry - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is currently eating a Berry to cure status.
- Echoed_Voice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Echoed_Voice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Echoed_Voice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- ECHOED_VOICE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EchoedVoice - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases by 40 power each turn that it is used.
- EchoedVoice - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- EchoedVoice() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.EchoedVoice
- EchoedVoiceStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Keeps track of the current power of Echoed Voice.
- EchoedVoiceStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.EchoedVoiceStatus
- EchoedVoiceStatus(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.EchoedVoiceStatus
-
Initializes the status.
- EconomyEvent - Class in com.pixelmonmod.pixelmon.api.economy
-
Superclass of all events relating to the economy
- EconomyEvent(ServerPlayer, BankAccount) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent
- EconomyEvent.GetBalance - Class in com.pixelmonmod.pixelmon.api.economy
-
Event fired when getting the balance of the player through the default
BankAccount
implementation (PlayerPartyStorage
) For any economy bridges, this event MUST be listened to and the balance MUST be assigned in case someone uses thePlayerPartyStorage
methods for getting the balance The methods inPlayerPartyStorage
exist for the case of single player or any instances where no otherBankAccount
implementation is provided - EconomyEvent.PostTransaction - Class in com.pixelmonmod.pixelmon.api.economy
-
Event fired just after a transaction is applied to the
BankAccount
- EconomyEvent.PreTransaction - Class in com.pixelmonmod.pixelmon.api.economy
-
Event fired just before a transaction is applied to the
BankAccount
If cancelled the transaction will not take place - EconomyEvent.SetBalance - Class in com.pixelmonmod.pixelmon.api.economy
-
Event fired when setting the balance of the player through the default
BankAccount
implementation (PlayerPartyStorage
) For any economy bridges, this event MUST be listened to and the balance MUST be assigned in case someone uses thePlayerPartyStorage
methods for setting the balance The methods inPlayerPartyStorage
exist for the case of single player or any instances where no otherBankAccount
implementation is provided - EconomyEvent.TransactionType - Enum Class in com.pixelmonmod.pixelmon.api.economy
-
An enum representing the type of transaction
- editablePokemonList - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
The Pokémon in the party.
- editBox - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- editBox - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- editBox - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- editBox - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- editButtons - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Buttons used to edit the rules.
- EditedPlayer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- editedPlayerName - Static variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
The name of the player being edited.
- EditedPlayerScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
GUI for a player being edited by another player.
- EditedPlayerScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
Initializes the GUI.
- editedPlayerUUID - Static variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
The UUID of the player being edited.
- editedPokemon - Static variable in class com.pixelmonmod.pixelmon.client.ServerStorageDisplay
-
Pokémon being edited with a Pokémon editor.
- editingEnabled - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Whether rules can be edited.
- editingPlayerName - Static variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
The name of the editing player.
- editingPlayerUUID - Static variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
The UUID of the editing player.
- EditMail(ServerPlayer, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail
- editor - Variable in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
- editor - Variable in class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
- editPokemonInSinglePokemonEditor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
Opens the
PokemonEditorIndividualScreen
to edit the attributes of a single Pokémon. - editPokemonInSinglePokemonEditor(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
Opens the
PokemonEditorIndividualScreen
to edit the attributes of a single Pokémon. - editPokemonPacket(int) - Static method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
Triggers the edit Pokémon screen from a packet.
- EELEKTRIK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EELEKTRIK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EELEKTROSS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EELEKTROSS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EERIE_IMPULSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EERIE_SPELL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EerieImpulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- EerieImpulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- EerieSpell - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- EerieSpell() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.EerieSpell
- EEVEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EEVEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EEVEE_HOOD - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- eevium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Eevium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- effect - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationLeapForward
- effect - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- effect - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- effect - Variable in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
The evolution stone effect on the armor.
- Effect(GenericArmor, Level, Player, ItemStack, IArmorEffect, IItemAttributeModifier) - Constructor for class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent.Effect
- EFFECT_SPORE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- EffectBase - Class in com.pixelmonmod.pixelmon.battles.attacks
-
A move attribute that causes varying effects in battle.
- EffectBase() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Initializes an effect.
- EffectBase(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Initializes an effect.
- effectData - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- EFFECTIVE_BARELY - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Type effectiveness multipliers.
- EFFECTIVE_MAX - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Type effectiveness multipliers.
- EFFECTIVE_NONE - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Type effectiveness multipliers.
- EFFECTIVE_NORMAL - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Type effectiveness multipliers.
- EFFECTIVE_NOT - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Type effectiveness multipliers.
- EFFECTIVE_SUPER - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Type effectiveness multipliers.
- Effectiveness - Enum Class in com.pixelmonmod.pixelmon.battles.attacks
- effectiveType - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- EffectLocation - Enum Class in com.pixelmonmod.tcg.duel.attack.enums
-
Created by Hy on 5/29/2016.
- EffectRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- EffectRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.EffectRegistration
- effects - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- effects - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- effects - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
- EFFECTS - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.EffectTypeAdapter
- EFFECTS - Static variable in class com.pixelmonmod.pixelmon.init.registry.EffectRegistration
- EffectSpore - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
30% chance of poisoning, paralyzing, or putting to sleep a Pokémon who makes contact.
- EffectSpore() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EffectSpore
- effectTurns - Variable in class com.pixelmonmod.pixelmon.battles.status.Mist
-
The number of turns that Mist has been active.
- effectTurns - Variable in class com.pixelmonmod.pixelmon.battles.status.Perish
-
The number of turns remaining before Perish Song activates.
- effectTurns - Variable in class com.pixelmonmod.pixelmon.battles.status.Sleep
-
The number of turns left for sleep to last.
- EffectType - Enum Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- EffectTypeAdapter - Class in com.pixelmonmod.pixelmon.battles.attacks
- EffectTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.EffectTypeAdapter
- EFFORT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- egg - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- egg(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Makes the Pokémon an egg
- Egg - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- Egg - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- EGG - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- EGG - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- EGG - Static variable in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- Egg_Bomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- EGG_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EGG_CYCLES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of Egg cycles the Pokémon has.
- EGG_GROUP - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- EGG_GROUP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EGG_HYPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EGG_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- EGG_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- EGG_MOVES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The indices of Egg moves.
- EGG_PRESENT - Static variable in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- EGG_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EGG_REVEAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EGGANT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- EGGANT - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- eggant_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EGGANT_TRUNK_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- EggantFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- EggantFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.EggantFoliagePlacer
- EggantTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- EggantTrunkPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.EggantTrunkPlacer
- EggantTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.EggantTrunkPlacer
- EggBlockEvent - Class in com.pixelmonmod.pixelmon.api.block
-
All events surrounding interactions with the
PokemonEggBlock
- EggBlockEvent(Level, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent
- EggBlockEvent.BeginFight - Class in com.pixelmonmod.pixelmon.api.block
-
Event fired around when the fight begins Allows you to swap out the PixelmonEnity is desired
- EggBlockEvent.BeginFight.Post - Class in com.pixelmonmod.pixelmon.api.block
- EggBlockEvent.BeginFight.Pre - Class in com.pixelmonmod.pixelmon.api.block
- EggBlockEvent.SelectSpecies - Class in com.pixelmonmod.pixelmon.api.block
-
Event fired when the block is deciding what species it should spawn Use the Pre event to cancel it
- EggBlockEvent.SelectSpecies.Post - Class in com.pixelmonmod.pixelmon.api.block
-
Fired after the species is selected
- EggBlockEvent.SelectSpecies.Pre - Class in com.pixelmonmod.pixelmon.api.block
-
Fired before the species is decided - setting the species to null prevents the boss from spawning
- eggCycles - Variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- eggCycles - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- EggGroup - Interface in com.pixelmonmod.pixelmon.api.pokemon.egg
- EggGroupRegistry - Class in com.pixelmonmod.pixelmon.api.registries
-
Registry for all types of
EggGroup
- EggGroupRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
- EggGroupRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- EggGroupRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- EggGroupRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EggGroupRequirement
- EggGroupRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.EggGroupRequirement
- EggGroupRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EggGroupRequirement
- EggGroupRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.EggGroupRequirement
- eggGroups - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- EggHatch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- EggHatcher - Interface in com.pixelmonmod.pixelmon.api.pokemon.hatch
- EggHatcherProxy - Class in com.pixelmonmod.pixelmon.api.pokemon.hatch
-
Static proxy class for the
EggHatcher
implementation To change from the defaultWalkingEggHatcher
implementation then use theEggHatcherProxy.setInstance(EggHatcher)
method during initialization - EggHatcherProxy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcherProxy
- EggHatchEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires when a Pokémon in a player's party hatches from an egg Note: None of the sub-classes are cancellable
- EggHatchEvent(ServerPlayer, PokemonStorage, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.EggHatchEvent
- EggHatchEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after the hatch is done (and message is sent)
- EggHatchEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired before the egg is going to hatch Using this event you can change the message sent to the player
- EggHatchingScreen - Class in com.pixelmonmod.pixelmon.client.gui.egg
- EggHatchingScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- eggManaphy1 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Unbroken Manaphy Egg sprite.
- eggManaphy2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Hatching Manaphy Egg sprite.
- eggManaphy3 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Almost-hatched Manaphy Egg sprite.
- eggMoves - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- eggMoves(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- eggMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- eggNormal1 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Unbroken Egg sprite.
- eggNormal2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Hatching Egg sprite.
- eggNormal3 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Almost-hatched Egg sprite.
- EggRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- EggRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EggRequirement
- EggRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EggRequirement
- eggSteps - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- eggSteps(Integer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the progress towards hatching
- EggStepsCommand - Class in com.pixelmonmod.pixelmon.command.impl
- EggStepsCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.EggStepsCommand
- eggTick - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- eggTogepi1 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Unbroken Togepi Egg sprite.
- eggTogepi2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Hatching Togepi Egg sprite.
- eggTogepi3 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Almost-hatched Togepi Egg sprite.
- EIGHT_HOURS_HARSH_SUNLIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- EISCUE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EISCUE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- eject_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- eject_pack - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ejectButton - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- EjectButtonItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Switches out the holder when attacked.
- EjectButtonItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.EjectButtonItem
-
Initializes the held item.
- ejectPack - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ejectPackCanActivate - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether this Eject Pack can activate from a stat being lowered.
- EjectPackItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Switches out the holder if any of its stats are lowered.
- EjectPackItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.EjectPackItem
- EjectPackTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- EjectPackTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
- EKANS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EKANS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ELDEGOSS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ELECTABUZZ - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ELECTABUZZ - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- electirizer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- electirizer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ELECTIVIRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ELECTIVIRE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Electric - Class in com.pixelmonmod.pixelmon.client.particle.particles
- Electric - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- Electric - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- Electric(int, boolean, float, float, float, float, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Electric
- Electric(int, boolean, float, float, float, float, float, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Electric
- ELECTRIC - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.Terrain
- ELECTRIC - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- ELECTRIC - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- ELECTRIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ELECTRIC - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- electric_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- electric_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Electric.
- electric_seed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ELECTRIC_SURGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ELECTRIC_TERRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ElectricSurge - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Applies the Electric Terrain environment on switch in.
- ElectricSurge() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ElectricSurge
- ElectricTerrain - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases the power of Electric-type moves and prevents sleep.
- ElectricTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ElectricTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- ElectricTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ElectricTerrain(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
-
Initializes the status.
- ElectricTerrain(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- ElectricTerrainTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ElectricTerrainTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- Electrify - Class in com.pixelmonmod.pixelmon.battles.status
-
Turns the Pokémon's move into an Electric-type move for the turn.
- Electrify - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Electrify() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Electrify
-
Initializes the status.
- ELECTRIFY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ELECTRIKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- electrium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Electrium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- ELECTRO_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ELECTRO_DRIFT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ELECTRO_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ElectroBall - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- ElectroBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- ElectroBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ElectroBall() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ElectroBall
- ELECTRODE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ELECTRODE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Electromorphosis - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Electromorphosis() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Electromorphosis
- ELECTROMORPHOSIS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ElectroShot - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn, attacks on second turn.
- ElectroShot() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.ElectroShot
- Electroweb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Electroweb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ELECTROWEB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ELEGANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ELEKID - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ELEKID - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Element - Enum Class in com.pixelmonmod.pixelmon.api.pokemon
-
A Pokémon type.
- ELEMENT_TYPES - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonPoolElementTypes
- Element.TypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon
- elementClicked(int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
- elementClicked(int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
- elementClicked(int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
- elementClicked(int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- elementClicked(int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- elementClicked(List<LearnableMove>, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
- elementClicked(List<Attack>, int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
- elementClicked(List<Attack>, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
- elementClicked(List<T>, int) - Method in interface com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ClickableElement
-
Does an action when a element is clicked.
- elementPadding - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- elements - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- elevator - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ELEVATOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- elevator_key_flare - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ElevatorBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
-
Teleports the player to another elevator block above or below.
- ElevatorBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.ElevatorBlock
-
Initializes the elevator block.
- ElevatorEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a Pixelmon elevator block is used in either direction
- ElevatorEvent(ServerPlayer, boolean, BlockPos, Vec3) - Constructor for class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
- ElevatorEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after the player has been teleported
- ElevatorEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired before the player is teleported Cancelling this event will stop the player from being teleported
- ElevatorEvents - Class in com.pixelmonmod.pixelmon.listener
-
Created by clienthax on 19/7/2015.
- ElevatorEvents() - Constructor for class com.pixelmonmod.pixelmon.listener.ElevatorEvents
- ElevatorUsedPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- ElevatorUsedPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ElevatorUsedPacket
- ELGYEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ELIGIBLE_FOR_SKY_BATTLES - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- ELIGIBLE_FOR_SKY_BATTLES_WITH_LEVITATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- elixir - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ElixirItem - Class in com.pixelmonmod.pixelmon.items
-
Restores the PP of all moves of a Pokémon.
- ElixirItem(boolean) - Constructor for class com.pixelmonmod.pixelmon.items.ElixirItem
-
Initializes an Elixir.
- eloMinimum - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- Embargo - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the target from using items.
- Embargo - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Embargo - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Embargo - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Embargo - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Embargo - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Embargo() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Embargo
-
Initializes the status.
- EMBARGO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EmbargoTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- EmbargoTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- EMBER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EMBOAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EMBOAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EMERGENCY_EXIT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- EmergencyExit - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- EmergencyExit() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EmergencyExit
- EmergencyExitTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- EmergencyExitTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.EmergencyExitTests
- emissive - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- emissive() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- emissive(TextureProvider) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- emissive(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- emissive(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- EMOLGA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EMOLGA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EMPOLEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EMPOLEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- empty - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- empty() - Static method in class com.pixelmonmod.api.client.screen.util.Bounds
- empty() - Static method in class com.pixelmonmod.api.SpecificationFactory
-
Gets the empty
Specification
- empty() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
-
Creates a new empty InteractionSet
- empty() - Static method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- empty() - Static method in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- empty() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Sets the day care box as empty
- empty() - Static method in interface com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplier
-
Creates an empty
TeamSupplier
. - EMPTY - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
- EMPTY - Static variable in enum class com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
- EMPTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- EMPTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
- EMPTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
- EMPTY_PALETTE - Static variable in class com.pixelmonmod.api.client.screen.ColorPalette
- EMPTY_POKEBALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- EMPTY_SHAPE - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
- EMPTY_TABLE - Static variable in class com.pixelmonmod.api.client.screen.ColorPalette
- EMPTY_TEX - Static variable in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- EMPTY_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- emptyHand - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.InteractEvolution
- EmptyInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
-
An implementation of the
InteractionEvent
for events that don't require a listener and need to be triggered externally - EmptyInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- EmptyInteractionResult() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.EmptyInteractionResult
- EmptyPokeBallEntity - Class in com.pixelmonmod.pixelmon.entities.pokeballs
-
A Poké Ball without a Pokémon inside of it.
- EmptyPokeBallEntity(EntityType<EmptyPokeBallEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
- EmptyPokeBallEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
-
Creates an empty Poké Ball.
- EmptyPokeBallEntity(Level, LivingEntity, PokeBall, boolean) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
-
Creates an empty Poké Ball thrown by a player.
- EmptyPokeBallEntity(Level, LivingEntity, PixelmonEntity, PokeBall, BattleController) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
-
Creates an empty Poké Ball thrown by a player that targets a Pokémon.
- EmptySpecification - Class in com.pixelmonmod.api
-
Abn empty specification implementation that does nothing
- EmptyTeamSupplier - Record Class in com.pixelmonmod.pixelmon.api.storage.supplier
- EmptyTeamSupplier() - Constructor for record class com.pixelmonmod.pixelmon.api.storage.supplier.EmptyTeamSupplier
-
Creates an instance of a
EmptyTeamSupplier
record class. - emptyTexture - Static variable in class com.pixelmonmod.tcg.client.gui.TargetScreen
- enable() - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- enable() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- enable() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- enable(double, double, double, double) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- enable(float, float, float, float) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- enable(int, int, int, int) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- enableAllOverlays() - Static method in class com.pixelmonmod.pixelmon.client.render.OverlayToggles
- enableBlend() - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- enableConfigSettings() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- enableCritical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Allows the capture attempt this object is associated with to be a critical capture.
- enabled - Variable in class com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement
- enabled() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- enabled(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- enableDefaults() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidAllyEvent
- enableDefaults() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
- enabledInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- enabledInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- enableMinecraftUI() - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- enableOverlays(VanillaGuiOverlay...) - Static method in class com.pixelmonmod.pixelmon.client.render.OverlayToggles
- enableReturnHeldItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Causes the Pokémon to regain a lost held item after the battle ends.
- enableReturnHeldItems(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Enables returning held items for participants of the attacker and target of an action.
- ENAMORUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ENC_MODE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the NPC Trainer's encounter mode.
- ENC_PL_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of a player the NPC Trainer has battled.
- ENC_TI - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The last time a specific player has battled the NPC Trainer.
- enchantIfPossible(ItemStack, Enchantment[], int[]) - Static method in class com.pixelmonmod.pixelmon.items.helpers.ItemHelper
-
Enchant an item, but only if it hasn't been enchanted with this method before.
- enchantIfPossible(ItemStack, Enchantment, int) - Static method in class com.pixelmonmod.pixelmon.items.helpers.ItemHelper
-
Enchant an item, but only if it hasn't been enchanted with this method before.
- Enchants - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- encode(ByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- encode(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Encodes the
DialogueButton
into the givenFriendlyByteBuf
. - encode(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Encodes the
InputPattern
into the givenFriendlyByteBuf
. - encode(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Encodes the
InputSettings
into the given buffer. - encode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.BoardPosition
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.ImageEntry
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
- encode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardEntry
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- encode(FriendlyByteBuf) - Method in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- encode(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Encodes the data to the packet buffer
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Encodes the boxes to the buffer
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Writes the storage to the given buffer
- encode(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
- encode(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- encode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
Encodes the data to the given
FriendlyByteBuf
When being sent to the client theBattleProperty
's ID will come first so that when being de-serialized it can get a default value and then call thePropertyValue.decode(FriendlyByteBuf)
method - encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedReviveTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPIncreaseTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPUpdateTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.StatusUpdateTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.ClientUpdatePokedexPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
- encode(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.comm.data.PixelmonPacket
-
Encodes the buffer with the packet information
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
-
Deconstruct your this into the supplied byte buffer
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.OpenBadgeCasePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.AcceptDeclineBattlePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BackToMainMenuPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CheckPlayerBattlePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CloseBattlePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DistanceUntilBattleForfeitedPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxMegaRulePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnforcedRevivePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FleePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FormBattleUpdatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.MegaEvolvePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music.PlayBattleMusicPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.OpenBattleModePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ParticipantReadyPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RemoveSpectatorPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestBagItemsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.DisplayBattleQueryRulesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.ProposeBattleRulesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestToggleFreeMoveInBattlePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CloseTeamSelectScreenPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ConfirmTeamSelectPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.RejectTeamSelectPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.UnconfirmTeamSelectPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.SetProposedRulesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateBattleQueryRulesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateClientRulesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokeBallIdPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonBattleDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetStrugglePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ShowSpectateMessagePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwapPositionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwitchPokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateMovesetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTerrainPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTurnPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateWeatherPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseEtherPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseItemPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.BattleScreenDisabledPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.camera.ItemCameraPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ChooseStarterPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ClientboundUpdateSpawnerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ClientSetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientChangeOpenPCPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializeStoragePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientQueryResultsPCPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientSetLastOpenBoxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerCloseStoragePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerQueryPCPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerSetLastOpenBoxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerUpdateBoxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerSwapPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerTrashPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.SetTempMode
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsOpenPacket
-
Deconstruct your this into the supplied byte buffer
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardDisplayPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardUpdatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.AddToDayCarePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CancelDayCareBoxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CompleteDayCareRequirementPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareAllErrorsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareConditionStatusResponsePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareHourglassUsedPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestAllErrorsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestConditionUpdatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RequestDayCareChildPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RespondDayCareChildPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.SendEntireDayCarePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareBoxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareHistoryPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.WithdrawDayCareBoxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.DeleteMovePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueChoiceMadePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputResponsePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor.OpenProfessorDialoguePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.SetDialogueDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportRequestPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportResponsePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportRequestPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.ApplyPresetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CopyNPCPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CreateNPCFromPresetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.AddNewInteractionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.FinishSyncDataEntryPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SendUpdatedInteractionDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.LinkPresetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.NPCEditorClosedPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.RequestNPCEditorPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SaveToPresetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SendTrackedNPCsOpenScreenPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SetNPCIconPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportNPCPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportPlayerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UnLinkPresetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateEntityPropertiesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateNamePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateRenderingHandlerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionResponsePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolvePokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.OpenEvolutionGUIPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.FreeToMoveDuringBattlePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.GuiOpenClosePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HealerGuiClosePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HoverPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.IlluminatePositionsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.mail.MailPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.RegisterMoveSkillPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCLearnMovePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCTeachMovePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.OpenTutorPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RelearnerTutorClosePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopClosePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopOpenPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopTransactionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenScreenPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard.ScoreboardDisplayPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCClonePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCSortPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapBoxPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapHeldItemPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.WithdrawHeldItemPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayClientPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayServerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayBattleParticleSystemPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerExtrasPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayParticleSystemPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.RequestSpawnDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.SendSpawnDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonOpenGUIPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CheckPokemonEditorAllowedPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.DeletePokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RandomizePokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestAllRibbonsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditedPlayerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditingPlayerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RespondPokemonEditorAllowed
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SendAllRibbonsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditedPlayerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditingPlayerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetImportPokemonIDPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateSinglePokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationResult
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.CloseRaidPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidDropsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.UpdateRaidCatchPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RenamePokemonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ReplaceMovePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestExtrasDisplayDataPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.AbandonResearchPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimObjectivePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimStagePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClientResearchPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.FavoriteResearchPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingMovementPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingVerticalMovementPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RotateEntityPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.OpenSelectionPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SelectionResponsePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SetSelectionOptionsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectMovePacket
-
Deconstruct your this into the supplied byte buffer
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectStatPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerCosmeticsUpdatePacket
-
Deconstruct your message into the supplied byte buffer
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetCharmPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetDisplayRibbonPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetMegaItemPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem.UpdateSpriteItemRequestPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayOpenPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplaySwapPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.UpdateClientEditingStatuePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.StopStartLevellingPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ClientboundSetSelectedSlotPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ServerboundSetSelectedSlotPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SummonParticleArcaneryPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SwapMovePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SyncSpectatorRangePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.toast.SendToastPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.RegisterTraderPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetClientTradePairPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetSelectedStatsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.TradeReadyPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.RequestTrainerCardPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardColorPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UIKeyPressPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdatePixelmonMovementPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdateSpawnerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UseRevivePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
-
Deconstruct your this into the supplied byte buffer
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeReassemblyPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.items.ItemData
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
- encode(FriendlyByteBuf) - Method in interface com.pixelmonmod.tcg.network.data.TCGPacket
-
Encodes the buffer with the packet information
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.CardSelectorToServerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.CoinFlipAckPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.CustomGUIChoiceToServerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.EndGamePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.ForceEndBattlePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.GameStateSyncPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.GenericActionRequestPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToClientPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToServerPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStatePreBattleSyncPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStateSyncPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.RetreatAndSwitchPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.ShowOpponentCardPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.SwitchPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.TCGGuiClientPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.TrainerPlayedPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.battles.UpdateServerCardRecordPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.BattleSpectatorUpdatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.CardBackSyncPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.CardSyncPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.CoinSyncPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.GenericGUIPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackGuiPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.PackSyncPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.packets.RulebookUpdatePacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
- encode(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
- encodeArray(FriendlyByteBuf, IEncodeable[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Encodes an array into a buffer.
- encodeInteger(byte[], int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
Encodes an array of small numbers into an integer.
- encodeInto(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.util.IEncodeable
-
Encodes the object into a buffer.
- encodeInto(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Exports the rules as a byte array.
- encodeInto(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
- encodeInto(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Encodes the Pokémon's info into a data buffer.
- encodeInto(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
- encodeList(FriendlyByteBuf, List<? extends IEncodeable>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Encodes a list into a buffer.
- encodeStringArray(FriendlyByteBuf, String[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Encodes a string array into a buffer.
- encodeStringList(FriendlyByteBuf, List<String>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Encodes a list into a buffer.
- Encore - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes the target to be locked into the last attack it used for three turns.
- Encore - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Encore - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Encore - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Encore() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Encore
-
Initializes the status.
- Encore(Attack) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Encore
-
Initializes Encore.
- ENCORE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ENCOUNTER_MODE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- EncounterData - Class in com.pixelmonmod.pixelmon.api.util
-
Created by Jay113355 on 5/31/2021.
- EncounterData(EnumEncounterMode) - Constructor for class com.pixelmonmod.pixelmon.api.util.EncounterData
- encounters - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity
- encounters - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
- encounters - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- encryptTo(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- end() - Method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
-
Performs the necessary steps to ensure that the next thing rendered does not also have a
CubeMap
applied to it, assuming it isn't supposed to. - end(Object...) - Method in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
- End - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
- End(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.Merge.End
- End(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.New.End
- END - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- END_OF_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- END_OF_RAID - Static variable in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.Identifiers
- end_table - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- END_TABLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- END_TABLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- endActiveSound(SimpleSoundInstance) - Method in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- endBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Concludes the battle and determines a victor.
- endBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
On battle end, remove all statuses.
- endBattle(BattleEndCause) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Ends the battle with the given cause.
- endBattle(BattleEndCause) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Ends the battle the participant is in.
- endBattle(BattleEndCause) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- endBattle(BattleEndCause) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- endBattle(BattleEndCause) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- endBattle(BattleEndCause) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- endBattle(BattleEndCause) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- endBattle(BattleEndCause, Map<BattleParticipant, BattleResults>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Ends the battle with the given cause and any precalculated results.
- EndBattle(BattleController, BattleEndCause, boolean, Map<BattleParticipant, BattleResults>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- EndBattleCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Ends the battle that the player is in.
- EndBattleCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.EndBattleCommand
- endBattleMusic() - Static method in class com.pixelmonmod.pixelmon.client.music.BattleMusic
- endBattleWithoutXP() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Concludes the battles and determines a victor.
- endCommand(String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Terminates the command with a message
- Endeavor - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Sets the target's hp equal to the user's if the target's hp is greater.
- Endeavor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Endeavor() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Endeavor
- ENDEAVOR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- endEntityID - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- endGame(PlayerServerState, PlayerServerState, boolean) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- endGame(PlayerServerState, PlayerServerState, boolean) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- ENDGAME - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- EndGameEvent - Class in com.pixelmonmod.tcg.api.events
-
Fires as a TCG game is ending.
- EndGameEvent(PlayerServerState, PlayerServerState, boolean) - Constructor for class com.pixelmonmod.tcg.api.events.EndGameEvent
- EndGamePacket - Class in com.pixelmonmod.tcg.network.packets.battles
- EndGamePacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.EndGamePacket
- EndGamePacket(BlockPos) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.EndGamePacket
- endHandler(BiConsumer<BattleEndEvent, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Adds a consumer to run when the battle ends
- endID - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- endID - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystemBase
- endID - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- endingCommand - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- endingMessage - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- ENDLESS_BATTLE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- endorsement - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- endPause() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Unpauses the battle.
- endPos - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- endPos - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystemBase
- EndRaidEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- EndRaidEvent(RaidData, RaidGovernor, List<BattleParticipant>, RaidPixelmonParticipant, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.EndRaidEvent
- endRotationYaw - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The yaw of the Poké Ball at the end of its travel.
- endSmoothDrawing(PoseStack) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- endSpectate() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Causes the player to stop spectating a battle.
- EndSpectatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Takes the player out of the battle being spectated.
- EndSpectatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EndSpectatePacket
- EndTableBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- EndTableBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- EndTableTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 7/3/2015.
- EndTableTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- endTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Handles end-of-turn effects.
- endTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- EndTurn - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
- ENDTURN - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.BattleStage
- EndTurnEvent - Class in com.pixelmonmod.tcg.api.events
-
Fires when a turn is ended.
- EndTurnEvent(PlayerServerState, int) - Constructor for class com.pixelmonmod.tcg.api.events.EndTurnEvent
- endurance - Variable in class com.pixelmonmod.pixelmon.ai.flying.FlySpeeds
- Endure - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes any fatal move to instead leave the Pokémon at 1 hp remaining.
- Endure - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Endure - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Endure - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Endure - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Endure - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Endure() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Endure
-
Initializes the status.
- ENDURE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EndureTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- EndureTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.EndureTests
- endUsingBattleCamera() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Switches between a 1st Person and 3rd Person perspective in battle.
- endX - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- endY - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- endZ - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- Energy - Enum Class in com.pixelmonmod.tcg.api.card
- ENERGY - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- ENERGY - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- Energy_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Energy_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Energy_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Energy_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- ENERGY_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ENERGY_COLORLESS - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_COLORLESS_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_COLORLESS_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_DARKNESS - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_DARKNESS_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_DARKNESS_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_DRAGON - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_DRAGON_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_DRAGON_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FAIRY - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FAIRY_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FAIRY_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FIGHTING - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FIGHTING_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FIGHTING_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FIRE - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FIRE_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_FIRE_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_GRASS - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_GRASS_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_GRASS_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_LIGHTNING - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_LIGHTNING_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_LIGHTNING_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_METAL - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_METAL_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_METAL_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_NONE - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- energy_powder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ENERGY_PSYCHIC - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_PSYCHIC_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_PSYCHIC_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_RAINBOW - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_RAINBOW_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_RAINBOW_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_REMOVAL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- ENERGY_RETRIEVAL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- energy_root - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ENERGY_SEARCH - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- ENERGY_TRANSFER - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- ENERGY_WATER - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_WATER_HD - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- ENERGY_WATER_HDA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- EnergyBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- EnergyBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- EnergyBurn - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- EnergyBurn() - Constructor for class com.pixelmonmod.tcg.duel.power.EnergyBurn
- EnergyCaseSlot - Class in com.pixelmonmod.tcg.client.container.slot
- EnergyCaseSlot(Inventory, int, int, int) - Constructor for class com.pixelmonmod.tcg.client.container.slot.EnergyCaseSlot
- EnergyRemoval - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- EnergyRemoval() - Constructor for class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
- EnergyRetrieval - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- EnergyRetrieval() - Constructor for class com.pixelmonmod.tcg.duel.trainer.EnergyRetrieval
- EnergySearch - Class in com.pixelmonmod.tcg.duel.trainer
- EnergySearch() - Constructor for class com.pixelmonmod.tcg.duel.trainer.EnergySearch
- energySelectionForRetreat - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- EnergyTransfer - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- EnergyTransfer() - Constructor for class com.pixelmonmod.tcg.duel.power.EnergyTransfer
- ENFORCED_REVIVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- ENFORCED_SWITCH - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- enforcedFleeFailed - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether a flee attempt has failed in this switch.
- EnforcedRevive - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon
-
Created by Jay113355 on 10/21/2020.
- EnforcedRevive(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedRevive
-
Initializes the battle screen.
- EnforcedRevivePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Revives the Pokémon that was selected in battle.
- EnforcedRevivePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnforcedRevivePacket
-
Empty constructor for packet registration.
- EnforcedRevivePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnforcedRevivePacket
-
Initializes a EnforcedRevivePacket packet.
- EnforcedReviveTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Jay113355 on 2/28/2021.
- EnforcedReviveTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.EnforcedReviveTask
-
Empty constructor for packet registration.
- EnforcedSwitch - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon
-
Created by Jay113355 on 10/21/2020.
- EnforcedSwitch - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- EnforcedSwitch(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedSwitch
-
Initializes the battle screen.
- EnforcedSwitchTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Jay113355 on 2/28/2021.
- EnforcedSwitchTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
-
Empty constructor for packet registration.
- EnforcedSwitchTask(int) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
-
Initializes a packet to switch out a Pokémon at a specified position.
- EnforcedSwitchTask(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
- enforceSelection() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- enforceStruggle - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Whether to enforce Struggle mechanics on chosen moves
- ENGAGE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SensorTypeRegistration
- ENGAGE_DIST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the NPC Trainer's engage distance.
- EngageSensorType - Class in com.pixelmonmod.pixelmon.api.entity.sensor
- EngageSensorType() - Constructor for class com.pixelmonmod.pixelmon.api.entity.sensor.EngageSensorType
- EnhancedTextFieldWidget - Class in com.pixelmonmod.pixelmon.client.gui.widgets.text
-
Represents an enhanced text field that can be edited by the player.
- EnhancedTextFieldWidget(Font, int, int, int, int, EditBox, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- EnhancedTextFieldWidget(Font, int, int, int, int, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- enhanceType - Variable in class com.pixelmonmod.pixelmon.items.heldItems.TypeEnhancingItems
-
The type of held item.
- ENIGMA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- ENIGMA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- enigma_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- enigma_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EnigmaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- EnigmaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.EnigmaFoliagePlacer
- ensureIndex(List<?>, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- ensureTexture() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- ENTEI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ENTEI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ENTER_WILD_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- EnterDynamaxAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- EnterDynamaxAction(int, PixelmonWrapper, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.EnterDynamaxAction
- enterTemporaryMode() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Enters the party into temporary mode using a default RED colour
- enterTemporaryMode(Color) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Enters the party into the temporary mode with 0 Pokes You can add to their temp mode party using
PokemonStorage.add(Pokemon)
- EnterWildBattleInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- EnterWildBattleInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EnterWildBattleInteractionEvent
- ENTITIES - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- ENTITIES - Static variable in class com.pixelmonmod.tcg.init.registry.EntityRegistration
- entity - Variable in class com.pixelmonmod.pixelmon.ai.StareDownGoal
- entity - Variable in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight
- entity - Variable in class com.pixelmonmod.pixelmon.api.events.DropEvent
-
The entity dropping the items.
- entity - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
The entity it will spawn.
- entity - Variable in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- entity - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- entity - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- entity - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon wrapped by this wrapper.
- entity() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Gets the entity of the shop.
- entity(Entity) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the entity of the shop.
- entity(Entity) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- ENTITY_DEATH - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- ENTITY_DESPAWN - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- ENTITY_ID_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- ENTITY_INTERACT - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- ENTITY_PROPERTIES_SYNC - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- ENTITY_PROPPERTIES - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- EntityConfig - Class in com.pixelmonmod.pixelmon.api.config
- EntityConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.EntityConfig
- EntityDataSyncManager - Class in com.pixelmonmod.pixelmon.entities.pixelmon
- EntityDataSyncManager() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
- EntityHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Helper methods for entity movement.
- EntityHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
- entityId - Variable in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
- entityID - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.StickPlateBlock
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelp
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelpBlock
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepSeaGrass
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepTallSeaGrass
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDesertCactus
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- entityInside(BlockState, Level, BlockPos, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.WarpPlateBlock
- EntityParticipant - Class in com.pixelmonmod.pixelmon.battles.controller.participants
- EntityParticipant(EntityParticipant.Builder) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- EntityParticipant.Builder - Class in com.pixelmonmod.pixelmon.battles.controller.participants
- entityPlayer - Variable in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- EntityPlayerExtension - Class in com.pixelmonmod.pixelmon.listener
- EntityPlayerExtension() - Constructor for class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- EntityProperties - Record Class in com.pixelmonmod.pixelmon.api.npc.entity
-
An immutable record representing the properties of an
NPC
. - EntityProperties(boolean, boolean, boolean, boolean, float, float, EntityDimensions, ResourceWithFallback) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates an instance of a
EntityProperties
record class. - EntityProperties.Builder - Class in com.pixelmonmod.pixelmon.api.npc.entity
-
A builder for the
EntityProperties
record. - EntityRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- EntityRegistration - Class in com.pixelmonmod.tcg.init.registry
- EntityRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- EntityRegistration() - Constructor for class com.pixelmonmod.tcg.init.registry.EntityRegistration
- EntityStorage<T extends net.minecraft.world.entity.Entity> - Interface in com.pixelmonmod.pixelmon.api.entity.npc
-
This is used for storing important data about NPCs that exist in the world and were placed by an admin.
- EntityTicker - Interface in com.pixelmonmod.pixelmon.api.entity.ticking
-
Interface for modifying an entity every tick (or x ticks)
- Entrainment - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the target's Ability to the user's Ability.
- Entrainment() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Entrainment
- ENTRAINMENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- entry() - Method in record class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet.WeightedEntry
-
Returns the value of the
entry
record component. - entry(ScoreboardEntry...) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- Entry() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.Entry
- Entry(StoredEntity<NPC>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList.Entry
- Entry(CopiedNPC, SearchableClipboardSelectionList) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList.Entry
- Entry(ResourceLocation, SearchableResourceLocationSelectionList) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList.Entry
- ENTRY_HAZARDS - Static variable in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
- EntryHazard - Class in com.pixelmonmod.pixelmon.battles.status
-
Negatively affects Pokémon who switch in on the side that the status is laid on.
- EntryHazard(StatusType, int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Initializes the entry hazard.
- entrySet() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- EnumAxis - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- EnumBadgeCase - Enum Class in com.pixelmonmod.pixelmon.enums.items
- EnumBattleQueryResponse - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
A type of response that a player can give to a battle query.
- EnumBerryFlavor - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumBike - Enum Class in com.pixelmonmod.pixelmon.enums
-
Created by Justin
- EnumBlockPos - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- EnumBottleCap - Enum Class in com.pixelmonmod.pixelmon.enums.items
- EnumBoundingBoxMode - Enum Class in com.pixelmonmod.pixelmon.enums
-
Bounding box modes for statues.
- EnumBreedingParticles - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumBuySell - Enum Class in com.pixelmonmod.pixelmon.entities.npcs.registry
- EnumCharms - Enum Class in com.pixelmonmod.pixelmon.enums.items
- EnumCheatItemType - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumCurryKey - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumCurryRating - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumDawnDuskOre - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
-
The current contents of the block.
- EnumEffectType - Enum Class in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- EnumEncounterMode - Enum Class in com.pixelmonmod.pixelmon.enums
-
Modes for how often players can challenge NPC Trainers.
- EnumEvolutionStone - Enum Class in com.pixelmonmod.pixelmon.enums
-
Stones that evolve certain Pokémon.
- EnumFeatureState - Enum Class in com.pixelmonmod.pixelmon.enums
-
Generic states for whether a feature is active, available or disabled.
- EnumFossils - Enum Class in com.pixelmonmod.pixelmon.enums.items
-
Created by Jay113355 on 12/19/2017.
- EnumGui - Enum Class in com.pixelmonmod.tcg.client.gui.enums
-
Created by Hy on 4/11/2016.
- EnumGuiContainer - Enum Class in com.pixelmonmod.pixelmon.enums
-
Created by Jay113355 on 4/10/2019.
- EnumGuiScreen - Enum Class in com.pixelmonmod.pixelmon.enums
-
All distinct GUI screens in Pixelmon.
- EnumHeldItems - Enum Class in com.pixelmonmod.pixelmon.enums.heldItems
-
Enum representing held item type.
- EnumIncenses - Enum Class in com.pixelmonmod.pixelmon.enums.heldItems
- EnumKeybinds - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumKeyPacketMode - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- EnumMaterialOption - Enum Class in com.pixelmonmod.pixelmon.client.materials
- EnumMegaItem - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumMegaItemsUnlocked - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumMovement - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumMovementType - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- EnumNPCType - Enum Class in com.pixelmonmod.pixelmon.enums
-
Enum representation of types of NPCs.
- EnumOldGenMode - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumOrbShard - Enum Class in com.pixelmonmod.pixelmon.enums.items
- EnumOverlayLayout - Enum Class in com.pixelmonmod.pixelmon.api.overlay.notice
- EnumPixelmonParticles - Enum Class in com.pixelmonmod.pixelmon.enums
-
Each particle class must have a constructor with the params {World, double, double, double, double, double, double} to prevent errors!
- EnumPlate - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumPokeChestType - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- EnumPokechestVisibility - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- EnumPokegiftEventType - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumPokegiftType - Enum Class in com.pixelmonmod.pixelmon.blocks.tileentity
- EnumPokelootModes - Enum Class in com.pixelmonmod.pixelmon.api.config
-
The default mode of PokéLoot chests.
- EnumRaidKickReason - Enum Class in com.pixelmonmod.pixelmon.battles.raids
-
Created by Waterdude.
- EnumRodType - Enum Class in com.pixelmonmod.pixelmon.enums.items
- EnumRotation - Enum Class in com.pixelmonmod.pixelmon.client.models.animations
- EnumRulesGuiState - Enum Class in com.pixelmonmod.pixelmon.client.gui.battles.rules
-
All possible states of the battle rules screen for player-vs.-player challenges.
- EnumServerTradesMode - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- EnumShopKeeperType - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumStatuePacketMode - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
- EnumStatueTextureType - Enum Class in com.pixelmonmod.pixelmon.enums
-
Texture options for statues.
- EnumTrainerAI - Enum Class in com.pixelmonmod.pixelmon.enums
-
AI modes for Trainer movement and engaging in battle.
- EnumTrainerCardColor - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumTrainerCardUser - Enum Class in com.pixelmonmod.pixelmon.enums
- EnumTypeEnhancingItems - Enum Class in com.pixelmonmod.pixelmon.enums.heldItems
-
Items that boost the power of certain types of moves.
- EnumUpdateType - Enum Class in com.pixelmonmod.pixelmon.comm
- EnumUsed - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- EnumZCrystals - Enum Class in com.pixelmonmod.pixelmon.enums.items
- eol - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- eon_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- eon_ticket - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EPIC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- equal(double, double) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- equal(double, double, String) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- EQUAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- EqualInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- EqualInteractionCondition(DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- equals(float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- equals(Number, Number) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- equals(Object) - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.api.client.screen.ScreenStyle.ColorScheme
- equals(Object) - Method in class com.pixelmonmod.api.client.screen.ScreenStyle.Design
- equals(Object) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
- equals(Object) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- equals(Object) - Method in class com.pixelmonmod.api.registry.RegistryValue
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.InputPlayerData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ChatPage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.model.RenderingHandlerType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.BasicEggGroup
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparatorType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicateType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.RidingOffsets
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.research.ConditionalResearch
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.WeightedObject
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.storage.LoadingData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.storage.StorageType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.EmptyTeamSupplier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplierType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.TestData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.texture.TextureProviderType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.trading.TradePair
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType.Data
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.ui.InputTypeData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet.WeightedEntry
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- equals(Object) - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
- equals(Object) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- equals(Object) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- equals(Object) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.AttackData
- equals(Object) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.client.gui.pc.RecordedHistory
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.client.storage.npc.CopiedNPC
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.DataProviderData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionConditionData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionResultData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionSetData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.SelectorData
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
- equals(Object) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- equals(Object) - Method in class com.pixelmonmod.pixelmon.items.ItemData
- ERRATIC - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
- error - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
- error - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- error(String) - Static method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Creates a failed instance of the type B with given error
- error(Throwable) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- Error - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
tg5402tyhgvioaerlvhj[tt94yh842qlyo5?????????
- Error() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Error
- ERROR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- errorDuration() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Returns the value of the
errorDuration
record component. - errorDuration(long) - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
The duration in milliseconds that the error message will display in the display box.
- errorDuration(TimeUnit, long) - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
The duration that the error message will display in the display box.
- errorMessage - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
- errorMessage - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
- errorMessage() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Returns the value of the
errorMessage
record component. - errorMessage(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
The error message to display when the input is invalid.
- errorMessage(Component) - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
The error message to display when the input is invalid.
- Eruption - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Decreases in power as the user's hp drops.
- Eruption() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Eruption
- ERUPTION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- escape_rope - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- escapeAttempts - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The number of times the Pokémon has attempted to escape in the battle.
- escapeCloses - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- escapeCloses() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- escapeCloses() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- escapeCloses() - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- escapeDoesNotClose() - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- EscapeMenuCosmeticModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.escape.cosmetic
- EscapeMenuCosmeticModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.escape.cosmetic.EscapeMenuCosmeticModifier
- EscapeRopeClient - Class in com.pixelmonmod.pixelmon.client.listener
- EscapeRopeClient() - Constructor for class com.pixelmonmod.pixelmon.client.listener.EscapeRopeClient
- EscapeRopeItem - Class in com.pixelmonmod.pixelmon.items
- EscapeRopeItem() - Constructor for class com.pixelmonmod.pixelmon.items.EscapeRopeItem
- EscapeRopeItem.EscapeRopeTask - Class in com.pixelmonmod.pixelmon.items
- ESCAVALIER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ESPATHRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ESPEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ESPEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ESPEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- ESPEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- ESPER_WING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ESPURR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ESPURR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- essence_jar - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGBlocks
- ESSENCE_JAR - Static variable in class com.pixelmonmod.tcg.init.registry.BlockRegistration
- ESSENCE_JAR - Static variable in class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
- ESSENCE_JAR_COLOR_BLUE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- ESSENCE_JAR_COLOR_GREEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- ESSENCE_JAR_COLOR_NAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- ESSENCE_JAR_COLOR_RED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- ESSENCE_JAR_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- ESSENCE_JAR_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonBEWLRs
- ESSENCE_JAR_MODEL - Static variable in class com.pixelmonmod.tcg.listener.TCGClientModEventListeners
- ESSENCE_JAR_PERCENT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- EssenceJarBEWLR - Class in com.pixelmonmod.tcg.client.renderers
- EssenceJarBEWLR() - Constructor for class com.pixelmonmod.tcg.client.renderers.EssenceJarBEWLR
- EssenceJarBlock - Class in com.pixelmonmod.tcg.block
- EssenceJarBlock() - Constructor for class com.pixelmonmod.tcg.block.EssenceJarBlock
- EssenceJarTileEntity - Class in com.pixelmonmod.tcg.tileentity
- EssenceJarTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- EssenceJarTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- EssenceJarTileEntityRenderer - Class in com.pixelmonmod.tcg.client.renderers
- EssenceJarTileEntityRenderer() - Constructor for class com.pixelmonmod.tcg.client.renderers.EssenceJarTileEntityRenderer
- EssenceJarTileEntityRenderer(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.tcg.client.renderers.EssenceJarTileEntityRenderer
- ETERNABEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ETERNAL_FLOWER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ETERNAMAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ETERNATUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ETERNATUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ether - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EtherItem - Class in com.pixelmonmod.pixelmon.items
-
Restores the PP of a Pokémon's move.
- EtherItem(boolean) - Constructor for class com.pixelmonmod.pixelmon.items.EtherItem
-
Initializes a PP-restoring item.
- euclidean(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Calculates the Euclidean distance (as the crow flies) between this vector and a given vector, on all axes.
- euclidean(Position, Axis...) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Calculates the Euclidean distance (as the crow flies) between this vector and a given vector, on the given axes.
- ev(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the value of an EV
- EV_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's attack EVs.
- EV_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EV_DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Defense EVs.
- EV_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EV_HP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's hp EVs.
- EV_HP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EV_IV_STATS - Static variable in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- EV_SPECIAL_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Special attack EVs.
- EV_SPECIAL_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EV_SPECIAL_DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Special Defense EVs.
- EV_SPECIAL_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EV_SPEED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's speed EVs.
- EV_SPEED_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- EV_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- evAdjusting - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- EVAdjusting - Class in com.pixelmonmod.pixelmon.items.heldItems
- EVAdjusting(BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.EVAdjusting
- evasion - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's evasion modifier.
- EVASION - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- EVASION - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- EVASION_ABILITY - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- event - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TriggerInteractionEventInteractionResult
- event - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- event(InteractionEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- EVENT - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.EnumPokegiftType
- EVENT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- EVENT_BUS - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- EVENT_BUS - Static variable in class com.pixelmonmod.tcg.TCG
- EVENT_CONSUMED_FLAG - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Bool indicating if events of the class were consumed
- eventClass - Variable in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- eventHandler(Class<E>, BiConsumer<E, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Adds a consumer to run for any given battle event
- eventHandler(RenderGuiOverlayEvent.Pre) - Method in class com.pixelmonmod.pixelmon.client.gui.ChatOverlayScreen
-
Suppresses chatbox rendering in order to move the chatbox.
- eventHandler(RenderGuiOverlayEvent.Pre) - Method in class com.pixelmonmod.tcg.listener.ChatOverlayScreen
- eventHandlers - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- eventId() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- eventId(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- events() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns the value of the
events
record component. - events() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Returns the value of the
events
record component. - events(InteractionEvent...) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- events(InteractionEvent...) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTrigger.Builder
- events(Collection<InteractionEvent>) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTrigger.Builder
- ever_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- everStone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- EVGainEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
All events relating to when EVs are gained, or are about to be gained, by a Pokemon typically after winning a battle, or knocking out an opponent.
- EVGainEvent(Pokemon, EVYields) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
- EVGainEvent.DoubleYieldEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
These events are fired before the EVs are given to the Pokemon.
- EVGainEvent.DoubleYieldEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
- EVGainEvent.DoubleYieldEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Cancelling this will prevent the yields from being doubled.
- EVGainEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.battles
- EVGainEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Cancelling this will prevent the yields from being given at all.
- EVIL_OAK - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- eviolite - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- eviolite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EvioliteItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the Defense and Special Defense of not-fully-evolved Pokémon by 50%.
- EvioliteItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.EvioliteItem
-
Initializes the Eviolite.
- EvioliteTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- EvioliteTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.EvioliteTests
- evo - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Message box for evolution GUI.
- EVO_BEAM - Static variable in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
- EVO_STAGE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- evoAnimTicks - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- EvoButton(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- EvoCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- EvoCondition(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
- evoConditionType - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
- EvoConditionTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution
- EvoConditionTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.EvoConditionTypeAdapter
- evoConditionTypes - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
-
A mapping from an evolution condition type ID string to the class representing that type.
- EvoInfo - Class in com.pixelmonmod.pixelmon.client.gui.battles
- EvoInfo(UUID, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.EvoInfo
- evolution - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Whether the participant can currently Mega Evolve a Pokémon.
- evolution - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The query used to Mega Evolve the Pokémon.
- Evolution - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution
- Evolution - Enum constant in enum class com.pixelmonmod.pixelmon.client.camera.CameraMode
- Evolution(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- Evolution(String, PokemonSpecification, EvoCondition...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- EVOLUTION - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- EVOLUTION - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- EVOLUTION_BEAM - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- EVOLUTION_ROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- EVOLUTIONARY_LIGHT - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- EvolutionaryLight - Class in com.pixelmonmod.tcg.duel.power
- EvolutionaryLight() - Constructor for class com.pixelmonmod.tcg.duel.power.EvolutionaryLight
- EvolutionBeamParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.beams
- EvolutionBeamParticle(ClientLevel, double, double, double, int, int, double, double, double, Color, double, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
- EvolutionBeamParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.beams
- EvolutionBeamParticleData(int, double, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- EvolutionBeamParticleData(Color, double, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- EvolutionBeamParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.beams
- EvolutionBeamParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleFactory
- EvolutionBeamParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.beams
- EvolutionBeamParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleType
- EvolutionQuery - Class in com.pixelmonmod.pixelmon.entities.pixelmon.helpers
-
Keeps track of a Pokémon who is evolving.
- EvolutionQuery(Pokemon, Stats) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
-
Initializes a Mega Evolution query.
- EvolutionQuery(Pokemon, Evolution, String) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
-
Initializes an evolution query.
- EvolutionQuery(PixelmonEntity, Stats) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
EvolutionQuery(Pokemon, Stats)
instead - EvolutionQuery(PixelmonEntity, Evolution, String) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
EvolutionQuery(Pokemon, Evolution, String)
instead - EvolutionQueryList - Class in com.pixelmonmod.pixelmon.entities.pixelmon.helpers
-
Keeps track of all Pokémon currently evolving.
- EvolutionQueryList() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
- EvolutionResponsePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.evolution
-
Registers whether the player accepted or declined an evolution.
- EvolutionResponsePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionResponsePacket
-
Empty constructor for packet registration.
- EvolutionResponsePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionResponsePacket
- EvolutionResponsePacket(UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionResponsePacket
-
Initializes an evolution packet.
- evolutionRock - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoRockCondition
- EvolutionRockBlock - Class in com.pixelmonmod.pixelmon.blocks
- EvolutionRockBlock(EvolutionRockType) - Constructor for class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- EvolutionRockTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- EvolutionRockTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.EvolutionRockTileEntity
- EvolutionRockType - Enum Class in com.pixelmonmod.pixelmon.enums
- evolutions - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- evolutionScroll - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoScrollCondition
- EvolutionStage - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.evolution
- EvolutionStoneItem - Class in com.pixelmonmod.pixelmon.items
-
A stone that can evolve certain Pokémon.
- EvolutionStoneItem(EnumEvolutionStone) - Constructor for class com.pixelmonmod.pixelmon.items.EvolutionStoneItem
- EvolutionStoneOreBlock - Class in com.pixelmonmod.pixelmon.blocks
-
A block that drops an evolution stone shard when mined.
- EvolutionStoneOreBlock(EnumEvolutionStone, int, float) - Constructor for class com.pixelmonmod.pixelmon.blocks.EvolutionStoneOreBlock
-
Initializes an evolution stone ore.
- EvolutionStrategy - Class in com.pixelmonmod.pixelmon.command.impl.wiki
- EvolutionStrategy() - Constructor for class com.pixelmonmod.pixelmon.command.impl.wiki.EvolutionStrategy
- EvolutionTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution
- EvolutionTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.EvolutionTypeAdapter
- evolutionTypes - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
A mapping from an evolution type ID string to the class representing that type.
- evolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- evolve(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- evolve(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- EVOLVE - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- EVOLVE - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- EVOLVE_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- evolveCard(ImmutableCard, PokemonCardState, int) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- EvolveCommand - Class in com.pixelmonmod.pixelmon.command.impl
- EvolveCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.EvolveCommand
- evolvedThisTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon mega evolved/dynamaxed during this turn.
- EvolveEvent - Class in com.pixelmonmod.pixelmon.api.events
-
The event representing when a Pokémon evolves at any point in time Cancelling the event will prevent the mega evolution from going through
- EvolveEvent(ServerPlayer, Pokemon, Evolution, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.EvolveEvent
-
Basic constructor for any evolution event Including the player, Pokémon and evolution
- EvolveEvent.Constants - Class in com.pixelmonmod.pixelmon.api.events
-
Represents all evolve causes
- EvolveEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired after all the evolution logic is complete, the entity has been spawned (if not already in the world) and the species/form updated This event is not cancellable
- EvolveEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
The event fired before the evolution checks are completed and before any evolution logic is done Cancelling this will prevent any evolution from occurring
- evolveInto - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.EvoInfo
- evolveList - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The Pokémon owned by the player that will evolve.
- EvolvePokemonInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- EvolvePokemonInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EvolvePokemonInteractionEvent
- EvolvePokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.evolution
-
Registers whether the player accepted or declined an evolution.
- EvolvePokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolvePokemonPacket
-
Empty constructor for packet registration.
- EvolvePokemonPacket(UUID, EvolutionStage) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolvePokemonPacket
-
Initializes an evolution packet.
- EvolveScreen - Class in com.pixelmonmod.pixelmon.client.gui
-
GUI when a Pokémon evolves.
- EvolveScreen(EvoInfo) - Constructor for class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
-
Initializes the GUI.
- evolvingVal - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- EvoRockCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- EvoRockCondition(EvolutionRockType, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoRockCondition
- EvoScrollCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- EvoScrollCondition(ScrollBlock.Type, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoScrollCondition
- evoStage - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- evostoneList - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
A list of all evolution stones.
- evoType - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- evoType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- evOverrides - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- evs(int...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the EVs of the Pokémon
- EVs - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- EVs - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- EvsCommand - Class in com.pixelmonmod.pixelmon.command.impl
- EvsCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.EvsCommand
- EVsGainedEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Event fired when a Pokémon gains EVs.
- EVsGainedEvent(Pokemon, EVStore, EVYields) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent
- EVsGainedEvent.Item - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Event for when an item is used on a pokemon to gain EVs
- EVsModifyRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- EVsModifyRequirement(BattleStatsType) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EVsModifyRequirement
- EVsModifyRequirement(BattleStatsType, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EVsModifyRequirement
- EVsRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- EVsRequirement(BattleStatsType) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EVsRequirement
- EVsRequirement(BattleStatsType, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.EVsRequirement
- evStore - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent
-
The EVStore belonging to the Pokémon whose EVs are being adjusted.
- EVStore - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
Stores a Pokémon's EVs.
- EVStore() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Initializes an EV store with 0 EVs.
- EVStore(int...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Initializes an EV store.
- EVStore(HashMap<BattleStatsType, Integer>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
- evYields - Variable in class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
- evYields - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent
-
The EVs being given.
- evYields - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- EVYields - Record Class in com.pixelmonmod.pixelmon.api.pokemon.species.evs
-
Immutable class containing the EV Yields of a Pokemon's form.
- EVYields(int[]) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
An ease of use constructor for creating a new EVYields object from an array of yields.
- EVYields(int, int, int, int, int, int) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates an instance of a
EVYields
record class. - EVYieldsTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Used for converting pixelmon data into JSON data and back
- EVYieldsTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.EVYieldsTypeAdapter
- EX - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- Exact - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
- Exact - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect.Type
- EXCADRILL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EXCADRILL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- exceedTimeLimit() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- exception(Throwable) - Static method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Creates a failed instance of the type B with given exception
- exceptionMoves - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forewarn
-
Variable power moves that are assigned a base power for the purposes of Forewarn.
- exchange() - Method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
-
Returns the value of the
exchange
record component. - exchange() - Method in record class com.pixelmonmod.pixelmon.api.trading.TradePair
-
Returns the value of the
exchange
record component. - EXCHANGE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the Pokémon pokemon the trader requests.
- EXCITED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- exclamation_mark - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- execute() - Method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- execute(PoseStack, MultiBufferSource.BufferSource, Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- execute(PoseStack, MultiBufferSource.BufferSource, Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleSystem
- execute(PoseStack, MultiBufferSource.BufferSource, Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.UltraWormhole
- execute(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.BattleItem
-
Uses the battle item.
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.CalyrexFormChange
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.DeoxysFormChange
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ForcesOfNatureFormChange
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.HoopaFormChange
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.IFormChange
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.KyuremFormChange
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.NecrozmaFormChange
- execute(PixelmonEntity, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ShayminFormChange
- execute(Minecraft, Level) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleSystem
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.Bloom
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.Discharge
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.Drain
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.Heal
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.RadialThunder
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.RedChainPortal
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.Shiny
- execute(Minecraft, Level, double, double, double, float, boolean, double...) - Method in class com.pixelmonmod.pixelmon.client.particle.systems.SlingRing
- execute(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
- execute(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.DayCareStrategy
- execute(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.EvolutionStrategy
- execute(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.FormsPaletteStrategy
- execute(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.MainStrategy
- execute(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.MovesStrategy
- execute(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.SpawningStrategy
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleLogCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleTestsCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.BreedCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.CatchingCharmCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.CheckSpawnsCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.CompEditCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.CompSearchCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.CompSeeCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.CompTakeCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.DexCheckCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.DisableBattleCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.DoLegendarySpawnCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.DynamaxBandCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.econ.BankTransferCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.econ.GiveMoneyCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.EggStepsCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.EndBattleCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.EvolveCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.EvsCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.ExpCharmCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.FaintCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.FillDexCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.FreezeCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.GenerateStorageTestFileCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.GiftCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.GivePixelSpriteCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.HatchCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.HealCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.HiddenPowerCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.IvsCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.LearnMoveCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.LevellingCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.MarkCharmCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.MegaRingCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.MoveListCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.OvalCharmCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PcCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeBombCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeCloneCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeColorCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeDelCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeEditCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeGiveCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeKillCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeResetCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRestartCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRetrieveCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeSeeCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeSpawnCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeTakeCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.RedeemFossilCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.SetPartyCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.SetRaidCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.ShinyCharmCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.SpawningCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.SpectateCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.StarterCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.Stats
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.StatsReset
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.StatueSpawnCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.TeachCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.TierShow
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.TMCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.TradeSimCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.WarpPlateCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.WikiCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.tcg.commands.TCGCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.tcg.commands.TCGEndBattleCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.tcg.commands.TCGGiveCommand
- execute(CommandSourceStack, String[]) - Method in class com.pixelmonmod.tcg.commands.TCGHelpCommand
- ExecuteActionGoal - Class in com.pixelmonmod.pixelmon.ai
-
Actions that occur when the entity reaches its target.
- ExecuteActionGoal(Mob) - Constructor for class com.pixelmonmod.pixelmon.ai.ExecuteActionGoal
-
Initializes the AI
- executeCommand(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.CompTestCommand
- executeCommand(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeTestCommand
- executeCommand(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.SpecTestCommand
- executeCommand(CommandSourceStack, String[]) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- EXECUTED - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskResult
- executeStrategy(CommandSourceStack, Pokemon, String[], String) - Static method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategyLoader
-
Execute strategy for provided strategyId, or default strategy, on a source for a pokemon
- executor - Variable in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- executor - Variable in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- EXECUTOR - Static variable in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- EXEGGCUTE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EXEGGCUTE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EXEGGUTOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EXEGGUTOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- EXEGGUTOR_ALOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Exit - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
- EXITABLE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- exitableButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The button used to toggle whether players can exit the Battle Screen and walk around during a battle.
- ExitableProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- ExitableProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.ExitableProperty
- ExitBattle - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- ExitBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- ExitBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ExitBattlePacket
- ExitDynamaxAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- ExitDynamaxAction(int, PixelmonWrapper, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ExitDynamaxAction
- exitScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
Navigates back to the previous screen.
- exp - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveExperienceInteractionResult
- exp - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- Exp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- EXP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of experience the Pokémon has gained in its current pokemonLevel.
- exp_all - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EXP_ALL_ACTIVATED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether or not an Exp.
- exp_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EXP_CHARM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- EXP_CHARM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The state of the Exp.
- EXP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- exp_share - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- EXP_TO_NEXT_LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of experience needed for the Pokémon to pokemonLevel up.
- ExpAllItem - Class in com.pixelmonmod.pixelmon.items
-
Gives all party Pokémon experience regardless of participation in battle.
- ExpAllItem() - Constructor for class com.pixelmonmod.pixelmon.items.ExpAllItem
-
Initializes the item.
- ExpandableListInputType - Class in com.pixelmonmod.pixelmon.api.ui.type
- ExpandableListInputType(List<InputType<?>>) - Constructor for class com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
- expanded - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- EXPANDING_FORCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ExpandingForce - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If Psychic Terrain is in effect and the user is grounded upon its execution, this move gets a 1.5× power increase in addition to the usual 1.3× bonus from terrain, and if the setting is a Double Battle, the move's target will be changed to hit both opposing Pokémon.
- ExpandingForce - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ExpandingForce() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ExpandingForce
- ExpandingTutorialToast - Class in com.pixelmonmod.pixelmon.api.toast
- ExpandingTutorialToast(Component, Component) - Constructor for class com.pixelmonmod.pixelmon.api.toast.ExpandingTutorialToast
- expBoost - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- ExpCandyItem - Class in com.pixelmonmod.pixelmon.items
- ExpCandyItem(ExperienceGainType, int) - Constructor for class com.pixelmonmod.pixelmon.items.ExpCandyItem
- expCharm - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Exp.
- ExpCharm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ExpCharm - Enum constant in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
- expCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- ExpCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
- ExpCharmCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.ExpCharmCommand
- expEnabled() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Enables exp gain during the battle (defaults to true)
- experience - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- experience(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the experience of the Pokémon
- Experience - Class in com.pixelmonmod.pixelmon.battles.controller
-
Experience: Methods for awarding exp.
- Experience - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Experience() - Constructor for class com.pixelmonmod.pixelmon.battles.controller.Experience
- ExperienceGainEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when experience is gained.
- ExperienceGainEvent(BattleController, PokemonLink, int, ExperienceGainType) - Constructor for class com.pixelmonmod.pixelmon.api.events.ExperienceGainEvent
- ExperienceGainType - Enum Class in com.pixelmonmod.pixelmon.api.enums
- experienceGroup - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- ExperienceGroup - Enum Class in com.pixelmonmod.pixelmon.api.pokemon
-
Represents the different types of requirements for how much EXP it takes a pokemon to go up one pokemonLevel
- experimental() - Element in annotation interface com.pixelmonmod.pixelmon.api.test.BattleTest
- experimental() - Method in record class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.TestData
-
Returns the value of the
experimental
record component. - ExperimentalWarningScreenModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.warning
- ExperimentalWarningScreenModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.warning.ExperimentalWarningScreenModifier
- EXPERT_BATTLER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- expert_belt - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- expertBelt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ExpertBeltItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the power of super effective moves by 20%.
- ExpertBeltItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ExpertBeltItem
-
Initializes the held item.
- expFraction - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The fraction of experience that the Pokémon has gained in its pokemonLevel.
- Explode - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Creates an explosion at a position and faints the user.
- Explode() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Explode
- explosion() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- Explosion - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Explosion - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Explosion - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Explosion - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Explosion - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- EXPLOSION - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- EXPLOSION - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- EXPLOSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ExplosionData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion.ExplosionData
- explosive - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- EXPLOUD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- EXPLOUD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- exportLogFile(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- exportLogFile(String, Exception) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- ExportRequestPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.editor
- ExportRequestPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportRequestPacket
- ExportRequestPacket(Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportRequestPacket
- ExportResponsePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.editor
- ExportResponsePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportResponsePacket
- ExportResponsePacket(String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportResponsePacket
- exportText() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Exports the rules as human-readable text.
- exposeInfo(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- ExpRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- ExpRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ExpRequirement
- ExpRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ExpRequirement
- expShare - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- expToNextLevel - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
The experience remaining until the next pokemonLevel.
- ExtendableScrollableListWidget<T extends net.minecraft.client.gui.layouts.LayoutElement & net.minecraft.client.gui.components.Renderable> - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- ExtendableScrollableListWidget(int, int, int, int, Supplier<T>, Consumer<T>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- ExtendableScrollableListWidget(int, int, Supplier<T>, Consumer<T>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- ExtendedEditBox - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- ExtendedEditBox(Font, int, int, int, int, EditBox, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendedEditBox
- ExtendedEditBox(Font, int, int, int, int, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendedEditBox
- ExtendedServerData - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.list
- ExtendedServerData(String, String, ServerData.Type) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- ExtendedServerList - Class in com.pixelmonmod.pixelmon.client.gui.override.servers.list
- ExtendedServerList(Minecraft) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- ExtendedSlot(Container, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer.ExtendedSlot
- ExternalMove - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
- ExternalMoveBlock - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
- ExternalMoveEntity - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
- ExternalMovesConfig - Class in com.pixelmonmod.pixelmon.api.config
- ExternalMovesConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.ExternalMovesConfig
- EXTRA_DATA_CAP_COLOURS_B - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The blue component of the player's sash color.
- EXTRA_DATA_CAP_COLOURS_G - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The green component of the player's sash color.
- EXTRA_DATA_CAP_COLOURS_R - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The red component of the player's sash color.
- EXTRA_DATA_COLOURS_B - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The blue component of the player's sash color.
- EXTRA_DATA_COLOURS_G - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The green component of the player's sash color.
- EXTRA_DATA_COLOURS_R - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The red component of the player's sash color.
- EXTRA_DATA_HAS_CAP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player can equip a cap.
- EXTRA_DATA_HAS_HALLOWEEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player can changed an owned Haunter to the Spectral Jeweller skin.
- EXTRA_DATA_HAS_LUGIA - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player can changed an owned Lugia to the Shadow Lugia skin.
- EXTRA_DATA_HAS_RAINBOW_SASH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player can change sash colors.
- EXTRA_DATA_HAS_SASH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player has a sash.
- EXTRA_DATA_HAT_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of hat the player is wearing.
- EXTRA_DATA_IS_ADMIN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player is a Pixelmon admin.
- EXTRA_DATA_IS_DEVELOPER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player is a Pixelmon developer.
- EXTRA_DATA_IS_JR_ADMIN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player is a Pixelmon junior admin.
- EXTRA_DATA_IS_MODELLER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player is a Pixelmon modeller.
- EXTRA_DATA_IS_SUPPORT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player is part of the Pixelmon support team.
- EXTRA_DATA_LAST_CHECKED_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The last time the player was checked for extra bonuses.
- EXTRA_DATA_MONOCLE_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type monocle the player is wearing.
- EXTRA_DATA_ROBE_ENABLED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player has their sash enabled.
- EXTRA_DATA_SASH_ENABLED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player has their sash enabled.
- EXTRA_EXTRA_LARGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- EXTRA_EXTRA_SMALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- EXTRA_LARGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- EXTRA_LARGE_EXP_CANDY - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- EXTRA_SMALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- EXTRA_SMALL_EXP_CANDY - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- ExtrasContact - Class in com.pixelmonmod.pixelmon.storage.extras
-
Created by Jay113355 on 12/4/2018.
- ExtrasContact() - Constructor for class com.pixelmonmod.pixelmon.storage.extras.ExtrasContact
- ExtrasEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui
- ExtrasEditorScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
- EXTRASENSORY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- extraStats - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- extraStats(ExtraStats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the extra stats of the Pokémon
- ExtraStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
- ExtraStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- extreme - Variable in class com.pixelmonmod.pixelmon.battles.status.Weather
- EXTREME - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
- EXTREME_EVOBOOST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- EXTREME_SPEED - Enum constant in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- EXTREME_SPEED - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- eye - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- EYE - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- eye_of_lugia - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- eyeClosedTexture - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- eyeHeight() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
eyeHeight
record component. - eyeHeight(float) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- eyeTexture - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
F
- F - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
- Facade - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases in power if the user is burned, paralyzed, or poisoned.
- Facade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Facade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Facade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Facade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Facade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Facade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Facade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Facade() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Facade
- FACADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Face - Class in com.pixelmonmod.pixelmon.client.models.obj
- Face() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Face
- FACE_DOWN_CODE - Static variable in class com.pixelmonmod.tcg.api.card.ImmutableCard
- FACE_DOWN_ID - Static variable in class com.pixelmonmod.tcg.api.card.ImmutableCard
-
Deprecated.
- faceDown() - Static method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- FaceParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- FaceParser(WavefrontObject) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FaceParser
- faces - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.BellBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- FACING - Static variable in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- Factory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke.Factory
- fadeCount - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- fadeSound(SoundInstance, float, long, boolean) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- fadeSoundToStart(SoundInstance, long) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- fadeSoundToStop(SoundInstance, long) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- fadeSoundToStop(SoundInstance, long, Runnable) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- failed - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- FailedCapture(ServerPlayer, PixelmonEntity, PokeBallEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.CaptureEvent.FailedCapture
- FailedRaidCapture(ServerPlayer, Pokemon, RaidData) - Constructor for class com.pixelmonmod.pixelmon.api.events.CaptureEvent.FailedRaidCapture
- FailedSwitchFleeTask - Class in com.pixelmonmod.pixelmon.battles.tasks
- FailedSwitchFleeTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.FailedSwitchFleeTask
- failedValue - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- failure(String) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- failureColor - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- Faint - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- FAINT_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- FaintCommand - Class in com.pixelmonmod.pixelmon.command.impl
- FaintCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.FaintCommand
- fainted - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Signifies a fainted Pokémon.
- FAINTED - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- faintedAtEndOfTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon fainted due to end of turn effects.
- faintedLastTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Returns whether one of the participant's pokemon fainted last turn.
- faintedSelected - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Signifies the currently selected Pokémon if it is fainted.
- FaintScreen - Class in com.pixelmonmod.pixelmon.client.gui.faint
- FaintScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.faint.FaintScreen
- fairium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Fairium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- FAIRY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- FAIRY - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- FAIRY - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- FAIRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- FAIRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- FAIRY - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- FAIRY_AURA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- fairy_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fairy_badge_galar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fairy_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fairy_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FAIRY_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- FAIRY_LOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- fairy_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Fairy.
- fairy_wand - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FAIRY_WIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FairyAura - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of Fairy-type moves by 33.3% for all Pokémon on the field.
- FairyAura - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- FairyAura() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FairyAura
-
Initialize the Ability.
- fairyFeather - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- FairyFeatherItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- FairyFeatherItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.FairyFeatherItem
- FairyFeatherTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- FairyFeatherTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.FairyFeatherTests
- FairyLock - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents all Pokémon from switching out for the next turn.
- FairyLock - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- FairyLock() - Constructor for class com.pixelmonmod.pixelmon.battles.status.FairyLock
-
Initializes the status.
- fairyWand - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- FAKE_OUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FAKE_TEARS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FakeOut - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Flinches the target.
- FakeOut() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FakeOut
- FakeTears - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- FakeTears - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FALINKS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FALINKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FALL_DISTANCE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The distance the Pokémon has fallen.
- FALLBACK_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- FALLBACK_TEXTURE_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- FallbackTextureProvider - Record Class in com.pixelmonmod.pixelmon.api.texture.type
-
The fallback texture provider simply takes an
ResourceWithFallback
and renders the image at the target locataion depending on if the target location has an image or not - FallbackTextureProvider(ResourceWithFallback) - Constructor for record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
-
Creates an instance of a
FallbackTextureProvider
record class. - fallCounters - Variable in class com.pixelmonmod.pixelmon.blocks.TimedFallBlock
-
A map of player UUIDs to their time remaining on the block.
- fallen - Variable in class com.pixelmonmod.pixelmon.battles.status.Overlord
- FALLEN_LEAVES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- FallenLeafBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- FallenLeafBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.FallenLeafBlock
- FallenLeavesBlockStateProvider - Class in com.pixelmonmod.pixelmon.world.generation.blockstateprovider
- FallenLeavesBlockStateProvider() - Constructor for class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.FallenLeavesBlockStateProvider
- FallenLeavesFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- FallenLeavesFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.FallenLeavesFeature
- fallOn(Level, BlockState, BlockPos, Entity, float) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- FALSE - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.TriBoolean
- FALSE_SURRENDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- False_Swipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- False_Swipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- False_Swipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- False_Swipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- FALSE_SWIPE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FalseSwipe - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- FalseSwipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- FalseSwipe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FalseSwipe() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FalseSwipe
- falseValue - Variable in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- fan - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- FAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- FAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FanBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- FanBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
- FANCY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- fanningPoints - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- FARFETCHD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FARFETCHD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FARFETCHD_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FARIGIRAF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- fashion_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fast - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Fast Ball.
- FAST - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
- FAST_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- FastBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- FastBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.FastBall
- FavoriteResearchPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.research
- FavoriteResearchPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.FavoriteResearchPacket
- FavoriteResearchPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.research.FavoriteResearchPacket
- FCFS - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- FEAROW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FEAROW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FEATHER - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- feather_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FEATHER_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- FEATHER_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FeatherDance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FEATURES - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- fedFood(Player, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- FEDORA - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- FEEBAS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- feed(ItemStack, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
-
Increases the amount of coins the Gimmighoul has been fed.
- feed(ItemStack, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- Feed(MysteryBoxTileEntity, Player, BlockState, ItemStack, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Feed
-
Fired when a Mystery Box is about to be fed a scrap.
- feedScrap(Player, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- Feint - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Removes Protect, Quick Guard, and Wide Guard from the target.
- Feint() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Feint
- FEINT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FEINT_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FELL_STINGER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FellStinger - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Raises attack by two stages if it KOs a Pokémon.
- FellStinger() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FellStinger
- female - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Female Pokémon icon.
- FEMALE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
- FEMALE_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- fen_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FENNEKIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FENNEKIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FERALIGATR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FERALIGATR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FEROCIOUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- FERROSEED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FERROTHORN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- fetchDefaultServers() - Static method in class com.pixelmonmod.pixelmon.client.DefaultServerList
- FEZ - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- FICKLE_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FickleBeam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power 30% of the time.
- FickleBeam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FickleBeam
- FIDOUGH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FIDOUGH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- field - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- FIELD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- FIELD_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- FIERY_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FIERY_WRATH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FIFTY_FIFTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- FIFTY_PERCENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- fight_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FIGHTING - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- FIGHTING - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- FIGHTING - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- FIGHTING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- FIGHTING - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- fighting_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fighting_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Fighting.
- fightinium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Fightinium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- FIGY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- FIGY - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- figy_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FigyFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- FigyFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.FigyFoliagePlacer
- fill(ConditionData) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Fills the condition with the given data
- fill(ConditionData) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- fill(ConditionData) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- fill(ResultData) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- fill(ResultData) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
- fill(ResultData) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- fill(Color) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable.Builder
-
Completely fills this color table with a given color for all screen designs and color schemes.
- fill(Color) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable
-
Completely fills this color table with a given color for all screen designs and color schemes.
- fill(List<InputType<?>>) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- fill(List<InputType<?>>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- fill(List<InputType<?>>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- FILL_SHRINE_ORB - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- fillCraftSlotsStackedContents(StackedContents) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- FillCurryDexCommand - Class in com.pixelmonmod.pixelmon.command.impl
- FillCurryDexCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
- FillDexCommand - Class in com.pixelmonmod.pixelmon.command.impl
- FillDexCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.FillDexCommand
- fillDropDownWithCompletions(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
-
Holds the values that keep track of where the y position of the next auto-completion text should render.
- fillDropDownWithCompletions(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Holds the values that keep track of where the y position of the next auto-completion text should render.
- filled - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
- fillEntireCurryDex(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Fills in the entire curry dex with the given rating.
- FILLET_AWAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FilletAway - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases the user's attack, special attack, and speed two stages in exchange for half of its maximum hp.
- FilletAway() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FilletAway
- fillFromArray(int...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Updates the given variables based on the array provided
- fillFromArray(int...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Updates the IV values from the given array
- fillNearby(ArrayList<ServerPlayer>, ArrayList<ServerPlayer>, ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- fillOneCurryDexFlavor(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Fills in one flavor entry for one curry dish with the given rating.
- fillOneCurryDexPage(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Fills in one page of the curry dex with the given rating.
- fillParty() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChooseLearnMove
- fillParty() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Sets the Pokémon in battle and in the player's party.
- FillShrineOrbInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- FillShrineOrbInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.FillShrineOrbInteractionEvent
- fillStackedContents(StackedContents) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- film - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- filter - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- Filter - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Reduces the damage of super effective moves to 75%.
- Filter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Filter
- FILTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FilterClear - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- FINAL_GAMBIT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FinalBeam - Class in com.pixelmonmod.tcg.duel.power
- FinalBeam() - Constructor for class com.pixelmonmod.tcg.duel.power.FinalBeam
- Finale - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
50% chance to apply Yawn.
- Finale() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Finale
- FinalGambit - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Faints the user and deals damage equal to the hp the user had.
- FinalGambit() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FinalGambit
- find(Iterable<T>, Predicate<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- find(UUID) - Method in interface com.pixelmonmod.pixelmon.api.entity.npc.EntityStorage
-
Finds the entity storage for the given UUID
- find(UUID) - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
-
Finds the NPC storage for the given UUID
- find(UUID) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
- find(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Finds the pokemon with the given UUID
- find(ServerPlayer, ItemStack, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.ItemFinder
- FIND_POKEMON_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- FIND_STRUCTURE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- findAerialTarget() - Method in class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- findAll(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- findAll(Predicate<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- findAllPositions(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- findAllPositions(Predicate<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- findAllTileEntityWithinRange(Class<T>, Entity, double, Predicate<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
-
Finds all TileEntities within range of the provided entity
- findAllTileEntityWithinRange(Class<T>, Level, Vec3, double, Predicate<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
-
Finds all TileEntities within the given range
- findBaseBlock(BlockGetter, BlockPos.MutableBlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Finds the base of the multi-block.
- findClosestTileEntity(Class<T>, Entity, double, Predicate<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
-
Finds the closest TileEntity to the provided entity.
- findElementFor(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
-
Finds the row in the list that the cursor is hovering over.
- findElementFor(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- findElementFor(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- findEntity() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- findEntity(Level) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- findFather(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Obtains the father of the two parents
- findFather(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Obtains the father of the two parents
- findFather(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- findFirst(Predicate<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- findFirstPokemon() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- findFirstRegisteredBadgeCase(Player) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- findGenerationPoint(Structure.GenerationContext) - Method in class com.pixelmonmod.pixelmon.world.structure.LargerJigsawStructure
- findGenerationPoint(Structure.GenerationContext) - Method in class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserStructure
- findItem(UUID) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Finds an item in the shop by its unique identifier.
- findItem(ServerPlayer, ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
- findItemFromIterable(ItemStack, int, IntFunction<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to find an
ItemStack
matching a givenItemStack
for an iterable collection of items represented by anIntFunction
of index toItemStack
. - findLanding() - Method in class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- findLevel(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
-
Gets the world by name
- findLocation(ServerLevel, ServerPlayer, double, double, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- findMatchingItem(ItemStack, ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to find an
ItemStack
matching a givenItemStack
within a player's inventory, seeking through any sub-inventories within items known about. - findMatchingItem(ItemStack, ServerPlayer, Container) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Attempts to find an
ItemStack
matching a givenItemStack
within a given inventory, seeking through any sub-inventories within items known about. - findMother(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Obtains the mother of the two parents
- findMother(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Obtains the mother of the two parents
- findMother(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- findOne(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- findOne(Predicate<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- findPixelmon(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- FindPokemonEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- FindPokemonEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect
- FindPokemonEffect.Type - Enum Class in com.pixelmonmod.tcg.duel.attack.effects
- findPosition(ServerLevel, BlockPos, Direction.Axis) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- findProfile(String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Finds the game profile of the player with the given username.
- findRemoveFor(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- findResearch(Research) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- findResearch(Research) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Finds all active research the player has of that type.
- findResearch(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- findResearch(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Finds the active research the player has with the given UUID, or null if not present.
- findSafeTeleportLocation(ServerLevel, double, double, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- findSlotMatchingItem(ItemStack, Container) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ContainerHelper
-
Finds the first slot index of a matching
ItemStack
in a given inventory, only comparing item equality, ignoring all other properties such as quantity, damage, NBT, etc. - FindStructureInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- FindStructureInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.FindStructureInteractionEvent
- findTradePartner(UUID) - Static method in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- findValuesAfterKeyBeforeSpace(String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
-
Gets all the text after the and before the next space in the Will return null if the key is not found For example: 'species:1 type1:fire type2:dark' {'1:fire', '2:dark'}
- findYFor(T, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- findYFor(T, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- finish() - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable.Builder
-
Finishes building the
ColorPalette.ColorTable
, stores it in theColorPalette
, and returns back theColorPalette
. - finish() - Method in interface com.pixelmonmod.tcg.duel.BufferSupplier
- finishedEvolving(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
Starts the evolution for a PixelmonEntity.
- finishedEvolving(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
-
Deprecated.Use
Evolution.finishedEvolving(Pokemon)
instead - finishEdit() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- finishMultiSelect() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- FinishRetreating - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
- finishSelection() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Ends the move selection phase and sends the decisions to the server.
- finishSelection() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- FinishSyncDataEntryPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- FinishSyncDataEntryPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.FinishSyncDataEntryPacket
- FinishSyncDataEntryPacket(String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.FinishSyncDataEntryPacket
- FINIZEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FINNEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FIRE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- FIRE - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- FIRE - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- FIRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- FIRE - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- fire_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Fire_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Fire_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Fire_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Fire_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Fire_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Fire_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Fire_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- FIRE_BLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FIRE_FANG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- fire_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FIRE_LASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- fire_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Fire.
- FIRE_PLEDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Fire_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- FIRE_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FIRE_SPIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- fire_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- FIRE_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- fire_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fire_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FireBlast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- FireBlast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- fireCloseEvent - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- FireFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- FireFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- fireImmune() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- fireOnTick - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- FirePledge - Class in com.pixelmonmod.pixelmon.battles.status
-
Inflicts 1/8 of a Pokémon's maximum hp in residual damage every turn for four turns.
- FirePledge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- FirePledge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FirePledge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.FirePledge
-
Initializes Fire Pledge.
- FirePunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- FirePunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- firesChooseEvent - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
-
Whether or not this fires the legendary events onto the Pixelmon bus.
- firesChooseEvent - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- FireSpin - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- FireSpin - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Firestone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- FIRESTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- FIRESTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- FirestoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- FirestoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.FirestoneEffect
- FireStoneOreFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- FireStoneOreFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.FireStoneOreFeature
- FIREWORK_PLUS_SHAPES - Static variable in class com.pixelmonmod.pixelmon.init.registry.FireworkRegistration
- FireworkHelper - Class in com.pixelmonmod.api.helpers
- FireworkHelper() - Constructor for class com.pixelmonmod.api.helpers.FireworkHelper
- FireworkRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- FireworkRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.FireworkRegistration
- firium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Firium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- first - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- first - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- first - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- first - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NotEqualInteractionCondition
- first - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareCaseInsensitiveInteractionCondition
- first - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareInteractionCondition
- First - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen.EnumLevelStage
- FIRST_IMPRESSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FIRST_JOIN_SERVER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- FirstJoinInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
-
An implementation of the
InteractionEvent
for thePlayerEvent.PlayerLoggedInEvent
event when a player first logs in MinecraftForge event. - FirstJoinInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.FirstJoinInteractionEvent
- firstSound - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- FirstTurn - Enum constant in enum class com.pixelmonmod.tcg.duel.state.GamePhase
- FISH - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- fish_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fishFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Fish Fossil's model.
- fishHook - Variable in class com.pixelmonmod.pixelmon.api.events.FishingEvent
- fishing - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.fishingSpawner
. - FISHING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- fishing_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FishingCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
-
A /checkspawns for fishing.
- FishingCheckSpawns() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.FishingCheckSpawns
- FishingEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for all Pixelmon fishing rod events.
- FishingEvent(ServerPlayer, HookEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FishingEvent
- FishingEvent.Cast - Class in com.pixelmonmod.pixelmon.api.events
- FishingEvent.Catch - Class in com.pixelmonmod.pixelmon.api.events
- FishingEvent.Reel - Class in com.pixelmonmod.pixelmon.api.events
- FishingLog - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- fishingLogBackground - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Fishing log assets
- fishingLogBubble - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- fishingLogCategory - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- fishingLogConfirmButton - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- fishingLogContainer - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- FishingLogInformation - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- fishingLogInformationBackground - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- FishingLogInformationScreen - Class in com.pixelmonmod.pixelmon.client.gui.fishingLog
- FishingLogInformationScreen(int, int, int, int...) - Constructor for class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- FishingLogInformationScreen(int, int, PokemonSpecification, int[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- FishingLogItem - Class in com.pixelmonmod.pixelmon.items
- FishingLogItem() - Constructor for class com.pixelmonmod.pixelmon.items.FishingLogItem
- FishingLogMenu - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- FishingLogMenuScreen - Class in com.pixelmonmod.pixelmon.client.gui.fishingLog
- FishingLogMenuScreen(int[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
- FishingLogScreen - Class in com.pixelmonmod.pixelmon.client.gui.fishingLog
- FishingLogScreen(int, int...) - Constructor for class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
- fishingLogTitle - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- fishingLogWater - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- fishingMenuContainer - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- fishingPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for fishing spawning. - FishingRodItem - Class in com.pixelmonmod.pixelmon.items
- FishingRodItem(EnumRodType) - Constructor for class com.pixelmonmod.pixelmon.items.FishingRodItem
- fishingSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for fishing. - FISHIOUS_REND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Fissure - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- FISSURE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FIST - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- fist_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Fighting-type attacks.
- fits(InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Method to check if the given context is correct for the condition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysFalseInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysTrueInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.MonthIsInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNANDInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNORInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNOTInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalORInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXNORInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanOrEqualInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanOrEqualInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NotEqualInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.RandomChanceInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.CanBattleInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesEntityInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe.RecipeMatchesInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareCaseInsensitiveInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- fits(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world.StructureIsOneOfInteractionCondition
- fits(AbstractSpawner, SpawnInfo, SpawnLocation) - Method in interface com.pixelmonmod.pixelmon.api.spawning.SpawnerCondition
-
Returns whether or not this
SpawnInfo
at thisSpawnLocation
is acceptable. - fits(AbstractSpawner, SpawnInfo, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.spawning.LevelByDistanceEvolutionCondition
- fits(AbstractSpawner, SpawnInfo, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerBasedLevels
- fits(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- fits(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnInfoWormhole
- fits(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
Calculates if this SpawnInfo is capable of spawning at the given location.
- fits(SpawnInfo, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Whether or not this spawner finds it acceptable for this
SpawnInfo
to spawn at thisSpawnLocation
. - fits(SpawnInfo, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.CompositeSpawnCondition
- fits(SpawnInfo, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
Checks if the given
SpawnInfo
andSpawnLocation
satisfy this condition. - fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- fits(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- fits(String) - Method in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
- fits(String) - Method in class com.pixelmonmod.api.requirement.AbstractRequirement
- fits(String) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
Checks if the given fits for this requirement
- fits(String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
- fits(String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- fits(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- fits(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- fits(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- fits(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- Fixated - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- FixatedStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
https://www.serebii.net/legendsarceus/battles.shtml
- FixatedStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.FixatedStatus
- FixedTrackSound(SoundEvent, SoundSource, float, float, RandomSource, BlockPos, int) - Constructor for class com.pixelmonmod.pixelmon.client.music.BattleMusic.FixedTrackSound
- FLAAFFY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLAAFFY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FLABEBE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- flags - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- flags(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds flags to the Pokémon
- flags(Collection<String>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds flags to the Pokémon
- Flags - Class in com.pixelmonmod.api
- Flags - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Flags() - Constructor for class com.pixelmonmod.api.Flags
- FLAGS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
NBT tag for the list of PokemonSpec flags that are true for a Pokémon.
- Flail - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals more damage as the user's health gets lower.
- Flail() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Flail
- FLAIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- flame - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
- FLAME - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- FLAME - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- FLAME_BODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FLAME_BURST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Flame_Charge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Flame_Charge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Flame_Charge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- FLAME_CHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- flame_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FLAME_PARTICLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- flame_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Fire-type attacks.
- FLAME_WHEEL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FlameBody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
30% chance of burning a Pokémon who makes contact.
- FlameBody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlameBody
- FlameBurst - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages adjacent Pokémon to the target by 1/16 hp.
- FlameBurst() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlameBurst
- FlameCharge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- flameOrb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- FlameOrbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Burns the holder after a turn has passed.
- FlameOrbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.FlameOrbItem
-
Initializes the held item.
- FlameOrbTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- FlameOrbTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.FlameOrbTests
- FlameParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.flame
-
Based on TheGreyGhost's MinecraftByExample Custom Particle to illustrate how to add a Particle with your own texture and movement/animation behaviour A good vanilla example is PoofParticle
- FlameParticle(ClientLevel, double, double, double, double, double, double, Color, double, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticle
- FlameParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.flame
-
Based on TheGreyGhost's MinecraftByExample The particle has two pieces of information which are used to customise it: 1) The colour (tint) which is used to change the hue of the particle 2) The diameter of the particle This class is used to 1) store this information, and 2) transmit it between server and client (write and read methods), and 3) parse it from a command string i.e.
- FlameParticleData(Color, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- FlameParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.flame
-
Based on TheGreyGhost's MinecraftByExample On the client side: When the client wants to spawn a Particle, it gives the FlameParticleData to this factory method The factory selects an appropriate Particle class and instantiates it *
- FlameParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleFactory
- FlameParticles - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- FlameParticles(float, float, int) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.FlameParticles
- FlameParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.flame
-
Based on TheGreyGhost's MinecraftByExample Simple class used to describe the Particle
- FlameParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleType
- Flamethrower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Flamethrower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Flamethrower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Flamethrower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Flamethrower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Flamethrower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Flamethrower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FLAMETHROWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLAMIGO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLAMIGO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FLAPPLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLAPPLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FLARE_BLITZ - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLARE_BOOST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FlareBlitz - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- FlareBlitz - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FlareBoost - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- FlareBoost() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlareBoost
- FLAREON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLAREON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FLAREON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- FLAREON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- Flash - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- Flash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Flash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Flash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Flash() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Flash
- FLASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Flash_Cannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Flash_Cannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Flash_Cannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Flash_Cannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- FLASH_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLASH_FIRE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FlashCannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- FlashCannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FlashFire - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Negates Fire-type moves and strengthens the Pokémon's own Fire-type moves when hit by one.
- FlashFire() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlashFire
- FlashFireTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- FlashFireTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.FlashFireTests
- flashTimer - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- FlatDistinctAlgorithm - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection
-
The Flat & Distinct Algorithm
- FlatDistinctAlgorithm() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection.FlatDistinctAlgorithm
- FlatFileStorageSaveAdapter - Interface in com.pixelmonmod.pixelmon.api.storage
- FLATTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- flavor - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
- FLAVORS - Static variable in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
- Flee - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Ends a wild Pokémon battle.
- Flee - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Flee - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- Flee() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Flee
- FLEE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleResults
- FLEE - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- FleeAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- FleeAction(int, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.FleeAction
- FleePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Attempts to flee from battle.
- FleePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FleePacket
-
Empty constructor for packet registration.
- FleePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FleePacket
-
Attempts to flee from battle.
- FLETCHINDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLETCHLING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLEUR_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- flinch(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.status.Flinch
-
Flinches the target if possible.
- Flinch - Class in com.pixelmonmod.pixelmon.battles.status
-
If the Pokémon has not yet moved in the turn, it will be unable to move.
- Flinch - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Flinch() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Flinch
-
Initializes the status.
- Fling - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Throws the user's held item at the opponent, with variable power and effects.
- Fling - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Fling - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Fling - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Fling - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Fling - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Fling - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Fling() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling
- FLING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLIP_TO_EVADE - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- FLIP_TURN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- flipCoin() - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
This function returns all necessary coin flip results.
- flipCoin() - Method in class com.pixelmonmod.tcg.duel.power.Heal
- flipCoin() - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
-
This function returns all necessary coin flip results.
- flipCoin() - Method in class com.pixelmonmod.tcg.duel.trainer.Gambler
- flipCoin() - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
- flipCoin() - Method in class com.pixelmonmod.tcg.duel.trainer.Recycle
- flipCoin(List<CoinSide>, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
This function receives current flipping result and adding more if the effect needed
- flipCoin(List<CoinSide>, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
- flipCoin(List<CoinSide>, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect
- flipCoin(List<CoinSide>, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ThunderstormEffect
- FLIPPED_SPRITE_ROTATION - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
- FlippingCoin - Enum constant in enum class com.pixelmonmod.tcg.duel.state.GamePhase
- FlippingCoinScreen - Class in com.pixelmonmod.tcg.client.gui.duel
-
Created by Hy on 5/29/2016.
- FlippingCoinScreen(TCGScreen, BattleOwnedTileEntityController) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.FlippingCoinScreen
- FLIPS_MULTIPLY_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- FlipsMultiplyEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 6/25/2016.
- FlipsMultiplyEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect
- FlipsMultiplyEffect.Type - Enum Class in com.pixelmonmod.tcg.duel.attack.effects
- FlipToEvade - Class in com.pixelmonmod.tcg.duel.power
- FlipToEvade() - Constructor for class com.pixelmonmod.tcg.duel.power.FlipToEvade
- FlipTurn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FLITTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLITTLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- float_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- floatingUpTicks() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns the value of the
floatingUpTicks
record component. - floatingUpTicks(int) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- floatQuantity - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
The buy/sell quantity of the selected item in float.
- floatStone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- FloatStoneItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Halves the holder's weight.
- FloatStoneItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.FloatStoneItem
-
Initializes the item.
- FLOATY_FALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLOATZEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLOATZEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FLOETTE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLOOR - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.GymSignType
- FLOOR_GYM_SIGNS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FLOOR_ITEM_ROTATION - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
- FLOOR_POSITION_OFFSET - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
- FLORAGATO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLORAGATO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FLORAL_HEALING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLORGES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLOWER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- FLOWER_GIFT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FLOWER_SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLOWER_TRICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FLOWER_VEIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FlowerGift - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
During sunlight, raises the attack and Special Defense of the Pokémon and its allies by 50%.
- FlowerGift() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- FlowerShield - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Raises the Defense of all Grass-type Pokémon by one stage.
- FlowerShield() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlowerShield
- FlowerVeil - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents Grass-type teammates from being afflicted with statuses or stat drops.
- FlowerVeil() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerVeil
- FLUCTUATING - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
- Fluffy - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves damage from Fire-type moves and doubles damage from contact moves.
- Fluffy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Fluffy
- FLUFFY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- fluffy_tail - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FLUFFY_TAIL - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleForceEndCause
- FLUFFY_TAIL - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- flush() - Method in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- flush() - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- FLUSTERED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- FLUTE_PLAYED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- FluteItem - Class in com.pixelmonmod.pixelmon.items
- FluteItem(int) - Constructor for class com.pixelmonmod.pixelmon.items.FluteItem
- FluteLevelTweak - Class in com.pixelmonmod.pixelmon.spawning
- FluteLevelTweak() - Constructor for class com.pixelmonmod.pixelmon.spawning.FluteLevelTweak
- flutePlayed - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- FLUTTERMANE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLUTTERMANE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Fly - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Flies into the air while avoiding most moves on first turn, attacks on second turn.
- Fly - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- Fly - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- Fly - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Fly - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Fly - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Fly() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Fly
-
Initializes Fly.
- Fly() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Fly
- FLY - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- FLY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FlyAwayDespawn - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- FlyClimb - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- FLYGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FLYGONF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FLYGONM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Flying - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes most moves miss the Pokémon.
- Flying - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Flying() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Flying
-
Initializes the status.
- FLYING - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- FLYING - Enum constant in enum class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity.HookState
- FLYING - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- FLYING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- FLYING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- FLYING - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- flying_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FLYING_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- flying_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Flying.
- FLYING_PRESS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FlyingGoal - Class in com.pixelmonmod.pixelmon.ai
- FlyingGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.FlyingGoal
- FlyingModelPredicate - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type
- FlyingModelPredicate(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.FlyingModelPredicate
- FlyingParameters - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying
-
Parameters that affect a Pokémon's flying movement.
- FlyingParameters() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
-
Constructor containing default values
- FlyingParameters(int, int, float, int, int, int, int, int, int, LandingMaterials) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
-
Constructor containing all modifiable values
- FlyingParametersTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Used for converting pixelmon data into JSON data and back
- FlyingParametersTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FlyingParametersTypeAdapter
- FlyingPersistentGoal - Class in com.pixelmonmod.pixelmon.ai
-
AI for flying Pokémon.
- FlyingPersistentGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
-
Initializes the flying AI.
- FlyingPress - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals both Fighting-type and Flying-type damage.
- FlyingPress() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlyingPress
- flyinium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Flyinium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- FlyMode - Enum Class in com.pixelmonmod.pixelmon.entities.pixelmon.movement
- FlySpeeds - Class in com.pixelmonmod.pixelmon.ai.flying
- FlySpeeds() - Constructor for class com.pixelmonmod.pixelmon.ai.flying.FlySpeeds
- FlyToFriend - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- FlyToOwner - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- Focus - Class in com.pixelmonmod.pixelmon.battles.status
-
Cancels Focus Punch if the user is hit during the move.
- Focus - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Focus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Focus
-
Initializes the status.
- focus_band - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Focus_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Focus_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Focus_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Focus_Blast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- FOCUS_BLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FOCUS_ENERGY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Focus_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Focus_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- FOCUS_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- focus_sash - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- focusable() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- focusable(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- focusableInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- focusableInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- focusband - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- FocusBandItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Has a 10% chance of letting a fatal attack instead leave the holder with 1 hp remaining.
- FocusBandItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.FocusBandItem
-
Initializes the held item.
- FocusBlast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- FocusBlast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- focused() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- focused(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- focusedInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- focusedInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- focusedWidget() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- FocusEnergy - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases the chance of the move landing a critical hit.
- FocusEnergy - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- FocusEnergy() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FocusEnergy
- FocusPunch - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Attacks at the end of the turn.
- FocusPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FocusPunch() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FocusPunch
- focussash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- FocusSashItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
If at full hp, an otherwise fatal move will leave the holder with 1 hp remaining.
- FocusSashItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.FocusSashItem
-
Initializes the held item.
- FocusSashTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- FocusSashTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.FocusSashTests
- focussed - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- focussed - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- focussed - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- fog_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FoldingChairBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- FoldingChairBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.FoldingChairBlock
- FOLIAGE_PLACER_TYPES - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- foliageHeight(RandomSource, int, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractBerryTreeFoliagePlacer
- foliageHeight(RandomSource, int, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
- FoliageRegistration - Class in com.pixelmonmod.pixelmon.world.generation
- FoliageRegistration() - Constructor for class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- FOLLOW_ME - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FollowMe - Class in com.pixelmonmod.pixelmon.battles.status
-
Redirects all single-target attacks to the Pokémon during the turn.
- FollowMe - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- FollowMe() - Constructor for class com.pixelmonmod.pixelmon.battles.status.FollowMe
-
Initializes the status.
- FollowMe(boolean, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.FollowMe
-
Initializes the status.
- FollowMeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- FollowMeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.FollowMeTests
- followThePath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigation
- followThePath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- FollowTrainerGoal - Class in com.pixelmonmod.pixelmon.ai
- FollowTrainerGoal(PixelmonEntity, double, float, float, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.FollowTrainerGoal
- FOMANTIS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Font<W extends StatefulWidget<W>> - Class in com.pixelmonmod.api.client.screen.widget
- FOONGUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FOONGUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FOOTER_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- footerBottom - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the footer.
- footerLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the footer.
- footerRight - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the footer.
- footerTop - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the footer.
- FOOTPRINT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- forage - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s userd forPixelmonSpawning.forageSpawner
. - Forage - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
User has a chance to pick up an item based on its type and the block it is looking at.
- Forage() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Forage
- FORAGE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- FORAGE - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- forage_bag - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- foragePreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for forage spawning. - forageSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
userd for forage - FORCE - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Deprecated.
- FORCE_PALM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- forceAddMessage(Component) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- ForceBattleEndResult - Enum Class in com.pixelmonmod.pixelmon.api.config
-
The result of force-ended battles.
- forceChance - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- forceChance - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- forceChance() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets the battle to use the forceChance mechanic which means all damage will be 100% powerful and all status effects will have 100% chance to apply
- forceChance() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets chance checks to be skipped
- forceChance(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets if chance checks should be skipped
- FORCED - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- forceEatingBerry - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is currently eating a Berry regardless of benefits
- ForceEndBattleEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Fired whenever a battle is about to be forcefully ended.
- ForceEndBattleEvent(BattleController, BattleForceEndCause) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.ForceEndBattleEvent
- ForceEndBattlePacket - Class in com.pixelmonmod.tcg.network.packets.battles
- ForceEndBattlePacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.ForceEndBattlePacket
- ForceEndBattlePacket(BlockPos) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.ForceEndBattlePacket
- forcefullySpawn(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- forceMiss(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- forceMiss(TestParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- forcePursuitAttackers() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Force a Pokémon targeting the current Pokémon with Pursuit to attack.
- forceRandomSwitch(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Randomly switches the Pokémon out for another.
- ForcesOfNatureFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- ForcesOfNatureFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ForcesOfNatureFormChange
- forEach(Consumer<ClientResearch>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- forEachAssignment(Consumer<ClientResearch>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- forEachCollection(Consumer<ClientResearch>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- forEachMoveSkill(Consumer<MoveSkill>) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Performs the given consumer for each move skill present.
- forEachResearch(Consumer<ClientResearch>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- Forecast - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes Castform to change form when the weather changes.
- Forecast() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- FORECAST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Foresight - Class in com.pixelmonmod.pixelmon.battles.status
-
Negates a certain type immunity.
- Foresight - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Foresight() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Foresight
-
Initializes the status.
- Foresight(Element) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Foresight
-
Initializes the status.
- FORESIGHT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ForesightTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ForesightTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ForesightTests
- forest_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ForestCurse - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Adds the Grass type to the target temporarily.
- ForestCurse() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ForestCurse
-
Initializes the effect.
- FORESTS_CURSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Forewarn - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Displays the opponent's most dangerous move.
- Forewarn() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forewarn
-
Initializes Forewarn.
- FOREWARN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FORFEIT - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- FORFEIT_CLAUSE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- FORFEIT_COMMANDS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the commands executed upon a Player's forfeit of the NPC Trainer's battle.
- forfeitBattleForPlayerAndTheirTeam(BattleEndCause, Player) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- FORGE_DATA - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBTTagCompound which is used for extra data.
- ForgotMoveEvent(Pokemon, Moveset, Attack) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent.ForgotMoveEvent
- forgottenAttack - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent.ForgotMoveEvent
-
The move that was forgotten.
- fork - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
- fork() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Forks this BattleRandomSource into two, returning a new BattleRandomSource with the same implementation of
RandomSource
with a new seed created by this original BattleRandomSource. - forkPositional() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
- form - Variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- form - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- form - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- form - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- form - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The Pokémon's form.
- form - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.FormData
-
The Pokémon's form index.
- form() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- form(Stats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the form of the Pokémon Setting to null selects a random default form from the species
- form(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the form of the Pokémon Setting to null selects a random default form from the species
- Form - Class in com.pixelmonmod.api.client.screen.widget.design
- Form - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Form() - Constructor for class com.pixelmonmod.api.client.screen.widget.design.Form
- FORM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- FORM - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- FORM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the Pokémon's form.
- FORM - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
- FORM_CHANGE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- FORM_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- FORM_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- FORM_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- format(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- format(String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Translates the lang to
MutableComponent
using GRAY color - format(String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- format(List<Pair<String, String>>, char, String) - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper
- format(List<Pair<String, String>>, String) - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper
- format(ChatFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Converts the language file link to the converted
MutableComponent
with the given color - format(ChatFormatting, String, Consumer<MutableComponent>, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Converts the language file link to the converted
MutableComponent
with the given color - format(TextColor, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Converts the language file link to the converted
MutableComponent
with the given color - formatCommand(String, String, String) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- formatCommand(String, String, String) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- formatCurryFlavorColor(int) - Method in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
-
Decides what color the text for the flavor should be in the message sent to the player.
- formatCurryRatingColor(int) - Method in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
-
Decides what color the text for the rating should be in the message sent to the player.
- formatPercentage(double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
- FORMATTER - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
- FormBattleUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Updates a Pokémon's form in the battle GUI.
- FormBattleUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FormBattleUpdatePacket
-
Empty constructor for packet registration.
- FormBattleUpdatePacket(UUID, Stats) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FormBattleUpdatePacket
- FormBattleUpdatePacket(UUID, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FormBattleUpdatePacket
-
Initializes a form update packet.
- FormData - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
Contains data about a Pokémon form's pokemon and form index.
- FormData(Species, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.FormData
-
Initializes a form data object.
- formDex - Variable in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Tracker for unique forms seen by the player.
- FormLogRegistry - Class in com.pixelmonmod.pixelmon.api.config
- FormLogRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- FormRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- FormRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- FormRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
- FormRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.FormRequirement
- FormRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
- FormRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.FormRequirement
- FORMS - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- FormsPaletteStrategy - Class in com.pixelmonmod.pixelmon.command.impl.wiki
- FormsPaletteStrategy() - Constructor for class com.pixelmonmod.pixelmon.command.impl.wiki.FormsPaletteStrategy
- FormTags - Class in com.pixelmonmod.pixelmon.api.pokemon.species.tags
-
Represents a form having tags such as legendary, galar, ololan.
- FormTags(Set<String>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Default constructor taking the tags
- FormTagsTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
- FormTagsTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FormTagsTypeAdapter
- FORRETRESS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FORRETRESS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Forward - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- Forward - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- fossil - Variable in class com.pixelmonmod.pixelmon.items.FossilItem
-
The fossil this item represents
- FOSSIL - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- FOSSIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FOSSIL - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- fossil_cleaner - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- FOSSIL_CLEANER - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FOSSIL_CLEANER - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- FOSSIL_CLEANER_CLEANER_TIMER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The time remaining in the Fossil cleaner's animation.
- FOSSIL_CLEANER_ITEM_IN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of Fossil inside the Fossil cleaner.
- fossil_display - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- FOSSIL_DISPLAY - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FOSSIL_DISPLAY - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- FOSSIL_DISPLAY_ITEM_IN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of Fossil inside the Fossil display.
- FOSSIL_DISPLAY_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the player who placed the Fossil display.
- fossil_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- FOSSIL_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FOSSIL_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- fossil_machine_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FOSSIL_MACHINE_CURRENT_FOSSIL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- FOSSIL_MACHINE_CURRENT_FOSSIL_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of Fossil in the Fossil machine.
- FOSSIL_MACHINE_CURRENT_POKEBALL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of Poké Ball in the Fossil machine.
- FOSSIL_MACHINE_CURRENT_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon inside the Fossil machine.
- fossil_machine_display - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FOSSIL_MACHINE_FOSSIL_PROGRESS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The progress of a Fossil model disappearing inside the Fossil machine.
- FOSSIL_MACHINE_POKEBALL_TYPE_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of Fossil in the Fossil machine.
- FOSSIL_MACHINE_POKEMON_PROGRESS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The progress of a Pokémon growing inside the Fossil machine.
- fossil_machine_tank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fossil_machine_top - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FossilBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Drops a random Fossil when mined.
- FossilBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.FossilBlock
-
Initializes the Fossil block.
- FossilCleanerBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
-
Used to clean covered Fossils.
- FossilCleanerBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
-
Initializes the block.
- FossilCleanerEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for actions related to the Fossil Cleaner
- FossilCleanerEvent.ObtainingCleanFossil - Class in com.pixelmonmod.pixelmon.api.events
-
Event that is triggered when a player wants to collect a clean fossil from the machine.
- FossilCleanerEvent.PutFossil - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires when a player puts a fossil in the machine.
- FossilCleanerTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- FossilCleanerTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- FossilCleanerTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- FossilDisplayBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- FossilDisplayBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
- FossilDisplayTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 7/3/2015.
- FossilDisplayTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- FossilDisplayTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- FossilItem - Class in com.pixelmonmod.pixelmon.items
-
A Pokémon Fossil.
- FossilItem(EnumFossils) - Constructor for class com.pixelmonmod.pixelmon.items.FossilItem
-
Initializes the Fossil item.
- fossilJitter - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
jitter applied to the fossil when rendering
- fossilList - Static variable in class com.pixelmonmod.pixelmon.items.CoveredFossilItem
-
A list of all covered Fossils.
- FossilMachineBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
-
Revives Fossils into Pokémon.
- FossilMachineBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
-
Initializes the block.
- FossilMachineEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for actions related to the Fossil Machine
- FossilMachineEvent.PutFossil - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires when a player puts a fossil on the machine.
- FossilMachineEvent.PutPokeball - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires when a player puts a pokeball on the machine.
- FossilMachineEvent.RemoveFossil - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires when a player remove fossils from the machine.
- FossilMachineEvent.RemovePokeball - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires when a player remove a pokeball of the machine.
- FossilMachineTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Resurrects Fossils into Pokémon.
- FossilMachineTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- FossilMachineTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- fossilProgress - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- fossils - Variable in class com.pixelmonmod.pixelmon.items.CoveredFossilItem
- FOSSILS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- FossilsFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- FossilsFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.FossilsFeature
- FOUL_PLAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FoulPlay - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Foul Play uses the opponent's attack stat to calculate damage.
- FoulPlay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- FoulPlay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FoulPlay() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FoulPlay
- FoulPlayTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- FoulPlayTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- foundItem - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem
- FOUR_HOURS_HARSH_SUNLIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- frame - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
The current animation frame.
- frame - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- frame - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- frame - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
The current animation frame.
- frames - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- FRAXURE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FRAXURE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FreeFormParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- FreeFormParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FreeFormParser
- FreeRoamKeyMapping - Class in com.pixelmonmod.pixelmon.client.keybindings
- FreeRoamKeyMapping() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.FreeRoamKeyMapping
- freeToMoveDuringBattle - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Whether the player can move around in the world after they have entered a battle.
- freeToMoveDuringBattle - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player can move around while they are in a battle.
- FreeToMoveDuringBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- FreeToMoveDuringBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.FreeToMoveDuringBattlePacket
- FreeToMoveDuringBattlePacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.FreeToMoveDuringBattlePacket
- freeze - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
-
Whether Pokémon are frozen and unmoving in the world.
- freeze() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- freeze() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets the battle into a frozen state - read
BattleController.isFrozen()
for why you might want to freeze a battle - freeze(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.status.Freeze
-
Freezes the target if possible.
- Freeze - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the Pokémon unable to move.
- Freeze - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Freeze() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Freeze
-
Initializes the status.
- freeze_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FREEZE_DRY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FREEZE_SHOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- freezeBattle - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- FreezeCommand - Class in com.pixelmonmod.pixelmon.command.impl
- FreezeCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.FreezeCommand
- FreezeDry - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- FreezeDry() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FreezeDry
- FreezeShock - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn and attacks next turn.
- FreezeShock() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.FreezeShock
-
Initializes Freeze Shock.
- FREEZING_GLARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FREEZY_FROST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Frenzy - Class in com.pixelmonmod.tcg.duel.power
- Frenzy() - Constructor for class com.pixelmonmod.tcg.duel.power.Frenzy
- FRENZY_PLANT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FrenzyPlant - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- fresh_start_mochi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fresh_water - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FRESNEL_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- fridge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- FRIDGE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FRIDGE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- FridgeBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- FridgeBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- FridgeTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- FridgeTileEntity(String, int, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- FridgeTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- FridgeTileEntity(BlockEntityType<?>, String, int, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- FRIED_FOOD - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- friend - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Friend Ball.
- FRIEND_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- FRIEND_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FriendBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- FriendBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.FriendBall
- FRIENDBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- FriendGuard - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Reduces damage from teammates to 75%.
- FriendGuard() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FriendGuard
- friendship - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- friendship - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.FriendshipCondition
- friendship(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the friendship of the Pokémon
- Friendship - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
A Pokémon friendship value.
- Friendship - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Friendship() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Friendship
- FRIENDSHIP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's friendship.
- FRIENDSHIP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- FriendshipCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- FriendshipCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.FriendshipCondition
- FriendshipCondition(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.FriendshipCondition
- FriendshipRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl.friendship
- FriendshipRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.friendship.FriendshipRequirement
- FriendshipRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.friendship.FriendshipRequirement
- FRIGIBAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FRIGIBAX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FRILLISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FRILLISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Frisk - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Displays the opponent's held item.
- Frisk() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Frisk
- FRISK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FriskTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- FriskTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.FriskTests
- FROAKIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FROAKIE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FROGADIER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FROGADIER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- froggy_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- FROGGY_CHAIR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- FroggyChairBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- FroggyChairBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.FroggyChairBlock
- from - Variable in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
- from(boolean, boolean) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
- from(PokemonSpecification) - Static method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
- from(TradePair) - Static method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
- from(ConditionData) - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Converts the network data into an interaction condition
- from(InteractionData) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- from(InteractionSetData) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
- from(ResultData) - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
-
Converts the network data into an interaction condition
- from(File) - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteReader
-
Reads a pokepaste from the given file
- from(String) - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteReader
-
Reads a pokepaste from the URL provided - will append '/raw' if not already there
- from(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- from(ResourceLocation, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- from(ItemStack) - Static method in class com.pixelmonmod.tcg.api.card.Card
- fromAxis(Direction.Axis) - Static method in enum class com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
- fromBattleIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- fromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- fromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
- fromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- fromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- fromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- fromBytes(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- fromBytes(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- fromCode(String) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Returns a card of the specified unique card code, non case-sensitive
- fromDancer - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- fromDex(int) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- fromDye(DyeColor) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- fromEuler(float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.QuaternionHelper
- fromFacingAxis(Direction.Axis) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- fromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- fromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
- fromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- fromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- fromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- fromIndex(int) - Static method in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
- fromJson(JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- fromMeta(int) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- fromMeta(int) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
- fromMeta(int) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
- fromName(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
Gets a
Palette
from the given name. - fromName(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- fromNameOrDex(Object) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- fromNationalDex(Integer) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a species by national dex number
- fromNbt(Class<? extends Specification<A, B>>, CompoundTag) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
Creates a
Specification
implementation from given itemCompoundTag
- fromNbt(CompoundTag) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
Creates a
Specification
implementation from given itemCompoundTag
- fromNbt(CompoundTag) - Static method in class com.pixelmonmod.api.statue.StatueSpecificationProxy
-
Creates a
Specification
implementation from given itemCompoundTag
- fromNbt(CompoundTag) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
- fromNbt(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
Reads a ribbon from NBT
- fromNbt(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- fromNBT(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- fromNBT(CompoundTag) - Static method in class com.pixelmonmod.tcg.api.accessors.CardBacks
- fromNBT(CompoundTag) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a card from an NBT tag, mostly used for going from CardItems to an ImmutableCard instance
- fromNBT(CompoundTag) - Static method in class com.pixelmonmod.tcg.api.accessors.Coins
- fromNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
- fromNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe.Serializer
- fromNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe.Serializer
- fromNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe.Serializer
- fromNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe.Serializer
- fromNpc - Variable in class com.pixelmonmod.pixelmon.api.events.HealerEvent.Pre
- fromNPC(NPC) - Static method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- fromOld(float, float, float, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.QuaternionHelper
- fromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- fromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
- fromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- fromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- fromPokemon - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
- fromPokemonID(int) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a card based on the Pokemon national dex ID #
- fromTag(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- fromTag(CompoundTag) - Static method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- fromTag(CompoundTag) - Static method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- fromType(RibbonType, Pokemon, Ribbon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- FROSLASS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FROSLASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FROSLASS_YUKATA - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
- FROSMOTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FROST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- Frost_Breath - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Frost_Breath - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Frost_Breath - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- FROST_BREATH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- frostbite(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
-
Frostbites the target if possible.
- Frostbite - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals 1/16th hp of damage every turn and halves the Pokémon's special attack.
- Frostbite - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Frostbite() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Frostbite
-
Initializes the status.
- frozen - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- frozen() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets the battle to be frozen when it is created meaning nothing will happen.
- Frustration - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has higher power if the user's friendship is lower.
- Frustration - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Frustration - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Frustration - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Frustration - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Frustration - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Frustration - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Frustration() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Frustration
- FRUSTRATION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FUECOCO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FUECOCO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- full - Static variable in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
-
The number of KOs needed for the orb to be full.
- full() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- full() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- FULL - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
- FULL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- FULL_BELLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- full_heal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FULL_HEAL - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- FULL_HEAL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- full_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- FULL_METAL_BODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FULL_POKEDEX - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
-
A map of National Pokédex numbers to Pokémon entries.
- full_restore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- fullbright() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- fullbright() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- FULLBRIGHT - Static variable in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- fullDamage - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
The damage calculated for the move, regardless of how much hp the target had.
- FullDamage - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect.Type
- FullHeal - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/15/2016.
- FullHeal() - Constructor for class com.pixelmonmod.tcg.duel.trainer.FullHeal
- fullHealButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The button used to toggle full healing.
- FullHealProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- FullHealProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.FullHealProperty
- fullIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- FullMetalBody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- FullMetalBody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FullMetalBody
- fullOurPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
All the Pokémon on the player's team while in a battle.
- function(BiConsumer<InteractionContext, VariableList>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Builder
-
Sets the function for the interaction result
This cannot be null - functionalDynamaxLevel - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- FUR_COAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- FurCoat - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Doubles physical Defense.
- FurCoat() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FurCoat
- FURFROU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FURRET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- FURRET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- FURY_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Fury_Cutter - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- FURY_CUTTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FURY_SWIPES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FuryCutter - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power each consecutive turn it is used, up to 160 power.
- FuryCutter - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- FuryCutter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FuryCutter
- FuryCutterStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Keeps track of the power of Fury Cutter.
- FuryCutterStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.FuryCutterStatus
- FuryCutterStatus(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.FuryCutterStatus
-
Initializes the status.
- FUSED_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon fused into this one.
- fusion - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
- FUSION_BOLT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FUSION_FLARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- FusionBolt - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if Fusion Flare was used immediately before this move.
- FusionBolt() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FusionBolt
- FusionFlare - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if Fusion Bolt was used immediately before this move.
- FusionFlare() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FusionFlare
- future - Variable in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- future() - Method in record class com.pixelmonmod.pixelmon.api.storage.LoadingData
-
Returns the value of the
future
record component. - FUTURE_SIGHT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- futureActions - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Action history to undo/redo
- futureActions() - Method in record class com.pixelmonmod.pixelmon.client.gui.pc.RecordedHistory
-
Returns the value of the
futureActions
record component. - FutureBattleTask<E extends BattleEvent,
A> - Class in com.pixelmonmod.pixelmon.battles.controller -
This class is used for storing the future tasks added to the battle When the event relating to the stored event class (E) is fired it will call the function and then
CompletableFuture.complete(Object)
with the returned object in that order Then it will remove the future battle task from the stored list of tasks - FutureBattleTask(Class<E>, BiFunction<E, BattleController, A>, CompletableFuture<A>, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- FutureSight - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Hits the target two turns later.
- FutureSight - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- FutureSight - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- FutureSight - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- FutureSight() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FutureSight
- FutureSighted - Class in com.pixelmonmod.pixelmon.battles.status
-
Keeps track of when Future Sight/Doom Desire will hit the target.
- FutureSighted() - Constructor for class com.pixelmonmod.pixelmon.battles.status.FutureSighted
- FutureSighted(PixelmonWrapper, Attack) - Constructor for class com.pixelmonmod.pixelmon.battles.status.FutureSighted
-
Initializes a Future Sight status.
- futureTasks - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- futureTranslate(ChatFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
G
- g - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- g - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- g - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- G - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- G_MAX - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackTags
- G_MAX_BEFUDDLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_CANNONADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_CENTIFERNO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_CHI_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_CUDDLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_DEPLETION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_DRUM_SOLO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_FINALE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_FIREBALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_FOAM_BURST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_GOLD_RUSH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_GRAVITAS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_HYDROSNIPE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_MALODOR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_MELTDOWN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_ONE_BLOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_RAPID_FLOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_REPLENISH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_RESONANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_SANDBLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_SMITE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_SNOOZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_STEELSURGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_STONESURGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_STUN_SHOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_SWEETNESS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_TARTNESS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_TERROR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_VINE_LASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_VOLCALITH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_VOLT_CRASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_WILDFIRE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- G_MAX_WIND_RAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GabeNewellException - Exception in com.pixelmonmod.pixelmon.client.models.smd
-
SMD-specific Exception, because it's Gabe Newell.
- GabeNewellException(String) - Constructor for exception com.pixelmonmod.pixelmon.client.models.smd.GabeNewellException
- GabeNewellException(String, Throwable) - Constructor for exception com.pixelmonmod.pixelmon.client.models.smd.GabeNewellException
- GabeNewellException(Throwable) - Constructor for exception com.pixelmonmod.pixelmon.client.models.smd.GabeNewellException
- GABITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GABITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- gaebolg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gainEV(EVYields) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Adds EVs to the Pokémon.
- galactic_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- galactic_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- galactic_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- galactic_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- galactic_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Galar - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- GALAR_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- GALARIAN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a form is Galarian
- GALARIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- galarica_cuff - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- GALARICA_CUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- galarica_twig - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- galarica_wreath - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GalaricaCuffBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- GalaricaCuffBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.GalaricaCuffBlock
- GALAXYRAYQUAZA - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- GALAXYREFORGED - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- GALE_WINGS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GaleWings - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Gives Flying-type moves +1 priority if the user is on full health.
- GaleWings() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GaleWings
- GALLADE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GALLADE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- galladite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Gallade
- Galvanize - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes Normal type moves into Electric type and boosts them by 20%
- Galvanize() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Galvanize
- GALVANIZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GALVANTULA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GALVANTULA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Gambler - Class in com.pixelmonmod.tcg.duel.trainer
- Gambler() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Gambler
- GAMBLER - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- GAME_CAUSES - Static variable in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent.Constants
- GAME_CAUSES - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- GAME_CAUSES - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- GAME_CAUSES - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- GameClientState - Class in com.pixelmonmod.tcg.duel.state
-
Created by SamPlummer on 20/04/2016.
- GameClientState() - Constructor for class com.pixelmonmod.tcg.duel.state.GameClientState
- GameClientState(GameServerState) - Constructor for class com.pixelmonmod.tcg.duel.state.GameClientState
-
This is a Shim to allow Trainer logic on server to have the same logic as those on client
- GameCommonState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/13/2016.
- GameCommonState() - Constructor for class com.pixelmonmod.tcg.duel.state.GameCommonState
- gamePhase - Variable in class com.pixelmonmod.tcg.duel.state.GameCommonState
- GamePhase - Enum Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/13/2016.
- GameServerState - Class in com.pixelmonmod.tcg.duel.state
- GameServerState() - Constructor for class com.pixelmonmod.tcg.duel.state.GameServerState
- GameStateSyncPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- GameStateSyncPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.GameStateSyncPacket
- GameStateSyncPacket(BlockPos, int, boolean, GameServerState, Player) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.GameStateSyncPacket
- GANLON - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- GANLON - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- ganlon_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GanlonFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- GanlonFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.GanlonFoliagePlacer
- GARBODOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GARCHOMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GARCHOMP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- garchompite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Garchomp
- GARDEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- GARDEVOIR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GARDEVOIR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- gardevoirite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Gardevoir
- GARGANACL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GARGANACL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- gastly - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
- GASTLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GASTLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GastlyParticles - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- GastlyParticles() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.GastlyParticles
- GASTRO_ACID - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GastroAcid - Class in com.pixelmonmod.pixelmon.battles.status
-
Disables the Pokémon's Ability.
- GastroAcid - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- GastroAcid() - Constructor for class com.pixelmonmod.pixelmon.battles.status.GastroAcid
-
Initializes the status.
- GASTRODON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GASTRODON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GatherFire - Class in com.pixelmonmod.tcg.duel.power
- GatherFire() - Constructor for class com.pixelmonmod.tcg.duel.power.GatherFire
- GEAR_GRIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GEAR_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GearUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Raises Attack and Special Attack by one stage for all allies with Plus or Minus.
- GearUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GearUp
- gems - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- GemsItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Boosts a single attack's power by 1.3x.
- GemsItem(Element) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.GemsItem
-
Initializes a Gem.
- GEN_1 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- GEN_2 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- GEN_3_4 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- GEN_5 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- GEN_6_7 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- GEN_8 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethods
- GEN_MODE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- GEN1_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen1TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN2_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen2BellEvent - Class in com.pixelmonmod.pixelmon.api.events.legendary
- Gen2BellEvent(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent
- Gen2BellEvent.RollSuccessEvent - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Gen2BellEvent
Event fires whenever a bell spawn roll is about to be made. - Gen2BellEvent.SummonLegendary - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Gen2BellEvent
Event fires when a bell spawns a legendary. - Gen2BellEvent.SummonLegendary.Post - Class in com.pixelmonmod.pixelmon.api.events.legendary
- Gen2BellEvent.SummonLegendary.Pre - Class in com.pixelmonmod.pixelmon.api.events.legendary
- Gen2TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN3_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen3TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN4_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen4TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN5_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen5TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN6_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen6TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN7_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen7TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- GEN8_DEFAULT - Static variable in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- GEN8_TM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- Gen8TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen8TechnicalRecords - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 11/16/2020.
- Gen9TechnicalMachines - Enum Class in com.pixelmonmod.pixelmon.enums.technicalmoves
- gender - Variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- gender - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- gender - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- gender - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The index of the Pokémon's gender.
- gender() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- gender(Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the gender of the Pokémon
- Gender - Enum Class in com.pixelmonmod.pixelmon.api.pokemon.species.gender
-
Represents all supported Gender types
- GENDER - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- GENDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- GENDER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the Pokémon's gender.
- GENDER - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
- GENDER_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- GENDER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- GENDER_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- GenderCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- GenderCondition(Gender...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GenderCondition
- genderProperties - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- GenderProperties - Class in com.pixelmonmod.pixelmon.api.pokemon.species.gender
-
Stores the visual gender information for the gender of a given
Species
- GenderProperties(Gender, PaletteProperties[]) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
-
Default constructor
- GenderPropertiesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
typeTypeAdapter
for theGenderProperties
class such that it can be converted to and from Json text when loading to/fromSpecies
data. - GenderPropertiesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GenderPropertiesTypeAdapter
- GenderRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- GenderRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- GenderRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
- GenderRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GenderRequirement
- GenderRequirement(Gender) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
- GenderRequirement(Gender) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GenderRequirement
- GeneralConfig - Class in com.pixelmonmod.pixelmon.api.config
- GeneralConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- generate(WorldGenLevel, RandomSource, int, int, int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FossilsFeature
- generate(WorldGenLevel, RandomSource, int, int, int) - Method in class com.pixelmonmod.pixelmon.world.generation.features.LeafStoneOreFeature
- generate(WorldGenLevel, RandomSource, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FireStoneOreFeature
- generateButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuScreen
- generateButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- generateButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.ChoosePokemon
- generateButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedRevive
- generateButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedSwitch
- generateMessages(Map<String, Double>, List<String>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CheckSpawns
-
Default method that takes a map of percentages and composes the series of messages displaying it to the player.
- generatePointInSphere(double, Random) - Static method in class com.pixelmonmod.pixelmon.client.particle.ParticleMathHelper
- generatePokemonList() - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
-
Sets up the list of pokemon that can be displayed
- generateSelectorForActiveAndBench(PlayerCommonState, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForBench(PlayerCommonState, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForDiscardFromHand(PlayerServerState, int, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForDiscardPile(PlayerCommonState, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForPlayer(PlayerServerState, PlayerServerState, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForPokemonWithEnergy(PlayerServerState, boolean, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForRevealingHand(PlayerServerState, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForSelectEnergyFromDeck(PlayerServerState, int, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForSelectPokemonFromDeck(PlayerServerState, int, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- generateSelectorForSelectPokemonFromHand(PlayerServerState, int, String) - Static method in class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- GenerateStorageTestFileCommand - Class in com.pixelmonmod.pixelmon.command.impl
- GenerateStorageTestFileCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.GenerateStorageTestFileCommand
- GENERATION - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- GENERATION_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- GenerationRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- GenerationRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- GenerationRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
- GenerationRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GenerationRequirement
- GenerationRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
- GenerationRequirement(int) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GenerationRequirement
- GenericActionRequestPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- GenericActionRequestPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.GenericActionRequestPacket
- GenericActionRequestPacket(BlockPos, PhaseAction, int, int, int) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.GenericActionRequestPacket
- GenericArmor - Class in com.pixelmonmod.pixelmon.items.armor
-
An evolution stone armor piece.
- GenericArmor(ArmorMaterial, ArmorItem.Type) - Constructor for class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
Initializes the armor piece.
- GenericAxe - Class in com.pixelmonmod.pixelmon.items.tools
-
Created by clienthax on 16/3/2015.
- GenericAxe(Tier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericAxe
- GenericBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by clienthax on 22/4/2015.
- GenericBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericBlock
- GenericBlockContainer - Class in com.pixelmonmod.pixelmon.blocks
- GenericBlockContainer(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericBlockContainer
- GenericBuiltPokemonRequirement<T> - Class in com.pixelmonmod.api.pokemon.requirement
-
A generic Pokemon requirement that can be built using a builder.
- GenericBuiltPokemonRequirement(GenericBuiltPokemonRequirement.Builder<T>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- GenericBuiltPokemonRequirement(GenericBuiltPokemonRequirement.Builder<T>, T) - Constructor for class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- GenericBuiltPokemonRequirement.Builder<T> - Class in com.pixelmonmod.api.pokemon.requirement
-
Builder for
GenericBuiltPokemonRequirement
- GenericDoubleRotatableModelBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by Jay113355 on 5/1/2020.
- GenericDoubleRotatableModelBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
- GenericGUIPacket - Class in com.pixelmonmod.tcg.network.packets
- GenericGUIPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.GenericGUIPacket
- GenericGUIPacket(GenericGUIPacket.GUITypes, boolean, BlockPos) - Constructor for class com.pixelmonmod.tcg.network.packets.GenericGUIPacket
- GenericGUIPacket.GUITypes - Enum Class in com.pixelmonmod.tcg.network.packets
- GenericHammer - Class in com.pixelmonmod.pixelmon.items.tools
- GenericHammer(Tier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericHammer
- GenericHoe - Class in com.pixelmonmod.pixelmon.items.tools
- GenericHoe(Tier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericHoe
- GenericModelBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by clienthax on 7/3/2015.
- GenericModelBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericModelBlock
- GenericModelHolder<M extends net.minecraft.client.model.Model> - Class in com.pixelmonmod.pixelmon.client.render
-
Created by Jay113355 on 5/12/2017 Basically this class is a way of lazy loading for block models.
- GenericModelHolder(Class<M>) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- GenericModelHolder(Class<M>, Object...) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- GenericModelHolder(Class<M>, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- GenericModelHolder(String) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- GenericModelHolder(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- GenericOreBlock - Class in com.pixelmonmod.pixelmon.blocks
-
A PixelUtilities ore block.
- GenericOreBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericOreBlock
- GenericPickaxe - Class in com.pixelmonmod.pixelmon.items.tools
-
Created by clienthax on 16/3/2015.
- GenericPickaxe(Tier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericPickaxe
- GenericRotatableBlock - Class in com.pixelmonmod.pixelmon.blocks
- GenericRotatableBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
- GenericRotatableModelBlock - Class in com.pixelmonmod.pixelmon.blocks
- GenericRotatableModelBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- GenericRotatableSittableModelBlock - Class in com.pixelmonmod.pixelmon.blocks
- GenericRotatableSittableModelBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
- GenericShovel - Class in com.pixelmonmod.pixelmon.items.tools
-
Created by clienthax on 16/3/2015.
- GenericShovel(Tier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericShovel
- GenericSmdModel - Class in com.pixelmonmod.pixelmon.client.models.blocks
-
Created by clienthax on 10/3/2015.
- GenericSmdModel(String, String) - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- GenericSmdModel(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- GenericSword - Class in com.pixelmonmod.pixelmon.items.tools
-
Created by clienthax on 16/3/2015.
- GenericSword(Tier) - Constructor for class com.pixelmonmod.pixelmon.items.tools.GenericSword
- GenericTriggerCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
-
A /checkspawns for a general trigger
LocationType
. - GenericTriggerCheckSpawns(LocationType, String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.GenericTriggerCheckSpawns
- GENESECT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GENESECT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GENESIS_SUPERNOVA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GENGAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GENGAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- gengarite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Gengar
- genius_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- genius_mochi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- genius_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- genPokeChecker(int, int, Pokemon[], Screen) - Static method in class com.pixelmonmod.pixelmon.client.gui.PokeCheckerHelper
-
Call this, then you'd get a floating box on the screen.
- GENTLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- GEODUDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GEODUDE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Geomancy - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Raises the user's Special attack, Special Defense, and speed by two stages after a turn.
- Geomancy() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Geomancy
-
Initializes the effect.
- GEOMANCY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- get() - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Gets the instance that was parsed
It's important to useParseAttempt.wasSuccess()
to check if this is null - get() - Method in class com.pixelmonmod.api.registry.RegistryValue
-
Deprecated.
- get() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- get() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- get() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- get() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- get() - Method in interface com.pixelmonmod.pixelmon.api.util.ThrowableSupplier
-
Gets the data
- get() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- get() - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
Gets the current data stored in the value
- get() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
- get() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
- get() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
- get() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
- get() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
- get() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
- get() - Method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
- get() - Method in enum class com.pixelmonmod.pixelmon.blocks.BellBlock.Type
- get() - Method in interface com.pixelmonmod.pixelmon.client.camera.target.CameraTarget
- get() - Method in interface com.pixelmonmod.pixelmon.tools.LazySupplier
- get() - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- get() - Method in interface com.pixelmonmod.tcg.duel.BufferSupplier
- get(int) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Gets the register status of a Pokémon.
- get(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
-
Gets a register status enum from its enum index.
- get(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- get(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- get(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- get(int) - Method in class com.pixelmonmod.pixelmon.api.util.VariableList
-
Gets the object at the index
- get(int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
-
Deprecated.
- get(int) - Static method in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- get(int) - Static method in class com.pixelmonmod.tcg.api.accessors.CardSets
- get(int) - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- get(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- get(int, Class<T>) - Method in class com.pixelmonmod.pixelmon.api.util.VariableList
-
Gets the object for the given class at the index
- get(short) - Static method in enum class com.pixelmonmod.pixelmon.enums.TextJustification
- get(ResourceKey<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- get(ResourceLocation) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- get(ScreenStyle.Design, ScreenStyle.ColorScheme) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable
-
Retrieves a color from this table for the given style parameters.
- get(InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.BlockStateContextDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.ConstantBlockStateDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.calendar.DayOfMonthDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ConstantItemStackDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ItemStackContextDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.ConstantBooleanDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.InteractionConditionDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.ConstantNumberDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.IntegerContextNumberDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HandUsedDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.MatchesSpecDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PartySlotDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerContextDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerExpLevelDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerGameModeDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerInventoryDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerIPDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerNameDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerUUIDDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PokeDexDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PixelmonEntityContextDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonContextDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonLevelDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.ConstantStringDataProvider
- get(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.StringContextDataProvider
- get(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the value associated with the given stat
- get(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- get(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- get(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- get(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets the pokemon at the given position in the storage
Will return null if there is no pokemon at the given position - get(BattleProperty<T>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
- get(Class<T>, String) - Static method in class com.pixelmonmod.api.registry.RegistryValue
- get(String) - Method in class com.pixelmonmod.api.registry.RegistryManager.Registry
- get(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- get(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonTypeRegistry
- get(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- get(String) - Static method in class com.pixelmonmod.pixelmon.api.replacement.ReplacementDetectionRegistry
-
Gets a registered type with the given ID Will return an empty optional if it cannot be found
- get(String) - Static method in class com.pixelmonmod.pixelmon.api.replacement.ReplacementLogicRegistry
-
Gets a registered type with the given ID Will return an empty optional if it cannot be found
- get(String) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- get(String) - Static method in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.Boards
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.CardAttacks
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.CardBacks
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.CardPowers
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.CardSets
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.Coins
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- get(String) - Static method in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- get(String, int) - Static method in class com.pixelmonmod.tcg.api.accessors.CardAttacks
- get(String, ScreenStyle.Design, ScreenStyle.ColorScheme) - Method in class com.pixelmonmod.api.client.screen.ColorPalette
-
Retrieves a color from a given table for the given styles.
- get(String, FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- get(Random) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- get(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- get(UUID) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
-
Gets the SpawnedData from the entity UUID.
- get(UUID) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- get(ResourceKey<Registry<T>>, ResourceKey<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the element for the given
ResourceKey
in the given registry. - get(ResourceKey<Registry<T>>, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the element for the given
ResourceLocation
in the given registry. - get(ResourceLocation) - Static method in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- get(RandomSource) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- get(Player) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
Gets the evolution that a player is currently in.
- get(Player) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- get(Level) - Static method in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
- get1Color() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
- get1Color() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
- get1Color() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
- get1Color() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- get1Color() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- get255Color() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getAbbreviatedTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getAbilities() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
An array of all the form's potential abilities
- getAbilities() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the abilities
- getAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's Ability.
- getAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- getAbility() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's Ability.
- getAbility() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getAbility() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getAbility() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getAbility(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- getAbilityByName(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
- getAbilityIfPresent(Class<? extends AbstractAbility>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets an instance of an ability if it is present in the battle.
- getAbilityName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getAbilityParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getAbilitySlot() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getAbilitySlot(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets the slot of the ability
- getAbilityTexture(CardPower) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- getAccelerationRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getAcceptedItem() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Activate
-
The item which will be accepted as valid for this interaction.
- GetAccOrEva(double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Gets the new value of the stat.
- getAccount() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent
-
Gets the bank account of the player involved in the transaction
- getAccuracy() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns accuracy modifier.
- getAccuracy() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's base accuracy.
- getAccuracy() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- getAccuracyStage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns accuracy stage.
- getAction() - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.
- getAction(SpawnLocation, float) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
-
Gets
SpawnAction
for this location and chance, if possible. - getActionForPokemon(int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
Gets a specific action for a Pokémon in the battle log.
- getActive() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
- getActiveAndBenchCards() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getActiveAndBenchCards(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getActiveBoards() - Static method in class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory
- getActiveCard() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getActiveFaintedPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all fainted Pokémon currently in battle.
- getActivePokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all Pokémon currently in battle.
- getActiveUnfaintedPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all unfainted Pokémon currently in battle.
- getActiveUnfaintedPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Returns all active, unfainted Pokémon that the participant is controlling.
- getActualLevel() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- getActualMove() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The unmodified attack details.
- getActualType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- getAddedType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the tertiary added type.
- getAddEntityPacket() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- getAdditionalInfo() - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
Additional information in integer form that the specific item might need to function.
- getAdjacentOpponents(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets all opposing Pokémon in the battle adjacent to a certain Pokémon
- getAdjacentPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets all Pokémon in the battle adjacent to a certain Pokémon
- getAdjacentPokemonAndSelf(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets all Pokémon in the battle adjacent to a certain Pokémon, including the target
- getAdjustedRarities(AbstractSpawner, Map<SpawnLocation, List<SpawnInfo>>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection.FlatDistinctAlgorithm
- getAdjustedRarities(AbstractSpawner, Map<SpawnLocation, List<SpawnInfo>>) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection.LocationWeightedAlgorithm
- getAdjustedRarities(AbstractSpawner, Map<SpawnLocation, List<SpawnInfo>>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.SelectionAlgorithm
-
Gets the adjusted rarities of the given mapping from
SpawnLocation
to list ofSpawnInfo
s. - getAdjustedRarity(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
Gets the adjusted rarity of this spawn at this
SpawnLocation
by applying anyRarityMultiplier
s that exist. - getAffectedChoices(MoveChoice, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Filters a list of opponent choices to include only opponents that are affected by a move.
- getAffectedMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Gets the lang key for the message displayed when a hazard is triggered.
- getAffectedMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
- getAffectedMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.StealthRock
- getAffectedMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Steelsurge
- getAffectedMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.StickyWeb
- getAffectedMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
- getAfkActivateSeconds() - Method in class com.pixelmonmod.pixelmon.api.config.AFKHandlerConfig
- getAFKHandler() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getAfkTimerTurnSeconds() - Method in class com.pixelmonmod.pixelmon.api.config.AFKHandlerConfig
- getAfterLevel() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the Pokemon's level after it was changed
- getAfterText() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail
- getAge() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getAge() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getAggression() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the
AggressionChances
of the form - getAggression() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getAggression(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Gets a type of aggression.
- getAggressionTimer() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- getAggressive() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
- getAI() - Method in class com.pixelmonmod.pixelmon.api.events.battles.SetBattleAIEvent
- getAIHelper() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Gets the Pokémon's AI.
- getAIWeight() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Gets the weight per Pokémon that an AI will assign to the move.
- getAIWeight() - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
- getAIWeight() - Method in class com.pixelmonmod.pixelmon.battles.status.StealthRock
- getAIWeight() - Method in class com.pixelmonmod.pixelmon.battles.status.Steelsurge
- getAIWeight() - Method in class com.pixelmonmod.pixelmon.battles.status.StickyWeb
- getAIWeight() - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
- getAliases() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- getAliases() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- getAliases() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- getAliases() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- getAliases() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- getAliases() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- getAliases() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- getAliases() - Method in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
- getAliases() - Method in class com.pixelmonmod.api.requirement.AbstractRequirement
- getAliases() - Method in interface com.pixelmonmod.api.requirement.Requirement
-
The aliases of the requirement that it can match against
- getAliases() - Method in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- getAliases() - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- getAliases() - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- getAliases() - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.CompEditCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.CompSearchCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.CompSeeCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.CompTakeCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.DoLegendarySpawnCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.EvolveCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.GiftCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.HatchCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.LevellingCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.PcCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.PokeKillCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.PokeResetCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRestartCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRetrieveCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.RedeemFossilCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.impl.StarterCommand
- getAliases() - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- getAll() - Method in interface com.pixelmonmod.pixelmon.api.entity.npc.EntityStorage
-
Gets all the entities that are being tracked
- getAll() - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
-
Gets all the NPCs that are being tracked
- getAll() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
- getAll() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- getAll() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- getAll() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets the hidden abilities and normal abilities combined
- getAll() - Static method in class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
-
Gets all registered egg groups
- getAll() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
Gets all registered
Palette
s - getAll() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Returns all of the registered species
- getAll() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getAll() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getAll() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getAll() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets a array of all pokemon within this storage.
- getAll() - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.PixelmonTabs
- getAll() - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
Get all loaded spawn sets per spawner type
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.CardAttacks
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.CardBacks
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.CardPowers
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.CardSets
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.Coins
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- getAll() - Static method in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- getAll(ResourceKey<Registry<T>>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets all elements for the registry defined by the given
ResourceKey
. - getAllAbilities() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- getAllActions() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- getAllAnimations() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getAllAnimations() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets a list of all animations that the Pokémon has.
- getAllAnimations(AbstractClientEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
-
Gets a list of all animations that the Pokémon has.
- getAllAttackNames() - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
Gets the names of all loaded attacks
- getAllAttacks() - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
Gets a new list of all loaded attacks
- getAllBattleStatValues() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getAllButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- getAllCachedStorages() - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- getAllCachedStorages() - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- getAllCachedStorages() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.manager.ResearchStorageManager
-
Gets all the cached
ResearchStorage
this implementation is storing - getAllCachedStorages() - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gets all the cached
PokemonStorage
this implementation is storing - getAllCachedStorages() - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets all the cached
PokemonStorage
this implementation is storing - getAllCachedStorages() - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets all the cached
PokemonStorage
this implementation is storing - getAllConditions() - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
Gets all loaded conditions from datapack
- getAllDurations() - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareDurationRegistry
-
Gets all registered suppliers
- getAllErrorMessages() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
- getAllFor(TMType) - Static method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
- getAllFor(String) - Static method in class com.pixelmonmod.tcg.api.accessors.CardAttacks
- getAllFor(String, int) - Static method in class com.pixelmonmod.tcg.api.accessors.CardAttacks
- getAllies() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Finds the participants on the allied side of the battle.
- getAllItems() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
- getAllItems(Container) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ContainerHelper
-
Collects all items in a given inventory into a list.
- getAllKeys(Class<?>) - Static method in class com.pixelmonmod.api.registry.RegistryManager
- getAllLevelUpMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
of all moves the Pokémon can learn by levelling up - getAllMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets all moves that the Pokémon can learn.
- getAllMoveSkills() - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets a new list containing all move skills.
- getAllowedBoxes() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Gets the number of allowed ranch boxes the player has
- getAllPositions() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getAllPositions() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getAllPositions() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getAllPositions() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Same as
PokemonStorage.getAll()
, but forStoragePosition
s. - getAllProperties() - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
-
Gets a list of all registered properties
- getAllRaids() - Static method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry
-
Gets the list of all raids.
- getAllRequirements() - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
Gets all registered suppliers
- getAllTiers() - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
-
Gets a list of all the active tiers that have been registered
- getAllTMTRHMMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- getAllTypes() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns a list of all types.
- getAllValues(Class<T>) - Static method in class com.pixelmonmod.api.registry.RegistryManager
- getAlly() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidAllyEvent
- getAlly() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.AllyElement
- getAllyData() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets data about the player's allied Pokémon.
- getAllyParticipants() - Method in class com.pixelmonmod.pixelmon.api.events.raids.EndRaidEvent
- getAllyParticipants() - Method in class com.pixelmonmod.pixelmon.api.events.raids.StartRaidEvent
- getAlphaColorF() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getAlphaF() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getAltar() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.PlayFlute
- getAltar() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceChain
- getAltar() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceOrb
- getAltar() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
- getAltar() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeChain
- getAltar() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeOrb
- getAlwaysPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getAmbientSound() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getAmount() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
- getAmount() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- getAmount() - Method in class com.pixelmonmod.pixelmon.items.ExpCandyItem
- getAmuletCoinMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.PokeDollarsConfig
- getAmuletCoinMultiplier() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getAnalogOutputSignal(BlockState, Level, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- getAndDo(int, Consumer<T>) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- getAndDo(Random, int, Consumer<T>) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- getAndDo(RandomSource, int, Consumer<T>) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- getAndPutAttribute(String, T, T) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- getAndSendOutFirstAblePokemon(Entity) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getAngle() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getAngrySound() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getAngrySound() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getAnimatableInstanceCache() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getAnimation() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the animation type of the statue.
- getAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the animation the Poké Ball is currently in.
- getAnimationFrame() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getAnimationFrame() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the animation frame of the statue.
- getAnimationResource(PokeStopTileEntity) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
- getAnimationVariables() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getAnimationVariables() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the variables used to animate the model.
- getAnimationVariables(ModelData) - Method in interface com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.RenderableEntity
- getAnimationVariables(ModelData) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- getAnimationVariables(ModelData) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the variables used to animate the model.
- getApricorn() - Method in class com.pixelmonmod.pixelmon.api.events.ApricornEvent
-
Gets the apricorn type
- getApricorn(ApricornType) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- getArmchairBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
- getArmorEffect() - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- getArmorItem() - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- getArmorSlots() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- getArmorSlots() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getArmorTexture(ItemStack, Entity, EquipmentSlot, String) - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
- getArmorTexture(ItemStack, Entity, EquipmentSlot, String) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBootsItem
- getArmorTexture(ItemStack, Entity, EquipmentSlot, String) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- getArray() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Gets an array of the EVs in the store.
- getArray() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Gets an array of the IVs in the store.
- getAsyncInterval() - Method in class com.pixelmonmod.pixelmon.api.config.StorageConfig
- getAttachCardParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getAttachment() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttachCardParameters
- getAttachments() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getAttack() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent
-
The attack being used.
- getAttack() - Method in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.CanLearnMove
- getAttack() - Method in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt
- getAttack() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the attack stat
- getAttack() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- getAttack() - Method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
- getAttack() - Method in class com.pixelmonmod.tcg.duel.attack.PendingAttack
- getAttack() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
- getAttack() - Method in class com.pixelmonmod.tcg.duel.state.DelayEffect
- getAttackBase(String) - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
Attempts to get the attack with the given name
- getAttackBaseFromEnglishName(String) - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
Searches the map by key for the
ImmutableAttack
with the given name - getAttackBases(String...) - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
Attempts to get the attacks with the given names
- getAttackCategory() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The attack's category, Physical/Special/Status.
- getAttackCategory() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's category.
- getAttackChoices(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets all attack choices the AI can make during the turn.
- getAttackChoices(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.RaidAI
- getAttackChoicesOpponentOnly(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets all attack choices that do not specifically target allies.
- getAttackDamageBonus() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
- getAttacker() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
- getAttackers() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets Pokémon that this Pokémon has faced during battle.
- getAttacking() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
- getAttackMap() - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
- getAttackModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns attack modifier.
- getAttackName() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Gets the attack's English name.
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- getAttackName() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- getAttackName() - Method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Gets the name of the attack this record/machine teaches
- getAttackParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getAttacks() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.OpponentMemory
-
Gets the attacks that the AI thinks this Pokémon has.
- getAttacks() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getAttacks(String[]) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Gets move details for an array of moves.
- getAttacksAtLevel(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Gets the attacks that the Pokémon can learn at the specified pokemonLevel.
- getAttacksPerTurn() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- getAttacksStatus() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getAttackType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's type.
- getAttribute(String) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- getAttribute(String, T) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- getAttributeModifier() - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- getAttributeModifiers(ItemStack, GenericArmor) - Method in interface com.pixelmonmod.pixelmon.items.armor.armoreffects.IItemAttributeModifier
- getAttributeModifiers(ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.SpeedModifier
- getAuthor() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
-
The author of the mail (if sealed) pulled from the NBT of the item To edit this edit the {@link this#getItemStack()}'s NBT in the Pre event
- getAuthor() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
-
The author of the sealed mail
- getAutoTagSpecs() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getAvailableActions() - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- getAvailableActions() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getAvailableHats() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getAvailableMonocles() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getAvailableRobes() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getAvailableSashs() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getAvailableTextures() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getAvailableWings() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getAverageLevel() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getAverageLureExpiryTicks() - Method in class com.pixelmonmod.pixelmon.api.config.ItemConfig
- getAzureFlute() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.CreateFlute
- getAzureFlute() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.PlayFlute
- getBackgroundColor() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- getBackgroundColor(Energy) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- getBackgroundHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Returns the height of the background rectangle.
- getBackgroundHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- getBackgroundTexture(CardType, Energy, boolean) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- getBackText() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Gets the lang code for the text on the back button.
- getBadgeList(Element) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Gets a list of possible Badges for a type.
- getBadgeList(Element[]) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Gets a list of possible Badges for a list of types.
- getBagItems(BagSection) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- getBakedModel(Pokemon, BakedModel) - Static method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- getBalance() - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Gets balance of the account
- getBalance() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.GetBalance
-
Gets the current balance
- getBalance() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PreTransaction
-
Gets the balance before the transaction
- getBalance() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.SetBalance
-
The new value of the player's balance
- getBalance() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- GetBalance(ServerPlayer, BankAccount, BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.GetBalance
- getBall() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the ball the pokemon is in
- getBall() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- getBall() - Method in class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe
- getBall() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
- getBallBonus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Gets the ball bonus of the capture attempt this object is associated with.
- getBallItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a new ItemStack of count 1 of this Poké Ball.
- getBallItem(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a new ItemStack of this Poké Ball.
- getBallSprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the sprite ResourceLocation of this Poké Ball.
- getBallType() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the Poké Ball's type.
- getBankAccount(UUID) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccountManager
- getBankAccount(UUID) - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
- getBankAccount(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- getBankAccount(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccountManager
-
Attempts to get the bank account for the given
ServerPlayer
- getBankAccount(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
-
Attempts to get the bank account for the given
ServerPlayer
- getBankAccount(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- getBankAccountManager() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getBankAccountNow(UUID) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccountManager
-
Unsafe method of getting the player's (
UUID
) bank account Will return null if not found - getBankAccountNow(UUID) - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
-
Unsafe method of getting the player's (
UUID
) bank account Will return null if not found - getBankAccountNow(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccountManager
-
Unsafe method of getting the player's bank account Will return null if not found
- getBankAccountNow(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
-
Unsafe method of getting the player's bank account Will return null if not found
- getBanner(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
- getBanner(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.DayCareStrategy
- getBanner(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.EvolutionStrategy
- getBanner(CommandSourceStack, Pokemon, String[]) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.FormsPaletteStrategy
- getBase() - Method in class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe
- getBase() - Method in class com.pixelmonmod.tcg.api.card.Card
- getBaseBattleStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns all base stats (not counting multipliers).
- getBaseEvolution() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the base species of the Pokemon
- getBaseExp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
- getBaseExpBonus() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getBaseFriendship() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
- getBaseNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getBaseNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getBaseNature() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's actual Nature.
- getBasePerfIVCount() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getBasePower() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's base power.
- getBases() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the possible bases for this Poké Ball.
- getBasesAsItems() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a Set of the Poké Ball bases this Poké Ball can have.
- getBaseSeedId() - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
- getBaseShinyModifier() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getBaseStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the base stats of the Pokémon.
- getBaseStats() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- getBaseStats() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getBaseTypes() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Fetches the pokémon's base types, ignoring added and suppressed types.
- getBattle() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getBattle(Integer) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Finds a battle from its index.
- getBattle(Entity) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Finds the battle a player is in.
- getBattleAbility() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's active Ability in battle.
- getBattleAbility(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's Ability in battle.
- getBattleAbility(boolean, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's Ability in battle.
- getBattleAbility(boolean, PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's Ability in battle.
- getBattleAbility(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's Ability in battle.
- getBattleActionFor(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog.BattleTurnLog
- getBattleAI() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- getBattleAI() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the battle AI of the Pokémon's participant.
- getBattleAIBoss() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getBattleAITrainer() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getBattleAIWild() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getBattleController() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleEvent
-
Gets the battle controller for the battle this event took place in
- getBattleController() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- getBattleController() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getBattleController() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the battle controller for the battle the Pokémon is in.
- getBattleController() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getBattleController() - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- getBattleDamage(Level, Entity) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonDamageTypes
- getBattleEndCause() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getBattleMode() - Method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- getBattleMusicType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getBattleMusicVolume() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getBattleOnlyStatValues() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getBattlePokemon() - Method in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Gets the battle wrapper for the pokemon if they're in battle
- getBattleStatIndex() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Gets the array index for the battle stat array of the equivalent stat.
- getBattleStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the form's default, immutable, battle stats
- getBattleStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns all stats.
- getBattleStats() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's stats and stat modifiers.
- getBattleType() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- getBeamLength() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getBeams() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- getBeams() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getBeamWidth() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getBeforeLevel() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the Pokemon's level before it was changed
- getBeforeText() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail
- getBeginingOfTurnHP() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getBell() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary
- getBell() - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
- getBellInclusionRange() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- getBellRenderType() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getBellSuccessChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- getBenchCards() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getBerry() - Method in class com.pixelmonmod.pixelmon.api.events.BerryEvent
-
Gets the berry type
- getBerry() - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
- getBerryItem() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getBestAttackChoices(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Finds the strongest offensive move choices in the situation.
- getBestAttackChoices(List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets the best attack choices for multiple Pokémon.
- getBestChoices(List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Chooses the best move choices from a list of choices.
- getBestChoices(List<MoveChoice>, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Chooses the best move choices from a list of choices.
- getBiggestRarity() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- getBiggestSpec(int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- getBikeModel(EnumBike) - Static method in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
- getBikeType() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getBiome() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- getBiome() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidBiomeGrouping
-
Gets the biome name this group is for.
- getBiome(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- getBiomes() - Method in enum class com.pixelmonmod.pixelmon.enums.EvolutionRockType
- getBiomes() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidCollection
-
Gets the biome names that this raid collection is for.
- getBiomeStarWeights(String) - Static method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry
-
Gets the raid star weights for a given biome.
- getBiomeToRaids() - Static method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry
-
Gets the biome to raid map.
- getBitter() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getBlock() - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent
- getBlock() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- getBlock() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the block interacted with
- getBlock() - Method in class com.pixelmonmod.pixelmon.items.heldItems.AmuletCoinItem
- getBlock() - Method in class com.pixelmonmod.pixelmon.items.heldItems.BrightPowderItem
- getBlock() - Method in class com.pixelmonmod.pixelmon.items.heldItems.IncensePowerIncreaseItem
- getBlock() - Method in class com.pixelmonmod.pixelmon.items.heldItems.LaggingTailItem
- getBlock() - Method in class com.pixelmonmod.pixelmon.items.IncenseBurnerItem
- getBlock(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- getBlockedGenerations() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getBlockEntitiesWithinAABB(Level, AABB) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
- getBlockFromItem(Item) - Static method in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- getBlockHit() - Method in class com.pixelmonmod.pixelmon.api.events.PokeBallImpactEvent
-
If the target is a block it will obtain the state of said block Otherwise it will return an empty optional
- getBlockId() - Method in class com.pixelmonmod.pixelmon.api.config.OreColorConfig.OreColor
- getBlockImpactMap() - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
- getBlockJumpFactor() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getBlockPos() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.CloningCompleteEvent
-
The Position of the cloning machine block
- getBlockPos() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the block position of the interacted block
- getBlockPos() - Method in class com.pixelmonmod.pixelmon.api.events.ShopEvent
- getBlockPosHit() - Method in class com.pixelmonmod.pixelmon.api.events.PokeBallImpactEvent
-
If the target is a block it will obtain the position of said block Otherwise it will return an empty optional
- getBlockSnapshot(Level, BlockPos) - Static method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Creates a block snapshot for a position.
- getBlockState() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent
-
Gets the block state associated with the Mystery Box associated with this event.
- getBlockState() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the block state at the given position
- getBlockState(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- getBlocksToWalk() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BlocksWalkedOutsideBallCondition
- getBlocksWalked() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- getBlue() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- getBlueColorF() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getBoard() - Method in class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory.BoardInfo
- getBodyBlock() - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelp
- getBoneByName(String) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- getBonemealAgeIncrease(Level) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
- getBonusStats() - Method in class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent.Post
- getBonusStats() - Method in class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent.Pre
- getBonusStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getBonusStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getBoostedStat() - Method in class com.pixelmonmod.pixelmon.battles.status.Commanded
- getBossRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningBossConfig
- getBossRate(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningBossConfig
- getBossSpawnChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningBossConfig
- getBossSpawnTicks() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningBossConfig
- getBossTier() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the Pokémon's boss tier.
- getBossTier(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- getBossTierOrNotBoss(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- getBossTiers() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- getBossTierUnsafe(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- getBothGenDimensions() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getBottleCap() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
- getBottleCapLevel() - Method in class com.pixelmonmod.pixelmon.api.config.ItemConfig
- getBottomIndex() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getBoudariesText() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getBoundingBox(StructureTemplateManager, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- getBoundingBox(StructureTemplateManager, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- getBoundingBoxForCulling() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getBoundingBoxForCulling() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- getBoundingMode() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getBounds() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SlotPC
- getBox() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
Gets the box this is in relation to
- getBox() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostDurationCalculate
-
Gets the day care box
- getBox() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostTimerBegin
-
Gets the box about to begin
- getBox() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Gets the box this is in relation to
- getBox() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreDurationCalculate
-
Gets the day care box
- getBox() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreTimerBegin
-
Gets the box about to begin
- getBox() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.TimerComplete
-
The box the timer completed for
- getBox() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent
-
Gets the Mystery Box tile entity associated with this event.
- getBox(int) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Attempts to get the ranch box at the given index
- getBox(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getBoxColor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- getBoxCount() - Method in class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
- getBoxCount() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getBoxes() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getBoxId() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the ID of the daycare box
- getBoxNumber() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getBrailleBlock(char) - Static method in class com.pixelmonmod.pixelmon.blocks.decorative.UnownBraileBlock
- getBrain() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- getBreakChance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the break chance of this Poké Ball.
- getBreeding() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getBreedingLogic() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getBreedOffspring(ServerLevel, AgeableMob) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getBrightnessDependentFogColor(Vec3, float) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
- getBrightnessDependentFogColor(Vec3, float) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
- getBrightnessDependentFogColor(Vec3, float) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld.DrownedWorldRenderInfo
- getBrightnessDependentFogColor(Vec3, float) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace.UltraSpaceRenderInfo
- getBuffer(BufferedImage) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ImageHelper
- getBurmyForm(TerrainExamine.TerrainType) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpeciesHelper
-
Gets the Burmy form that corresponds to the terrain type.
- getBurningCard() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getBurnTimeRemainingScaled(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Returns an integer between 0 and the passed value representing how much burn time is left on the current fuel item, where 0 means that the item is exhausted and the passed value means that the item is fresh.
- getButton() - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- getButtonList() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- getButtonList() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- getButtonList() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
-
Gets the list of buttons on the GUI.
- getButtonList() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- getBuy() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
- getByCode(char) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Converts the legacy character to the
ChatFormatting
type - getCachedNode() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- getCalculatedChild() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
-
Gets the child calculated by the
BreedingLogicProxy
- getCalculatedChild() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Gets the child calculated by the
BreedingLogicProxy
- getCalculatedValue() - Method in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Gets the calculated hidden power
- getCamera() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- getCameraTarget() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
Gets the entity that the camera is following.
- getCanFly() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getCanTransformToDittoOnCatch() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getCaptureMethod() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the capture method used by this Poké Ball.
- getCaptureMethod(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethodRegistry
-
Gets a
CaptureMethod
for a given key, or the fallback method if not found. - getCaptureMethodID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the ID of the
CaptureMethod
of this Poké Ball. - getCaptureValues() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartCapture
-
Gets the current
CaptureValues
for this capture attempt. - getCaptureValues() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartRaidCapture
-
Gets the current
CaptureValues
for this capture attempt. - getCard() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- getCard() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogCardParameters
- getCard(BoardLocation, int) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getCardBackID() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getCardList() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- getCards() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getCards() - Method in class com.pixelmonmod.tcg.api.events.PackOpenEvent
- getCards(ImmutableCard[]) - Method in class com.pixelmonmod.tcg.api.events.PackOpenEvent.Pre
- getCards(List<ItemStack>) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- getCards(Player, ItemStack) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- getCardsAndCosmetics(ItemStack, PlayerServerState) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- getCardSelectorResult() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getCardSelectorState() - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- getCardSelectorState() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getCardsFromJSONArray(JsonArray) - Method in class com.pixelmonmod.tcg.api.typeadapters.ThemeDeckTypeAdapter
- getCardsInRarities(int, Set<CardRarity>) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets all the cards in the specified set for the given rarities
- getCardType() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getCardType() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getCardTypeFromString(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardType
- getCashRegisterBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.CashRegisterBlock
- getCatchablePokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- getCatchBonus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the catch bonus of this Poké Ball.
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
-
Get the ball bonus of this ball logic.
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BeastBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DiveBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DreamBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.DuskBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.FastBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LevelBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LoveBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LureBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.MoonBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.NestBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.NetBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.QuickBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.RepeatBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.SafariBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.SportBall
- getCatchBonus(PokeBall, PokeBallEntity, Player, Pokemon, PokeBallMode) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.TimerBall
- getCatchComboExpBonuses() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getCatchComboPerfectIVs() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getCatchComboShinyModifiers() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getCatchComboThresholds() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getCatchingCharm() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getCatchingCharmMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.CharmsConfig
- getCatchRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Gets the modified catch rate of the capture attempt this object is associated with.
- getCatchRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the catch rate of the form
- getCategories(RecipeBookType) - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
-
Allows the tabs on the left side of the menu when the recipe book is open to exist.
- getCaughtBall() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getCaughtCompletionPercentage() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Gets the caught completion percentage of the player
- getCaughtTypeCount() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
- getCause() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
Gets the cause of the battle end
- getCause() - Method in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Gets the cause
- getCause() - Method in class com.pixelmonmod.pixelmon.api.events.EvolveEvent
-
Gets the cause of the evolution
- getCause() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the cause of the level up
- getCause() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Gets the cause of the event
- getCause() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent
-
Gets the cause of the event
- getCause() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
-
Gets the cause of the event.
- getCaveMaxMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getCellCount(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- getCenterX() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
Gets the x coordinate of the center of the list.
- getChairBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.ChairBlock
- getChalice() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.AddPlate
- getChalice() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.CreateFlute
- getChance() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.TrySpawn
-
The 1/x chance of this spawn attempt occurring.
- getChance() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostCooldownEnd
-
Chance of it returning to the base state
- getChance() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostGrow
-
The change of the growth happening this random tick
- getChance() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreCooldownEnd
-
Chance of it returning to the base state
- getChance() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreGrow
-
The change of the growth happening this random tick
- getChance() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.RollChance
- getChance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Gets the chance of the item being given (0 - 1)
- getChance() - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Gets the chance that the effect will occur.
- getChance(T) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- getChanceOfNothing() - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Cast
- getChanceString(T, int) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- getChanceToCrit(EffectBase, PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- getChanceToGetSpecialBidoof() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getChanceToHealStatusPassively() - Method in class com.pixelmonmod.pixelmon.api.config.HealingConfig
- getChanceToRevivePassively() - Method in class com.pixelmonmod.pixelmon.api.config.HealingConfig
- getChange() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PreTransaction
-
Gets the amount the balance will change by after the transaction
- getCharms() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getChatHeight() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Calculates the height of the chatbox.
- getChatScale() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Returns the chatscale from mc.gameSettings.chatScale.
- getChatWidth() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Calculates the width of the chatbox.
- getChestDrop() - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
-
Gets a random special drop from the chest according to its tier.
- getChestMode() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getChestMode() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets whether the chest can only be claimed once before disappearing.
- getChestType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getChildCreated() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
-
Gets the child that will be created
- getChildCreated() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
-
Gets the child that will be created
- getChildGiven() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
-
Gets the child that will be created
- getChildGiven() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
Gets the child that will be created
- getChoices(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets all choices that the AI can make during the turn.
- getClassification(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getClause(String) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
-
Gets a registered clause by its ID.
- getClauseIDs() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Gets a sorted list of clauses by their IDs.
- getClauseList() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Gets a sorted list of clauses.
- getClauseList() - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
-
Returns a sorted list of all registered clauses.
- getCleanFromEnum(EnumFossils) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- getClient() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- getClientOnlyInfo() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getClockBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- getClonedConditions() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- getCloneItemStack(BlockState, HitResult, BlockGetter, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.BerrySaplingBlock
- getCloneItemStack(BlockState, HitResult, BlockGetter, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- getCloneItemStack(BlockGetter, BlockPos, BlockState) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- getCloneItemStack(LevelReader, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepTallSeaGrass
- getClosed() - Method in class com.pixelmonmod.pixelmon.items.heldItems.MailItem
- getClosestChatFormattingColorForPokePasteStat(BattleStatsType) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getClosestChatFormattingColorForType(Element) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets ChatFormatting that has the color closest to the color the Pokémon type given.
- getCode() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getCode() - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- getCode() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getCodec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.MovementType
- getCodec(Codec<A>) - Method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
-
Gets the codec for the selector type which will read the condition using the provided codec for the typing
- getCodes() - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- getCoin() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getCoinAmountRequired() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GimmighoulCoinCondition
- getCoinFlip() - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- getCoinSetID() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getCollisionBoundingBox() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getCollisionBoundingBox() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.TimedFallBlock
- getCollisionShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- getColor() - Method in class com.pixelmonmod.pixelmon.api.config.OreColorConfig.OreColor
- getColor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getColor() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the type's associated color on GUIs.
- getColor() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
- getColor() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- getColor() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
- getColor() - Method in class com.pixelmonmod.pixelmon.blocks.multi.CouchBlock
- getColor() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getColor() - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- getColor() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getColor() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getColor() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getColor() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- getColor() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getColor() - Method in enum class com.pixelmonmod.tcg.api.card.CardRarity
- getColor() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- getColor(int) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- getColor(JsonElement) - Static method in class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
- getColor(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- getColor(StatusType) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Returns the color of the type relevant to this type of status.
- getColor(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getColor(ItemStack, boolean) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getColorfulExportText(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Gets exportable text for the Pokémon, but colorful!
- getColorfulExportText(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Used for converting the
Pokemon
to the formatted text colorfully. - getColorfulExportText(Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Used for converting the
Pokemon
to the formatted text colorfully - getColorName() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- getColorRGBA() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getColors() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- getColors() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- getColors() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- getColorScheme(int) - Static method in class com.pixelmonmod.api.client.screen.ScreenStyle
- getColorScheme(String) - Static method in class com.pixelmonmod.api.client.screen.ScreenStyle
- getColorUIA() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getColorUIB() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getColorUIC() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getColour() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
Gets the color of the sign.
- getColours(PixelExtrasData.Category) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getColumn() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- getColumn() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- getCombo() - Method in class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent.ComboIncrement
- getComboSpecies() - Method in class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent.ComboIncrement
- getCommands() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getComponentItems() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getComputerBoxes(UUID) - Method in class com.pixelmonmod.pixelmon.api.config.StorageConfig
-
If you are looking for a way to access the number of boxes a player can use then you need to look at
PCStorage.getBoxCount()
- getComputerStorage(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Shortcut call to
StorageManager.getPCForPlayer(ServerPlayer)
- getCondition() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
Gets the condition being used
- getCondition() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Gets the condition being used
- getCondition() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InvertCondition
- getCondition(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Gets the
SpawnerCondition
of the given type, if it exists. - getConditions() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- getConditions() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets all the current conditions for a Day Care box
- getConditions() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
- getConditions() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- getConditions(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DayCareHelper
-
Retrieve all static Pixelmon Day Care Condition for a pokemon
- getConditionsOfType(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- getConditionSupplier() - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
- getConfig() - Static method in class com.pixelmonmod.tcg.api.config.TCGConfigProxy
- getConfiguredFeature(RandomSource, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraElmTree
- getConfiguredFeature(RandomSource, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraGinkgoTree
- getConfiguredFeature(RandomSource, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraJungleTree
- getConfiguredFeature(RandomSource, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.ApricornTree
- getConfiguredFeature(RandomSource, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.BerryTree
- getConfiguredMegaFeature(RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.trees.UltraJungleTree
- getConstructor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry.AbilityData
- getConsumedItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's most recent consumed held item.
- getConsumer() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory.SelectionData
- getContainerSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- getContainerSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- getContainerSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- getContainerSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Returns the number of slots in the inventory.
- getContainerSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- getContainerSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MowerTileEntity
- getContainerSize() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- getContainerSize() - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- getContentHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getContents() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- getContents() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- getContext() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.ContextCollectEvent
- getContext() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- getContext(ContextKey<A>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Gets the value stored by a given context key for this interaction context
- getContextType(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Gets the type of the context stored by the given key
This will return null if the key is not found in the context - getContinuousForwardMotion() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getContinuousForwardMotionTicks() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getControlledIndex() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the index of the Pokémon in its participant's controlled Pokémon array.
- getControllerPosition() - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- getConverter(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterRegistry
-
Attempts to get the converter with the given ID
- getCooked() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- getCooking() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- getCooldownColor() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getCooldownHours() - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.PreCalculate
- getCoordinates() - Method in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- getCoords() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- getCoords() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- getCoords() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- getCoreCount(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- getCoreType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- getCoreTypes(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- getCosmeticBackgroundTexture(CommonCardState) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- getCosmetics(Player, ItemStack) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- getCostModifier(PlayerCommonState, PlayerCommonState) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- getCosts() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getCouchBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.multi.CouchBlock
- getCount() - Static method in class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
-
Gets the number of registered
EggGroup
- getCount() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CheckedStrikes
- getCount() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PopulationBomb
- getCount() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleAxel
- getCounter(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
- getCounterEndTime() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getCraftedItems() - Method in class com.pixelmonmod.api.event.PlayerCraftItemsEvent
- getCritical() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets whether the Poké Ball is critical.
- getCritStage() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Confusion
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Infatuated
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- getCureMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Gets the lang key for the message that is displayed when the status is cured.
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Confusion
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Infatuated
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- getCureMessageItem() - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Gets the lang key for the message that is displayed when the status is cured with a held item.
- getCurrent(Level) - Static method in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- getCurrentAnimation() - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- getCurrentAnimation() - Method in interface com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.RenderableEntity
- getCurrentAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getCurrentAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getCurrentBerry() - Method in class com.pixelmonmod.pixelmon.battles.status.BerryEaten
- getCurrentBlock() - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Gets the block in the snapshot's position.
- getCurrentCombo() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getCurrentEffectIndex() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getCurrentExp() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the current amount of experience the player's Pokémon have.
- getCurrentGroup() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getCurrentHP() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Gets the current HP for the purposes of the capture attempt this object is associated with.
- getCurrentKills() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the current amount of wild Pokémon the player has defeated.
- getCurrentLocation() - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- getCurrentlyEditing() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Gets the player entity that is currently editing this NPC
This will returnOptional.empty()
if no player is editing this NPC or if the last editing user is offline - getCurrentMaterial() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getCurrentMusic() - Static method in class com.pixelmonmod.pixelmon.client.music.VoidMusicTicker
- getCurrentNormal() - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- getCurrentOpponent() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getCurrentPlayer() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getCurrentPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets the Pokémon currently awaiting action.
- getCurrentScreen() - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getCurrentSlot(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getCurrentSpecies() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getCurrentSpectatingUUID() - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Gets the UUID of the player displayed in the message.
- getCurrentThreshold() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getCurrentTurn() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getCurrentTurn() - Method in class com.pixelmonmod.tcg.duel.state.RenderState
- getCurryBallOrderedTypes() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningCurryConfig
- getCurryBattle() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningCurryConfig
- getCurryData() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getCurryData() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- getCurryDishItem() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
Gets the curry dish of the EnumCurryKey it is called from.
- getCurryEncounterRates() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningCurryConfig
- getCurryIngredientItem() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
Gets the curry ingredient of the EnumCurryKey it is called from.
- getCurryRatingCutoffs() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningCurryConfig
- getCurrySync() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningCurryConfig
- getCursorXPosTranslatedFromGUIXPos(Minecraft, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- getCursorXPosTranslatedToGUIXPos(Minecraft) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- getCursorYPosTranslatedFromGUIYPos(Minecraft, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- getCursorYPosTranslatedToGUIYPos(Minecraft) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- getCushionChairBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
- getCustomDrops() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getCustomGUI() - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- getCustomGUI() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getCustomGUI(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- getCustomGUI(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
- getCustomGUI(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- getCustomGUI(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Peek
- getCustomGUIResult() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getCustomName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- getCustomText() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- getCustomTexture() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getDamage() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- getDamage() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getDamage() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
- getDamage() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getDamage() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- getDamage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Returns the amount of damage dealt by the entry hazard.
- getDamage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
- getDamage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StealthRock
- getDamage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Steelsurge
- getDamageBonus() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getDamageBonusCountLeft() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getDamageMultiplier(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
- getDamageMultiplier(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
- getDamageSource(ResourceKey<DamageType>, Level) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonDamageTypes
- getData() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- getData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getData() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- getData() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getData() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getData(UUID) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
- getData(ServerPlayer, Species) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- getDataMarkers(StructureTemplateManager, BlockPos, Rotation, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- getDataMarkers(StructureTemplateManager, BlockPos, Rotation, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- getDataProviderTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getDataSupplier() - Method in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- getDayCare() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent
-
Gets the player's DayCare
- getDayCare() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getDayCareBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- getDeathSound() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getDeathSound() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getDeathSound() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getDebug() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getDebugLineStripRenderType(RenderStateShard.ShaderStateShard, RenderStateShard.TransparencyStateShard, RenderStateShard.CullStateShard, RenderStateShard.LightmapStateShard, RenderStateShard.OverlayStateShard) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getDecayRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Gets the decay rate
- getDecelerationRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getDeck() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getDeckSize() - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- getDeckSize() - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientOpponentState
- getDeckSize() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getDecreasedStat() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- getDefault() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterRegistry
-
Gets registered default instance
- getDefault() - Static method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations
- getDefault() - Static method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CheckSpawns
- getDefault() - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.BattleProperty
-
Gets the default value when not supplied If returning an empty optional this means it isn't always required
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BattleTypeProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BooleanBattleProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ClausesProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ExitableProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.FullHealProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.LevelCapProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.NoCritsProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.NumPokemonProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.OldGenModeProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.RaiseToCapProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamPreviewProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamSelectProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TierProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TurnTimeProperty
- getDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractBooleanProperty
- getDefaultAttributeModifiers(EquipmentSlot) - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
- getDefaultAttributeModifiers(EquipmentSlot) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBootsItem
- getDefaultBaseForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getDefaultDayCareAmount() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- getDefaultForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets a
Stats
for a random default form of the Pokémon - getDefaultFormExcluding(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets a
Stats
for a random default form of the Pokémon - getDefaultFormNames() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the name of the default form
- getDefaultForms() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the name of the default form
- getDefaultGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getDefaultGenderProperties() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getDefaultItem() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
- getDefaultItem() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- getDefaultName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- getDefaultPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
- getDefaultResource() - Method in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
- getDefaultSpawnLocation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the spawn location to set a Pokémon to by default.
- getDefaultTurnOrder() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the turn order of Pokémon in the battle without accounting for priority.
- getDefaultXRotation() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- getDefense() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the defense stat
- getDefenseForType(ArmorItem.Type) - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getDefenseModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns defense modifier.
- getDefensiveStat(PixelmonWrapper, PixelmonWrapper, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StatReplaceEffect
-
Changes the stat used for calculating defense.
- getDefensiveStatPokemon(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StatReplaceEffect
-
Changes the pokemon whose defensive stat is used for calculating damage.
- getDelayEffects() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getDen() - Method in class com.pixelmonmod.pixelmon.api.events.raids.DenEvent
- getDen() - Method in class com.pixelmonmod.pixelmon.api.events.raids.StartRaidEvent
- getDen() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getDenEntity(Level) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getDenRespawnChance() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getDenRespawnTime() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getDenSpawnChanceModifier() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getDenStarDrops() - Method in class com.pixelmonmod.pixelmon.api.config.DropsConfig
- getDenStarWeights() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getDepthRangeEnd() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Gets the depth rate end value
- getDepthRangeStart() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Gets the depth range start value
- getDeRegisterPacket(BlockPos) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- getDescription() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
-
Gets the description of the ribbon that will show up in the GUI when selected
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.AbsenceOfHealthCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BattleCriticalCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BlocksWalkedOutsideBallCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ChanceCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
-
Provides the description for when a player needs info on how a Pokémon with this evolution method evolves.
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoRockCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoScrollCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.FriendshipCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GenderCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GimmighoulCoinCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HasPaletteCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HeldItemCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HighAltitudeCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InBattleLevelCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.IsBurningCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoonPhaseCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveTypeCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveUsesCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NatureCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NuggetCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PotionEffectCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.RecoilCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ShinyCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatusPersistCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.TimeCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WeatherCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WithinStructureCondition
- getDescription() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Gets a description of the battle clause.
- getDescription() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DescriptiveText
-
Gets the description for the text.
- getDescription() - Method in class com.pixelmonmod.tcg.api.card.ability.CardPower
- getDescription() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getDescription() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getDescriptionId() - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
- getDescriptionId() - Method in class com.pixelmonmod.pixelmon.items.tools.GenericAxe
- getDescriptionId() - Method in class com.pixelmonmod.pixelmon.items.tools.GenericHammer
- getDescriptionId() - Method in class com.pixelmonmod.pixelmon.items.tools.GenericHoe
- getDescriptionId() - Method in class com.pixelmonmod.pixelmon.items.tools.GenericPickaxe
- getDescriptionId() - Method in class com.pixelmonmod.pixelmon.items.tools.GenericShovel
- getDescriptionId() - Method in class com.pixelmonmod.pixelmon.items.tools.GenericSword
- getDescriptionId(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- getDescriptionKey() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- getDescTranslation() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- getDescTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- getDesign(int) - Static method in class com.pixelmonmod.api.client.screen.ScreenStyle
- getDesign(String) - Static method in class com.pixelmonmod.api.client.screen.ScreenStyle
- getDespawnRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getDestination() - Method in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
-
Gets the currently selected destination for the player.
- getDestroyProgress(BlockState, Player, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
- getDestroyProgress(BlockState, Player, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- getDestroyProgress(BlockState, Player, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- getDestroySpeed(ItemStack, BlockState) - Method in class com.pixelmonmod.pixelmon.items.HammerItem
-
Returns the strength of the stack against a given block.
- getDevEnvDebug() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getDex() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the national Pokédex number for the pokemon
- getDexNumber() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Gets the Pokédex number of the Pokémon.
- getDialogue(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogueFactory
-
Gets the dialogue for the given player.
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- getDiameter() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- getDifference() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PostTransaction
-
Calculates the difference between the old and new balances
- getDimension() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- getDimension() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- getDimension() - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- getDimension() - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
- getDimension(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- getDimension(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- getDimensions() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getDimensions() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the dimensions of this form.
- getDimensions(Pose) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getDirection() - Method in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
- getDirection() - Method in enum class com.pixelmonmod.tcg.network.data.PacketDirection
- getDirection() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- getDisabled() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Returns whether the move is disabled.
- getDisabledMove() - Method in class com.pixelmonmod.pixelmon.battles.status.Disable
- getDisabledTurnCountLeft() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getDiscardParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getDiscardPile() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getDiscordInvite() - Method in class com.pixelmonmod.pixelmon.api.config.ServerDiscordConfig.ServerDiscord
- getDishItem() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- getDishTexture() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- getDismountLocationForPassenger(LivingEntity) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getDismountLocationForPassenger(LivingEntity) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- getDisplay() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareDuration
-
Get the display Component
- getDisplay() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AbstractDuration
- getDisplay() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AdditiveDuration
- getDisplay() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.ConstantDuration
- getDisplay() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.MultiplicativeDuration
- getDisplay() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.NegativeDuration
- getDisplay() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.StarterButton
- getDisplay() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getDisplay(boolean[]) - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
- getDisplayedItem() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- getDisplayedMarks() - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Catch
- getDisplayedRibbon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets the Pokemon's selected (displayed) ribbon If this returns null it means there is no displayed ribbon
- getDisplayedRibbon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getDisplayItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Returns the name of the entity the participant is representing.
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Returns the Pokémon's nickname.
- getDisplayName() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getDisplayNameWithRibbon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getDisplayType() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- getDistancePerLevel() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLevelDistanceConfig
- getDotsShowing() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- getDraggedWidget() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- getDrawerOffset() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- getDrawParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getDrop() - Method in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.Drop
- getDropDownOptionAmount() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- getDropDownOptions() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- getDropItem() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- getDropItem() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- getDropMode() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getDropMode() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets whether the chest can only be claimed once per player.
- getDroppedItemShadowRenderType() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getDrops() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockBroke
-
The drops from the block
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
-
The drops from the block
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.events.DropEvent
-
All of the planned drops
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.GetDrops
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet
- getDrops() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.PokemonDropInformation
-
Gets the drops for said spec
- getDrops(AbstractHoldsItemsEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.PokemonDropInformation
-
Gets the drops for a given entity using randomness
- getDrops(List<Element>) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- getDrops(ServerPlayer, AbstractHoldsItemsEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLogBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.FossilBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonStandingSignBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonWallSignBlock
- getDrops(BlockState, LootParams.Builder) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- GetDrops(ServerPlayer, PokeChestTileEntity, ItemStack[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.GetDrops
- getDropsForPokemon(AbstractHoldsItemsEntity) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
Gets a list of the items that a Pokémon will drop.
- getDry() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getDurabilityForType(ArmorItem.Type) - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getDuration() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostDurationCalculate
-
Gets the calculated duration
- getDuration() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostTimerBegin
-
The duration in milliseconds the timer will last
- getDuration() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreDurationCalculate
-
Gets the calculated duration
- getDuration() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreTimerBegin
-
The duration in milliseconds the timer will last
- getDuration() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.TimerComplete
-
The total duration the timer took
- getDuration() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Gets the duration in seconds
- getDuration(String) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareDurationRegistry
-
Attempts to get a new instance of a
DayCareDuration
with the given ID - getDurationInSeconds() - Method in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- getDurations() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Gets the durations to apply from this condition
- getDurations() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- getDyeColor() - Method in class com.pixelmonmod.pixelmon.items.GymSignItem
- getDynamaxHealthMod() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getDynamaxLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getDynamaxLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getDynamaxSize() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getEatingSound() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getEatingSound() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getEditablePokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- getEditablePokemonList() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getEffect() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getEffect() - Method in class com.pixelmonmod.tcg.api.card.ability.CardPower
- getEffect() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getEffect() - Method in class com.pixelmonmod.tcg.duel.state.DelayEffect
- getEffect(int) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Gets a status from its enum index.
- getEffect(int) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonPotionEffect
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall.BallData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff.BuffData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion.ExplosionData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- getEffectEnum() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- getEffectInstance(int) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Gets a non-volatile status from its enum index.
- getEffectiveness() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.TypeEffectiveness
- getEffectiveness(Element, Element) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Determines the effectiveness of one type onto another.
- getEffectiveness(Element, Element, boolean) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Determines the effectiveness of one type onto another.
- getEffectiveTypes(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Modifies the Pokémon's type to calculate type effectiveness if there are statuses that do so.
- getEffects() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- getEffects() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getEffectsParameters() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getEffectsString() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getEffectType() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- getEgg() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the egg in the box Null if not created yet
- getEgg() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
The last egg sent to the client
- getEggAbility(Stats, Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the new Ability for the Pokemon from the two parents
- getEggAbility(Stats, Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the new Ability for the Pokemon from the two parents
- getEggAbility(Stats, Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getEggAbilitySlot(Stats, Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the new Ability slot for the Pokemon from the two parents
- getEggAbilitySlot(Stats, Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getEggCycles() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the number of egg cycles for the pokemon
- getEggCycles() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the egg cycles of the form
- getEggCycles() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getEggCycles() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the number of Egg cycles need to hatchEgg an Egg.
- getEggCycles() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getEggDescription() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets the PokéChecker description translation key of an Egg.
- getEggGroup(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
-
Attempts to get the egg group with the given key Will return
Optional.empty()
if not present - getEggGroups() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets an immutable list of the
EggGroup
of this form - getEggMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
of moves learnt when an egg - getEggMoves(Stats, Pokemon, Set<ImmutableAttack>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Gets the egg moves
- getEggMoves(Stats, Pokemon, Set<ImmutableAttack>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Gets the egg moves
- getEggMoves(Stats, Pokemon, Set<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getEggMoveset(Stats, Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the egg move set
- getEggMoveset(Stats, Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the egg move set
- getEggMoveset(Stats, Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getEggSize(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the new size for the Pokemon from the two parents
- getEggSize(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the new size for the Pokemon from the two parents
- getEggSize(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getEggSprite(Species, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.Resources
- getEggSteps() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getEggSteps() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getElement(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
-
Gets the clauses at a certain index in the list.
- getElementPosition(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getElements() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the list of valid elements
- getElementY(T) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
-
Gets the y position of a widget relative to the scrollable list widget.
- getElevatorSearchRange() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getEloMinimum() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getEmissiveTexturesDistance() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- getEnchantmentValue() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getEnchantmentValue() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
- getEndCause() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- getEndID() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- getEndingCommand() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getEndingMessage() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getEndPos() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- getEnemy() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OpponentElement
- getEnemy() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.RaidElement
- getEnergiesFromList(List<CommonCardState>) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- getEnergyCard(Energy) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a card of a specific type of energy
- getEnergyCards() - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a List of all energy cards
- getEnergyEquivalence(CommonCardState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- getEnergyEquivalence(CommonCardState) - Method in class com.pixelmonmod.tcg.duel.power.Buzzap
- getEnergyFromString(String) - Static method in enum class com.pixelmonmod.tcg.api.card.Energy
- getEnergyFromType(Element) - Static method in enum class com.pixelmonmod.tcg.api.card.Energy
- getEnergyResistance() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getEnergyWeakness() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getEntireText() - Method in exception com.pixelmonmod.pixelmon.api.pokemon.export.exception.PokemonImportException
-
Gets the entire imported text
- getEntitiesPerPlayer() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight
- getEntity() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.WarpPlateEvent
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
Gets the pixelmon entity from the world if it exists
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent.Post
-
Gets the spawned entity
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.ShopEvent
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Post
-
Gets the entity that has been spawned
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent.Post
-
Gets the spawned entity
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Gets the
PixelmonEntity
associated with the capture attempt this object is associated with. - getEntity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon entity.
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getEntity() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getEntity() - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
-
Gets the entity this is representing.
- getEntity() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the entity that this participant is representing.
- getEntity() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- getEntity() - Method in record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
- getEntity() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
- getEntity(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets the Pokémon entity corresponding to a Pokémon UUID
- getEntity(UUID) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Finds the evolving Pokémon entity in the world.
- getEntityByUUID(ServerLevel, UUID, Class<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
- getEntityDataAccessor() - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
- getEntityHit() - Method in class com.pixelmonmod.pixelmon.api.events.PokeBallImpactEvent
-
If the target is an entity it will obtain the hit entity Otherwise it will return an empty optional
- getEntityHitResult(Level, Entity, Vec3, Vec3, AABB, Predicate<Entity>) - Static method in class com.pixelmonmod.pixelmon.command.impl.SpecTestCommand
- getEntityId() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
- getEntityID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getEntityInWorld(UUID, Level) - Static method in class com.pixelmonmod.pixelmon.client.listener.SendoutListener
- getEntityPlayer() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getEntityPlayer(String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets the
ServerPlayer
if they are online else returns null - getEntityPlayer(UUID) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets the
ServerPlayer
if they are online else returns null - getEntitySelector(String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- getEntries() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- getEntry(int) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Gets the entry through the registry status of the Pokemon
- getEntryAtPosition(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- getEntryForBlock(String) - Method in class com.pixelmonmod.pixelmon.api.config.OreColorConfig
- getEntryHazards() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the entry hazards on the Pokémon's side of the field.
- getEquipmentSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- getEquipmentSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
- getEquipmentSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
- getEquipmentSlot(ItemStack) - Method in interface com.pixelmonmod.pixelmon.items.IEquippable
- getEquipmentSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- getEquipmentSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.RelicCrownItem
- getEquipmentSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
- getEquipmentSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
- getEquippableItem() - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- getEquippableItem() - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
- getEquippableItem() - Method in class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
- getEquippableItem() - Method in interface com.pixelmonmod.pixelmon.items.IEquippable
- getEquippableItem() - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- getEquippableItem() - Method in class com.pixelmonmod.pixelmon.items.RelicCrownItem
- getEquippableItem() - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
- getEquippableItem() - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
- getEquippableModelKey() - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- getEquippableModelKey() - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
- getEquippableModelKey() - Method in class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
- getEquippableModelKey() - Method in interface com.pixelmonmod.pixelmon.items.IEquippable
- getEquippableModelKey() - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- getEquippableModelKey() - Method in class com.pixelmonmod.pixelmon.items.RelicCrownItem
- getEquippableModelKey() - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
- getEquippableModelKey() - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
- getEquippableTexture() - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- getEquippableTexture() - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
- getEquippableTexture() - Method in class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
- getEquippableTexture() - Method in interface com.pixelmonmod.pixelmon.items.IEquippable
- getEquippableTexture() - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- getEquippableTexture() - Method in class com.pixelmonmod.pixelmon.items.RelicCrownItem
- getEquippableTexture() - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
- getEquippableTexture() - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
- getEquipSound() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getError() - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Gets the error if an error occurred
It's important to useParseAttempt.wasError()
to check if this is null - getError() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Gets the error message for when the requirement isn't met
- getError() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
- getError() - Method in class com.pixelmonmod.pixelmon.api.test.TestResult
- getErrorCode() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- getErrorMessage() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
Gets the error message to display to the client Only displayed if
DayCareEvent.PreConditionStatusUpdate.isCanConsume()
is false - getErrorMessage() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Gets the error message to display to the client Only displayed if
DayCareEvent.PreConditionStatusUpdate.isCanConsume()
is false - getErrorMessage() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
- getEssence() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- getEssenceDropped(boolean) - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getEssencePerKnockout() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getEssenceRadius() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getEssenceToFillJar() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getEvasion() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns evasion modifier.
- getEvasionStage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns evasion stage.
- getEvent() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- getEvent() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- getEventClass() - Method in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- getEVIVStatValues() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getEvolution() - Method in class com.pixelmonmod.pixelmon.api.events.EvolveEvent
-
Gets the evolution that is taking place
- getEvolutions() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getEvolutions(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getEvolutionStone(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
-
Gets an evolution stone by its name.
- getEvolveParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getEvoStage() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getEvostoneList() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Returns a list of all evolution stones.
- getEvs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getEVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getEVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the EV store for ev stats
- getEvYields() - Method in class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
- getEVYields() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Returns a copy of this form's ev yields
- getException() - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Gets the exception if an exception occurred
It's important to useParseAttempt.wasExceptional()
to check if this is null - getException(String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets the exception for the translation and the data to be given to the translation
- getException(MutableComponent) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets the exception for the translation and the data to be given to the translation
- getExp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getExp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's experience.
- getExp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getExp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Gets the amount of experience the Pokémon has.
- getExp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- getExp() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's experience.
- getExpBouns() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getExpCharm() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getExpCharmMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.CharmsConfig
- getExpDrop(BlockState, LevelReader, RandomSource, BlockPos, int, int) - Method in class com.pixelmonmod.pixelmon.blocks.GenericOreBlock
- getExperience() - Method in class com.pixelmonmod.pixelmon.api.events.ExperienceGainEvent
-
Gets how much experience will be given currently.
- getExperience() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getExperience() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getExperienceFraction() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getExperienceGroup() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the experience group
- getExperienceGroupFromString(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Gets the experience group with the given name (case insensitively) Will return null if none match the name
- getExperienceModifier() - Method in class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent.ComboExperienceBonus
- getExperienceToLevelUp() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getExpForLevel(int) - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Calculates the experience required from a pokemonLevel to the next.
- getExpForLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
- getExpForNextLevelClient() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
- getExpFraction() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Gets the fractional progress of experience to the Pokémon's next pokemonLevel.
- getExpFraction(int, int) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Gets the fractional progress of experience to the Pokémon's next pokemonLevel.
- getExpModifier() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getExportText() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- getExportText() - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IImportableContainer
-
Gets exportable text for the current Pokémon.
- getExportText() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
Gets exportable text for the current Pokémon.
- getExportText() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getExportText(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Gets exportable text for the Pokémon.
- getExportText(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Used for converting the
Pokemon
to the formatted text - getExportText(Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Used for converting the
Pokemon
to the formatted text - getExportText(Pokemon...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
- getExportText(Pokemon...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
- getExportText(PartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
- getExportText(PartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
- getExportText(Collection<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
- getExportText(Collection<Pokemon>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
- getExportText(List<Pokemon>, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getExpToLevel(int) - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Gets EXP required to go from 0 ->
- getExpToNextLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getExpToNextLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the amount of experience needed for the Pokémon to pokemonLevel up.
- getExpToNextLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getExternalMoves() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getExtraCards() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getExtraColorMode() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- getExtraColorMode() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getExtraLevels() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getExtraSpecs(boolean[]) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- getExtraStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getExtraStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getExtraStats(Species) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- getExtraStats(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getEyeHeight() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Gets the eye height of the form
- getEyeHeight(Pose) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getEyeHeight(Pose) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getEyeHeight(Pose, EntityDimensions) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- getFaces() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
- getFacing(BattleOwnedTileEntityController) - Static method in class com.pixelmonmod.tcg.client.renderers.BattleControllerTileEntityRenderer
- getFadeColors() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- getFadeColors() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- getFadeColors() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- getFailedValue() - Method in exception com.pixelmonmod.pixelmon.api.pokemon.export.exception.PokemonImportException
-
Gets the failed value that caused the import to fail.
- getFaintedPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the first fainted Pokémon in the participant's party.
- getFaintedPokemonToRevive() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
- getFaintedPokemonToRevive() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets a Pokémon to revive when forced to revive.
- getFaintedPokemonToRevive() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.NoOpAI
- getFaintedPokemonToRevive() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.RandomAI
- getFallback() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- getFallbackCaptureMethod() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getFallbackCaptureMethod() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethodRegistry
-
Gets the current fallback
CaptureMethod
. - getFallDamageSound(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getFallRate() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getFathersTMHMTutorMoves(Stats, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Gets the father's TM, HM and Tutor moves
- getFathersTMHMTutorMoves(Stats, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Gets the father's TM, HM and Tutor moves
- getFathersTMHMTutorMoves(Stats, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getFeature() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getFeature() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- getField() - Method in exception com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownImportException
-
Gets the showdown field that the import failed on
- getFile() - Method in class com.pixelmonmod.tcg.api.card.personalization.Board
- getFile() - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
- getFile(PokemonStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.FlatFileStorageSaveAdapter
- getFile(PokemonStorage) - Method in class com.pixelmonmod.pixelmon.storage.adapters.NBTStorageSaveAdapter
- getFilename() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- getFileName() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- getFileName() - Method in enum class com.pixelmonmod.tcg.api.card.CardRarity
- getFillPercent() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- getFillPercentDirect() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- getFireSpreadSpeed(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- getFireSpreadSpeed(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- getFireSpreadSpeed(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLogBlock
- getFirst(Iterable<T>, Class<E>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- getFirstAblePokemon() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getFirstBattleReadyPokemon() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Alternative to getFirstAblePokemon() that checks if the Pokémon can battle instead of checking if the Pokémon's entity can battle.
- getFirstEmptyBox() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Finds the first box that is empty in the Player's Day Care storage "first" being found via logical id (i.e.
- getFirstEmptyPosition() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getFirstEmptyPosition() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getFirstEmptyPosition() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBoxSearch
- getFirstEmptyPosition() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getFirstEmptyPosition() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets the first position where there is no pokemon in the storage
- getFirstEvolutionConditionOfType(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getFirstForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the
Stats
for the first default form of the Pokémon - getFirstFourMoves(List<ImmutableAttack>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Gets the first four moves from the attack list given
- getFirstFourMoves(List<ImmutableAttack>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Gets the first four moves from the attack list given
- getFirstFourMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getFirstGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getFirstGenderProperties() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getFirstIdFromPokemon(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- getFirstLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Gets the lang key for the message displayed when a hazard is first laid.
- getFirstLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
- getFirstLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.StealthRock
- getFirstLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Steelsurge
- getFirstLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.StickyWeb
- getFirstLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
- getFirstMover(PixelmonWrapper...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the first Pokémon to move in the turn order from the given list.
- getFirstMover(List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the first Pokémon to move in the turn order from the given list.
- getFirstPaletteProperties() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the
Stats
for the first default form of the Pokémon - getFlags() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getFlags() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getFlags() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Details about the the attack.
- getFlammability(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- getFlammability(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- getFlammability(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLogBlock
- getFlapRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlashingTexture() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the flashing texture ResourceLocation of this Poké Ball.
- getFlashTimer() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getFlightTimeMax() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlightTimeMin() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlipDegrees(NPC) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- getFlipDegrees(NPC) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- getFlipDegrees(NPC) - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- getFluidFallingAdjustedMovement(double, boolean, Vec3) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- getFluidState(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- getFlyHeight() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getFlyHeightMax() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlyHeightMin() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlyingCharges() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getFlyingDirection() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getFlyingParameters() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- getFlyingParameters() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the flying AI parameters for the Pokémon.
- getFlyingSpeedLimit() - Method in class com.pixelmonmod.pixelmon.api.config.RidingConfig
- getFlyingStaminaCharges() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getFlyPower() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getFlyRefreshRateSpeed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlyRefreshRateXZ() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlyRefreshRateY() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFlySpeedModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getFoldingChairBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.FoldingChairBlock
- getFont(String, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Binds a new font renderer that renders strings using the specified font
- getFooterAt(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the Pokémon at the specified location in the footer.
- getFooterAt(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the Pokémon at the specified location in the footer.
- getFooterNumWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- getFooterPosAt(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the footer position at the specified location.
- getForageChance() - Method in class com.pixelmonmod.pixelmon.api.config.ExternalMovesConfig
- getForceEndBattleResult() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getForegroundColor(Energy) - Static method in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- getForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the form of the pokemon
- getForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getForm() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- getForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
The form ID of this form's Gigantamax form.
- getForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's form name.
- getForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getForm() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- getForm() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the form index of the Pokémon.
- getForm() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getForm() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getForm() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Checks if this entity is transformed and gets the form of the Pokémon this entity appears to be.
- getForm() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the enum of the form of the Pokémon.
- getForm() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the index of the form of the Pokémon.
- getForm() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.Raid
-
Gets the form name of this raid.
- getForm(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the form of the species from the given name.
- getFormatLevelMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- getFormattedDex() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the formatted national dex number (i.e.
- getFormattedDuration(long) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
- getFormattedDuration(long, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
- getFormattedEnglishNameSet() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a list of all English Species names
- getFormattedExportedText(Pokemon...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Converts the given
Pokemon
into a new line seperated formatted text - getFormattedExportedText(Pokemon...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Converts the given
Pokemon
into a new line seperated formatted text - getFormattedExportedText(PartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Converts the given
Pokemon
in the givenPartyStorage
into a new line seperated formatted text - getFormattedExportedText(PartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Converts the given
Pokemon
in the givenPartyStorage
into a new line seperated formatted text - getFormattedExportedText(Collection<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Converts the given
Pokemon
into a new line seperated formatted text - getFormattedExportedText(Collection<Pokemon>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Converts the given
Pokemon
into a new line seperated formatted text - getFormData(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.ImportExportForm
-
Gets form data for a form name.
- getFormFromId(Species, int) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- getFormId(Species, PokemonSpecification) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- getFormIncludeTransformed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the index of the form of the Pokémon.
- getForms() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the list of all potential forms of the Pokémon
- getForms(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets all the forms of a species excluding, or including, temporary forms
- getForms(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- getForms(Predicate<Stats>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets forms that match the given predicate
- getFormsForSpecies(Species) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- getFortuneAmount(int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random amount of items to drop from a Fortune enchantment.
- getForType(ITechnicalMove, Element) - Static method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Get TMs of a certain typing.
- getFossil() - Method in class com.pixelmonmod.pixelmon.api.events.FossilCleanerEvent
- getFossil() - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutFossil
- getFossil() - Method in class com.pixelmonmod.pixelmon.items.CoveredFossilItem
- getFossil() - Method in class com.pixelmonmod.pixelmon.items.FossilItem
- getFossils() - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemoveFossil
- getFoundItem() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem
-
The
ItemStack
found by the inventory scan performed. - getFrame() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- getFrame() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- getFrame() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- getFrame() - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IFrameCounter
- getFrameCount() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getFrameCount() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the number of frames for the statue's animation.
- getFriendship() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getFriendship() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getFriendship() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getFriendship() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's friendship.
- getFriendship() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getFriendship() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the object that tracks friendship.
- getFrom() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
- getFromDbString(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardCondition
- getFromDbString(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
- getFromDbString(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.HealType
- getFromId(int) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- getFromId(int) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
- getFromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Gets an AI mode from its enum index.
- getFromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets a spawn location from its enum index.
- getFromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- getFromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Gets an encounter mode from its enum index.
- getFromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- getFromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- getFromName(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
-
Gets a battle type from its enum ordinal.
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
-
Gets the state corresponding to an enum ordinal.
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns the GUI with the specified enum index.
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns the GUI with the specified enum index.
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Finds the NPC enum from its enum ordinal.
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Gets a texture from its enum ordinal.
- getFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Gets a movement AI mode from its index.
- getFromOrdinal(short) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Finds the NPC enum from its enum ordinal.
- getFromOrdinal(Integer) - Static method in enum class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
-
Finds the Poké Ball's mode from its enum ordinal.
- getFromPlayer(Player) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
- getFromString(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- getFromString(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- getFromString(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
- getFromString(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Gets a texture from its name.
- getFromTerrain(TerrainExamine.TerrainType) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- getFromType(Element) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- getFrontFace() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getFuelItems() - Method in class com.pixelmonmod.pixelmon.client.gui.recipebook.InfuserRecipeBookComponent
- getFullDamage() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- getFullName(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PokemonHelper
-
Get a pokemon's full name with form and palette if obtained
- getFullName(Pokemon, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PokemonHelper
-
Get a pokemon's full name with form and palette if obtained
- getGainType() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- getGainType() - Method in class com.pixelmonmod.pixelmon.items.ExpCandyItem
- getGamePhase() - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- getGamePhase() - Method in class com.pixelmonmod.tcg.duel.state.RenderState
- getGameProfileNoLookup(GameProfileCache, String) - Static method in class com.pixelmonmod.pixelmon.api.util.PixelmonPlayerUtils
- getGameServer() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- getGameServer() - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- getGem(Element) - Static method in class com.pixelmonmod.pixelmon.items.helpers.ItemHelper
- getGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the gender of the pokemon
- getGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
-
Gets the gender
- getGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's gender.
- getGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getGender() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's gender.
- getGender() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- getGender() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getGender(short) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Gets a gender from its enum ordinal.
- getGender(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Gets the gender associated with the given name, case insensitively, if it exists
- getGenderProperties() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the gender properties of the pokemon
- getGenderProperties() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getGenderProperties() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getGenderProperties() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Checks if this entity is transformed and gets the gender properties of the Pokémon this entity appears to be.
- getGenderProperties(Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the gender properties for the given gender
- getGeneral() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getGeneration() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the Pokémon's generation
- getGeneration() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- getGeneration() - Method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Gets the generation this move belongs to.
- getGeneration() - Method in class com.pixelmonmod.pixelmon.items.CoveredFossilItem
- getGenerationDex(int) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a Generation Dex
- getGenerationMoves(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets all the moves in the move set for that generation
- getGenerations() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs all generations
- getGenerationsTMTRTheImmutableAttackIsIn(ImmutableAttack, Moves) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- getGiftType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets the Poké Gift's type.
- getGigantamax() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Get the gigantamax object
- getGigantamaxFactorRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getGigantamaxFactorRate(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getGigantamaxForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the gigantamax form, if available
- getGiver() - Method in class com.pixelmonmod.pixelmon.api.events.PokegiftEvent
- getGlobalStatus(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Gets the status at the specified index.
- getGlobalStatus(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Gets the specified status if it is active.
- getGlobalStatuses() - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Returns a list of global statuses.
- getGlobalStatusSize() - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Returns the number of global statuses.
- getGmaxData(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.ImportExportForm
-
Gets Gmax data from the species-form name.
- getgMaxGoldRushMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getGMaxMoveFromAttack(Attack, PixelmonWrapper, Species, Stats) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.MaxMoveConverter
- getGovernor() - Method in class com.pixelmonmod.pixelmon.api.events.raids.EndRaidEvent
- getGovernor() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- getGrade() - Method in class com.pixelmonmod.tcg.api.card.Card
- getGraphics() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getGravityDropPerTick() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getGravityModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the gravity modifier of this Poké Ball.
- getGreen() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- getGreenColorF() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getGridHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- getGridWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- getGroundLevelDelta() - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- getGroundLevelDelta() - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- getGroundY(Vec3) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- getGroup(int) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
-
Safely gets the raids of a given star level.
- getGroupId() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- getGroupings() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
-
Gets the inner map of stars to raids.
- getGroups() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getGroupsDirectAccess() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getGrowth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getGrowth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- getGrowth() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getGrowthComparatorRegistry() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getGrowthData() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the growth data of the form
- getGrowthTime() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getGrowthTime() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- getGuiHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Gets the height of the battle GUI.
- getGuiLeft() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- getGUILeft() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- getGUILeft() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- getGUILeft() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
-
Gets the x coordinate of the left side of the GUI.
- getGUILeft() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- getGuiMessage() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- getGUISprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the GUI sprite ResourceLocation of this Poké Ball.
- getGuiTop() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- getGuiWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Gets the width of the battle GUI.
- getGymSignBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- getGymSigns() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
- getGymSignType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- getHammerDurabilityLossMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getHand() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getHand() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getHandler() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed
- getHappyHourMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getHappyHourMultiplier() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getHasCustomTex() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getHatchBonus(PlayerPartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcher
- getHatchBonus(PlayerPartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcherProxy
-
Gets the hatch bonus for the given party
- getHatType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getHeadBlock() - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelpBlock
- getHeads() - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
- getHealAmount() - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
-
Gets the calculation for the Berry's healing amount.
- getHealAmount(PokemonLink) - Method in class com.pixelmonmod.pixelmon.items.HealFixed
- getHealAmount(PokemonLink) - Method in class com.pixelmonmod.pixelmon.items.HealFraction
- getHealAmount(PokemonLink) - Method in interface com.pixelmonmod.pixelmon.items.IHealHP
-
Gets the amount of hp that the Pokémon will be healed by.
- getHealerBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- getHealing() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getHealingRate() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getHealPercent(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the percentage of health that the Pokémon will recover from an amount.
- getHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.AbsenceOfHealthCondition
- getHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's current hp.
- getHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getHealth() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getHealth(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the current hp of the Pokémon.
- getHealthColor(double, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- getHealthDeficit() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the difference between the Pokémon's maximum and current health.
- getHealthPercent() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's current health percentage.
- getHealthPercent(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's health percentage compared to a certain amount.
- getHealthPercentage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getHeighestBlock(int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- getHeight() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- getHeight() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Gets the height of the form
- getHeight() - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareSlot
- getHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- getHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- getHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- getHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- getHeight() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Texture
- getHeight() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getHeight() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- getHeight() - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- getHeight(BlockPos, Level) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
-
Finds the height of the surface for the given position.
- getHeightUpTo(int) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- getHeldItem() - Method in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
-
Gets the
ItemStack
of the held item that the Pokémon is getting. - getHeldItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getHeldItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getHeldItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getHeldItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's held item.
- getHeldItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getHeldItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the type of the item the Pokémon is holding.
- getHeldItem(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Gets the held item's class from a string.
- getHeldItemAsItemHeld() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets the ItemHeld type of the item the Pokémon is holding.
- getHeldItemBounds() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.SlotInventoryPixelmon
-
Gets the bounds of the held item slot.
- getHeldItemList() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Returns a list of all held items.
- getHeldItemStack() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- getHeldItemType() - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Returns the type of held item.
- getHelp(CommandSourceStack) - Method in class com.pixelmonmod.tcg.commands.TCGEndBattleCommand
- getHexagonPoints(Point, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- getHexagonPoints(Point, int, float[]) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- getHiddenAbilities() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
An array of all the form's potential hidden abilities Currently will only have a maximum of one per pokemon.
- getHiddenAbility() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getHiddenAbilityRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
-
Deprecated.
- getHiddenAbilityRate(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
-
Deprecated.
- getHiddenAbilitySlot(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets the slot of the ability
- getHiddenFrequency() - Method in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
- getHiddenPowerType(int...) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
-
Gets Hidden Power's type based on IVs.
- getHiddenPowerType(Pokemon, IVStore, String) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
-
Gets Hidden Power's type based on IVs.
- getHiddenPowerType(IVStore) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
-
Gets Hidden Power's type based on IVs.
- getHighestFeasibleLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getHighestLevel() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getHighestLevel() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the highest level of the participant's Pokémon.
- getHighestOffensiveStat() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getHighResAlt() - Method in enum class com.pixelmonmod.tcg.api.card.Energy
- getHighResTexture() - Method in enum class com.pixelmonmod.tcg.api.card.Energy
- getHistory() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Gets the Pokemon breeding history
- getHitResult(Entity, Predicate<Entity>) - Static method in class com.pixelmonmod.pixelmon.command.impl.SpecTestCommand
- getHMMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofImmutableAttack
potential HM moves - getHolder(int) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getHolder(ResourceKey<Registry<T>>, ResourceKey<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the
ResourceKey
for the given element in the given registry. - getHolder(ResourceKey<Registry<T>>, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the
ResourceLocation
for the given element in the given registry. - getHolder(ResourceKey<Registry<T>>, T) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the
Holder
for the given element in the given registry. - getHolder(ResourceKey<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getHorizontalSliceRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getHorizontalTrackFactor() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getHourglassesUsed() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the number of silver hourglasses used on this box
- getHoverColor(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getHoverDecelerationRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getHoverHeight() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Gets the hover height of the form
- getHoverHeight() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the height above the ground the form hovers
- getHoverImage(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getHoverRotationPitch() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getHoverText(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getHoverTextPokemon(Pokemon, int...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommandHelper
- getHoverTicks() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getHoverTicks() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getHP() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the HP value
- getHP() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getHP() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getHurtSound(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- getHurtSound(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getHurtSound(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getHweenRobe() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Deprecated.
- getHyperTrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getHypertrainedArray() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Gets an array of the hypertrained stats in the store.
- getIcon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- getIcon() - Method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- getIcon() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ButtonWithIcon
- getIcon() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DiscordButton
- getIcon() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- getIcon() - Method in enum class com.pixelmonmod.tcg.api.card.CardType
- getIcon(Pokemon, Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- getIcon(Pokemon, Ribbon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
-
Gets the
ResourceLocation
, which should be a texture (.png), that will show up in the ribbons UI. - getIconIndex() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- getIconItem() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- getIconItem() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- getId() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareDuration
-
The unique identifier of the day care duration logic
- getId() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AbstractDuration
- getId() - Method in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- getId() - Method in class com.pixelmonmod.pixelmon.api.replacement.detection.AbstractDetectionLogic
- getId() - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.AbstractReplacementLogic
- getId() - Method in interface com.pixelmonmod.pixelmon.api.replacement.SpawnDetectionLogic
-
The ID to be used for identification in the datapacks
- getId() - Method in interface com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementLogic
-
The ID to be used for identification in the datapacks
- getId() - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.BattleProperty
-
The id of the property
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BattleTypeProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BooleanBattleProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ClausesProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ExitableProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.FullHealProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.LevelCapProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.NoCritsProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.NumPokemonProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.OldGenModeProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.RaiseToCapProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamPreviewProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamSelectProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TierProperty
- getId() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TurnTimeProperty
- getId() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- getId() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- getId() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
- getId() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- getId() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- getId() - Method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Gets the TM/TR record/machine number.
- getId() - Method in enum class com.pixelmonmod.tcg.api.card.CardRarity
- getId() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- getId() - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
- getId(T) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getID() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Gets the unique ID of the battle clause.
- getID() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
- getID() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Gets the ID of the JSON file defining the shopkeeper.
- getID() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- getID() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- getID() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- getID() - Method in class com.pixelmonmod.tcg.api.card.ability.CardPower
- getID() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getID() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getID() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
- getID() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getIdentifier() - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Gets the unique identifier of the given entity
- getIdentifier() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent
- getIdentifier() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- getIdentifier() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getIDFromPhase(Phase) - Static method in enum class com.pixelmonmod.tcg.duel.Phase
- getIgnoreCase(Map<String, V>, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- getIgnoresAbilities() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Gets whether the attack ignores ignorable abilities.
- getImage() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- getImage(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ImageHelper
- getImage(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ImageHelper
- getImage(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getImage(ItemStack, boolean) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getImageHeight(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getImageU(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getImageV(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getImageWidth(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getImageXFromCard() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getImageYFromCard() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getImplementedBerry() - Static method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getIncreasedStat() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Gets the
BattleStatsType
increased by this nature - getIndex() - Method in class com.pixelmonmod.api.client.screen.ScreenStyle
- getIndex() - Method in class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent.ClickDrop
- getIndex() - Method in class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Remove
- getIndex() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.EggGroup
-
Gets the index of the egg group from the game's index
- getIndex() - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- getIndex() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the index of the enum.
- getIndex() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- getIndex() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns the enum index of the enum.
- getIndex() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns the enum index of the enum.
- getIndex() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- getIndex() - Method in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
- getIndex1() - Method in class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Swap
- getIndex2() - Method in class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Swap
- getIndexFromPos(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- getIndexOfDropDownOptionMouseIsOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- getIndexOfDropDownOptionMouseIsOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- getIndices() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- getInfuserItemStacks() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- getInfusionProgressScaled(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Returns an integer between 0 and the passed value representing how close the current item is to being completely hammered.
- getIngredients() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- getInitialPitch() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the initial pitch of the Poké Ball.
- getInitialPlacer() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Gets the pokemon who placed the initial layer of this hazard.
- getInitialType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the original type of the Pokémon if it is changed.
- getInitialYaw() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the initial yaw of the Poké Ball.
- getInnerHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- getInnerHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- getInnerHeight() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- getInnerHeightOfLayoutElementWidget(LayoutElement) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- getInnerLink() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon stored inside this wrapper.
- getInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- getInputElementTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getInspectingCard() - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- getInstance() - Static method in class com.pixelmonmod.api.EmptySpecification
- getInstance() - Static method in class com.pixelmonmod.pixelmon.api.dummy.DummyClientLevel
- getInstance() - Static method in class com.pixelmonmod.pixelmon.api.dummy.DummyClientPacketListener
- getInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry.AbilityData
- getInstance() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Gets the breeding logic instance
- getInstance() - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.BattleProperty
-
Gets a new instanceof the
PropertyValue<T>
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BattleTypeProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ClausesProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.LevelCapProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.NumPokemonProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.OldGenModeProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamSelectProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TierProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TurnTimeProperty
- getInstance() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractBooleanProperty
- getInstance() - Static method in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawningHandler
- getInstance(Class<T>) - Static method in class com.pixelmonmod.pixelmon.api.config.api.yaml.YamlConfigFactory
-
Gets the instance of the given config from the class using Sponge's Configurate
- getInstanceOf(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- getInt(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
- getIntAfterColon(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Gets the part of a string that is after a colon, converted to an integer.
- getInteraction(Species) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
Gets the interaction for a Pokémon.
- getInteractionConditionTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getInteractionEvents() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getInteractionResultTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getInteractions() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- getInteractionShape(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getInUseRaidData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getInventory() - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- getInverse(Vector3f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- getIsFlying() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Checks if the statue is in a standing position.
- getIsOnGround() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets whether the Poké Ball is on the ground.
- getIsOverworldWeather() - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
- getIsUsed(BirdShrineTileEntity) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getIsWaiting() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets whether the Poké Ball is in an animation.
- getItem() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed
- getItem() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockDestroy
-
The main hand item
- getItem() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockDestroy
-
The main hand item
- getItem() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
- getItem() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemInteractionEvent
- getItem() - Method in class com.pixelmonmod.pixelmon.api.events.ShopEvent.Purchase
- getItem() - Method in class com.pixelmonmod.pixelmon.api.events.ShopEvent.Sell
- getItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Gets the item using randomness for the chance and amount
- getItem() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- getItem() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Helper fnct to get the stack in the slot.
- getItem() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumBike
- getItem() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- getItem() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- getItem() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- getItem() - Method in enum class com.pixelmonmod.pixelmon.enums.TMType
- getItem(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
Returns the stack in slot i.
- getItem(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- getItem(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Returns the stack in slot i.
- getItem(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- getItem(int) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- getItem(int) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- getItem(Element) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- getItem(DyeColor) - Static method in class com.pixelmonmod.pixelmon.items.PokeBagItem
-
Gets a poke bag from the dye color given.
- getItem(Level, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- getItemBySlot(EquipmentSlot) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- getItemBySlot(EquipmentSlot) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getItemFromBlock(Block) - Static method in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- getItemFromName(String) - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
Finds a Pixelmon item from its localized name.
- getItemHandler() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
- getItemHeld(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Gets the type of held item for an item stack.
- getItemID() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
- getItemInCleaner() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- getItemInDisplay() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- getItemInSign() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
Gets the item in the sign.
- getItemName() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- getItemRaw() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getItems() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getItems() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems
- getItems() - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineShop
-
Gets a list of items sold by the vending machine.
- getItems() - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- getItems(int) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
-
Get last items from the log
- getItemsMap() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
Initializes and returns a map of all pixelmon items.
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Activate
-
Gets the item stack used in this interaction.
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Feed
-
Gets the item stack used in this interaction.
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open
-
Gets the item stack used in this interaction.
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockBroke
-
Gets the item used in their MAIN_HAND
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
-
Gets the item used in their MAIN_HAND
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
-
The mail item stack
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent.Item
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemInteractionEvent
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- getItemStack() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Gets a copy of the
ItemStack
being cloned and then given to the player - getItemStack() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
- getItemStack() - Method in class com.pixelmonmod.pixelmon.items.ItemData
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
- getItemStack() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
- getItemStack(int) - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getItemStack(PixelmonFireworkShape, String) - Static method in class com.pixelmonmod.api.helpers.FireworkHelper
- getItemStackDisplayName(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.CurryDishItem
- getItemStackDisplayName(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ScrollItem
- getItemStackTextureLocation(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
This method gets the ResourceLocation for the texture of the ItemStack
- getItemTextureLocation(Item) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
This method gets the ResourceLocation for the texture of the Item
- getIVBoost() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningCurryConfig
- getIvs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getIVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getIVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the IV store for IVs stats
- getIVsForEgg(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the new IVs for the Pokemon from the two parents
- getIVsForEgg(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the new IVs for the Pokemon from the two parents
- getIVsForEgg(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getJson() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets this Poké Ball object's JSON representation as a String, if available.
- getJson() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- getJson() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- getJson() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getJson() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
- getJson() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getJsonOffset() - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getJuiceGroup() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getJuiceTag(BerryType, BerryType) - Static method in class com.pixelmonmod.pixelmon.items.JuiceShoppeItem
- getJumpPalette(Species, int) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
-
Used to get random JUMP textures.
- getJumpPower() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getJumpTicks() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- getKa() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- getKd() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- getKey() - Method in class com.pixelmonmod.api.registry.RegistryValue
- getKey() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.PlaceholderCollectEvent
- getKey() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- getKey() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.EggGroup
-
Gets the unique identifying key of the egg
- getKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- getKey() - Method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Gets the registry key for this input type
- getKey() - Method in class com.pixelmonmod.pixelmon.items.CurryKeyItem
- getKey(ResourceKey<Registry<T>>, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the
ResourceKey
for the given element at the resource location in the given registry - getKey(ResourceKey<Registry<T>>, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the
ResourceKey
for the given element at the resource location in the given registry - getKey(ResourceKey<Registry<T>>, T) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the
ResourceLocation
for the given element in the given registry. - getKey(T) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getKeyForAnimation(AttackAnimation) - Static method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationRegistry
-
Gets the key for the given animation.
- getKeyListeners() - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- getKnockbackResistance() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getKnockoutParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getKs() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- getLabel() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getLabel() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the statue's display label.
- getLakeTrioMaxEnchants() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getLandingMaterials() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- getLangContinue() - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
- getLarge() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- getLastAttack() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- getLastBattle() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getLastBox() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getLastBox() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- getLastExecutionTime(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Gets the last recorded time that the associated key has stored
This will return 0 if the key has not been recorded before - getLastFrame() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- getLastJump() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getLastLevelType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Returns the type of xp the last level-up used.
- getLastMover(PixelmonWrapper...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the last Pokémon to move in the turn order from the given list.
- getLastMover(List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the last Pokémon to move in the turn order from the given list.
- getLastOpenTime() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
The Unix time in milliseconds when this Mystery Box was last opened (in this case, right now).
- getLastSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Checks if an option was selected in the current mouse press.
- getLastTempAttack() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- getLastUsedItemIfStillAvailable() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- getLazily() - Method in interface com.pixelmonmod.pixelmon.tools.LazySupplier
- getLearnableMoves() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
- getLeavesBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getLegacyRandom() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
- getLegendaries() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a list of all Legendary species, including Mythicals
- getLegendaries(boolean) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a list of all English Species names
- getLegendary() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.DoSpawn
-
Gets the pokemon of the legendary about to spawn.
- getLegendaryDespawnTicks() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- getLegendarySpawnChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- getLegendarySpawnTicks() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- getLength() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Gets the length of the form
- getLength() - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getLetterBoxBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- getLevel() - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent
- getLevel() - Method in class com.pixelmonmod.pixelmon.api.events.ApricornEvent
-
Gets the world they're in
- getLevel() - Method in class com.pixelmonmod.pixelmon.api.events.BerryEvent
-
Gets the world they're in
- getLevel() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
Gets the level that the pokemon is/will spawn in
- getLevel() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- getLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getLevel() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
- getLevelCap() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the level cap for the participant.
- getLevelChange() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the numerical difference in level from before & after the event
- getLevelMoveIsLearnedAt(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- getLevelMultiplier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getLidItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a new ItemStack of count 1 of this Poké Ball's lid.
- getLidItem(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a new ItemStack of this Poké Ball's lid.
- getLidSprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the sprite ResourceLocation of this Poké Ball Lid.
- getLidTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the translation key of this Poké Ball's Poké Ball Lid item name.
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- getLifetime() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- getLight(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- getLightBlock(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticle
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticle
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticle
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticle
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticle
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticle
- getLightColor(float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticle
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- getLightEmission(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- getLimitedString(String, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Cuts off text with ellipses if it exceeds a certain length.
- getLine() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- getLineCount() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Calculates the number of lines in the chatbox.
- getLineParser(String) - Method in class com.pixelmonmod.pixelmon.client.models.obj.LineParserFactory
- getLines() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- getLines() - Method in class com.pixelmonmod.pixelmon.api.util.PokePasteReader
-
Reads the lines from the pokepaste
- getLinkedPresetKey() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- getLives() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- getLocalBoundsForPose(Pose) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- getLocalized(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- getLocalizedBiomeName(Holder<Biome>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BiomeHelper
- getLocalizedBiomeName(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BiomeHelper
- getLocalizedDescription() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.api.battles.AttackCategory
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Gets the localized name of the AI mode.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
-
Gets the localized name of the battle type.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the localized type name.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Returns the localized name of the aggression mode.
- getLocalizedName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getLocalizedName() - Method in interface com.pixelmonmod.pixelmon.api.util.ITranslatable
-
Deprecated.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
- getLocalizedName() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Gets the translated name of the battle clause.
- getLocalizedName() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ZMove
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
- getLocalizedName() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the Pokémon's localized pokemon name.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets the localized name of the spawn location.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Gets the localized name of the encounter mode.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Gets the localized name of the AI mode.
- getLocalizedName() - Method in enum class com.pixelmonmod.pixelmon.enums.EvolutionRockType
- getLocalizedName() - Method in class com.pixelmonmod.pixelmon.items.HeldItem
- getLocalizedName() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
Gets the localized name of the item.
- getLocalizedName() - Method in enum class com.pixelmonmod.tcg.api.card.CardRarity
- getLocalizedName() - Method in enum class com.pixelmonmod.tcg.api.card.CardType
- getLocalizedName() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getLocalizedName(String) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Gets the translated name of the battle clause.
- getLocation() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- getLocation() - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- getLocationSubIndex() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- getLog() - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- getLogBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getLogic() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the capture logic for this Poké Ball.
- getLogicPath() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the classpath of the
BallLogic
of this Poké Ball. - getLongestStringWidth(Collection<String>) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Finds the width of the longest string in a collection of strings.
- getLongestWidth(Collection<Component>) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Finds the width of the longest string in a collection of strings.
- getLootClaim(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getLootClaim(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets the identifier for a player who has claimed the Poké Gift.
- getLootClaim(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getLootClaim(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getLootTable() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getLootTime() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- getLootTime() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeStopConfig
- getLoser() - Method in class com.pixelmonmod.tcg.api.events.EndGameEvent
- getLoserPlayer() - Method in class com.pixelmonmod.tcg.api.events.EndGameEvent
- getLosses() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the amount of times the player has lost battles against other players.
- getLowerAngleLimit() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getLowestLevel() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getLure() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getLure(LureItem.LureType, LureItem.LureStrength) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- getLureFluteDuration() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getLureFluteLevelModifier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getLureStack() - Method in class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent
- getLureStack() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getLvl() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the pokemonLevel of the Pokémon.
- getMailBoxBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.decorative.MailBoxBlock
- getMailItem() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail
- getMainArm() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- getMainArm() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getMainEnergy() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getMainEnergy() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getMainHandItem() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getMakesContact() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Gets whether the attack makes contact.
- getMalePercentage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the percentage chance of the form being a
Gender.MALE
- getManualControl() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getMarkCharm() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getMarkCharmRolls() - Method in class com.pixelmonmod.pixelmon.api.config.CharmsConfig
- getMaterial() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
- getMaterials() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getMax() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Gets the maximum amount of the item
- getMaxAge() - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
- getMaxDamagePercent(PixelmonWrapper, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Gets the maximum percent damage a list of choices can do to a Pokémon.
- getMaxDistancePlayersCanMoveAwayFromBattles() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getMaxDistanceToWaypoint() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- getMaxFlySpeed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getMaxHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getMaxHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getMaxHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's maximum hp.
- getMaxHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getMaxHealth() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getMaxHealth(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getMaxHealth(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- getMaxHealth(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getMaxHealth(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the maximum hp of the Pokémon.
- getMaxHP() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Gets the max HP for the purposes of the capture attempt this object is associated with.
- getMaximumCount() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- getMaximumDistanceFromCentre() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getMaximumSpawnedFlyingPokemon() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getMaximumSpawnedFlyingPokemonPerPlayer() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getMaximumSpawnedPokemon() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getMaxLevel() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getMaxLevelByDistance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLevelDistanceConfig
- getMaxMoveFromAttack(Attack, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.MaxMoveConverter
- getMaxPages() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- getMaxPP() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The attack's maximum PP with PP Ups.
- getMaxPriority(List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Gets the highest priority in a list of choices.
- getMaxScrollAmount() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- getMaxSpawnLocationDiameter() - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations
-
Gets the maximum diameter (m) that a
SpawnLocation
may have. - getMaxStackSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- getMaxStackSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- getMaxStackSize() - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
- getMaxStackSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- getMaxStackSize() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- getMaxStackSize() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Returns the maximum stack size for a given slot (usually the same as getInventoryStackLimit(), but 1 in the case of armor slots)
- getMaxStackSize() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- getMaxStackSize() - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- getMaxStackSize() - Method in class com.pixelmonmod.tcg.client.container.slot.DeckSlot
- getMaxStackSize() - Method in class com.pixelmonmod.tcg.client.container.slot.DisenchantSlot
- getMaxStackSize() - Method in class com.pixelmonmod.tcg.client.container.slot.EnergyCaseSlot
- getMaxStackSize(ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
- getMaxStackSize(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MailItem
- getMaxTradesPerTrader() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getMaxValue() - Method in class com.pixelmonmod.pixelmon.api.util.Range
- getMaxY() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- getMaxYield() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getMe() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- getMegaForm() - Method in class com.pixelmonmod.pixelmon.items.heldItems.MegaStoneItem
- getMegaForm(Item) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the mega form for a mega item, if available
- getMegaForms() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets all potential mega evolutions
- getMegaItem() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getMegaItems() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the mega items for this form
- getMegaItemsUnlocked() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getMeltanBoxCooldownDurationMillis() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- getMeltanBoxInitialScrapsCount() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- getMeltanBoxOpenDurationMillis() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- getMeltanBoxScrapsMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- getMeltanBoxSpawnRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- getMeltanBoxSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- getMeltanTransformChance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- getMeltedIconIndex() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- getMemory(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Finds the memory of a certain Pokémon.
- getMenuData(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- getMessage() - Method in class com.pixelmonmod.pixelmon.api.events.EggHatchEvent.Pre
-
Gets the hatch message being sent to the player
- getMessage() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BattleMessageAction
- getMessage() - Method in enum class com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
- getMessage() - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- getMessage() - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedReviveTask
- getMessage() - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
- getMessage() - Method in exception com.pixelmonmod.tcg.api.exception.UnknownCardTypeException
- getMessage(boolean) - Method in class com.pixelmonmod.pixelmon.items.PPRestoreItem
-
Gets a message based on whether the item was used successfully.
- getMessage(String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Gets a translated message for later use.
- getMeta() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
- getMew() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.CloningCompleteEvent
-
The Mew Being cloned
- getMillis() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- getMilliseconds() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AdditiveDuration
- getMilliseconds() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.ConstantDuration
- getMilliseconds() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.NegativeDuration
- getMillisecondValue(ServerPlayer, DayCareBox, long) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareDuration
-
Calculates the value in milliseconds that will get ADDED to the timestamp when the end timestamp is calculated
- getMillisecondValue(ServerPlayer, DayCareBox, long) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AdditiveDuration
- getMillisecondValue(ServerPlayer, DayCareBox, long) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.ConstantDuration
- getMillisecondValue(ServerPlayer, DayCareBox, long) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.MultiplicativeDuration
- getMillisecondValue(ServerPlayer, DayCareBox, long) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.NegativeDuration
- getMin() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Gets the minimum amount of the item
- getMin() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
- getMinChunk() - Method in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
- getMinDistance() - Method in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
- getMinDistanceBeforeWarningVignette() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getMinecraftDir() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Gets the Minecraft directory.
- getMinHeightPerDropDownOption() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- getMinimumCount() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- getMinimumDistanceBetweenSpawns() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getMinimumDistanceFromCentre() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getMintNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getMintNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getMints() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
- getMinValue() - Method in class com.pixelmonmod.pixelmon.api.util.Range
- getMinY() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- getMinYield() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getMnemonic() - Method in class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent
- getMobsAt(Holder<Biome>, StructureManager, MobCategory, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
- getMode() - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
- getMode() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- getMode() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
Gets the mode of this screen.
- getMode() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- getMode() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the current mode of the Poké Ball.
- getMode(boolean, boolean, boolean) - Static method in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- getMode(byte) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
- getModel() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- getModel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the model type of this Poké Ball.
- getModel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- getModel() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
- getModel() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getModel() - Method in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- getModel() - Method in class com.pixelmonmod.pixelmon.client.models.ModelHolder
- getModel() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- getModel() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the Pokémon's active model.
- getModel() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the Pokémon's active model.
- getModel() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the Poké Ball's model.
- getModel() - Method in enum class com.pixelmonmod.pixelmon.enums.CustomModel
-
Lazy loads the model
- getModel() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- getModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the model of the palette
- getModel(EnumOrbShard, int) - Static method in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- getModel(String) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getModel(String, String) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getModel(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getModelData(StatueEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
- getModelData(E) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- getModelHolder() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a
ModelPokeballs
instance for the givenPokeBall
- getModelHolder(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a
ModelPokeballs
instance for the givenPokeBall
- getModelLocators() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the model locators of the palette
- getModelPredicateTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getModelResource(PokeStopTileEntity) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
- getModels() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
- getModelScaleFactor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getModelSlot() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getModelTexture() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the texture ResourceLocation of this Poké Ball.
- getModelWithLocation(Boat) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonBoatRenderer
- getModId() - Method in class com.pixelmonmod.pixelmon.support.JourneyMapIntegration
- getModifier() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getModifierForStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns change in stat based on abilities, items, and statuses.
- getModifierType(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
- getMojangRandom() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
- getMonocleType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getMoonPhaseRequired() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoonPhaseCondition
- getMotion(Entity, EnumRotation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
-
Gets the motion of an entity in a particular axis relative to the world.
- getMotionX() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getMotionY() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getMotionZ() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getMountedFlyingParameters() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- getMouseOverIndex(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
-
Gets the index of the element that the cursor is currently over.
- getMouseYTranslatedToWidgetY(double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
-
Gets the y position of the cursor relative to the scrollable list widget.
- getMove() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
The G-Max move of this form's Gigantamax form.
- getMove() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The current attack.
- getMove() - Method in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- getMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the move to be used by the specified Pokémon.
- getMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- getMove(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- getMoveFor(TMType, int) - Static method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
- getMoveFor(TMType, String) - Static method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
- getMoveIfTypeMatches(Element) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
The G-Max move of this form's Gigantamax form if the provided typing matches, otherwise null.
- getMovement() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the
Movement
settings of the form - getMovement() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- getMovement() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getMovement(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- getMovement(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- getMovementEmission() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- getMovementLogicTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getMovementThreshold() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- getMovementTick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getMoveMultiplier() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getMoveRequired() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveUsesCondition
- getMoveResults() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- getMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the moves
- getMoves() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- getMoves() - Method in enum class com.pixelmonmod.pixelmon.enums.TMType
- getMovesAtLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets specific moves at a given pokemonLevel
- getMoveset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getMoveset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getMoveset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's moves.
- getMoveset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getMoveset() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's moveset.
- getMoveset(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Returns the moveset that the AI thinks a Pokémon has.
- getMoveSkillByID(String) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the move skill for a given id, or null if none match.
- getMoveSkillCooldownRatio(MoveSkill) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getMoveSkillCooldownTicks(MoveSkill) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getMoveSkills(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets all the move skills that the given Pokémon is capable of using, ignoring cooldowns.
- getMoveSkills(Pokemon) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- getMovesPerTutor() - Method in class com.pixelmonmod.pixelmon.api.config.NPCsConfig
- getMovesUpToLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Level up moves.
- getMoveUses() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- getMoveUsesRequired() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveUsesCondition
- getMulliganBonusDraws() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- getMultiBlockBoundingBox(BlockGetter, BlockPos, MultiBlockPosition, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.multi.GlassTableBlock
- getMultiBlockBoundingBox(BlockGetter, BlockPos, MultiBlockPosition, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTableBlock
- getMultiBlockBoundingBox(BlockGetter, BlockPos, MultiBlockPosition, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Gets the bounding box for the multi-block.
- getMultiLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Gets the lang key for the message displayed when a hazard layer is added to an existing one.
- getMultiLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
- getMultiLayerMessage() - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
- getMultiplier() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.MultiplicativeDuration
- getMultiplier() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.TypeEffectiveness
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlashFire
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Harvest
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Infiltrator
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LightningRod
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagnetPull
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickFeet
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Static
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stench
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StormDrain
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WhiteSmoke
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in interface com.pixelmonmod.pixelmon.api.spawning.RarityTweak
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getMultiplier(AbstractSpawner, SpawnInfo, float, float) - Method in class com.pixelmonmod.pixelmon.items.LureItem
- getMyRidingOffset() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getMyRidingOffset(Entity) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- getMythicals() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a list of all Mythical species
- getName() - Method in class com.pixelmonmod.api.client.screen.ScreenStyle
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
- getName() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns the Ability's class name.
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry.AbilityData
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- getName() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the type's name.
- getName() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Gets the name of this size.
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the name of this Poké Ball.
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.Palette
-
Gets the identifying name for the
Palette
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
The name of the
Palette
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the English name for the Pokémon
- getName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the name of the form
- getName() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the name of the participant.
- getName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- getName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- getName() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidPokemon
- getName() - Method in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
- getName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- getName() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
- getName() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
- getName() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- getName() - Method in class com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations
- getName() - Method in class com.pixelmonmod.pixelmon.command.impl.SpectateCommand
- getName() - Method in class com.pixelmonmod.pixelmon.command.impl.TierShow
- getName() - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- getName() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
Get the name of this object.
- getName() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getName() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- getName() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getName() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- getName() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- getName() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- getName() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getName() - Method in class com.pixelmonmod.tcg.api.card.ability.CardPower
- getName() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getName() - Method in enum class com.pixelmonmod.tcg.api.card.CardCondition
- getName() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getName() - Method in class com.pixelmonmod.tcg.api.card.personalization.Board
- getName() - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
- getName() - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
- getName() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
- getName() - Method in class com.pixelmonmod.tcg.api.card.ThemeDeck
- getName() - Method in class com.pixelmonmod.tcg.commands.TCGCommand
- getName() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getName() - Static method in class com.pixelmonmod.tcg.item.CardItem
- getName() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getName(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- getName(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBallLidItem
- getName(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
- getName(ItemStack) - Method in class com.pixelmonmod.tcg.item.CardItem
- getName(ItemStack) - Method in class com.pixelmonmod.tcg.item.DeckItem
- getName(ItemStack) - Method in class com.pixelmonmod.tcg.item.PackItem
- getNameOfStrainWithInfected() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- getNameOfStrainWithInfectedToString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- getNamePlateRange() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- getNamePrefix(Pokemon, Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- getNamePrefix(Pokemon, Ribbon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
-
Gets the prefix that will be applied to the entity when they are in the world and this ribbon is applied.
- getNames() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Gets the possible names for the shopkeeper.
- getNameSuffix(Pokemon, Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- getNameSuffix(Pokemon, Ribbon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
-
Gets the suffix that will be applied to the entity when they are in the world and this ribbon is applied.
- getNameTranslation() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- getNameTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- getNarration() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.LANHeader
- getNarration() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- getNarration() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- getNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gives the active nature of this pokemon, Use either
Pokemon.getBaseNature()
orPokemon.getMintNature()
if you need a specific value. - getNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's Nature.
- getNature() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getNature() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's Nature.
- getNature() - Method in class com.pixelmonmod.pixelmon.items.MintItem
- getNatureForEgg(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the new Nature for the Pokemon from the two parents
- getNatureForEgg(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the new Nature for the Pokemon from the two parents
- getNatureForEgg(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getNatureFromIndex(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Gets a Nature from its index.
- getNatures() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NatureCondition
- getNBTTags(HashMap<String, Class>) - Static method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the NBT tags associated with player stats.
- getNearbyEntities(Class<T>, Level, double, double, double, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
- getNewAbility(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- getNewBalance() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PostTransaction
-
Gets the value of the balance after the transaction
- getNewDialogues() - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.
- getNewGroupId() - Static method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawningFactory
- getNewInstance() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns a new instance of the Ability class.
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.CraftyShield
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Gets a new instance of the entry hazard.
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.NoTerrain
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
-
Gets a new instance of the status.
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.QuickGuard
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.StealthRock
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.Steelsurge
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.StickyWeb
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
Gets a new instance of the subclass.
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
- getNewInstance() - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
-
Creates a new instance of the subclass.
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Hail
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.LightScreen
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Rainy
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Reflect
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Resonance
-
Creates a new instance of the subclass.
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Sandstorm
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
-
Creates a new instance of the subclass.
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Snow
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Sunny
- getNewInstance(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
Gets a new instance of the subclass.
- getNewInstance(int, int) - Method in class com.pixelmonmod.pixelmon.battles.status.GuardSplit
- getNewInstance(int, int) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerSplit
- getNewInstance(int, int) - Method in class com.pixelmonmod.pixelmon.battles.status.Split
-
Gets a new instance of a subclass.
- getNewInstance(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MudSport
- getNewInstance(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sport
-
Gets a new instance of the subclass.
- getNewInstance(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WaterSport
- getNewInstance(Class<? extends StatusBase>) - Static method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Returns a new instance of the given status class.
- getNewStatus() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Gets the registration status it's transitioning to
- getNewType(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LegendPlateItem
- getNewValue() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- getNext() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Gets the next logical Aggression
- getNextAllyPokemon(AllyElement, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
- getNextAllyPokemon(AllyElement, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
- getNextBattleTask() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- getNextCondition() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the next condition in the list for breeding to be able to begin Will return null if there's none left
- getNextMode() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Gets the next AI mode in order.
- getNextMode(EnumEncounterMode) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Gets the next encounter mode in order from a current one.
- getNextMode(EnumOldGenMode) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- getNextMode(EnumTrainerAI) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Gets the next movement AI mode in order from a current one.
- getNextMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI
- getNextMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
- getNextMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets the move the AI will make next.
- getNextMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.NoOpAI
- getNextMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.RandomAI
- getNextMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
- getNextMoveAttackOnly(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI
-
Gets the next move the Pokémon will make, limited to attacking.
- getNextMoveAttackOnly(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
-
Gets the next move the Pokémon will make, limited to attacking.
- getNextOpenTime() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
The Unix time in milliseconds when this Mystery Box can next be opened.
- getNextOpponentMoves(PixelmonWrapper, List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI
-
Gets the next moves that the AI guesses the opponents will make.
- getNextOpponentPokemon(OpponentElement) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
- getNextOpponentPokemon(OpponentElement) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
- getNextOpponentPokemon(OpponentElement, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
- getNextOpponentPokemon(OpponentElement, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
- getNextPokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Sends out the next unfainted Pokémon in the participant's party.
- getNextPokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getNextPokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- getNextPokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- getNextRequirement() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Gets the next requirement, if one exists
- getNextRequirement() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- getNextStage() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- getNextState() - Method in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- getNextSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
- getNextSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets a Pokémon to switch to when forced to switch.
- getNextSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.NoOpAI
- getNextSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.RandomAI
- getNextSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- getNextTurn() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getNextType(EnumStatueTextureType) - Method in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Gets the next texture in index order.
- getNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets the formatted nickname of the Pokemon
- getNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's nickname.
- getNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getNickname() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getNickname() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the formatted nickname of the Pokémon.
- getNode() - Method in interface com.pixelmonmod.pixelmon.api.config.api.Config
-
Gets the main configuration node of the config
- getNode() - Method in class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
- getNodeEvaluator() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- getNonFaintedAllyElement() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
- getNonFaintedOpponentElement() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
- getNormalAttribute() - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.SpeedModifier
-
Gets the normal evolution stone boots speed boost attribute.
- getNormals() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- getNormals() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getNpc() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
- getNpc() - Method in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt
- getNpc() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList.Entry
- getNpc() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList.Entry
- getNPC() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent
- getNPC() - Method in class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- getNPC() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- getNPC() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- getNPCResults() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- getNPCs() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getNPCStorage() - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
-
Gets the storage for the NPCs
- getNullableContext(ContextKey<A>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Gets the value stored by a given context key for this interaction context
- getNumber() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogIntParameters
- getNumBoosts() - Method in class com.pixelmonmod.pixelmon.battles.status.ChiStrikeStatus
-
Gets the current number of boosts present.
- getNumBoosts() - Method in class com.pixelmonmod.pixelmon.battles.status.Pumped
-
Gets the current number of boosts present.
- getNumForms() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the number of forms the Pokémon has.
- getNumFrames() - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- getNumInteractions() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Gets the number of interactions the Pokémon has.
- getNumLayers() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Gets the current number of layers of the entry hazard present.
- getNumPasses() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
Gets the number of passes.
- getNumPasses() - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- getNumPasses() - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- getNumPokemon() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- getObjective() - Method in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- getObjective() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- getOBJRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getOBJRenderTypeUndelegated(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getOffendingPokemon() - Method in exception com.pixelmonmod.pixelmon.battles.controller.BattleException
-
Gets the pokemon who's action caused the failure.
- getOffensiveStat(PixelmonWrapper, PixelmonWrapper, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BodyPress
- getOffensiveStat(PixelmonWrapper, PixelmonWrapper, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FoulPlay
- getOffensiveStat(PixelmonWrapper, PixelmonWrapper, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StatReplaceEffect
-
Changes the stat used for calculating damage.
- getOffensiveStatPokemon(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FoulPlay
- getOffensiveStatPokemon(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StatReplaceEffect
-
Changes the pokemon whose attacking stat is used for calculating damage.
- getOffGroundTime() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getOldBalance() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PostTransaction
-
Gets the value of the balance before the transaction
- getOldGenDimensions() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getOldMode() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- getOldStage() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- getOldStatus() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Gets the registration status it's transitioning from
- getOldValue() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- getOnBattleField() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getOpenDialogue(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
- getOpeningPrizeIndex() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- getOpenItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
-
The open mail item stack taken from the player
- getOpenness() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- getOpenStorage() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getOpenUntil() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
The Unix time in milliseconds until this Mystery Box will be open for.
- getOpponent() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.AcceptDenyScreen
- getOpponent() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
- getOpponent() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Gets the player's opponent for the battle.
- getOpponent() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- getOpponent(int) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getOpponent(PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getOpponentData() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Gets data about the player's opponents.
- getOpponentPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Returns all Pokemon on the opposite side of the battle that the participant is on.
- getOpponentPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets all Pokémon on the opposite side of the battle.
- getOpponentPokemon(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all Pokemon on the opposite side of the battle that the specified participant is on.
- getOpponentPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all Pokemon on the opposite side of the battle that the specified Pokemon is on.
- getOpponentRevealingSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
- getOpponentRevealingSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Lass
- getOpponentRevealingSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
- getOpponents() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Finds the participants on the opposing side of the battle.
- getOpponents(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Finds the participants on the opposing side of the battle.
- getOpponentSelectorState(GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- getOpponentSelectorState(GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BenchDamageOppSelectEffect
- getOpponentSelectorState(GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
- getOppositePokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Finds the Pokémon directly opposite of the specified Pokémon.
- getOppositePokemon(PixelmonWidget) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
- getOppositePokemon(PixelmonWidget) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
- getOptimalIVs(Element) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
-
Gets the optimal IVs for a maximum-power Hidden Power of a certain type.
- getOptions() - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- getOrb() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
- getOrb() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceOrb
-
Gets the
TimespaceOrbItem
being put into the Timespace Altar. - getOrb() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeOrb
-
Gets the
TimespaceOrbItem
being taken from the Timespace Altar. - getOrCreate(String) - Static method in class com.pixelmonmod.api.client.screen.ColorPalette
-
Creates a new color palette, or retrieves an existing one.
- getOrCreateBox(int) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Attempts to get the ranch box at the given index, and creates one if there isn't one there
- getOrCreateEntity() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
Gets the entity that will spawn, creating it if necessary.
- getOrCreatePixelmon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOrCreatePixelmon(Entity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOrCreatePixelmon(Level, double, double, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOrCreatePixelmon(Level, double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets the entity attached to this Pokémon, or spawns it if it does not exist in the given world.
- getOrCreateTag(TagKey<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getOrDefault(JsonObject, String, Class<T>, T, JsonDeserializationContext) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.JsonHelper
- getOrDefault(BattleProperty<T>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
- getOrDefault(CompoundTag, String, T, BiFunction<CompoundTag, String, T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NBTHelper
- getOrdinalFromBerry(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- getOrdinary() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- getOreColor() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getOreColors() - Method in class com.pixelmonmod.pixelmon.api.config.OreColorConfig
- getOriginalEVYields() - Method in class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
- getOriginalForm() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getOriginalPalette() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getOriginalParty() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Gets the non-temp mode party (only useful if in temp mode)
- getOriginalTrainer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOriginalTrainer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getOriginalTrainer() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the name of the Pokémon's original Trainer.
- getOriginalTrainerName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getOriginalTrainerUUID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOrSpawnPixelmon(Entity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOrSpawnPixelmon(Level, double, double, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOrSpawnPixelmon(Level, double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets the entity attached to this Pokémon, or spawns it if it does not exist in the given world.
- getOutput(ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.PotionRecipe
- getOutput(ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.StatsRecipe
- getOutput(ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.StatusHealRecipe
- getOutsideEffects() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getOvalCharm() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getOvalCharmActive() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets whether the Oval Charm was set to ACTIVE before starting this box.
- getOvalCharmMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- getOverriddenPPMax() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- getOverrideModelColor() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getOverridePalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- getOverridePower() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- getOverrides() - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- getOverrides() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- getOverrides() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- getOverrides() - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- getOverrides() - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
- getOverrideType(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WeatherBall
- getOwner() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
-
Gets the player/entity retrieving the Pokémon.
- getOwner() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets the owner of the Pokemon storage
- getOwner() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- getOwner() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
- getOwner() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getOwner() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getOwner() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets the UUID of the Poké Gift's owner.
- getOwner() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getOwner() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getOwnerId() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getOwnerId() - Method in class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
- getOwnerName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOwnerName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getOwnerName() - Method in class com.pixelmonmod.tcg.api.card.personalization.Board
- getOwnerName() - Method in class com.pixelmonmod.tcg.api.card.personalization.CardBack
- getOwnerName() - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
- getOwnerPlayer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOwnerPlayerUUID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getOwnerUUID() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- getOwnerUUID() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
Gets the UUID of the player who placed the sign.
- getOwnerUUID() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getOwnerUUID() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- getOwnerUUID() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- getOwnerUUID() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- getOwnerUUID() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getPackItem() - Method in class com.pixelmonmod.tcg.api.events.PackOpenEvent
- getPage() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- getPage() - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- getPageButtons() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- getPairedEntity() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the palette of the pokemon
- getPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getPalette() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- getPalette() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the palette
- getPalette() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Checks if this entity is transformed and gets the palette of the Pokémon this entity appears to be.
- getPalette(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
-
Gets the
PaletteProperties
associated with the given name Will return null if not found - getPaletteOverride(Pokemon, Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- getPaletteOverride(Pokemon, Ribbon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
-
Gets the override palette for the pixelmon entity when it is in the world.
- getPalettePropertiesFromName(Stats, String) - Method in class com.pixelmonmod.pixelmon.items.SpriteItem
- getPalettes() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
-
Gets the palette properties of the palettes of the gender
- getPalettes(Predicate<PaletteProperties>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
-
Gets the palette properties of the palettes of the gender matching the predicate
- getParameter(String) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- getParameterId() - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
- getParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getParameters() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getParent(int) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the parent in the slot Id Will return null if it's an invalid index
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
-
Gets the first parent
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
-
Gets the "parent one" used in the calculation
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
-
Gets the first parent
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
Gets the first parent
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Gets the "parent one" used in the calculation
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
-
Gets the first parent
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the first parent
- getParentOne() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
The first parent for the current egg
- getParentSpecies() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the parent species
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
-
Gets the second parent
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
-
Gets the "parent two" used in the calculation
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
-
Gets the second parent
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
Gets the second parent
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Gets the "parent two" used in the calculation
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
-
Gets the second parent
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the second parent
- getParentTwo() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
The second parent for the current egg
- getParsedColor(String) - Static method in class com.pixelmonmod.api.helpers.ColorHelper
- getParsedColorName(String) - Static method in class com.pixelmonmod.api.helpers.ColorHelper
- getParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.battles.SetBattleAIEvent
- getParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
- getParticipant() - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Creates a single battle player participant from the query player.
- getParticipant() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.PokemonRelatedBattleAction
- getParticipant() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's battle participant.
- getParticipant() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Returns the Pokémon's participant in battle.
- getParticipant(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Creates a double battle player participant from the query player.
- getParticipantCount() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- getParticipantForEntity(Entity) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Finds the battle participant from the specified entity.
- getParticipants() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.StartBattle
- getParticle() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the particle to be played on the pokemon with this given
Palette
- getParticleEffects(AbstractClientEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.ParticleEffects
- getParticleIcon() - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- getParticleIcon() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- getParticleIcon() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- getParticleIcon() - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- getParticleIcon() - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
- getParticleSystem() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
- getParticleType() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
- getParty() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent
-
Gets the party relating to the DayCare event
- getParty() - Method in class com.pixelmonmod.pixelmon.api.events.PartyFaintRespawnEvent
- getParty() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Gets the parent party storage
- getParty() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Gets the current party in order.
- getParty() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Gets the party storage for this NPC
- getParty(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- getParty(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the player's party waiting until it is loaded from the file if necessary
- getParty(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the player's party waiting until it is loaded from the file if necessary
- getParty(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the player's party waiting until it is loaded from the file if necessary
- getParty(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the player's party waiting until it is loaded from the file if necessary
- getPartyNow(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the player's party
- getPartyNow(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the player's party
- getPartyNow(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the player's party
- getPartyNow(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the player's party
- getPartyPokemonFromUUID(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a Pokémon in the battle from its UUID.
- getPartyPokemonFromUUID(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets a Pokémon from its UUID.
- getPartyPosition() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the position of the Pokémon in its owner's party.
- getPartyPosition(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the base position of the Pokémon in the participant's party.
- getPartyWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- getPassengersRidingOffsetY(EntityDimensions, float) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
Returns the Y offset from the entity's position for any entity riding this one.
- getPassengersRidingOffsetY(EntityDimensions, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- getPassive() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
- getPassiveHealingMaxHealthPercentage() - Method in class com.pixelmonmod.pixelmon.api.config.HealingConfig
- getPath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- getPattern() - Method in class com.pixelmonmod.pixelmon.api.config.OreColorConfig.OreColor
- getPattern() - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- getPayDayMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getPC() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getPC(ServerPlayer, PCTileEntity) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the player's PC for the given tile entity in the future, loading from file if necessary
- getPC(ServerPlayer, PCTileEntity) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the player's PC for the given tile entity in the future, loading from file if necessary
- getPCAt(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the Pokémon at the specified location in the PC.
- getPCBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- getPCColor(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- getPCForPlayer(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- getPCForPlayer(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the PC for the player waiting until it is loaded from file, if necessary
- getPCForPlayer(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the PC for the player waiting until it is loaded from file, if necessary
- getPCForPlayer(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the PC for the player waiting until it is loaded from file, if necessary
- getPCForPlayer(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the PC for the player waiting until it is loaded from file, if necessary
- getPCForPlayerNow(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the PC for the player with the given UUID
- getPCForPlayerNow(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the PC for the player with the given UUID
- getPCForPlayerNow(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the PC for the given player entity
- getPCForPlayerNow(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the PC for the given player entity
- getPCNow(ServerPlayer, PCTileEntity) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the player's PC for the given tile entity
- getPCNow(ServerPlayer, PCTileEntity) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the player's PC for the given tile entity
- getPCPosAt(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the PC position at the specified location.
- getPcSortingLogicTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getPendingAbility() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getPendingAttack() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getPendingPrizeCount() - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- getPendingPrizeCount() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getPendingPrizePlayerIndex() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getPercentage(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Gets the IV percentage
- getPercentage(int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- getPercentages(AbstractSpawner, Map<SpawnLocation, List<SpawnInfo>>) - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.SelectionAlgorithm
-
Default method that converts a mapping of
SpawnLocation
to list ofSpawnInfo
into a mapping from label to percentage This callsSelectionAlgorithm.getAdjustedRarities(AbstractSpawner, Map)
, which is how this ends up getting implementation-specific results. - getPercentageString(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Gets the formatted percentage as a String
- getPercentComplete() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the completion percentage of the daycare box
- getPercentMaxHealth(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getPercentMaxHealth(float, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets an amount of the Pokémon's maximum hp from a percentage.
- getPerfIVCount() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getPermissionNode() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.FishingCheckSpawns
- getPermissionNode() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.GenericTriggerCheckSpawns
- getPermissionNode() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.LegendaryCheckSpawns
- getPermissionNode() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.RayTraceCheckSpawns
- getPermissionNode() - Method in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CheckSpawns
- getPermissionNode() - Method in class com.pixelmonmod.pixelmon.api.spawning.calculators.CurryCheckSpawns
- getPermissionNode() - Method in class com.pixelmonmod.tcg.commands.TCGEndBattleCommand
- getPersistentData() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPersistentData() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getPersistentData(Player) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
- getPhaseFromID(int) - Static method in enum class com.pixelmonmod.tcg.duel.Phase
- getPhoto(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
Gets a photo of a certain Pokémon.
- getPhoto(PixelmonEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
Gets a photo of a certain Pokémon.
- getPickedResult(HitResult) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- getPickedResult(HitResult) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- getPickedResult(HitResult) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getPickedResult(HitResult) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getPickedStack() - Method in class com.pixelmonmod.pixelmon.api.events.ApricornEvent.Pick
-
Gets the itemstack being dropped
- getPickedStack() - Method in class com.pixelmonmod.pixelmon.api.events.BerryEvent.Pick
-
Gets the itemstack being dropped
- getPickupRate() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getPieces() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- getPig() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.PokemonMenuButton
- getPinger() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- getPistonPushReaction() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getPitch() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- getPitchRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getPixelmon() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
- getPixelmon() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
- getPixelmon() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemInteractionEvent
- getPixelmon() - Method in class com.pixelmonmod.pixelmon.api.events.RareCandyEvent
- getPixelmonEntity() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary
- getPixelmonEntity() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the PixelmonEntity to be spawned
- getPixelmonEntity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPixelmonScale() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the model scale of the Pokémon.
- getPixelmonScale() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the model scale of the Pokémon.
- getPixelmonWrapper() - Method in class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.Battle
-
Gets the battle wrapper for the evolving pokemon
- getPixelmonWrapper() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPixelmonWrapper() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Finds the Pokémon's PixelmonWrapper.
- getPixelmonWrapperFromPlayer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Deprecated.Use {@link this#getPixelmonWrapper()}
- getPlaceholder() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- getPlaceholders() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.PlaceholderCollectEvent
- getPlaceSound(BlockState, Level, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
- getPlant(BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- getPlant(BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- getPlant(BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
- getPlantType(BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- getPlantType(BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- getPlantType(BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
- getPlate() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.AddPlate
-
Gets the
EnumPlate
being put into the Arc Chalice. - getPlate(Element) - Static method in class com.pixelmonmod.pixelmon.items.helpers.ItemHelper
- getPlateForItem(Item) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- getPlayer() - Method in class com.pixelmonmod.api.event.PlayerCraftItemsEvent
- getPlayer() - Method in class com.pixelmonmod.api.event.PlayerEatCakeEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent
-
Gets the player relating to the DayCare event
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent
-
Gets the player involved in the economy transaction
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.ApricornEvent.Pick
-
Gets the player picking the item
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Gets the player that triggered the calculation
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.BerryEvent.Pick
-
Gets the player picking the item
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.CloningCompleteEvent
-
The Player who cloned the Mew
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Activate
-
Gets the player who instigated this event.
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Feed
-
Gets the player who instigated this event.
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open
-
Gets the player who instigated this event.
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockBroke
-
The player breaking the block
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockDestroy
-
Gets the player entity
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
-
The player breaking the block
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockDestroy
-
Gets the player entity
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
-
The
ServerPlayer
performing this capture attempt. - getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.EggHatchEvent
-
Gets the player the egg is hatching for Note: This can be null
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
-
Gets the player taking the block
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.EvolveEvent
-
Gets the player the evolution is happening for
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.FossilCleanerEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
-
Gets the
ServerPlayer
who is getting the new item. - getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
-
Gets the player based off
ArceusEvent.playerUUID
. - getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent
-
Gets the player based off
Gen2BellEvent.playerUUID
. - getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the player
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
The player calling the mega evolution
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PartyFaintRespawnEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Post
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Pre
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the player interacting with the shrine
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Gets the player relating to the event
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemInteractionEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent
-
Gets the player being given the pokemon
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent
-
Gets the player sending out the pokemon
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Collide
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Interact
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.raids.JoinRaidEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.RareCandyEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.ShopEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon
-
The player who owns the Pokemon
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchCompleteEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchDiscardEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchStageCompleteEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchStartEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory.SelectionData
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.storage.event.PlayerCloseStorageEvent
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getPlayer() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getPlayer() - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Gets the player that is represented by the container.
- getPlayer() - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
-
Gets the player this is representing.
- getPlayer() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getPlayer() - Method in record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
- getPlayer() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getPlayer() - Method in class com.pixelmonmod.tcg.api.events.EndTurnEvent
- getPlayer() - Method in class com.pixelmonmod.tcg.api.events.PackOpenEvent
- getPlayer() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- getPlayer() - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- getPlayer() - Method in class com.pixelmonmod.tcg.duel.attack.PendingAttack
- getPlayer(int) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getPlayer(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a player in the battle.
- getPlayer(UUID) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PlayerHelper
-
Get a player entity safely from UUID.
- getPlayer(UUID) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getPlayer(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getPlayer(ServerPlayer) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getPlayer(Player) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a player in the battle.
- getPlayer1() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent
- getPlayer2() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent
- getPlayerCatchingCharm(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerEntities() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns a list of the player entities in the battle
- getPlayerExpCharm(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerHweenRobe(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerID() - Method in class com.pixelmonmod.pixelmon.api.util.LootClaim
- getPlayerIndex() - Method in class com.pixelmonmod.tcg.duel.state.CoinFlipState
- getPlayerIndex() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- getPlayerIndex() - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- getPlayerInfo() - Method in class com.pixelmonmod.pixelmon.api.dummy.DummyLocalPlayer
- getPlayerInfo() - Method in class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- getPlayerMarkCharm(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerMegaItem(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerMegaItemsUnlocked(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerModel() - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- getPlayerName() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getPlayerName() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getPlayerName() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getPlayerOvalCharm(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerOwner() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getPlayerOwner() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the player who owns the Pokémon.
- getPlayerOwner() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getPlayerOwner() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the player who owns the Pokémon.
- getPlayerParty() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getPlayerPokeballs(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- getPlayerResults() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- getPlayers() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
Gets a list of players that were involved in the battle
- getPlayers() - Method in class com.pixelmonmod.pixelmon.api.events.battles.ForceEndBattleEvent
-
Gets a potentially empty list of players that were in the battle.
- getPlayers() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns a list of player participants in the battle.
- getPlayers() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getPlayers() - Method in class com.pixelmonmod.tcg.api.events.StartGameEvent
- getPlayers() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getPlayers() - Method in class com.pixelmonmod.tcg.duel.state.RenderState
- getPlayerShinyCharm(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- getPlayerSide() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getPlayerStartWalkDistance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- getPlayerStorage() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getPlayerStorage(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getPlayerTrackingSpawnerSpawnCollectionRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getPlayerUUID() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
- getPlayerUUID() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Gets the UUID of the player for the event
- getPlayerUUID() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getPlayerUUID() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getPlayParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getPoisonDamage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
-
Gets the amount of damage poison will do in the turn.
- getPoisonDamage(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
- getPoisonMaxDamage() - Method in class com.pixelmonmod.pixelmon.api.config.OutsideEffectsConfig
- getPokeball() - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutPokeball
- getPokeball() - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemovePokeball
- getPokeBall() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
-
The
PokeBallEntity
being used in this capture attempt. - getPokeBall() - Method in class com.pixelmonmod.pixelmon.api.events.PokeBallImpactEvent
-
Gets the Poke Ball entity being thrown
- getPokeBall(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Calculates the new PokeBall for the Pokemon from the two parents
- getPokeBall(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Calculates the new PokeBall for the Pokemon from the two parents
- getPokeBall(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getPokeBall(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- getPokeBall(ItemStack) - Static method in interface com.pixelmonmod.pixelmon.items.PokeBallPart
- getPokeballEntity() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- getPokeballID() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Gets the Poké Ball's entity ID.
- getPokeballType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getPokedex() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- getPokedexDisplayNumber() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
-
Gets the National Pokédex number of the Pokémon, formatted to 3 characters long.
- getPokeDollars() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Gets the Pokemon being calculated for
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.DoSpawn
-
The Pokémon this Mystery Box wants to spawn.
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
-
The
PixelmonEntity
being caught. - getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.EggHatchEvent
-
Gets the pokemon that is hatching / just hatched
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.EvolveEvent
-
Gets the evolving Pokémon
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
-
Gets the
Pokemon
who is getting the new item. - getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.HyperTrainEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the Pokemon leveling up
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
Gets the pokemon that is mega evolving
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Post
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Pre
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Gets the Pokemon relevant to the dex event
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PokegiftEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.BottleCapEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemInteractionEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent
-
Gets the pokemon being given
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
-
Gets the Pokémon being retrieved.
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent
-
Gets the pokemon being sent out
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.raids.JoinRaidEvent
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Post
-
Gets the Pokemon that has been spawned
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent
-
Gets the Pokémon being sent out
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent
-
Gets the Pokemon that is involved with the ribbon
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the pokemon
- getPokemon() - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory.SelectionData
- getPokemon() - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Gets the selected Pokémon from the player that they will start the battle with.
- getPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.PokemonRelatedBattleAction
- getPokemon() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets the Pokémon inside the Poké Gift.
- getPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
- getPokemon() - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IImportableContainer
- getPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getPokemon() - Static method in class com.pixelmonmod.pixelmon.client.render.layers.LayerEquippables
- getPokemon() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- getPokemon() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getPokemon() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- getPokemon() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- getPokemon() - Method in class com.pixelmonmod.tcg.duel.attack.PendingAttack
- getPokemon() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttachCardParameters
- getPokemon() - Method in class com.pixelmonmod.tcg.duel.state.DelayEffect
- getPokemon(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- getPokemon(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets a Pokémon in the battle the player is in.
- getPokemon(ServerPlayer, StoragePosition) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets a Pokemon using the
StoragePosition
- getPokemon(ServerPlayer, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets a Pokemon using the
StoragePosition
- getPokemon(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
Gets an instance of a Pokémon depicted by a photo.
- getPokemon(Level, Optional<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.client.render.layers.LayerEquippables
- getPokemon1() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent
- getPokemon2() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent
- getPokemonAtPosition(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns the Pokémon at the specified position in the battle.
- getPokemonBase() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getPokemonBaseFor(int, int) - Static method in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
- getPokemonCopy() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets a copy of the Pokémon inside the Poké Gift.
- getPokemonFromList(Level) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnArea
- getPokemonFromParty(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the Pokémon from the participant's party who matches the given Pokémon UUID.
- getPokemonFromUUID(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a Pokémon in the battle from its UUID.
- getPokemonFromUUID(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets a controlled Pokémon from its UUID.
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleTaskPacket
-
Gets the UUID of the
Pokemon
this message affects - getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedReviveTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.FailedSwitchFleeTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPIncreaseTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPUpdateTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
-
Required method from BattleTaskPacket, does nothing for this packet
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.StatusUpdateTask
- getPokemonID() - Method in class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
- getPokemonID() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getPokemonID() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getPokemonLastPlaced() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.LevelingEvolution
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's pokemonLevel.
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Gets the Pokémon's pokemonLevel.
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's pokemonLevel container.
- getPokemonLevel() - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
- getPokemonLevelBasedOnDistance(SpawnLocation) - Static method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon
-
Gets the base pokemonLevel for a Pokémon spawning at this location according to the
spawnLevelsByDistance
config option. - getPokemonLevelContainer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPokemonLevelNum() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's pokemonLevel.
- getPokemonLevelupMoves(Stats, Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Gets the level up moves for the egg
- getPokemonLevelupMoves(Stats, Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Gets the level up moves for the egg
- getPokemonLevelupMoves(Stats, Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- getPokemonLevelUpMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Map
of moves the Pokémon can learn at each pokemonLevel - getPokemonLink() - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
-
Gets the link of the Pokemon leveling up
- getPokemonListCount() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
Gets the number of Pokémon in the spawner list.
- getPokemonListEntry(int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
Gets a Pokémon entry in the spawner list.
- getPokemonName() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's unlocalized pokemon name.
- getPokemonName() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the Pokémon's unlocalized pokemon name.
- getPokemonOrderedByAbilityGain() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- getPokemonOverlayMouseIsOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Returns the PixelmonWidget that is being rendered to the screen that the cursor is hovering over.
- getPokemonOverlayMouseIsOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
-
Returns the PixelmonWidget that is being rendered to the screen that the cursor is hovering over.
- getPokemonSpec() - Method in class com.pixelmonmod.pixelmon.api.pokemon.drops.PokemonDropInformation
-
Gets the specification being matched
- getPokemonSpec() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- getPokemonSpecs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getPokemonSprite() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getPokemonSprite(Species, String, Gender, String, int, Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getPokemonSprite(PixelmonClientData, Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getPokemonUUID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getPokemonUUID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the ID of the Pokémon.
- getPokemonUUID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getPokemonUUID() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the ID of the Pokémon.
- getPokemonWithAbility(Class<? extends AbstractAbility>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets pokemon with an ability if they are present in the battle.
- getPokemonWrapper() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
-
Gets the
PixelmonWrapper
wrapped by the object. - getPokeNameUnlocalized() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- getPokerus() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getPokerus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPokerus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getPokerus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getPokerus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- getPokerus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getPokerus() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getPokerus() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
- getPokestop() - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
- getPokeUUID() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getPos() - Method in class com.pixelmonmod.api.event.PlayerEatCakeEvent
- getPos() - Method in class com.pixelmonmod.pixelmon.api.events.ApricornEvent
-
Gets the block position
- getPos() - Method in class com.pixelmonmod.pixelmon.api.events.BerryEvent
-
Gets the block position
- getPos() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent
-
Gets the position of the block
- getPos() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getPos() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the world position of the Pokémon.
- getPos() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getPos() - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- getPosAt(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the PC or footer position at the specified location.
- getPosFromIndex(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- getPosition() - Method in class com.pixelmonmod.pixelmon.api.events.drops.CustomDropsEvent.ClickButton
- getPosition() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- getPosition() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getPosition() - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
- getPosition(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getPosition(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getPosition(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getPosition(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets the position of the given pokemon in the storage
Will return null if the pokemon is not in the storage - getPositionCoordinates(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- getPositionOfPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns the position of the specified Pokémon in battle.
- getPositionOfPokemon(PixelmonWrapper, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns the position of a certain Pokémon in a participant's lineup.
- getPossibleCatch() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- getPossibleGenders() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets all possible
Gender
s this form can take - getPossibleReviveIDs() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets the IDs of all Pokémon in the participant's party that can be revived.
- getPossibleStatIncreases() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- getPossibleSwitchIDs() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets the IDs of all Pokémon in the participant's party that can switch in.
- getPotentialTypes(BlockState) - Static method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
Gets all the location types that the given block satisfies the
LocationType.baseBlockCondition
for. - getPotionElixirList() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Returns a list of all medicine.
- getPotionParticlesVisible() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- getPotions() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PotionEffectCondition
- getPower() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.ComparatorPower
-
The power strength a comparator will read from this Mystery Box.
- getPower() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- getPP() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The attack's current PP.
- getPPBase() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's maximum PP without any boosts.
- getPPLevel() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The amount of PP Ups that have been used to upgrade the maximum PP of the move.
- getPPMax() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
The attack's maximum PP with PP Ups.
- getPredicate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
- getPreEvolutions() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the form's pre-evolutions (i.e.
- getPreferredBy() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- getPrefix() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- getPrevAngle() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getPrevForm() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the previous form.
- getPreviousEvolutionDexID() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getPreviousPokemonID() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getPreviousPokemonSprite() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getPrevX() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getPrevY() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getPrevZ() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getPrimaryStatus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getPrimaryStatus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the non-volatile status on the Pokémon.
- getPrimaryStatus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getPrimaryStatus() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's non-volatile status.
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- getPriority() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- getPriority() - Method in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
- getPriority() - Method in interface com.pixelmonmod.api.requirement.Requirement
-
Gets the order priority of the requirement.
- getPriority() - Method in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- getPriority() - Method in class com.pixelmonmod.api.statue.requirement.impl.FormRequirement
- getPriority() - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- getPriority() - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- getPriority() - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- getPriority() - Method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
- getPriority() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareDuration
-
Gets the duration type's priority (higher priority = will be calculated first)
- getPriority() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AbstractDuration
- getPriority() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.ConstantDuration
- getPriority() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- getPriority() - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.DayCareStrategy
- getPriority() - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.EvolutionStrategy
- getPriority() - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.FormsPaletteStrategy
- getPriority() - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.MovesStrategy
- getPriority() - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.SpawningStrategy
- getPriority(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Gets the base priority of the attack.
- getPrizeCards() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getPrizeCount() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getPrizeMoneyMultiplier() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Gets the multiplier for end-of-battle prize money awarded.
- getPrizeMoneyMultiplier() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Gets the multiplier for end-of-battle prize money awarded.
- getPrizes() - Method in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
- getProgress() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- getProgress() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- getProgress() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
- getProperties() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- getProperty(String) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
-
Gets a
BattleProperty
with the given id Will return null if none found with the ID - getPropertyValue(BlockState, Property<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
- getProvider(int) - Method in class com.pixelmonmod.pixelmon.api.util.VariableList
-
Gets the
DataProvider
at the index
This will throw aClassCastException
if the object at the specified index is not aDataProvider
- getProvider(int, Class<T>) - Method in class com.pixelmonmod.pixelmon.api.util.VariableList
-
Gets the
DataProvider
at the index
This will throw aClassCastException
if the object at the specified index is not aDataProvider
- getPurpose() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- getQuadRenderType(RenderStateShard.TextureStateShard, RenderStateShard.ShaderStateShard, RenderStateShard.TransparencyStateShard, RenderStateShard.CullStateShard, RenderStateShard.LightmapStateShard, RenderStateShard.OverlayStateShard) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getQuads(BlockState, Direction, RandomSource, ModelData, RenderType) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- getQuads(BlockState, Direction, RandomSource) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- getQuads(BlockState, Direction, RandomSource) - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- getQuads(BlockState, Direction, RandomSource, ModelData, RenderType) - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- getQuads(BlockState, Direction, RandomSource) - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- getQuads(BlockState, Direction, RandomSource) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- getQuads(BlockState, Direction, RandomSource) - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
- getQuads(BlockState, Direction, RandomSource, ModelData, RenderType) - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- getQualifiedIngredients() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- getQuery(int) - Static method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Finds a specific battle query instance.
- getQuery(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Finds the battle query involving a certain player.
- getQuerys() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- getRadius() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.FailedRaidCapture
-
Gets the
RaidData
this capture attempt is being performed in. - getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartRaidCapture
-
Gets the
RaidData
this capture attempt is being performed in. - getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.SuccessfulRaidCapture
-
Gets the
RaidData
this capture attempt is being performed in. - getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.EndRaidEvent
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.JoinRaidEvent
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidAllyEvent
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseSpecies
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.AddDefault
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.events.raids.StartRaidEvent
- getRaid() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Gets the
RaidData
associated with the capture attempt this object is associated with. - getRaidBlacklist() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getRaidCanAllCatch(int) - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getRaidCanUseMaster(int) - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getRaidDropCount(int) - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getRaidGigantamaxFactorRate(int) - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getRaidHARate(int) - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getRaidParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.raids.EndRaidEvent
- getRaidParticipant() - Method in class com.pixelmonmod.pixelmon.api.events.raids.StartRaidEvent
- getRaidPixelmon() - Method in class com.pixelmonmod.pixelmon.api.events.raids.StartRaidEvent
- getRaidPlayer() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Gets the
RaidData.RaidPlayer
associated with the capture attempt this object is associated with. - getRaidPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.FailedRaidCapture
-
Gets the
Pokemon
being caught in the raid. - getRaidPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartRaidCapture
-
Gets the
Pokemon
being caught in the raid. - getRaidPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent.SuccessfulRaidCapture
-
Gets the
Pokemon
being caught in the raid. - getRaids() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getRaids() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidBiomeGrouping
-
Gets the raid star grouping for this group.
- getRaids() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidCollection
-
Gets the raid star grouping for this collection.
- getRaidShinyRate(int) - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- getRandom() - Method in interface com.pixelmonmod.pixelmon.api.selector.Selector
-
Gets a random element
- getRandom() - Method in class com.pixelmonmod.pixelmon.api.selector.type.ConstantSelector
- getRandom() - Method in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- getRandom() - Method in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
- getRandom() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
- getRandom() - Method in class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- getRandom() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getRandom() - Static method in class com.pixelmonmod.tcg.api.accessors.CardSets
- getRandom() - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- getRandom() - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.CoinSide
- getRandom(RandomSource) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getRandomAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets a random ability from the form's set of abilities
- getRandomAbilityExcluding(Ability...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets a random ability from the form's set of abilities excluding those provided
- getRandomAlly(RaidData) - Static method in class com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
- getRandomAmount() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings
- getRandomAnyGenSprite() - Static method in class com.pixelmonmod.pixelmon.client.gui.override.load.LoadingPokemonModifier
-
Used to grab a sprite from a list of Sprite resource locations.
- getRandomAttackChoice(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets a random attack choice to use.
- getRandomBadge(Element...) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Gets a random Badge for an array of types.
- getRandomBaseAsItem() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets a random Poké Ball base this Poké Ball can have.
- getRandomBasicEnergyCard() - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Returns a random, non special energy (e.g.
- getRandomBattleMutableStat() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getRandomBoard() - Static method in class com.pixelmonmod.tcg.api.accessors.Boards
- getRandomBossTier() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- getRandomCard() - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a random card from all cards
- getRandomCard(Energy) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
- getRandomCardBack() - Static method in class com.pixelmonmod.tcg.api.accessors.CardBacks
- getRandomCardOfRarity(int, CardRarity, boolean) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a single random card in a set for a specified rarity
- getRandomChance() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Randomly returns true or false with even distribution.
- getRandomChance(double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Randomly returns true or false, using a specific chance (0 to 1) of being true.
- getRandomChance(float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Randomly returns true or false, using a specific chance (0 to 1) of being true.
- getRandomChance(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- getRandomChance(int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Randomly returns true or false, using a specific chance (0 to 100) of being true.
- getRandomChance(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- getRandomChance(Random, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Randomly returns true or false, using a specific chance (0 to 100) of being true.
- getRandomChance(RandomSource, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Randomly returns true or false, using a specific chance (0 to 1) of being true.
- getRandomCoin() - Static method in class com.pixelmonmod.tcg.api.accessors.Coins
- getRandomDecreasedNature(BattleStatsType) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Randomly chooses a nature based on it's decreased stat
- getRandomDistinctNumbersBetween(int, int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Chooses a set of random numbers between min and max, inclusive.
- getRandomDistinctNumbersBetween(int, int, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets an array of random distinct integers between min and max inclusive.
- getRandomEffect() - Static method in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- getRandomEffect() - Static method in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- getRandomElement(List<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- getRandomElement(Set<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- getRandomElementExcluding(T[], T...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
- getRandomElementExcluding(T[], T...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a random element from the given array, excluding given specific elements, using the internal
RandomSource
. - getRandomElementFromArray(RandomSource, T...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from an array.
- getRandomElementFromArray(T...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from an array.
- getRandomElementFromArray(T...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a random element from a given array.
- getRandomElementFromCollection(Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from a collection.
- getRandomElementFromCollection(Collection<T>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a random element from a given collection.
- getRandomElementFromCollection(RandomSource, Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from a collection.
- getRandomElementFromList(Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Deprecated.use
RandomHelper.getRandomElementFromCollection(Collection)
, This needs to be removed immediately as it interferes withRandomHelper.getRandomElementFromList(List)
which has an optimization of direct List#get(int) compared to the Collection class. - getRandomElementFromList(List<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Gets a random element from a list.
- getRandomElementFromList(List<T>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a random element from a given list.
- getRandomEnabledGeneration() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getRandomFossil() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Gets a random covered Fossil.
- getRandomFromGeneration(int) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random species by generation number
- getRandomFromType(Element) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random species by type
- getRandomGender(Stats) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Gets a random gender for a Pokémon.
- getRandomGeneration() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random Generation
- getRandomHiddenAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets a random ability from the form's set of hidden abilities
- getRandomHiddenAbilityExcluding(Ability...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
-
Gets a random ability from the form's set of hidden abilities excluding those provided
- getRandomHighSaturationColor() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
- getRandomIncreasedNature(BattleStatsType) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Randomly chooses a nature based on it's boosted stat
- getRandomIndexFromWeights(List<Integer>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Generates a random index from an array of integer weights
- getRandomIndexFromWeights(List<Integer>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a random index of an element of the given list of integers, where the integer values are the weights of returning that element's index.
- getRandomLegendary() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random Legendary species, without Mythicals
- getRandomLegendary(boolean) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random Legendary species
- getRandomLegendary(Predicate<Species>) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Gets a random legendary that matches a given predicate
- getRandomMegaForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Selects a random mega form
- getRandomMythical() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random Mythical species
- getRandomNature() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Randomly chooses a Nature.
- getRandomNumberBetween(float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Returns a random float between min and max, inclusive.
- getRandomNumberBetween(int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Returns a random int between min and max, inclusive.
- getRandomPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
- getRandomPartyPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets a random Pokémon from the participant's party that isn't already sent out.
- getRandomPokemon(Level) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnArea
- getRandomRaid(DenEntity, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.raids.RaidRandomizer
- getRandomSize() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
This method returns a random size generated along the normal distribution, using the
GrowthData.mean()
andGrowthData.standardDeviation()
. - getRandomSpawnableBossTier() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- getRandomSpawnableMegaBossTier() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- getRandomSpecial() - Static method in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- getRandomSpecies() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random species by national dex number
- getRandomSpecies(boolean, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random species by national dex number
- getRandomTickEssenceGainChance() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getRandomType() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Gets a random strain of the Pokerus virus
- getRandomType(boolean) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- getRandomTypes(int, boolean, boolean) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- getRandomUltraBeast() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a random Ultra Beast species
- getRandomValue() - Method in class com.pixelmonmod.pixelmon.api.util.Range
- getRangeToDisplayAttackAnimations() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- getRareOrBetterCard(int, float, boolean) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
-
Gets a card with a CardRarity of Rare or better, based on specific weights of the rarity of those cards (e.g.
- getRarePokemonEssenceModifier() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getRarity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
The item rarity of the ball
- getRarity() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getRarity() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getRarity(List<WorldTime>) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnData
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.BikeItem
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.CurryDishItem
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.FishingRodItem
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.PlateItem
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.TimespaceOrbItem
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBallLidItem
- getRarity(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.SpawnGrottoItem
- getRatingBoost() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- getRealNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's nickname, ignoring Illusion.
- getRealNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getRealNickname() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's nickname, ignoring Illusion.
- getReason() - Method in exception com.pixelmonmod.pixelmon.api.pokemon.export.exception.PokemonImportException
-
Gets the reason the import failed
- getReason() - Method in class com.pixelmonmod.pixelmon.api.test.TestResult
- getReason() - Method in exception com.pixelmonmod.pixelmon.battles.controller.BattleException
-
Gets the reason the action failed
- getReceivedDate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
The date (in milliseconds) that the ribbon was given to the pokemon
- getReceiver() - Method in class com.pixelmonmod.pixelmon.api.events.PokegiftEvent
- getReceiver() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
The name of the owner of the Pokemon when it was given the ribbon
- getRecipeBookCategories() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- getRecipeBookComponent() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- getRecipeBookType() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- getRecipeFilterName() - Method in class com.pixelmonmod.pixelmon.client.gui.recipebook.InfuserRecipeBookComponent
- getRecipeHolder() - Method in class com.pixelmonmod.api.event.PlayerCraftItemsEvent
- getRecoil() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Recoil
- getRecoil() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.RecoilCondition
- getRed() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- getRedColorF() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getRedirectOrder(List<PixelmonWrapper>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
-
Gets the turn order of Pokémon without accounting for priority.
- getRefreshRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Gets the refresh rate
- getRegionalTag() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the regional tag if it exists Short cut for {@link this#getTags()#getRegionalTag()}
- getRegionalTag() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Gets the regional tag for this form if it exists
- getRegisteredReaders() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonTypeRegistry
- getRegisteredTests() - Static method in class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry
- getRegistry(Class<?>) - Static method in class com.pixelmonmod.api.registry.RegistryManager
- getRegistryAccess() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ClientRegistryHelper
- getRegistryAccess() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ServerRegistryHelper
- getRegistryName() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.sorting.PCSortingLogic
- getRegistryValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the registry value for this species
- getRegistryValue() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getRegistryValue(T) - Static method in class com.pixelmonmod.api.registry.RegistryManager
- getRelativeGrabPoint(int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- getRelearnableMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getRelearnableMoves(Pokemon) - Static method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
- getRelearnableMoves(Pokemon) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCTeachMovePacket
- getRelearner(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerFactory
- getRemainingEVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Returns the number of remaining EVs the Pokémon can gain.
- getRemainingRequirements() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Gets the remaining requirements
- getRemainingRequirements() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- getRemainingTurns() - Method in class com.pixelmonmod.pixelmon.battles.status.FutureSighted
- getRemainingTurns() - Method in class com.pixelmonmod.pixelmon.battles.status.PartialTrap
- getRemainingTurns() - Method in class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
- getRemainingTurns() - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
- getRemainingTurns() - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
- getRemainingTurns() - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
- getReminderMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getReminderMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- getRender() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- getRenderBoundingBox() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- getRenderBoundingBox() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- getRenderBoundingBox() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- getRenderColor() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- getRenderColor() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getRenderColor() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getRenderColor(PokeStopTileEntity, float, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop
- getRenderDistanceWeight() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- getRenderingHandler() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- getRenderingHandlerType() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getRenderScale() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getRenderScale(double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
This method returns the render scale of the size, clamped between the min and max render scales.
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.BoulderBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionStoneOreBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.FossilBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ChairBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.FoldingChairBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.FroggyChairBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericModelBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenIronDoorBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenPressurePlateBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenWoodenDoorBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.WashingMachineBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.CouchBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.GlassTableBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTableBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.RugBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.WarpPlateBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- getRenderShape(BlockState) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- getRenderTarget(Level) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
-
Initializes the Pokémon's entity.
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticle
- getRenderType() - Method in class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
- getRepairIngredient() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getRepairIngredient() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
- getRequiredItems() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- getRequiredItems() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- getRequirement() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
Gets the requirement being used
- getRequirement() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Gets the requirement being used
- getRequirement(Class<? extends Requirement<A, B, T>>) - Method in class com.pixelmonmod.api.AbstractSpecification
- getRequirement(Class<? extends Requirement<A, B, T>>) - Method in interface com.pixelmonmod.api.Specification
-
Attempts to get a requirement from the specification Will return
Optional.empty()
if not found - getRequirement(Class<? extends Requirement<Object, Object, T>>) - Method in class com.pixelmonmod.api.EmptySpecification
- getRequirement(String) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
Attempts to get a new instance of a
DayCareRequirement
with the given ID - getRequirementNames() - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
Gets all requirement names for Pokemon
- getRequirementNames() - Static method in class com.pixelmonmod.api.statue.StatueSpecificationProxy
-
Gets all requirement names for Pokemon
- getRequirementNames() - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
- getRequirementNames(Class<? extends Specification<?, ?>>) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
Gets all requirement names in the given
Specification
- getRequirements() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Gets all the requirements
- getRequirements() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- getRequirements(Class<? extends Requirement<A, B, T>>) - Method in class com.pixelmonmod.api.AbstractSpecification
- getRequirements(Class<? extends Requirement<A, B, T>>) - Method in interface com.pixelmonmod.api.Specification
-
Attempts to get a list of requirements from the specification
- getRequirements(Class<? extends Requirement<Object, Object, T>>) - Method in class com.pixelmonmod.api.EmptySpecification
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchCompleteEvent
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchDiscardEvent
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchStageCompleteEvent
- getResearch() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchStartEvent
- getResearchSaveAdapter() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getResearchSaveScheduler() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getResearchStorageManager() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getReservedKeys() - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
-
Gets keywords that are reserved and cannot be used for battle clause IDs.
- getResistance() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getResistanceBerry(Element) - Static method in class com.pixelmonmod.pixelmon.items.helpers.ItemHelper
- getResistanceModifier() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getResistanceModifier() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getResistanceValue() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getResistanceValue() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getResolvingConditionCards() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getResource() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- getResource() - Method in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- getResource(String) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- getResource(String) - Method in class com.pixelmonmod.tcg.client.renderers.TCGValveStudioModel
- getResourceKey(T) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getResourceLocation() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- getResourceLocation() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- getResourceLocation() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList.Entry
- getResourceLocation() - Method in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- getResponse() - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Gets the response from the player.
- getResult() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- getResult() - Method in class com.pixelmonmod.tcg.duel.state.CustomGUIResult
- getResult(Entity) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
Gets the battle result for the entity given Will return an empty optional of cannot find that entity/player
- getResultItem(RegistryAccess) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- getResultPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.CloningCompleteEvent
-
The Ditto or Mewtwo made from cloning
- getResults() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
Gets the battle results per participant
- getResults() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- getResults() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- getResults() - Method in class com.pixelmonmod.tcg.duel.state.CoinFlipState
- getResultSlotIndex() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- getRetreatCost() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getRetreatCost() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getRevealedCoinFlipResults() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getRibbon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent
-
Gets the ribbon involved in this event
- getRibbon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
- getRibbon(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- getRibbonData() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
The mutable data for the ribbon.
- getRibbons() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Gets an unmodifiable list of the ribbons that this pokemon has managed to collect
- getRibbons() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getRichPresence() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- getRiding() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getRidingOffsets() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- getRidingPlayerVertical() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- getRidingSpeedMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.RidingConfig
- getRobeType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getRockType() - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getRodType() - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent
- getRodType() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- getRodType() - Method in class com.pixelmonmod.pixelmon.items.FishingRodItem
- getRotation() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getRotation() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getRotation(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilMachine
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityHealer
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeChest
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeGift
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityZygardeCell
- getRotation(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- getRotationFromMetadata(int) - Static method in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
- getRotationSelf(BlockState) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- getRowLeft() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- getRowLeft() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- getRowLeft() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- getRowWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- getRowWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- getRowWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- getRowWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- getRubyFromGuardian(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- getRugBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.multi.RugBlock
- getSaplingBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getSashType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getSaveAdapter() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getSaveAdapter() - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gives you the save adapter of the current storage manager.
- getSaveAdapter() - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gives you the save adapter of the current storage manager.
- getSavedUIScale() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- getSaveScheduler() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getSaveScheduler() - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gives you the save scheduler of the current storage manager.
- getSaveScheduler() - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gives you the save scheduler of the current storage manager.
- getScale() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getScale() - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- getScale() - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- getScale() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- getScale(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getScaledHeight() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- getScaledHeight() - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- getScaledWidth() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- getScaledWidth() - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- getScaleFactor() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the scale multiplier for the Pokémon's model.
- getScaleFactor() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the scale multiplier for the Pokémon's model.
- getScheduler() - Method in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- getScheduler() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.save.ResearchStorageSaveScheduler
-
Gets the executor that is used to schedule saving logic
- getScheduler() - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageSaveScheduler
-
Gets the executor that is used to schedule saving logic
- getScheduler() - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- getScheduler() - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageStandardScheduler
- getScrapsLeft() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Feed
-
The current value of the counter for Netherite Scraps required to open this Mystery Box.
- getScrapsLeft() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
The new value of the counter for Netherite Scraps required to open this Mystery Box again.
- getScrapsTotal() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
The new count of Netherite Scraps required to open this Mystery Box again.
- getScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- getScreen() - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IImportableContainer
-
Returns the screen containing the import/export.
- getScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
Returns the screen containing the import/export.
- getScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.escape.cosmetic.EscapeMenuCosmeticModifier
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.load.ServerConnectModifier
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.load.WorldLoadModifier
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.main.MainMenuModifier
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.main.SelectResourcePackModifier
- getScreenClass() - Method in interface com.pixelmonmod.pixelmon.client.gui.override.ScreenModifier
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.MultiplayerScreenModifier
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.warning.ConfirmScreenModifier
- getScreenClass() - Method in class com.pixelmonmod.pixelmon.client.gui.override.warning.ExperimentalWarningScreenModifier
- getScrollbarPosition() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- getScrollbarPosition() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- getScrollbarPosition() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- getScrollbarPosition() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- getScrollPosition() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- getScrollType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- getSealedItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
-
The sealed mail item stack given to the player
- getSecondaryEnergy() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getSecondaryEnergy() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getSection() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems
- getSection(int) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
-
Gets a section of the bag from its enum index.
- getSeed() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the initial seed used by this BattleRandomSource.
- getSeenCompletionPercentage() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Gets the seen completion percentage of the player
- getSeenMap() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Gets the register status map for the Pokédex.
- getSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- getSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- getSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Gets the currently selected option.
- getSelectedCards() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- getSelectedIndex() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Gets the index of the currently selected option.
- getSelectedItem() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem
-
The
ItemStack
selected by the player. - getSelectedPokemon() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getSelectedPositions() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- getSelectedPositions() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- getSelectedPositions() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- getSelectedPositions() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- getSelectedPositions() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- getSelectedSlot() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getSelection() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorResult
- getSelectionColor() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
- getSelectionColor() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
- getSelectionColor() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
- getSelectionColor() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- getSelectionColor() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getSelectionConsumer(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Buzzap
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Curse
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwap
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapEnemy
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapToSelfOnly
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.EnergyTransfer
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.EvolutionaryLight
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.FinalBeam
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Frenzy
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.GatherFire
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.HayFever
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Heal
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.LongDistanceHypnosis
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.MatterExchange
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.PollenStench
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.PrehistoricPower
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.RainDance
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.ReelIn
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Shift
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Sinkhole
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.SneakAttack
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.SpecialDelivery
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.StickyGoo
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.SummonMinions
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Transparency
- getSelectorState(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Trickery
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ComputerSearch
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.DevolutionSpray
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRemoval
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergyRetrieval
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.EnergySearch
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.GustOfWind
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ItemFinder
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Lass
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Maintenance
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.MrFuji
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeBall
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Pokedex
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokeFlute
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonBreeder
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PokemonTrader
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Potion
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Recycle
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Revive
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.ScoopUp
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperEnergyRemoval
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.SuperPotion
- getSelectorState(TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Switch
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AttachDiscardEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeWeaknessEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DevolveEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DiscardAttachmentEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ProphecyEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardWithEnergyCostEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
- getSelectorState(List<Object>, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.WildfireEffect
- getSelectorTypes() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getSell() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ClientShopItem
- getSentHistory(int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Input is relative and is applied directly to the sentHistoryCursor so -1 is the previous message and 1 is the next message from the current cursor position.
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.GymSignType
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
- getSerializedName() - Method in enum class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
- getSerializer() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- getSerializer() - Method in class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe
- getSerializer() - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe
- getSerializer() - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe
- getServer() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getServer(int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- getServerCosmetics() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getServerCosmetics() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getServerData() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- getServerData() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- getServerData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getServerDiscord() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- getServerDiscord() - Method in class com.pixelmonmod.pixelmon.api.config.ServerDiscordConfig
- getServerDiscordConfig() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getServerName() - Method in class com.pixelmonmod.pixelmon.api.config.ServerDiscordConfig.ServerDiscord
- getServerNarration() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- getServers() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- getServerStorageDisplayPokemonList() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- getSetID() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getSetID() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getSetTexturePacket(int) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerExtrasPacket
- getSettings() - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- getSettings() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- getSettings(Rotation, BoundingBox, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- getSettings(Rotation, BoundingBox, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CashRegisterBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.WorkplaceBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenIronDoorBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenWoodenDoorBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
- getShadeBrightness(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- getShadeBrightness(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- getShadeBrightness(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
- getShadeBrightness(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- getShadeBrightness(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.WashingMachineBlock
- getShadeBrightness(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.WindowBlock
- getShadeBrightness(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- getShader(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- getShaderParameters() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getShaderState() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- getShakeCount() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getShakes() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Gets the number of shakes that will occur for the capture attempt this object is associated with.
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
Creates the hitbox of the block
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.BoulderBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.IncenseBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MailBoxBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CashRegisterBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ChairBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.FroggyChairBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GalaricaCuffBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.RelicBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.TrashCanBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.WorkplaceBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericOreBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MintBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.StickPlateBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.FallenLeafBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelp
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelpBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepSeaGrass
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepTallSeaGrass
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.WarpPlateBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- getShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- getShape(BlockState, LevelReader, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockStanding
- getShapeForEachState(Function<BlockState, VoxelShape>) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
- getShareTag(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
-
Override this method to change the NBT data being sent to the client.
- getShieldStrength() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- getShininess() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- getShinyCharm() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getShinyCharmMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getShinyModifier() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- getShinyRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getShinyRate(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getShop() - Method in class com.pixelmonmod.pixelmon.api.events.ShopEvent
- getShop() - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
-
Gets the shop in the vending machine.
- getShop(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.shop.ShopFactory
-
Gets the shop that is currently open for the player.
- getShopMaxStackSize(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.NPCsConfig
-
Gets the maximum buable items a shopkeeper item can contain in one purchase
- getShorthand(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
- getShouldSave() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- getShouldSave() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- getShouldSave() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- getShowDropDown() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- getShowDropDown() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- getShowingPrizes() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- getShrine() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- getShrine() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the tile entity being interacted with
- getShrineEncounterMode() - Method in class com.pixelmonmod.pixelmon.api.config.StructureConfig
- getShrineType() - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Gets the type of shrine being interacted with
- getShuffledJigsawBlocks(StructureTemplateManager, BlockPos, Rotation, RandomSource) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- getShuffledJigsawBlocks(StructureTemplateManager, BlockPos, Rotation, RandomSource) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- getSignal(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
- getSignal(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- getSignal(BlockState, BlockGetter, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getSignBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getSittingHeight() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
- getSittingHeight() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
- getSittingHeight() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ChairBlock
- getSittingHeight() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.CushionChairBlock
- getSittingHeight() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.FoldingChairBlock
- getSittingHeight() - Method in class com.pixelmonmod.pixelmon.blocks.furniture.FroggyChairBlock
- getSittingHeight() - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
- getSize() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getSize() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getSize() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
- getSize() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
- getSize() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
- getSize() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- getSize() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- getSize() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- getSize() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getSize() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getSize() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- getSize() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- getSize() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- getSize(StructureTemplateManager, Rotation) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- getSize(StructureTemplateManager, Rotation) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- getSizePage() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- getSizePage() - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- getSkin() - Method in class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- getSleepingCard() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getSlot() - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- getSlot() - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- getSlot() - Method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- getSlot(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getSlot(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getSlot(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getSlotAt(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Gets the Pokémon at the specified location.
- getSlotClicked(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- getSlotsForFace(Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- getSlotsForFace(Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Returns an array containing the indices of the slots that can be accessed by automation on the given side of this block.
- getSmall() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- getSMDCulledRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getSMDEmissiveRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getSMDRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getSMDRenderTypeWithShader(ResourceLocation, RenderStateShard.ShaderStateShard, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getSmeltTime() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- getSmeltTimeRemainingScaled(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- getSound() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- getSoundHandler() - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- getSoundVolume() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getSoundVolume() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- getSour() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getSource() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- getSpawn() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the spawn data of the form
- getSpawnData(int) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientPlayerPokedex
- getSpawner() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
Gets the spawner tile entity causing the pokemon to spawn
- getSpawner(String) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
-
Attempts to get the spawner with the given name.
- getSpawnerPosition() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
Gets the block position of the spawner
- getSpawnerState() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
Gets the block state of the spawner
- getSpawnFrequency() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getSpawning() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningBoss() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningCurry() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningLegendary() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningLevelDistance() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningMeltan() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningPokeLoot() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningPokeStop() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningUltraSpace() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawningWild() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSpawnLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
- getSpawnLevelRange() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
- getSpawnLocation() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.SpawnLocationEvent
- getSpawnLocation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the Pokémon's spawn location.
- getSpawnLocation() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
- getSpawnLocation(String) - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets the spawn location from a string
- getSpawnLocation(Level, BlockPos) - Method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- getSpawnLocations() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
- getSpawnLocations(ArrayList<String>) - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets the spawn locations from a list of string representations of spawn locations.
- getSpawnMode() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- getSpawnPosition() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
Gets the spawn position of the Pokemon
- getSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.PokerusConfig
-
Deprecated.
- getSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- getSpawnReplaceClassification() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getSpawns(int) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
Performs a specific pass, where pass index starts at zero, returning a list of
SpawnAction
s that should execute. - getSpawns(int) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- getSpawns(int) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- getSpawnsPerPass() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getSpawnTicksPlayerMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- getSpec() - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
Gets the specification of the Pokemon spawning
- getSpecialAttack() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the special attack stat
- getSpecialAttackModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns Special attack modifier.
- getSpecialDefense() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the special defense stat
- getSpecialDefenseModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns Special defense modifier.
- getSpecialPixelmon() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets the special Pokémon inside the Poké Gift.
- getSpecies() - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies
-
If this is null then it means the boss will not spawn
- getSpecies() - Method in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
-
Gets the
Species
of the Pokémon who is getting the new item. - getSpecies() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the species of the pokemon
- getSpecies() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getSpecies() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.Palette
-
Gets all the species that the given palette can be applied to
- getSpecies() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the species of the Pokémon.
- getSpecies() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- getSpecies() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's pokemon.
- getSpecies() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getSpecies() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the pokemon of the Pokémon.
- getSpecies() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Checks if this entity is transformed and gets the species of the Pokémon this entity appears to be.
- getSpecies() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- getSpecies() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.Raid
-
Gets the dex number of this raid.
- getSpecies() - Method in class com.pixelmonmod.pixelmon.items.heldItems.OriginFormItem
- getSpecies() - Method in class com.pixelmonmod.pixelmon.items.heldItems.TimespaceOrbItem
- getSpeciesList() - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- getSpectator() - Method in class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent
- getSpectatorRangeBlocks() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- getSpectators() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a list of all the spectators of a battle
- getSpectators() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getSpeed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the speed stat
- getSpeed() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
- getSpeedModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns speed modifier.
- getSphealType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getSpicy() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getSplitLinesCount(String, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getSpreadRate() - Method in class com.pixelmonmod.pixelmon.api.config.PokerusConfig
- getSprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getSprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Gets the relevant sprite for the
PokemonBase
- getSprite() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the
ResourceLocation
of the sprite texture - getSprite() - Method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- getSprite() - Static method in class com.pixelmonmod.pixelmon.client.gui.override.load.LoadingPokemonModifier
-
Used to grab a sprite from a list of Sprite resource locations.
- getSprite() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the texture of the Pokémon sprite.
- getSpriteWithFallback() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Gets the
ResourceWithFallback
of the sprite texture - getStack() - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- getStack() - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
The ItemStack being used on the Pokémon.
- getStack() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.AddPlate
- getStack() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceChain
- getStack() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceOrb
- getStack() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeChain
- getStack() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeOrb
- getStack() - Method in class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Remove
-
Will return null if
BadgeCaseEvent.isCustom()
is false. - getStack() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ItemMenuButton
- getStadiumCard() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- getStadiumCard() - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- getStage() - Method in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- getStage() - Method in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent
- getStage() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- getStage() - Method in class com.pixelmonmod.pixelmon.api.research.event.ResearchStageCompleteEvent
- getStage() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns the current stage of the battle.
- getStage(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns the stage of a specified stat.
- getStageEnum(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns the stat enum from the stage array index.
- getStages() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns all stat stages.
- getStandardIcons(PackResources) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- getStars() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseStarLevel
- getStars() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.AddDefault
- getStars() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getStarters() - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- getStartID() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- getStartingBalance() - Method in class com.pixelmonmod.pixelmon.api.config.PokeDollarsConfig
-
Gets the starting balance in PokeDollars
- getStartingCommand() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getStartingMessage() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getStartPos() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- getStartX() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareSlot
- getStartY() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareSlot
- getStat() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- getStat() - Method in class com.pixelmonmod.pixelmon.api.events.HyperTrainEvent
- getStat() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
- getStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.stat.ImmutableBattleStats
-
Gets a base stat for the Pokémon.
- getStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Gets the EVs for a stat.
- getStat(BattleStatsType) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
-
Gets the pokemonLevel of the request battle stat type
- getStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Gets the IVs for a stat.
- GetStat(double) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Gets the new value of the stat.
- getStatChanges() - Method in class com.pixelmonmod.pixelmon.battles.attacks.StatTable
- getState() - Method in class com.pixelmonmod.api.event.PlayerEatCakeEvent
- getState() - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent
- getState() - Method in class com.pixelmonmod.pixelmon.api.events.ApricornEvent
-
The state being modified
- getState() - Method in class com.pixelmonmod.pixelmon.api.events.BerryEvent
-
The state being modified
- getState() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent
-
Gets the state of the block
- getState(RandomSource, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.FallenLeavesBlockStateProvider
- getState(RandomSource, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.UltraForestFlowerBlockStateProvider
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
-
Checks whether the Bell can be placed on the right-clicked block
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftEventBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- getStateForPlacement(BlockPlaceContext) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- getStatFailureMessage(BattleStatsType, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Sends a battle message saying the stat cannot be increased/decreased any further.
- getStatFromEnum(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns the stat modifier from the stat enum.
- getStatIndex() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Gets the array index for the stat array of the equivalent stat.
- getStatModFromEnum(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns the stat modifier from the stat enum.
- getStatModificationRank() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- getStatModified() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- getStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the numerical stats of the Pokémon.
- getStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getStats() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Pokémon's stat numbers.
- getStats() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the enum of the form of the Pokémon.
- getStatsEffect(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Gets a stat from its name.
- getStatStringLang(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Returns a string corresponding with lang entries for the stats.
- getStatsType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Returns the type of stat modification.
- getStatsType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
-
Returns the type of stat modification.
- getStatsType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
-
Returns the type of stat modification.
- getStatsType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
-
Returns the type of stat modification.
- getStatue() - Method in class com.pixelmonmod.pixelmon.api.events.StatueEvent.CreateStatue
-
Gets the statue that is currently planned to be placed down
- getStatue() - Method in class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
-
Gets the statue that is being modified
- getStatus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getStatus() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getStatus() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- getStatus() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getStatus(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's status at the specified index.
- getStatus(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the specified status on the Pokémon.
- getStatusEffect(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Gets a status enum from a string.
- getStatuses() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's statuses.
- getStatusIndex(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the index of the status.
- getStatusSize() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the number of statuses the Pokémon has.
- getStatusTexturePos() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- getStatWithMod(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Calculates the specified stat with its modifier.
- getStaysHorizontalInRender() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getStaysHorizontalInRender(AbstractMovesEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- getStaysHorizontalInRender(AbstractMovesEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getStepsPerEggCycle() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- getStepsToApplyEffects() - Method in class com.pixelmonmod.pixelmon.api.config.OutsideEffectsConfig
- getStepsToHealHealthPassively() - Method in class com.pixelmonmod.pixelmon.api.config.HealingConfig
- getStone() - Method in class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
Gets the
ItemStack
used for the mega evolution Will return an empty optional of there was no item used - getStoneItem() - Method in class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
Gets the item used to mega evolve if one was used If there was no item used it will return an empty optional This will always be empty for the pre event
- getStorage() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getStorage() - Method in class com.pixelmonmod.pixelmon.api.events.EggHatchEvent
-
Gets the storage the egg is hatching in
- getStorage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getStorage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getStorage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the storage of the Pokémon's owner.
- getStorage() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getStorage() - Method in class com.pixelmonmod.pixelmon.api.storage.event.PlayerCloseStorageEvent
- getStorage() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Returns the Pokémon storage of the participant.
- getStorage() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- getStorage() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- getStorage() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getStorage() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Gets the storage that contains the Pokémon.
- getStorage(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- getStorage(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- getStorage(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.manager.ResearchStorageManager
-
Gets the player's research storage waiting until it is loaded from the file if necessary
- getStorage(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gets the player's research storage waiting until it is loaded from the file if necessary
- getStorage(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.manager.ResearchStorageManager
-
Gets the player's research storage waiting until it is loaded from the file if necessary
- getStorage(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gets the player's research storage waiting until it is loaded from the file if necessary
- getStorage(ServerPlayer, StoragePosition) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the storage of a player based on the
StoragePosition
- getStorage(ServerPlayer, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the storage of a player based on the
StoragePosition
- getStorageAndPosition() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getStorageManager() - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- getStorageManager() - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gives you the current storage manager
- getStorageManager() - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gives you the current storage manager
- getStorageNow(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.manager.ResearchStorageManager
-
Gets the player's research storage
- getStorageNow(UUID) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gets the player's research storage
- getStorageNow(ServerPlayer) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.manager.ResearchStorageManager
-
Gets the player's research storage
- getStorageNow(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Gets the player's research storage
- getStorageNow(ServerPlayer, StoragePosition) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Gets the storage of a player based on the
StoragePosition
- getStorageNow(ServerPlayer, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Gets the storage of a player based on the
StoragePosition
- getStorageType() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets the type of storage this represents from the
PixelmonRegistry.getStorageType()
registry - getStorageType() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getStoredEntity() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getStoredJson() - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- getStoredPoke() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getStrafeAccelerationRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getStrafeRollConversion() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getStrafeUpDown() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getStrategies() - Static method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategyLoader
-
Get the registered strategies
- getStrategiesPrioritized() - Static method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategyLoader
-
Get a prioritzed list of the registered strategies
- getStrategy(String) - Static method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategyLoader
-
Find the strategy matching the provided argument
- getStreamForResourceLocation(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
-
Creates a new input stream at the specified file path.
- getStrength() - Method in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
Gets the lure strength.
- getStrength() - Method in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
Gets the lure strength.
- getStringAfterColon(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Gets the part of a string that is after a colon.
- getStringQuery() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- getStringWidth(String) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getStringWidth(String, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getStringWidth(Component) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getStringWidth(Component, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- getStrippedName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Gets the English name for the Pokémon with no spaces, hyphens, or other special characters.
- getStructure() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WithinStructureCondition
- getStructures() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getSubSpec(String) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- getSubSpec(String) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- getSuffix() - Method in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- getSuffix() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- getSuitableSpawns(SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Gets all the spawns from the contained sets that suit the given
SpawnLocation
. - getSuitableSpawnsForBiome(Holder<Biome>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Gets all the spawns from the contained sets that suit the given
Biome
. - getSumIncreases() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Computes the total number of increased stages.
- getSumStages() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Computes the net number of stage modifiers.
- getSweet() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getSwimDepth() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getSwimmingParameters() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- getSwimmingParameters() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Gets the swimming AI parameters for the Pokémon.
- getSwimSpeed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Gets the swim speed
- getSwitchChoices(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Gets all possible switch choices the participant can make.
- getSwitchParameters() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getSync(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
- getSynchronizeChance() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- getSystem() - Method in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- getSystemSupplier() - Method in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleLogCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BattleTestsCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.BreedCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CatchingCharmCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CheckSpawnsCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevScoreboardCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.client.DevTempPartyCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompEditCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompSearchCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompSeeCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompTakeCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.CompTestCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.DisableBattleCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.DoLegendarySpawnCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.DynamaxBandCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.econ.BankTransferCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.econ.GiveMoneyCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EggStepsCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EndBattleCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EvolveCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.EvsCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.ExpCharmCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.FaintCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.FillDexCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.GiftCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.GivePixelSpriteCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.HatchCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.HealCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.HiddenPowerCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.IvsCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.LearnMoveCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.LevellingCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.MarkCharmCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.MegaRingCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.MoveListCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.OvalCharmCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PcCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeBombCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeCloneCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeColorCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeDelCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeEditCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeGiveCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeKillCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeResetCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRestartCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeRetrieveCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeSeeCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeSpawnCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeTakeCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.PokeTestCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.RedeemFossilCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SetPartyCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SetRaidCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.ShinyCharmCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SpawningCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SpectateCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.SpecTestCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.StarterCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.Stats
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.StatsReset
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.StatueSpawnCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.TeachCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.TMCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.TradeSimCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.impl.wiki.WikiCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- getTabCompletions(MinecraftServer, CommandSourceStack, String[], BlockPos) - Method in class com.pixelmonmod.tcg.commands.TCGCommand
- getTag(ResourceKey<Registry<T>>, TagKey<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Converts a
TagKey
to aHolderSet
of the elements in the tag. - getTag(TagKey<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getTagNames() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getTags() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- getTags() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the tags for the form
- getTags() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Gets an unmodifiable set of the tags for the form
- getTails() - Method in class com.pixelmonmod.tcg.api.card.personalization.Coin
- getTarget() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- getTarget() - Method in class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent.StartSpectate
- getTarget() - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
Gets the target of the item being used In self targetting instances this is {@link this#getUser()}
- getTarget() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- getTarget() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- getTarget() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
- getTarget() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- getTarget() - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropping
- getTarget(boolean) - Static method in class com.pixelmonmod.pixelmon.client.keybindings.TargetKeyBinding
- getTarget(boolean, double) - Static method in class com.pixelmonmod.pixelmon.client.keybindings.TargetKeyBinding
- getTargetData() - Method in interface com.pixelmonmod.pixelmon.client.camera.target.CameraTarget
- getTargetData() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetEntity
- getTargetData() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- getTargetedChoices(PixelmonWrapper, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
- getTargetElevatorPos() - Method in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
-
Gets location of the target elevator block.
- getTargetingInfo() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Details about the the attack's possible targets.
- getTargetOrder(PixelmonWrapper, List<PixelmonWrapper>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
-
Gets the target order of Pokémon.
- getTargetPoint() - Method in class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory.BoardInfo
- getTargetPos() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- getTargetPosition() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getTargets(Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Randomly selects targets for an attack.
- getTeam() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Gets a list of all the Pokémon in the player's party that are not eggs
- getTeam(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Finds the participants on the same side of the battle.
- getTeam(Predicate<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Gets a list of all the Pokémon in the player's party that match the given condition
- getTeamOne() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
-
Gets the first team of battle participants
- getTeamPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Returns all Pokemon on the side of the battle that the participant is on.
- getTeamPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets all Pokémon on this Pokémon's side of the battle.
- getTeamPokemon(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all Pokemon on the side of the battle that the specified participant is on.
- getTeamPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all allied Pokemon on the side of the battle that the specified Pokémon is on.
- getTeamPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all allied Pokemon on the side of the battle that the specified Pokémon is on.
- getTeamPokemonExcludeSelf() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets all Pokémon on this Pokémon's side of the battle excluding itself.
- getTeamPokemonExcludeSelf(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Returns all allied Pokémon on the side of the battle that the specified Pokémon is on, except for the specified Pokémon itself.
- getTeamPokemonList() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Finds all Pokémon in the battle allied with the player.
- getTeamPokemonUUIDs() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Finds all Pokémon in the battle allied with the player.
- getTeamSelection(int) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry
-
Gets a team selection from its ID.
- getTeamSupplierRegistry() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getTeamTwo() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
-
Gets the second team of battle participants
- getTeleportPosition() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- getTempAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getTempAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- getTempMobPos() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigation
- getTempMobPos() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- getTemporaryEffect() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getTemporaryEffectText() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- getTempPartyColor() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- getTerrain() - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Returns the active terrain.
- getTerrain(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine
-
Gets the terrain of the battlefield below the user.
- getTerrainType() - Method in class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- getTerrainType() - Method in class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
- getTerrainType() - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- getTerrainType() - Method in class com.pixelmonmod.pixelmon.battles.status.NoTerrain
- getTerrainType() - Method in class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- getTerrainType() - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
- getText() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- getText() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
-
The text of the mail To edit this edit the {@link this#getItemStack()}'s NBT in the Pre event
- getText() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
-
The text written to the sealed mail
- getText() - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- getText() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getText(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getText(ItemStack, boolean) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getTextJustification(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getTextScale(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getTexture() - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- getTexture() - Method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
The resource location of the texture that will be rendered
- getTexture() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
- getTexture() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
- getTexture() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
- getTexture() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- getTexture() - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.ISpecialTexture
- getTexture() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- getTexture() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getTexture() - Method in interface com.pixelmonmod.pixelmon.client.render.TexturedEntity
-
Gets the texture of this entity.
- getTexture() - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- getTexture() - Method in enum class com.pixelmonmod.tcg.api.card.Energy
- getTexture(boolean) - Method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- getTextureID() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Texture
- getTextureList() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getTextureLocation(CameraEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.InvisibleCameraRenderer
- getTextureLocation(BikeEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.BikeRenderer
- getTextureLocation(ChairMountEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.ChairMountRenderer
- getTextureLocation(PixelmonPaintingEntity) - Method in class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
- getTextureLocation(DenEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
- getTextureLocation(NPC) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCEntityRenderer
- getTextureLocation(PokeBallEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PokeBallRenderer
- getTextureLocation(WormholeEntity) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.WormholeRenderer
- getTextureLocation(E) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- getTextureLocation(FishingHook) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.HookRenderer
- getTextureLocation(Boat) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonBoatRenderer
- getTextureMode() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getTextureName() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- getTexturePos(StatusType) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Determines the position of the status indicator's texture.
- getTextureProviders() - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- getTextureResource(PokeStopTileEntity) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
- getTextures() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- getTextures() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
-
Gets the possible textures for the shopkeeper.
- getTextureType() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the statue's texture.
- getTheModel() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
- getThermalPower() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- getThermalPower(Level, BlockPos) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.Thermals
- getThis() - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
-
Used to isolate the unchecked warning to one location.
- getThreshold(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
- getThrower() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getTick() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- getTickCondition() - Method in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- getTickCount() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- getTicker(Level, BlockState, BlockEntityType<T>) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- getTickers() - Static method in class com.pixelmonmod.pixelmon.api.entity.ticking.TickingEntityFactory
- getTickHandler(PixelmonEntity) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
-
Gets the tick handler for a Pokémon.
- getTicks() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- getTicksRemaining() - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockReveal
- getTicksTillEncounter() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Gets the number of ticks until Pixelmon grass spawns a Pokémon against the player.
- getTicksTillEscape() - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Catch
- getTicksUntilCatch() - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Cast
- getTier1Drop() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
Gets a random tier 1 special drop.
- getTier2Drop() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
Gets a random tier 2 special drop.
- getTier3Drop() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
Gets a random tier 3 special drop.
- getTierDescription() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.Tier
-
Gets a description of the tier for use in /tiershow.
- getTierWithID(String) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
-
Gets the registered tier with the provided ID
- getTileEntity() - Method in class com.pixelmonmod.pixelmon.api.events.FossilCleanerEvent
- getTileEntity() - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent
- getTileEntity(Class<T>, LevelReader, BlockPos) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.CouchBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.GlassTableBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTableBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.RugBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getTileEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.tcg.block.BattleSpectatorBlock
- getTimeClaimed() - Method in class com.pixelmonmod.pixelmon.api.util.LootClaim
- getTimeLimit() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- getTimes() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- getTimeUpdateInterval() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- getTimid() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- getTint() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- getTitle() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuScreen
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.ChoosePokemon
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedRevive
- getTitle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.pokemon.EnforcedSwitch
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- getTm(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- getTm(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- getTMMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
of all TM moves learnable for this form - getTMMoves1() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen1TechnicalMachines
moves this form can learn - getTMMoves2() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen2TechnicalMachines
moves this form can learn - getTMMoves3() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen3TechnicalMachines
moves this form can learn - getTMMoves4() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen4TechnicalMachines
moves this form can learn - getTMMoves5() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen5TechnicalMachines
moves this form can learn - getTMMoves6() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen6TechnicalMachines
moves this form can learn - getTMMoves7() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen7TechnicalMachines
moves this form can learn - getTMMoves8() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen8TechnicalMachines
moves this form can learn - getTMMoves9() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen9TechnicalMachines
moves this form can learn - getTMMovesFor(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- getTMs() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- getTo() - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
- getToast() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- getToastSymbol() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
-
When a recipe for the Infuser is discovered, this decides what item is shown in the toast that appears in the top right corner of the screen.
- getToolbarAnchor() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- getToolbarAnchor() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- getToolbarAnchor() - Method in interface com.pixelmonmod.pixelmon.client.gui.pc.PCToolbarHost
- getToolModifiedState(BlockState, UseOnContext, ToolAction, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.LogBlock
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.heldItems.MailItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.HMItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.LureItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- getTooltipText() - Method in class com.pixelmonmod.pixelmon.items.SymbolItem
- getTooltipText(String) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- getTooltipText(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
- getTooltipText(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- getTooltipText(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- getTooltipText(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- getTop() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Gets the y coordinate of the top of the menu when inactive.
- getTopEarthBlock(Level, int, int) - Static method in class com.pixelmonmod.pixelmon.command.impl.BattleCommand
-
Gets the height of the top solid block with the specified x/z coordinates.
- getTopIndex() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- getTopNAttackChoices(int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.RaidAI
- getTotal() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
- getTotalBred() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the total amount of Pokémon the player has bred.
- getTotalDuration() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Gets the duration of the breed
- getTotalEffectiveness(List<Element>, Element) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Determines the effectiveness of an attack on a list of types.
- getTotalEffectiveness(List<Element>, Element, boolean) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Determines the effectiveness of an attack on a list of types.
- getTotalEvolved() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the total amount of Pokémon the player has Evolved.
- getTotalExp() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the total amount of experience the player's Pokémon have earned.
- getTotalFainted() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Returns the number of Pokémon that have fainted for this participant this battle.
- getTotalHatched() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the total amount of Pokémon the player has hatched.
- getTotalKills() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the total amount of wild Pokémon the player has defeated.
- getTotalWeight() - Method in class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- getToughness() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- getToxtricityFormFromNature(Nature) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- getTr(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- getTr(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- getTrackedBlockCollection(Entity, float, float, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Tracks the given entity's motion using the given parameters, and returns an appropriately sized
BlockCollection
- getTrackedPlayer() - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- getTrade() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade
- getTradedPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- getTradeMachineBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
- getTradePacket(BlockPos) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- getTradePair() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- getTradePair(UUID) - Static method in class com.pixelmonmod.pixelmon.api.trading.NPCTrades
- getTrader() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent
- getTrainerCard() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- getTransferMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets a
Set
of all moves learnt by transfer - getTransformation() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- getTransformed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets whether the Pokémon's model is transformed.
- getTransforms() - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- getTransforms() - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- getTransformToDittoOnCatch() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- getTranslatableValue() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- getTranslated(Holder<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Converts the given
Holder
to aMutableComponent
with the translation key of the holder. - getTranslated(ResourceKey<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Converts the given
ResourceKey
to aMutableComponent
with the translation key of the key. - getTranslatedLidName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the translated name of this Poké Ball's Poké Ball Lid item name.
- getTranslatedName() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
- getTranslatedName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- getTranslatedName() - Method in interface com.pixelmonmod.pixelmon.api.util.ITranslatable
-
Returns the translation component of the objects name.
- getTranslatedName() - Method in class com.pixelmonmod.tcg.api.card.ability.CardPower
- getTranslatedName() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- getTranslatedName() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getTranslatedNameCapitalized() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the translation key of this Poké Ball's Poké Ball item name.
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.Palette
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the form name translation key of the pokemon
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getTranslationKey() - Method in interface com.pixelmonmod.pixelmon.api.util.ITranslatable
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Gets the attack's unlocalized key.
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumBike
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- getTranslationKey() - Method in enum class com.pixelmonmod.pixelmon.enums.EvolutionRockType
- getTranslationKey() - Method in class com.pixelmonmod.pixelmon.items.HeldItem
- getTranslationKey(Holder<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Converts the given
Holder
to aString
of the translation key of the holder. - getTranslationKey(ResourceKey<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Converts the given
ResourceKey
to aString
of the translation key of the key. - getTreeType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- getTriangleRenderType(RenderStateShard.ShaderStateShard, RenderStateShard.TransparencyStateShard, RenderStateShard.CullStateShard, RenderStateShard.LightmapStateShard, RenderStateShard.OverlayStateShard) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getTRMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
ofGen8TechnicalRecords
moves this form can learn - getTrueAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
-
Gets the name of the unimplemented Ability represented by this placeholder.
- getTumblestoneGrowthChance() - Method in class com.pixelmonmod.pixelmon.api.config.DimensionsConfig
- getTumblestoneRestoreChance() - Method in class com.pixelmonmod.pixelmon.api.config.DimensionsConfig
- getTumblestoneSpawnChance() - Method in class com.pixelmonmod.pixelmon.api.config.DimensionsConfig
- getTurn() - Method in class com.pixelmonmod.tcg.api.events.EndTurnEvent
- getTurn() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getTurn() - Method in class com.pixelmonmod.tcg.duel.state.DelayEffect
- getTurn() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getTurn(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the ID of the turn for the pokemon
- getTurn(PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- getTurnCount() - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- getTurnCount(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Gets the turn count for the user's multi-turn move.
- getTurnForPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets the position of the specified Pokémon in the turn order.
- getTurnNumber() - Method in class com.pixelmonmod.pixelmon.api.events.battles.TurnEndEvent
-
Gets the number of the turn that just ended
- getTurnOrder(List<PixelmonWrapper>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
-
Gets the turn order of Pokémon without accounting for priority.
- getTurnRate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getTurnTimeSeconds() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the time since the participant last made a move.
- getTutor(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.tutor.TutorFactory
- getTutorMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Gets the
Set
of all moves learnt by tutor - getTweak(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Gets the
SpawningTweak
of the given type, if it exists. - getTweakedLevel(AbstractSpawner, SpawnAction<? extends Entity>, int) - Method in class com.pixelmonmod.pixelmon.spawning.FluteLevelTweak
- getTweakedLevel(AbstractSpawner, SpawnAction<? extends Entity>, int, int, int) - Method in class com.pixelmonmod.pixelmon.spawning.CaveLevelTweak
- getTweakedLevel(AbstractSpawner, SpawnAction<? extends Entity>, int, int, int) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerBasedLevels
- getTweakedLevel(SpawnAction<? extends Entity>, int, int, int) - Method in class com.pixelmonmod.pixelmon.spawning.UltraSpaceLevelTweak
- getType() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PostTransaction
-
Gets the type of transaction that occured
- getType() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PreTransaction
-
Gets the type of transaction that will take place
- getType() - Method in class com.pixelmonmod.pixelmon.api.events.ExperienceGainEvent
-
Gets how the experience has been gained.
- getType() - Method in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
Gets the lure type.
- getType() - Method in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
Gets the lure type.
- getType() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.PlaceholderCollectEvent
- getType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
Returns the ribbon type for the given ribbon
- getType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
The typing of the G-Max move of this form's Gigantamax form.
- getType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatusPersistCondition
- getType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the Pokémon's type.
- getType() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getType() - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- getType() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- getType() - Method in exception com.pixelmonmod.pixelmon.battles.controller.BattleException
-
Gets the type of battle failure
- getType() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CustomSignTileEntity
- getType() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- getType() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- getType() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- getType() - Method in class com.pixelmonmod.pixelmon.items.EvolutionStoneItem
- getType() - Method in class com.pixelmonmod.pixelmon.items.heldItems.TypeEnhancingItems
- getType() - Method in class com.pixelmonmod.pixelmon.items.IsiHourglassItem
- getType() - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- getType() - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- getType() - Method in class com.pixelmonmod.tcg.api.card.ability.CardPower
- getType() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- getType(int) - Static method in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- getTypeEffectiveness(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Gets the type effectiveness of the move on its target.
- getTypeFor(String) - Static method in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- getTypeId() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Gets the unique identifier of the breeding requirement type for use in datapacks
- getTypeId() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- getTypeMap() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- getTypeMap() - Method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Get map of TMs to typings.
- getTypeMapFor(ITechnicalMove) - Static method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Get type map statically.
- getTypeNameLocalized() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
Returns the ribbon type for the given ribbon
- getTypeNames() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- getTypeNames(boolean) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- getTypes() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Returns the types of a form
- getTypes() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Fetches the pokémon's types, including the added type.
- getTypes() - Static method in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- getTypes(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Fetches the pokémon's types.
- getTypingForTerrain() - Method in class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- getTypingForTerrain() - Method in class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
- getTypingForTerrain() - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- getTypingForTerrain() - Method in class com.pixelmonmod.pixelmon.battles.status.NoTerrain
- getTypingForTerrain() - Method in class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- getTypingForTerrain() - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
- getU() - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
- getU0() - Method in class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
- getU1() - Method in class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
- getUltraBeasts() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Grabs a list of all Ultra Beast species
- getUltraSpaceDrop() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
Gets a random ultra space special drop.
- getUltraSpaceGigantamaxFactorModifier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningUltraSpaceConfig
- getUltraSpaceHiddenAbilityMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningUltraSpaceConfig
- getUltraSpaceHordeSpawnRate() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningUltraSpaceConfig
- getUltraSpaceLevelMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningUltraSpaceConfig
- getUltraSpaceShinyRateMultiplier() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningUltraSpaceConfig
- getUmbrellaBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
- getUneditedPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- getUneditedPokemonList() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- getUniqueBattleStatValues() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- getUniqueId() - Method in class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- getUniqueId() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets the unique identifier of the Pokemon storage
Note that this will likely be the owning player's UUID in the case of a player storage, such as thePlayerPartyStorage
orPCStorage
- getUniqueId() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- getUniqueId() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
- getUniqueId() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the UUID of the participant.
- getUnlocalizedName() - Method in enum class com.pixelmonmod.tcg.api.card.CardRarity
- getUnlocalizedName() - Method in enum class com.pixelmonmod.tcg.api.card.CardType
- getUnlocalizedName() - Method in enum class com.pixelmonmod.tcg.api.card.Energy
- getUnlocalizedName() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
- getUnownBlock(char) - Static method in class com.pixelmonmod.pixelmon.blocks.decorative.UnownBraileBlock
- getUnsafeOn() - Method in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
- getUnsafeOn() - Method in enum class com.pixelmonmod.tcg.network.data.PacketDirection
- getUnshieldedAbility() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- getUpdatePacket() - Method in class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- getUpdateTag() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- getUpperAngleLimit() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- getUsableHeldItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the type of the item the Pokémon is holding if it is currently usable.
- getUsage(CommandSourceStack) - Method in class com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations
- getUsage(CommandSourceStack) - Method in class com.pixelmonmod.pixelmon.command.impl.SpectateCommand
- getUsage(CommandSourceStack) - Method in class com.pixelmonmod.pixelmon.command.impl.TierShow
- getUsage(CommandSourceStack) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- getUsage(CommandSourceStack) - Method in class com.pixelmonmod.tcg.commands.TCGCommand
- getUseAnimation(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- getUsedCandy() - Method in class com.pixelmonmod.pixelmon.api.events.RareCandyEvent
- getUsedItem() - Method in class com.pixelmonmod.pixelmon.api.events.RareCandyEvent
- getUseDuration(ItemStack) - Method in class com.pixelmonmod.tcg.item.BinderItem
- getUseDuration(ItemStack) - Method in class com.pixelmonmod.tcg.item.DeckItem
- getUser() - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
Gets the user of the item
- getUser() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Returns whether the stat effect affects the user.
- getUser() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
-
Returns whether the stat effect affects the user.
- getUser() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
-
Returns whether the stat effect affects the user.
- getUserPokemon() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- getUserPokemon(CameraMode) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets the Pokémon currently awaiting action.
- getUses() - Method in class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
- getUsingRidingSpecialConditions() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Accounts for special cases of riding Pokémon using separate moving offsets.
- getUuid() - Method in class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
- getUuid() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- getUUID() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getV() - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
- getV0() - Method in class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
- getV1() - Method in class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractDoublePokemonRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractIntegerPokemonRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- getValue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- getValue() - Method in class com.pixelmonmod.api.registry.RegistryValue
- getValue() - Method in class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
- getValue() - Method in class com.pixelmonmod.api.requirement.AbstractIntegerRequirement
- getValue() - Method in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
- getValue() - Method in class com.pixelmonmod.api.requirement.AbstractStringRequirement
- getValue() - Method in interface com.pixelmonmod.api.requirement.Requirement
-
Gets the internal value of the requirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.AbstractIntegerStatueRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.AbstractStringStatueRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.impl.GenderRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- getValue() - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- getValue() - Method in class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
- getValue() - Method in class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
-
Gets the value for the property.
- getValue() - Method in exception com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownImportException
-
Gets the value that was incorrect/erroneous
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- getValue() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- getValue() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen.InputField
- getValue() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- getValue() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- getValue(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- getValue(int) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
-
Gets a content enum from its enum index.
- getValue(Class<? extends Requirement<A, B, T>>) - Method in class com.pixelmonmod.api.AbstractSpecification
- getValue(Class<? extends Requirement<A, B, T>>) - Method in interface com.pixelmonmod.api.Specification
-
Attempts to get a value from the specification Will return
Optional.empty()
if not found - getValue(Class<? extends Requirement<Object, Object, T>>) - Method in class com.pixelmonmod.api.EmptySpecification
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- getValueName() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- getValueUnsafe() - Method in class com.pixelmonmod.api.registry.RegistryValue
- getVariable(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Gets a variable for a specified key, or create a new variable with value 0 if not present.
- getVelocityModifier() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets the velocity modifier of this Poké Ball.
- getVendingMachineBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
- getVersion() - Static method in class com.pixelmonmod.pixelmon.Pixelmon
- getVersion() - Static method in class com.pixelmonmod.pixelmon.storage.extras.ExtrasContact
- getVertexConsumer(A, ResourceLocation, MultiBufferSource) - Static method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.SMDRenderer
- getVertexSMDRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getVerticalSliceRadius() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getVerticalTrackFactor() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- getVertices() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- getVertices() - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- getViewDistance() - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop
- getViewEntity() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets the entity the camera is focused on.
- getViewEntity() - Static method in class com.pixelmonmod.tcg.client.helper.BattleHelper
- getViewingPlayers() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets a list of all players that are viewing the battle
This includes all players that are in the battle as well as spectators - getViewPlayer() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Gets the player being spectated.
- getViewPlayer() - Static method in class com.pixelmonmod.tcg.client.helper.BattleHelper
- getVisibility() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- getVisibility() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Gets the visibility setting of the Poké Gift.
- getVisible() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
returns true if this textbox is visible
- getVisualShape(BlockState, BlockGetter, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
- getVisualShape(BlockState, LevelReader, BlockPos, CollisionContext) - Method in class com.pixelmonmod.pixelmon.blocks.WindowBlock
- getVisualShape(BlockState, LevelReader, BlockPos, CollisionContext) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- getW() - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
- getWait() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant is waiting in battle.
- getWaitTimer() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- getWallpaper() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- getWallpaper() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBoxSearch
- getWallpaper(String) - Static method in class com.pixelmonmod.pixelmon.client.listener.WallpapersListener
- getWallpapers() - Static method in class com.pixelmonmod.pixelmon.client.listener.WallpapersListener
- getWallSignBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getWarpPosition() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.WarpPlateEvent
- getWarpPosition() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- getWasGifted() - Method in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
-
Checks if the player has received a gift box.
- getWasGifted(int) - Method in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
-
Checks if the player has received a gift box.
- getWasHit() - Method in class com.pixelmonmod.pixelmon.battles.status.ShellTrapStatus
- getWaterDepth(BlockPos, Level) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
-
Finds the depth of water starting from the given position.
- getWaterFloatBlock(DyeColor) - Static method in class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
- getWeakness() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getWeaknessModifier() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getWeaknessModifier() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getWeaknessValue() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- getWeaknessValue() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- getWeather() - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Returns the active weather.
- getWeatherIgnoreAbility() - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Returns the active weather, ignoring Cloud Nine and Air Lock's weather canceling effects.
- getWeathers() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- getWeight() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- getWeight() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- getWeight() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Gets the weight of the pokemon
- getWeight(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon's weight, factoring in modifications from other sources.
- getWeight(T) - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- getWeightedAttackChoices(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Gets all attack choices the Pokémon has, along with the choices' weights.
- getWeightedOffensiveChoices(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights and returns all offensive move choices of a Pokémon.
- getWeightedSpawnInfo(SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Gets the
SpawnInfo
to spawn at the givenSpawnLocation
based off what is suitable and chosen byAbstractSpawner.selectionAlgorithm
. - getWeightMod() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- getWeights() - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidBiomeGrouping
-
Gets the star weights for this group of raids.
- getWeightWithChance(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Chooses a weight for the effect based on the chance of it occurring.
- getWheelRadius() - Method in class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
- getWidget(Runnable, Runnable) - Method in interface com.pixelmonmod.pixelmon.api.ui.InputType
- getWidget(Runnable, Runnable) - Method in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- getWidget(Runnable, Runnable) - Method in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- getWidget(Runnable, Runnable) - Method in class com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
- getWidget(Runnable, Runnable) - Method in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- getWidget(Runnable, Runnable) - Method in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- getWidget(Runnable, Runnable) - Method in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- getWidget(Runnable, Runnable) - Method in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- getWidgets() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- getWidth() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- getWidth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.dimensions.Dimensions
-
Gets the width of the form
- getWidth() - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- getWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareSlot
- getWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- getWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- getWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- getWidth() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- getWidth() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Texture
- getWidth() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getWidth() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- getWidth() - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- getWidthOffset(MultiBlock) - Static method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
Used to calculate placement for JSON models, since they have special restrictions on model sizing
- getWingType() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- getWinner() - Method in class com.pixelmonmod.tcg.api.events.EndGameEvent
- getWinnerPlayer() - Method in class com.pixelmonmod.tcg.api.events.EndGameEvent
- getWins() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Gets the amount of times the player has won battles against other players.
- getWireFrameSMDRenderType(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- getWoodType() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- getWoodType() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- getWoodType() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- getWorld() - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- getWorld() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent
-
Gets the world this occurred in
- getWorld() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- getWorld() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- getWorld() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Gets the world that the Pokémon is in.
- getWorld() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- getWorld() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Gets the world that the participant is in.
- getWorld() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the world that the Pokémon is in.
- getWorld() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getWorld() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
- getWorld(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- getWorld(String[], CommandSourceStack) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- getWorld(ResourceKey<Level>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- getWorldPosition() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the world position of the Pokémon.
- getWorldTransform() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- getWormhole() - Method in class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent
- getWrapper() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Gets the
PixelmonWrapper
associated with the capture attempt this object is associated with. - getWrapper() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- getX() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- getX() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- getX() - Method in interface com.pixelmonmod.pixelmon.client.camera.target.CameraTarget
- getX() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetEntity
- getX() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- getX() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- getX() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- getX() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- getX() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- getX() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- getX() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- getX() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getX() - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- getXL() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- getxOffset() - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- getXOffset(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getXOverride(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getXS() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- getXXL() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- getXXS() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- getY() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- getY() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- getY() - Method in interface com.pixelmonmod.pixelmon.client.camera.target.CameraTarget
- getY() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetEntity
- getY() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- getY() - Method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- getY() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- getY() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- getY() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- getY() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- getY() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- getY() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- getY() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getY() - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- getYaw() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- getYCentre() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- getYield(BattleStatsType) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Gets the EV yield for the given stat.
- getYOffset(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getYOverride(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getZ() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- getZ() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- getZ() - Method in interface com.pixelmonmod.pixelmon.client.camera.target.CameraTarget
- getZ() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetEntity
- getZ() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- getZ() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- getZ() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- getZLevel() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- getZLevel() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- getZLevel() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
-
Gets the z coordinate of the inventory.
- getZLevel() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- getZLevel(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.UIElementItem
- getZMove(Pokemon, boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- getZMove(PixelmonClientData, boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- GHOLDENGO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GHOST - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- GHOST - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- GHOST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- GHOST - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- ghost_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ghost_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ghost_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Ghost.
- ghostium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Ghostium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- GIBBOUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- GIBLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GIBLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GIFT - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.EnumPokegiftType
- gift_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GIFT_COMMAND - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- GIFT_OPENED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player has opened a gift box.
- GiftCommand - Class in com.pixelmonmod.pixelmon.command.impl
- GiftCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.GiftCommand
- GIFTED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player has been given a gift box.
- GiftItem - Class in com.pixelmonmod.pixelmon.items
- GiftItem() - Constructor for class com.pixelmonmod.pixelmon.items.GiftItem
- giftOpened - Variable in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
-
Whether the player has opened a gift box.
- Giga_Drain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Giga_Drain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Giga_Drain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- GIGA_DRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Giga_Impact - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Giga_Impact - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Giga_Impact - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Giga_Impact - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- GIGA_IMPACT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GigaDrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- GigaDrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GigaImpact - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- GigaImpact - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GIGALITH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- gigantamax - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxEvent
-
If this is Gigantamax
- gigantamax - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- gigantamax - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.EnterDynamaxAction
- gigantamax - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ExitDynamaxAction
- gigantamax - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- gigantamax - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- Gigantamax - Class in com.pixelmonmod.pixelmon.api.pokemon.species.gimmick
-
This class represents a Gigantamax form and the potential to have the Gigantamax Factor of a certain
Stats
- Gigantamax() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
Empty constructor for a form which cannot gain the Gigantamax Factor nor Gigantamax.
- Gigantamax(boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
Constructor for a form which could gain the Gigantamax Factor, but not Gigantamax.
- Gigantamax(String, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.gimmick.Gigantamax
-
Constructor for a form can gain the Gigantamax Factor and Gigantamax, taking the form ID and the G-Max move.
- GIGANTAMAX - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a form can Gigantamax
- GIGANTAMAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- GIGANTAMAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- GIGANTAMAX_FACTOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Gigantamax Factor of the entity.
- GIGANTAMAX_FACTOR_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- GIGANTAMAX_RS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
Rapid Strike Urshifu
- GIGANTAMAX_SS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
-
Single Strike Urshifu
- gigantamaxFactor - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- gigantamaxFactor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokémon to have the Gigantamax Factor
- gigantamaxFactor(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokémon to have the Gigantamax Factor if true, or not if false
- GigantamaxFactorRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- GigantamaxFactorRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GigantamaxFactorRequirement
- GigantamaxFactorRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GigantamaxFactorRequirement
- GigantamaxInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- GigantamaxInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.GigantamaxInteractionEvent
- GigantamaxTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
- GigantamaxTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GigantamaxTypeAdapter
- GIGANTAMIX - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- GIGATON_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- GIGATON_HAMMER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GigatonHammer - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Gigaton Hammer cannot be used in consecutive turns.
- GigatonHammer() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GigatonHammer
- GIGAVOLT_HAVOC - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GIMMIGHOUL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- gimmighoul_coin - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GIMMIGHOUL_COINS_GIVEN_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- GimmighoulCoinCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Allows a Pokémon to evolve after a certain number of gimmighoul coins are collected.
- GimmighoulCoinCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GimmighoulCoinCondition
- GimmighoulCoinCondition(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GimmighoulCoinCondition
- GimmighoulCoinsGivenRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- GimmighoulCoinsGivenRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GimmighoulCoinsGivenRequirement
- GimmighoulCoinsGivenRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GimmighoulCoinsGivenRequirement
- GimmighoulStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
-
Keeps track of the number of coins given to Gimmighoul.
- GimmighoulStats - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- GimmighoulStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- GimmighoulStats(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- GINEMA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- GINEMA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- ginema_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ginemaBerry - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- GinemaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- GinemaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.GinemaFoliagePlacer
- GINKGO - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- GinkgoFancyTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree
- GinkgoFancyTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GinkgoFancyTrunkPlacer
- GIRAFARIG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GIRAFARIG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GIRATINA - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
- GIRATINA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GIRATINA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- give(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- GIVE_COMMANDS - Static variable in class com.pixelmonmod.tcg.commands.TCGGiveCommand
- GiveExperienceInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- GiveExperienceInteractionResult(int) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveExperienceInteractionResult
- GiveItemInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- GiveItemInteractionResult(List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GiveItemInteractionResult
- giveItemStack(ServerPlayer, ItemStack, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DropItemHelper
-
Gives a stack of items to a player and drops the leftovers.
- GiveMoneyCommand - Class in com.pixelmonmod.pixelmon.command.impl.econ
-
Gives an amount of money to a player.
- GiveMoneyCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.econ.GiveMoneyCommand
- GiveMoneyInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- GiveMoneyInteractionResult(double) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveMoneyInteractionResult
- given - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenTradeInteractionResult
- GIVEN_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- GivePixelSpriteCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Gives a specific Pokémon token to the player.
- GivePixelSpriteCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.GivePixelSpriteCommand
- givePlayerExp(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Awards experience to the player when a Pokémon faints.
- GivePokemonInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- GivePokemonInteractionResult(List<PokemonSpecification>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GivePokemonInteractionResult
- GL_QUADS - Static variable in class com.pixelmonmod.pixelmon.client.models.obj.Face
- GL_TRIANGLES - Static variable in class com.pixelmonmod.pixelmon.client.models.obj.Face
- GLACEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLACEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GLACEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- GLACEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- GLACIAL_LANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GLACIATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- glacier_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GLAIVE_RUSH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GlaiveRush - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- GlaiveRush - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- GlaiveRush() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GlaiveRush
- GlaiveRushLock - Class in com.pixelmonmod.pixelmon.battles.status
- GlaiveRushLock() - Constructor for class com.pixelmonmod.pixelmon.battles.status.GlaiveRushLock
- GlaiveRushLock(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.GlaiveRushLock
- GlaiveRushTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- GlaiveRushTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.GlaiveRushTests
- GLALIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- glalitite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Glalie
- GLAMEOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLAMEOW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GLARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- glass - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelBrokenCloningMachine
- glass - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
- glass_table - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- GLASS_TABLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- GlassTableBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- GlassTableBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.GlassTableBlock
-
Initializes the clothed table block.
- GLASTRIER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLASTRIER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GLIGAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLIGAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GLIMMET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLIMMORA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLISCOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLISCOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GLITZY_GLOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- globalCompositeCondition - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- globalRarityMultipliers - Variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- GlobalStatusAddAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- GlobalStatusAddAction(int, PixelmonWrapper, GlobalStatusBase) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.GlobalStatusAddAction
- GlobalStatusBase - Class in com.pixelmonmod.pixelmon.battles.status
-
A status that affects all Pokémon in battle.
- GlobalStatusBase(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.GlobalStatusBase
- globalStatusController - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Global conditions (e.g., weather) currently active in the battle.
- GlobalStatusController - Class in com.pixelmonmod.pixelmon.battles.controller
-
Controls global statuses like weather in battle.
- GlobalStatusController(BattleController) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Initializes a global status controller.
- GlobalStatusRemoveAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- GlobalStatusRemoveAction(int, GlobalStatusBase) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.GlobalStatusRemoveAction
- GLOOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GLOOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GLOW_TRANSPARENCY - Static variable in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- Gluttony - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Gluttony() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Gluttony
- GLUTTONY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GluttonyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- GluttonyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.GluttonyTests
- GmaxChiStrikeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- GmaxChiStrikeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.GmaxChiStrikeTests
- gmaxFactor - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Whether the Pokémon has the Gigantamax Factor.
- gmaxFactor - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Gigantamax Factor.
- gmaxRatio - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- GMaxRepeatDamage - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- GMaxReplenishTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
-
Tests for Snorlax's exclusive Gigantamax move, G-Max Replenish.
- GMaxReplenishTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
- GOGOAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOGOAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- goingUp - Variable in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
- GOLBAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOLBAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Gold - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCheatItemType
- Gold - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- GOLD - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- GOLD - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBottleCap
- GOLD - Enum constant in enum class com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
- GOLD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- gold_ability_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_bottle_cap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_brave_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_guts_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_hourglass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GOLD_HOURGLASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- gold_knowledge_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_leaf - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_luck_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GOLD_MONOCLE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
- GOLD_NUGGET - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- gold_spirits_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_tactics_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gold_teeth - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- goldBorder - Variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- GOLDEEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOLDEEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GoldRush - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Gives PokéDollars to the player after battle.
- GoldRush() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GoldRush
- GOLDUCK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOLDUCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GOLEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOLEM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GOLETT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOLETT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GOLISOPOD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOLISOPOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GOLURK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOLURK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GOOD_AS_GOLD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- good_rod - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GOOD_ROD - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- GOOD_ROD_LAVA - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- GOOD_ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- GoodAsGold - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- GoodAsGold() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GoodAsGold
- Goodbye - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreens
- GOODRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOODRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GoodRod - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- Gooey - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Lowers an aggressor's speed by one stage upon contact.
- Gooey() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Gooey
- GOOEY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- gooey_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GOOMY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOOMY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GOOP_GAS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- GOREBYSS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOREBYSS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GORGEOUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- GORGEOUS_ROYAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- GORGING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- GORILLA_TACTICS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GorillaTactics - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts a pokemon's Attack by 50%, but limits it to a single move, similar to choice items.
- GorillaTactics() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GorillaTactics
- GOSSIFLEUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOSSIFLEUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- gosuto_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GOTHITA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOTHITELLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GOTHORITA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- goToBox(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- goToLeftPage() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- goToPreviousBox() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- goToRightPage(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- GOURGEIST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- gracidea - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gracidea - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GRACIDEA - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- GRACIDEA - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- GRACIDEA - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- GracideaBlock - Class in com.pixelmonmod.pixelmon.blocks
- GracideaBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- GracideaFlowersFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
-
Responsible for the generation of the Gracidea flowers.
- GracideaFlowersFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.GracideaFlowersFeature
- GracideaItem - Class in com.pixelmonmod.pixelmon.items
- GracideaItem() - Constructor for class com.pixelmonmod.pixelmon.items.GracideaItem
- GracideaTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- GracideaTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- GracideaTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- GradientBackground - Class in com.pixelmonmod.api.client.screen.widget.design
- GradientBackground() - Constructor for class com.pixelmonmod.api.client.screen.widget.design.GradientBackground
- GRAFAIAI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GRAFAIAI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GRANBULL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- grantServerCosmetics(ServerCosmetics...) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- graphics() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- GraphicsConfig - Class in com.pixelmonmod.pixelmon.api.config
- GraphicsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- GRAPPLOCT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GRAPPLOCT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- grass - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.grassSpawner
. - Grass - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- GRASS - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- GRASS - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
- GRASS - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- GRASS - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- GRASS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- GRASS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- GRASS - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- GRASS - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- grass_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- grass_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GRASS_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- Grass_Knot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Grass_Knot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Grass_Knot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Grass_Knot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- GRASS_KNOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- grass_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Grass.
- GRASS_PELT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GRASS_PLEDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GRASS_WHISTLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- grassium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Grassium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- GrassKnot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- GrassKnot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GrassPelt - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
If Grassy Terrain is active, Defense increases by 50%.
- GrassPelt() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrassPelt
- GrassPledge - Class in com.pixelmonmod.pixelmon.battles.status
-
Halves speed for four turns.
- GrassPledge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- GrassPledge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GrassPledge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.GrassPledge
-
Initializes Grass Pledge.
- grassSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for Pixelmon grass. - GRASSY - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.Terrain
- GRASSY_GLIDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- grassy_seed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GRASSY_SURGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GRASSY_TERRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GrassyGlide - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- GrassyGlide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GrassyGlide(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GrassyGlide
-
Initializes a priority effect.
- GrassySurge - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Applies the Grassy Terrain environment on switch in.
- GrassySurge() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrassySurge
- GrassyTerrain - Class in com.pixelmonmod.pixelmon.battles.status
-
Restores 1/16th of all grounded Pokémon health, raises the power of Grass-type moves by 50%, and halves the damage of Bulldoze, Earthquake, and Magnitude.
- GrassyTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- GrassyTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- GrassyTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GrassyTerrain(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
-
Initializes the status.
- GrassyTerrain(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
- GrassyTerrainTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- GrassyTerrainTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.GrassyTerrainTests
- GRAV_APPLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GravApple - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the user is not holding an item.
- GravApple() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GravApple
- GRAVELER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GRAVELER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- graveyard - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- gravity - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- Gravity - Class in com.pixelmonmod.pixelmon.battles.status
-
Decreases evasion by two stages and makes flying Pokémon vulnerable to Ground-type moves.
- Gravity - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Gravity - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Gravity() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Gravity
-
Initializes Gravity.
- GRAVITY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GravityTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- GravityTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
- Gray - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- GRAY - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- GRAY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- gray_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- GRAY_BUBBLES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- gray_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- GRAY_DIAMONDS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- gray_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- GRAY_PATCHES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- gray_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- gray_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- great - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Great Ball.
- GREAT_ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- GREAT_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- GREAT_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- GREAT_ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- GREATBALL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- GreaterThanGrowthComparator - Record Class in com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type
- GreaterThanGrowthComparator(double) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
-
Creates an instance of a
GreaterThanGrowthComparator
record class. - GreaterThanInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- GreaterThanInteractionCondition(DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanInteractionCondition
- GreaterThanOrEqualInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- GreaterThanOrEqualInteractionCondition(DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanOrEqualInteractionCondition
- GREATTUSK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GREAVARD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GREEDENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- green - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- Green - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- Green - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- GREEN - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- GREEN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- GREEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- green_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- green_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- GREEN_BERRY_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- green_berry_wood_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- green_berry_wood_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- green_berry_wood_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_berry_wood_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GREEN_FLUTE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- green_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- green_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- green_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- green_tank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- green_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- green_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- greenbadgecase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GREETING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NPC Trainer's greeting message.
- GRENINJA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GRENINJA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GREPA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- GREPA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- grepa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GrepaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- GrepaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.GrepaFoliagePlacer
- grey - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- GRIM_NEIGH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GRIMER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GRIMER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GRIMMSNARL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GRIMMSNARL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GrimNeigh - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases attack by one stage when the user KOs a Pokémon.
- GrimNeigh() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrimNeigh
- grip_claw - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gripClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- griseous_core - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- griseous_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- griseousCore - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- GROOKEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GROOKEY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GROTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GROTLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GROUDON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GROUDON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GROUDON_PRIMAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GROUND - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- GROUND - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- GROUND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- GROUND - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- ground_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ground_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Ground.
- GroundBirds - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- GroundBirds() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.GroundBirds
- grounded - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- groundedEndPosition - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- groundedStartPosition - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- groundium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Groundium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- groundLevelDeltaCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- groundLevelDeltaCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- Group - Class in com.pixelmonmod.pixelmon.client.models.obj
- Group(String) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Group
- GROUP_28 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- groupId - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- grouping - Variable in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent
- GroupParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- GroupParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.GroupParser
- GroupSpawningFactory - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.group
- GroupSpawningFactory() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawningFactory
- groupSpawnSettings - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- GroupSpawnSettings - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.group
- GroupSpawnSettings(PokemonSpecification, float, Range, Vec3i, Vec3i) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings
- GroupSpawnSettings.TypeAdapter - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.group
- GROVYLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GROVYLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- growingPokemon - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- GROWL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GROWLITHE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GROWLITHE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GROWLITHE_HISUIAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Growth - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases the user's attack and Special attack by one stage.
- Growth - Record Class in com.pixelmonmod.pixelmon.api.pokemon.growth
-
Represents a range of sizes that a Pokemon can be.
- Growth() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Growth
- Growth(GrowthComparator, ResourceWithFallback) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Creates an instance of a
Growth
record class. - GROWTH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GROWTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- GROWTH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the Pokémon's growth.
- GROWTH_CHANCE - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- GROWTH_COMPARATOR_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- growth_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GROWTH_RANGE - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- GROWTH_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- GROWTH_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- GROWTH_STAGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- GROWTH_STAGE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- GrowthComparator - Interface in com.pixelmonmod.pixelmon.api.pokemon.growth.comparator
-
Used for comparing the growth of a Pokemon to the mean and standard deviation of a normal distribution.
- GrowthComparatorType<T extends GrowthComparator> - Record Class in com.pixelmonmod.pixelmon.api.pokemon.growth.comparator
- GrowthComparatorType(Codec<T>) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparatorType
-
Creates an instance of a
GrowthComparatorType
record class. - growthData - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- GrowthData - Record Class in com.pixelmonmod.pixelmon.api.pokemon.growth
-
Represents the growth data of a Pokemon species.
- GrowthData(double, double, double, double) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Creates an instance of a
GrowthData
record class. - GrowthRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- GrowthRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- GrowthRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
- GrowthRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GrowthRequirement
- GrowthRequirement(Holder<Growth>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
- GrowthRequirement(Holder<Growth>) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GrowthRequirement
- growthStage - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- GrowthStageRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- GrowthStageRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- GrowthStageRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
- GrowthStageRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GrowthStageRequirement
- GrowthStageRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
- GrowthStageRequirement(int) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.GrowthStageRequirement
- growthTime - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- GRUBBIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Grudge - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes the move that KOs this Pokémon to lose all of its PP.
- Grudge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Grudge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Grudge
-
Initializes the status.
- GRUDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GRUMPIG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GRUMPIG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- gs - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a GS Ball.
- GS_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- GSBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- gson - Static variable in class com.pixelmonmod.pixelmon.api.spawning.util.SpawnConditionTypeAdapter
- gson(Gson) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.replacement.ReplacementLogicRegistry
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- GSON - Static variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- GSON - Static variable in class com.pixelmonmod.pixelmon.config.starter.StarterList
- GSON - Static variable in class com.pixelmonmod.tcg.api.accessors.Cards
- GSON - Static variable in class com.pixelmonmod.tcg.api.accessors.CardSets
- GSON - Static variable in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- guaranteedReward(A) - Method in class com.pixelmonmod.pixelmon.api.util.RewardPool.Builder
- GUARD_DOG - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- guard_spec - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- GUARD_SPEC - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- GUARD_SPLIT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GUARD_SWAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GuardDog - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Lowers the attack of opponents by one stage upon switching in.
- GuardDog() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GuardDog
- GuardDogTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- GuardDogTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.GuardDogTests
- GUARDIAN_OF_ALOLA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GuardSplit - Class in com.pixelmonmod.pixelmon.battles.status
-
Averages the defenses of the user and the target and splits them equally.
- GuardSplit - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- GuardSplit() - Constructor for class com.pixelmonmod.pixelmon.battles.status.GuardSplit
-
Initializes the status.
- GuardSwap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Swaps the user's and the target's Defense and Special Defense stage modifiers.
- GuardSwap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- GuardSwap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GuardSwap
-
Initializes Guard Swap.
- gui - Variable in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- gui - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- gui() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- GUI_FXAA - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- GUI_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The height of the GUI.
- GUI_OPTIONAL_ID - Static variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- GUI_PEEK_ID - Static variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- GUI_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The width of the GUI.
- GuiBattleUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.gui
-
Created by Jay113355 on 3/28/2020.
- GuiBattleUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.gui.GuiBattleUpdatePacket
-
Empty constructor for packet registration.
- guiLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
Starting X position for the Gui.
- guiLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
Starting X position for the Gui.
- guiLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Starting X position for the Gui.
- guiLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Starting X position for the Gui.
- guiLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Starting X position for the Gui.
- guiLines() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- GUILLOTINE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GuiOnlyBakedItemModel - Class in com.pixelmonmod.pixelmon.client.models.items
- GuiOnlyBakedItemModel(BakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- GuiOpenClosePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- GuiOpenClosePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.GuiOpenClosePacket
- GuiOpenClosePacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.GuiOpenClosePacket
- guiOpened - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Whether the player is looking at a GUI.
- GuiOptional - Class in com.pixelmonmod.tcg.client.gui.abilities
- GuiOptional(TCGScreen, BattleOwnedTileEntityController) - Constructor for class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
- GuiParticle(String, ResourceLocation, double, double, double, double, double, double, float, float, float, float, float, float, int, BiConsumer<ScreenParticleEngine.GuiParticle, PoseStack>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- GuiParticle(ResourceLocation, double, double, double, double, double, double, float, float, float, float, float, float, int, BiConsumer<ScreenParticleEngine.GuiParticle, PoseStack>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- GuiPeek - Class in com.pixelmonmod.tcg.client.gui.abilities
-
Created by Hy on 10/17/2016.
- GuiPeek(TCGScreen, BattleOwnedTileEntityController) - Constructor for class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- guiScaling - Variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- guiState - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Whether the overlay is minimized.
- guiTop - Variable in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
Starting Y position for the Gui.
- guiTop - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
Starting Y position for the Gui.
- guiTop - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Starting Y position for the Gui.
- guiTop - Variable in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Starting Y position for the Gui.
- guiTop - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Starting Y position for the Gui.
- guiTriangles(boolean) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- guiTriangleStrip() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- GULP_MISSILE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GULPIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GULPIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GULPING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- GulpMissile - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
This ability is weird.
- GulpMissile() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GulpMissile
- GUMSHOOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GUNK_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GunkShot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- GunkShot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GURDURR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GUST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GUST_OF_WIND - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- GustOfWind - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- GustOfWind() - Constructor for class com.pixelmonmod.tcg.duel.trainer.GustOfWind
- Guts - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the Pokémon's attack by 50% if it has a non-volatile status.
- Guts() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Guts
- GUTS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- GUZZLORD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GUZZLORD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- GX - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- GYARADOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- GYARADOS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- gyaradosite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Gyarados
- GYM - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- gym_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- GYM_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- GYM_SIGN_COLOUR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The colour of the Gym sign.
- GYM_SIGN_ITEM_DROPS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the item in the gym sign drops on destruction.
- GYM_SIGN_ITEM_IN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of Badge inside the Gym sign.
- GYM_SIGN_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the player who placed the Gym sign.
- GYM_SIGNS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- GymSignBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- GymSignBlock(GymSignType) - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- GymSignItem - Class in com.pixelmonmod.pixelmon.items
- GymSignItem(DyeColor, Block) - Constructor for class com.pixelmonmod.pixelmon.items.GymSignItem
-
Initializes an item block.
- GymSignTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Tile entity form of a gym sign.
- GymSignTileEntity(GymSignType, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- GymSignType - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- Gyro_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Gyro_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Gyro_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Gyro_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- GYRO_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- GyroBall - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- GyroBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- GyroBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- GyroBall() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GyroBall
H
- h - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- h - Variable in class com.pixelmonmod.tcg.client.gui.TargetScreen
- ha - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- HA - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- HA - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- HABAN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- HABAN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- haban_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HabanFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- HabanFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.HabanFoliagePlacer
- hadEffect - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlowerShield
- hadEffect - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
- HADRON_ENGINE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HadronEngine - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Turns the ground into Electric Terrain when the Pokémon enters a battle.
- HadronEngine() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HadronEngine
- Hail - Class in com.pixelmonmod.pixelmon.battles.status
-
Damages all non-Ice-type Pokémon by 1/16 hp each turn.
- Hail - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Hail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Hail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Hail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Hail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Hail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Hail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Hail() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Hail
-
Initializes hail.
- Hail(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Hail
-
Initializes hail.
- Hail(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Hail
-
Initializes hail.
- HAIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HAKAMO_O - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HAKAMOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HALF_DAMAGE - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- HALF_WIDTH_SPACE - Static variable in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- HalfDamage - Class in com.pixelmonmod.tcg.duel.power
- HalfDamage - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect.Type
- HalfDamage() - Constructor for class com.pixelmonmod.tcg.duel.power.HalfDamage
- Halloween - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
- HAMMER_ARM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HammerItem - Class in com.pixelmonmod.pixelmon.items
- HammerItem(Tier) - Constructor for class com.pixelmonmod.pixelmon.items.HammerItem
- Hand - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- HAND - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- HAND_CURSOR - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- handle - Variable in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.
- handle() - Method in class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- handle(InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
-
Handles the result using the given context
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.AppraiseRodInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.ConsoleExecuteCommandInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.EmptyInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GiveItemInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GivePokemonInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.HealPlayerPartyInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessagePlayerInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenPagedDialogueInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenTradeInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.CloseScreenInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveExperienceInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveMoneyInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.OpenProfessorDialogueInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.RewardLootTableInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.SpawnAndEnterBattleInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockDynamaxInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockMegaEvolutionInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerExecuteCommandInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerStartNPCBattleInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PokedexSeenInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.RelearnerInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.SetIconInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.DelayInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.SetCooldownInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TriggerInteractionEventInteractionResult
- handle(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TutorInteractionResult
- handle(ClientGamePacketListener) - Method in class com.pixelmonmod.mixin.MixinClientboundStartConfigurationPacket
- handle(ServerPlayer, int, int...) - Method in enum class com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
- handle(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
- handle(CustomPayloadEvent.Context) - Method in interface com.pixelmonmod.pixelmon.comm.data.PixelmonPacket
-
Handles the packet being executed on the server or the client
- handle(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
- handle(CustomPayloadEvent.Context) - Method in interface com.pixelmonmod.tcg.network.data.TCGPacket
-
Handles the packet being executed on the server or the client
- handleAddingItems(Pokemon, InventoryMenu, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Add an item to a Pokémon via the Minecraft Inventory Menu.
- handleButtonClick(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- handleCancel() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- handleClearingTemporaryMode(BattleEndEvent, BattleController) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- handleClickingABagSection(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- handleClickingLureSlot() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Determines what item the cursor might be holding, what lure might be in the lure slot, and calls functions to add, remove or swap items for the lure slot.
- handleClickPageTurn(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- handleConstruction(EntityEvent.EntityConstructing) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- handleDelayedNarration() - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- handleDelayedNarration() - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- handleDrawingCharmsDrawer(GuiGraphics, double, double, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Renders the grey background of the charms drawer based on whether it has been opened or closed.
- handleDrawingLureSlotHighlighted(GuiGraphics, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Handles checking if the cursor is over the lure slot and then rendering the lure slot as highlighted.
- handleDrawingPokemonSlots(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Loops through all the Pokémon slots available to call the function that renders each Pokémon.
- handleEating(Player, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- handleEndTurn(PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
Clear all the parameters stored in the cards when the turns ends, unless the power effects state otherwise
- handleEndTurn(PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- handleEndTurn(PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.TrainerCardState
- handleEndTurn(TrainerCardState, PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
- handleEndTurn(TrainerCardState, PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
- handleEndTurn(TrainerCardState, PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
- handleEntityEvent(byte) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- handleEvent(InteractionEvent, InteractionContext) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
The logic to check that the event fired is relevant to this trigger, then to check that the condition is met, and then to start the desired number of research for the player in the context.
- handleEvent(EntityJoinLevelEvent) - Static method in class com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry
-
Handles the spawn event
- handleInteraction(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
-
Checks that the event should be handled by this NPC, then checks against the relevant conditions and then passes the context to the results if the conditions passed.
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Handles an
InteractionEvent
that the player has triggered. - handleInteractionEvent(InteractionEvent, InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
-
Handles an interaction event for the objective.
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Handles an interaction event that the player has with the research.
- handleInteractionEvent(InteractionEvent, InteractionContext) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Handles an
InteractionEvent
that the player has triggered. - handleInteractionEvent(InteractionEvent, InteractionContext) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Checks that the event should be handled by this NPC, then checks against the relevant conditions and then passes the context to the results if the conditions passed.
- handleKeybindMovement(List<EnumMovement>, AbstractMovesEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- handleKeybindMovement(List<EnumMovement>, AbstractMovesEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- handleKeyboardInput() - Method in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.ActionKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.ChooseMoveSkillKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.ClientPixelmonKeyMapping
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.DescendKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.FreeRoamKeyMapping
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.HoverKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.MinimizeMaximizeOverlayKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.NextPokemonKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.PokedexKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.PreviousPokemonKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.SendPokemonKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.SpectateKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.TargetKeyBinding
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.TrainerCardKey
-
Opens the Trainer Card GUI and then sends a packet to the server to update said GUI.
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.UseMoveSkillKey
- handleKeyPress() - Method in class com.pixelmonmod.pixelmon.client.keybindings.WikiKey
- handleMap - Static variable in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.A server-held mapping from
choiceID
to the handler of the event. - handleMouseMovement(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
- handleMouseMovement(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
- handleMovement(List<EnumKeybinds>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- handleMovement(List<EnumKeybinds>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- handleMovement(List<EnumKeybinds>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementFlying
- handleMovement(List<EnumKeybinds>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementGround
- handleMovement(List<EnumKeybinds>, AbstractMovesEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- handleMovement(List<EnumKeybinds>, AbstractMovesEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- handleMovementLogic(PixelmonEntity, Player) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- handleMovementLogic(PixelmonEntity, Player) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- handleMoveSelect(ServerPlayer, UUID, int) - Static method in class com.pixelmonmod.pixelmon.items.PPUpItem
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleTaskPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.ClientUpdatePokedexPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.AcceptNPCTradePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.OpenBadgeCasePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.AcceptDeclineBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BackToMainMenuPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BagPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleGuiClosedPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleSwitchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CheckPlayerBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CloseBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DistanceUntilBattleForfeitedPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxMegaRulePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.DynamaxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EndSpectatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnforcedRevivePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ExitBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FleePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.FormBattleUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.gui.GuiBattleUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.MegaEvolvePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music.PlayBattleMusicPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.OpenBattleModePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ParticipantReadyPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RemoveSpectatorPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestBagItemsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionChoosePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionFixed
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.DisplayBattleQueryRulesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.ProposeBattleRulesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestCustomRulesUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestToggleFreeMoveInBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RespondToggleFreeMoveInBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CancelTeamSelectPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.CloseTeamSelectScreenPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ConfirmTeamSelectPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.RejectTeamSelectPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.UnconfirmTeamSelectPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.SetProposedRulesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateBattleQueryRulesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateClientRulesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokeBallIdPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonBattleDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetStrugglePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ShowSpectateMessagePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwapPositionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwitchPokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateMovesetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTerrainPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTurnPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateWeatherPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseEtherPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseItemPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseZMovePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.BattleScreenDisabledPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.camera.ItemCameraPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChooseMovesetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ChooseStarterPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ClientboundUpdateSpawnerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ClientSetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientChangeOpenPCPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientInitializeStoragePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientQueryResultsPCPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ClientSetLastOpenBoxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerCloseStoragePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerQueryPCPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerSetLastOpenBoxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerUpdateBoxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerSwapPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerTrashPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.SetTempMode
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsActionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.drops.CustomDropsOpenPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardDisplayPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomScoreboardUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.AddToDayCarePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CancelDayCareBoxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.CompleteDayCareRequirementPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareAllErrorsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareConditionStatusResponsePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareHourglassUsedPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestAllErrorsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.DayCareRequestConditionUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RequestDayCareChildPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RespondDayCareChildPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.SendEntireDayCarePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareBoxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareHistoryPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.WithdrawDayCareBoxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.DeleteMovePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueChoiceMadePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueClosurePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputResponsePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor.CloseProfessorDialoguePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor.OpenProfessorDialoguePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.SetDialogueDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportRequestPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ExportResponsePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportRequestPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ElevatorUsedPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.ApplyPresetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CopyNPCPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CreateNPCFromPresetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.AddNewInteractionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.FinishSyncDataEntryPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SendUpdatedInteractionDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.LinkPresetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.NPCEditorClosedPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.RequestNPCEditorPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SaveToPresetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SendTrackedNPCsOpenScreenPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SetNPCIconPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportNPCPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportPlayerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UnLinkPresetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateEntityPropertiesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateNamePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateRenderingHandlerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionResponsePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolvePokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.OpenEvolutionGUIPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.FreeToMoveDuringBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.GuiOpenClosePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HealerGuiClosePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.HoverPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.IlluminatePositionsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.mail.MailPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.RegisterMoveSkillPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.DeleteNPCPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCLearnMovePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCTeachMovePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.OpenTutorPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RelearnerTutorClosePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopClosePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopOpenPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopTransactionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenScreenPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard.ScoreboardDisplayPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PartyFainedRespawnPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCClonePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCSortPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapBoxPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapHeldItemPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.WithdrawHeldItemPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayClientPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayServerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayBattleParticleSystemPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerDeathPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerExtrasPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayParticleSystemPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.RequestSpawnDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.SendSpawnDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonOpenGUIPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.ChangePokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CheckPokemonEditorAllowedPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CloseEditedPlayerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.CloseEditingPlayerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.DeletePokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RandomizePokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestAllRibbonsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditedPlayerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditingPlayerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RespondPokemonEditorAllowed
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SendAllRibbonsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditedPlayerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditingPlayerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetImportPokemonIDPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateSinglePokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationResult
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.CloseRaidPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidDropsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.UpdateRaidCatchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RenamePokemonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ReplaceMovePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestExtrasDisplayDataPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestUpdatedPokemonList
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.AbandonResearchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimObjectivePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClaimStagePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClearClientResearchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.ClientResearchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.research.FavoriteResearchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingMovementPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingVerticalMovementPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.RotateEntityPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.OpenSelectionPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SelectionResponsePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SetSelectionOptionsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectMovePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectStatPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerCosmeticsUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetCharmPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetDisplayRibbonPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetMegaItemPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem.UpdateSpriteItemRequestPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.StarterListPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayOpenPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplaySwapPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.UpdateClientEditingStatuePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.StopStartLevellingPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ClientboundSetSelectedSlotPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ServerboundSetSelectedSlotPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SummonParticleArcaneryPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SwapMovePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SwitchCameraPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SyncSpectatorRangePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.toast.SendToastPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.RegisterTraderPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetClientTradePairPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetSelectedStatsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.TradeReadyPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.RequestTrainerCardPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardColorPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UIKeyPressPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdatePixelmonMovementPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdateSpawnerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.UseRevivePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeReassemblyPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.CardSelectorToServerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.CoinFlipAckPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.CustomGUIChoiceToServerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.EndGamePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.ForceEndBattlePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.GameStateSyncPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.GenericActionRequestPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToClientPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToServerPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStatePreBattleSyncPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.RenderStateSyncPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.RetreatAndSwitchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.ShowOpponentCardPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.SwitchPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.TCGGuiClientPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.TrainerPlayedPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.battles.UpdateServerCardRecordPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.BattleSpectatorUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.CardBackSyncPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.CardSyncPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.CoinSyncPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.GenericGUIPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.OpenBinderPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackGuiPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.OpenPackPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.PackSyncPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.packets.RulebookUpdatePacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
- handlePacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
- handlePokemonChosen(PokemonMenuButton) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
- handlePokemonHeldItems(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Handles setting up what items the cursor and Pokémon are carrying, and whether the cursor will add, remove, or swap their item with the Pokémon's.
- handler - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed
- handler - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.UseMoveSkillEvent
-
The handler to fire when this particular move proceeds, provided it isn't cancelled.
- handler - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
-
The specific spawning handler being used to trigger the event
- handleRemovingItems(Pokemon, InventoryMenu, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Removes an item from a Pokémon via the Minecraft Inventory Menu.
- handleResponse(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- handleResponse(Pokemon...) - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportRequestHandler
- handleResponse(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- handleResponse(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- handleResponse(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- handleResponse(String, String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- handleResponse(String, String) - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportRequestHandler
- handleResponse(String, String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- handleResponse(String, String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- handleResponse(String, String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- handleRiderJump(PixelmonEntity, Player, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- handleRiderJump(PixelmonEntity, Player, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- handleRotation(GuiGraphics, double, double, double, int, float) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- handleRotation(GuiGraphics, float, float, float, int, float) - Static method in class com.pixelmonmod.tcg.duel.RenderCard
- handles - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- handleSelectingPokemonSlots(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Determines whether the player left- or right-clicked a Pokémon's slot in the Minecraft Inventory and handles swapping Pokémon, switching items, or getting the PokeChecker (Pokémon Summary stuff).
- handleSwappingItems(Pokemon, InventoryMenu, ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Handles giving, removing, or swapping the item a Pokémon is holding while the cursor is holding an item.
- handleSwitch(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SwitchOut
- handleTargetSelection(PixelmonClientData, ChooseAttack.MoveButton) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
- handleUpdateTag(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- handleUpdateTag(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- handTargets - Variable in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
- HandUsedDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- HandUsedDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HandUsedDataProvider
- HANGING - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.GymSignType
- HANGING_GYM_SIGNS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- HANGING_POSITION_OFFSET - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
- hanging_scroll - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- HANGING_SCROLL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- HANGING_SHAPE_EAST - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- HANGING_SHAPE_NORTH - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- HANGING_SHAPE_SOUTH - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- HANGING_SHAPE_WEST - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- HANGRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- happiness(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the friendship of the Pokémon
- HAPPINESS - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- HAPPINESS_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- happinessBoost - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- HAPPINY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HAPPINY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HAPPY_HOUR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HappyHour - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles the prize money won after a battle.
- HappyHour() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HappyHour
- happyHourMultiplier - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
The multiplier value used by Happy Hour to calculate the prize money.
- HARD_PRESS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- hard_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HARDEN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HARDEN_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- HardenEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- HardenEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.HardenEffect
- HardPress - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Decreases in power as the target's hp drops.
- HardPress - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HardPress() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HardPress
- hardStone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- HARDY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- HARIYAMA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HARIYAMA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Harvest - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
50% chance of regaining a previously consumed Berry every turn.
- Harvest() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Harvest
- HARVEST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HarvestCropInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- HarvestCropInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.HarvestCropInteractionEvent
- has(String) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HAS_EFFECT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Tag for rending item as enchanted.
- HAS_FORM_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- HAS_MEGA_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- HAS_SPEC_FLAG - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- HAS_SPEC_FLAG_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- hasAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- hasActiveAbilityShield() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- hasActiveAbilityShield(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- hasAllStatuses(StatusType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon has all of the specified statuses.
- hasAllTypes(Element...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a pokemon has all of the requested types.
- hasAmuletCoin - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Whether an Amulet Coin will double prize money.
- hasAmuletCoin - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Whether an Amulet Coin will double prize money.
- hasAnalogOutputSignal(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- hasAnimations() - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- hasAnyIVBeenSet() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
- hasAnyStatusPreventingAttack(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon has any status blocking the attacker's current attack.
- hasApricorn(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- hasAttack(RegistryValue<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Checks if the Pokémon has one of the specified moves.
- hasAttack(Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Checks if the Pokémon has the specified attack.
- hasAttack(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Checks if the Pokémon has one of the specified moves.
- hasAttack(String) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if there is a move with a certain name.
- hasAttack(List<Attack>, RegistryValue<ImmutableAttack>...) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if a list of attacks has certain attacks in it.
- hasAttack(List<Attack>, Optional<ImmutableAttack>...) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if a list of attacks has certain attacks in it.
- hasAttack(Optional<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Checks if the Pokémon has one of the specified moves.
- hasAttackCategory(AttackCategory) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Checks if the Pokémon has an offensive attack of a certain type.
- hasAttackCategory(List<MoveChoice>, AttackCategory) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices has a move that is in a certain attack category.
- hasAwardedExp - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon has awarded experience upon fainting.
- hasBag(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
-
Checks if there is a section of the bag with a certain name.
- hasBalance(double) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Checks if the account has more than the given amount
- hasBalance(float) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Checks if the account has more than the given amount
- hasBalance(int) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Checks if the account has more than the given amount
- hasBalance(BigDecimal) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Checks if the account has more than the given amount
- hasBalance(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- hasBeenInBattle - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon has already been in this battle.
- hasBench(PlayerClientMyState) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- hasBoostedNecklace() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- hasBox(int) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Returns true if the daycare has a given box
- hasBreedingBegun() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Checks if the breeding timer has begun
- hasCapacity(int) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
Gets if the spawner has enough space for the given number of entities.
- hasCapacity(int) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- hasCaught(Species) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Checks if a Pokémon has been caught.
- hasCaught(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Checks if a Pokémon pokemon has already been caught by the player before.
- hasChanged - Variable in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- hasChangedClientSide - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- hasChild(Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the Pokemon has a child of the given species
- hasChild(Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the Pokemon has a child of the given species
- hasClaimedReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- hasClaimedReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- hasClaimedReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- hasClaimedReward() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- hasClaimedReward() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
- hasClaimedReward() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Whether the player has claimed the reward for this stage of research.
- hasClause(BattleClause) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Check if the rules have the given clause as a setting
- hasClause(String) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Check if the rules have a clause with a certain ID.
- hasClause(String) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
-
Checks if a clause is registered.
- hasClickedOutside(double, double, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- hasCompatibleMegaStone() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is holding a Mega Stone that it can Mega Evolve with.
- hasCompatibleMegaStone(HeldItem, Stats) - Static method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a Pokémon is holding a Mega Stone that it can Mega Evolve with.
- hasCondition(CardCondition) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- hasCondition(Class<? extends SpawnerCondition>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Returns true if this spawner has a particular
SpawnerCondition
present. - hasCondition(ServerPlayer, UUID, ImmutableAttack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
- hasContext(ContextKey<?>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Checks if the context has the given key
- hasContext(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Checks if the context has the given key
- hasCore(ItemStack, ZygardeCubeItem.CoreType) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- hasCube(Player) - Static method in class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener
- hasCustomName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- hasCustomName() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- hasCustomName() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- hasCustomRenderer(AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- hasCustomRenderer(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- hasCustomRenderer(AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- hasCustomTitle - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
Whether there is a custom title
- hasData() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- hasDeck() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- hasDescription() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- hasDynamaxed - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- hasDynamaxOccured - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- hasDynamicShape() - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- hasEditPermission(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Checks if the given player has permission to edit NPCs
- hasEffect(Class<T>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Gets whether the attack has a specific type of EffectBase
- hasEffects() - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- hasEncounterMode(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Checks if there is an encounter mode with a certain name.
- hasEntity() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Whether there is a
PixelmonEntity
associated with the capture attempt this object is associated with. - hasEquippables(AbstractClientPlayer) - Static method in class com.pixelmonmod.pixelmon.client.render.layers.LayerEquippables
- hasEvolutionStone(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
-
Checks if there is an evolution stone with a certain name.
- hasExperienceGroup(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Checks if the experience group with the given name exists
- hasFlag(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- hasFlaggedAllForms(boolean, String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if all the forms of the species contain the given flags
- hasFlaggedForm(boolean, String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if any of the forms of the species contain the given flags
- hasForm() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- hasForm(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if the
Species
has a form - hasFormWithType(Element) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if any of the forms of the species contain the type specified
- hasFullHealth() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- hasFullHealth() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is at full health.
- hasFullHealth(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is at full health.
- hasFullPP() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Checks if all of the moves in the moveset have full PP.
- hasGigantamaxFactor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- hasGigantamaxFactor() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets the Gigantamax Factor of the Pokémon.
- hasGigantamaxForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form has a gigantamax form
- hasGUI(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Checks whether the given name has a GUI associated with it.
- hasGUI(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Checks whether the given name has a GUI associated with it.
- hasHappyHour - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Whether Happy Hour will double prize money.
- hasHappyHour - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Whether Happy Hour will double prize money.
- hashCode() - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.api.client.screen.ScreenStyle
- hashCode() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
- hashCode() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- hashCode() - Method in class com.pixelmonmod.api.registry.RegistryValue
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.InputPlayerData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ChatPage
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.model.RenderingHandlerType
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbstractAbility
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.BasicEggGroup
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparatorType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.AggressionChances
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicateType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.FlyingParameters
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.research.ConditionalResearch
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.WeightedObject
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.storage.LoadingData
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.storage.StorageType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.EmptyTeamSupplier
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplierType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.TestData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.texture.TextureProviderType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.trading.TradePair
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType.Data
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputTypeData
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet.WeightedEntry
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- hashCode() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- hashCode() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
- hashCode() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- hashCode() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- hashCode() - Method in record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- hashCode() - Method in record class com.pixelmonmod.pixelmon.client.gui.pc.RecordedHistory
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- hashCode() - Method in record class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.client.storage.npc.CopiedNPC
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- hashCode() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.DataProviderData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionConditionData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionResultData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionSetData
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- hashCode() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.SelectorData
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns a hash code value for this object.
- hashCode() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns a hash code value for this object.
- hashCode() - Method in class com.pixelmonmod.pixelmon.entities.npcs.registry.ClientShopkeeperData
- hashCode() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- hashCode() - Method in class com.pixelmonmod.pixelmon.items.ItemData
- hasHeldItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon has a held item.
- hasHiddenAbilities() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
- hasHiddenAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- hasImplementation() - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
-
Checks if an account manager has already been assigned
- hasImplementation() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Used to check if an implementation of the breeding logic is set
- hasInt(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
- hasInvalidNeighbor(Level, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- hasItem(Item) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- hasItem(Item, Container) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ContainerHelper
-
Checks if a given inventory contains a given item at all, anywhere.
- hasItem(Item, Player) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ContainerHelper
-
Checks if a given player has a given item in their inventory.
- hasLevelUps() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if any of the player's Pokémon have leveled up.
- hasLid() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
If the ball has a lid item
- hasMegaForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form has a mega form
- hasMessageContaining(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- hasMetRequirement(ServerPlayer, DayCareBox) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Determines if the player has met the given requirement
- hasMetRequirement(ServerPlayer, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- hasMetRequirement(ServerPlayer, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- hasMetRequirement(ServerPlayer, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
- hasMew() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- hasMoreEffects(Attack, EffectBase) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether the attack has more possible effects to try.
- hasMoreMessages() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player has any more messages to be displayed.
- hasMorePokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant has Pokémon that can battle
- hasMorePokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- hasMorePokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- hasMorePokemonReserve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
For use with switching in new Pokémon.
- hasMorePokemonReserve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- hasMoreTasks() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player has any more tasks to be run.
- hasMove(List<MoveChoice>, RegistryValue<ImmutableAttack>...) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of move choices has a move.
- hasMove(List<MoveChoice>, Optional<ImmutableAttack>...) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of move choices has a move.
- hasMoved() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon has already moved during the turn.
- hasMovement(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- hasMovement(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- hasMoveSkill(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- hasNature(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Checks if a Nature with a certain name exists.
- hasNegativeEffect() - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Checks if the held item has a negative battle effect.
- hasNewAttacks() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if any of the player's Pokémon are learning new attacks.
- hasNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
If the Pokemon has a nickname
- hasNoDrops() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Checks if the Pokemon has no drops
- hasNoEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if the move has no effect on the target Pokémon.
- hasNonVolatileStatus() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns whether the Pokémon has a non-volatile status.
- hasNonVolatileStatus(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns whether the Pokémon has a non-volatile status.
- hasOffensiveAttackType(Element...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Checks if the Pokémon has an offensive attack of certain types.
- hasOffensiveAttackType(List<Attack>, Element) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Checks if a list of attacks has an offensive attack of a certain type.
- hasOffensiveAttackType(List<MoveChoice>, Element) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices has an offensive move of a certain type.
- hasOwner() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the Pokémon has an owner.
- hasPack() - Method in class com.pixelmonmod.tcg.api.card.set.CardSet
- hasPaidFor(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Checks if the player has previously paid for this Pokemon
- hasPalette() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- hasPalette() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the pokemon has a custom form
- hasPalette(Stats, String) - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Checks if the gender of a given form has the palette
- hasPalette(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the pokemon has the provided palette
- HasPaletteCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- HasPaletteCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HasPaletteCondition
- HasPaletteCondition(ArrayList<String>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HasPaletteCondition
- hasParticles() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets whether this Poké Ball has a special particle trail.
- hasPermanentFormsOrPalettes(Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PokemonHelper
-
Check if a pokemon has any non-default permanent forms or special palettes
- hasPermission(CommandSourceStack, String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
If the
CommandSourceStack
is a player then it will check if they have access to the given permission Otherwise, return true - hasPermission(ServerPlayer, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PlayerHelper
-
Checks if the player has the given permission
- HasPermissionDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- HasPermissionDataProvider(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- hasPermissionOtherTarget(CommandSourceStack) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- hasPixelmonParticle(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
- hasPlayedAnimationOnce - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- hasPlayer(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
-
Checks if the team selection contains a certain player.
- hasPlayer(ServerPlayer) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- hasPlayers() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- hasPokemonLeft() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- hasPriority(List<MoveChoice>...) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks whether any choices in the given lists have priority.
- hasPrizeLeft() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- hasProperty(BlockState, EnumProperty<?>) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
- hasProperty(BlockState, Property<?>) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- hasRemainingPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Checks if the participant has unfainted Pokémon remaining.
- hasRepel(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.listener.RepelHandler
- hasResistance(GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
- hasRodType(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- hasSecondaryEffect() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Checks if the attack has a secondary effect.
- hasSeen(Species) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Checks if a Pokémon has been seen.
- hasSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- hasSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- hasSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- hasSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- hasSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- hasSignal() - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- hasSpace() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- HasSpecFlagRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- HasSpecFlagRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- HasSpecFlagRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
- HasSpecFlagRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.HasSpecFlagRequirement
- HasSpecFlagRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
- HasSpecFlagRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.HasSpecFlagRequirement
- hasSpecialItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon has a special item that cannot be removed in battle by the given user.
- hasSpecialSetup() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- hasSpreadMove(List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices has a spread move.
- hasSTAB(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether the attack has STAB.
- hasStatus(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Returns whether the given status is currently active.
- hasStatus(StatusType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon has any of the specified statuses.
- hasSubstituteBlockingAttacker(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon has a Substitute that can block the attacking pokemon
- hasSuccessfulAttackChoice(List<MoveChoice>, RegistryValue<ImmutableAttack>...) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices has certain attacks that can be used successfully.
- hasSuccessfulAttackChoice(List<MoveChoice>, Optional<ImmutableAttack>...) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if a list of choices has certain attacks that can be used successfully.
- hasSwitchedDuringThisMove - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Whether a Pokémon has switched due to a move.
- hasTag(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the pokemon has a given tag
- hasTag(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
A logical OR for if the form has any of the tags
- hasTag(String...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- hasTags(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the pokemon has given tags LOGICAL OR
- hasTargetType(MoveSkill.TargetType) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- hasTrail() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- hasTrail() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- hasTrail() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- hasTrainerAI(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Checks if there is a movement AI mode with a certain name.
- hasTransformation() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- hasTweak(Class<? extends SpawningTweak>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Returns true if this spawner has a particular
SpawningTweak
present. - HASTY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- hasType(Element...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Returns if the form has the type(s)
- hasType(Element...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon's type is one of a list of types.
- hasType(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Determines whether there is a type with a specified name.
- hasUltraBurst - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- hasValues() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- hasWallpaper(String) - Static method in class com.pixelmonmod.pixelmon.client.listener.WallpapersListener
- hasWeakness(GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeWeaknessEffect
- hasWrapper() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Whether there is a
PixelmonWrapper
associated with the capture attempt this object is associated with. - hasZMove(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- HAT - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
- HATCH_EGG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- HatchCommand - Class in com.pixelmonmod.pixelmon.command.impl
- HatchCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.HatchCommand
- hatchEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- hatchEgg(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- HatchEggInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- HatchEggInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.HatchEggInteractionEvent
- HATENNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HATENNA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HATTERENE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HATTREM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HAUNTED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- HAUNTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HAUNTER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HAWLUCHA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HAXORUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HAXORUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HayFever - Class in com.pixelmonmod.tcg.duel.power
- HayFever() - Constructor for class com.pixelmonmod.tcg.duel.power.HayFever
- Haze - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Clears stat modifiers on the targeted Pokémon.
- Haze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Haze() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Haze
- HAZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HB - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- Head - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.CoinSide
- HEAD_CHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HEAD_SMASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- headbutt - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.headbuttSpawner
. - Headbutt - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Created by MoeBoy76 on 26/01/2018.
- Headbutt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Headbutt() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Headbutt
- HEADBUTT - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- HEADBUTT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HEADBUTT - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- headbuttPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for Headbutt spawning. - headbuttSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for Headbutt. - HEADLONG_RUSH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- heal - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Heal Ball.
- heal() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- heal() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- heal() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Heals the Pokémon to full health, clears all status effects, and restores all PP.
- Heal - Class in com.pixelmonmod.pixelmon.client.particle.systems
- Heal - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- Heal() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Heal
- Heal() - Constructor for class com.pixelmonmod.tcg.duel.power.Heal
- HEAL - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- HEAL - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- HEAL_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- HEAL_BELL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HEAL_BLOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HEAL_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- HEAL_ORDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- heal_powder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HEAL_PULSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- healAllPP() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Restores the PP of all moves.
- healAmount - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The amount to heal the player's Pokémon by.
- HealBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- HealBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HealBall
- HealBell - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals all non-volatile statuses in the user's team.
- HealBell() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HealBell
- HealBellTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- HealBellTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.HealBellTests
- HealBlock - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents most in-battle sources from healing the Pokémon.
- HealBlock - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- HealBlock() - Constructor for class com.pixelmonmod.pixelmon.battles.status.HealBlock
-
Initializes Heal Block.
- HealBlock(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.HealBlock
- healByPercent(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Heals the Pokémon by a certain percentage of its maximum health.
- HealCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Heals a player's party.
- HealCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.HealCommand
- healDamage(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- HealEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 5/29/2016.
- HealEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.HealEffect
- healEntityBy(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Heals a Pokémon by a specified amount.
- healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- Healer - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Has a 30% chance of healing an ally's status condition every turn.
- Healer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- Healer() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Healer
- HEALER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HEALER - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- HEALER_ACTIVATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HEALER_ALL_PLACED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether all Poké Balls have been placed in the healer.
- HEALER_BEING_USED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the healer is being used by a player.
- HEALER_POKEBALL_TYPE_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of a type of Poké Ball in the healer.
- HEALER_RATE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The rate that the healer's animation plays at.
- HEALER_STAY_DARK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether to stop the Poké Balls flashing inside the healer.
- HealerBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- HealerBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- HealerEvent - Class in com.pixelmonmod.pixelmon.api.events
-
All sort of events regarding the healer.
- HealerEvent(Player) - Constructor for class com.pixelmonmod.pixelmon.api.events.HealerEvent
- HealerEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fires on the server but is sent by the client once the healer finishes to heal the party.
- HealerEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fires on the server before the healer starts the process, can be cancelled.
- HealerGuiClosePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- HealerGuiClosePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.HealerGuiClosePacket
- HealerGuiClosePacket(String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.HealerGuiClosePacket
- HEALERIDLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HealerNurseJoy - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- HEALERS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- HealerScreen - Class in com.pixelmonmod.pixelmon.client.gui
- HealerScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- HealerScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- HealerTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Heals a player's Pokémon upon interaction.
- HealerTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- HealerTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- healFainted(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.items.SacredAshItem
- HealFixed - Class in com.pixelmonmod.pixelmon.items
-
Heals a Pokémon by a fixed hp amount.
- HealFixed(int) - Constructor for class com.pixelmonmod.pixelmon.items.HealFixed
-
Initializes the heal method.
- HealFraction - Class in com.pixelmonmod.pixelmon.items
-
Heals a Pokémon by a fraction of its maximum hp.
- HealFraction(float) - Constructor for class com.pixelmonmod.pixelmon.items.HealFraction
-
Initializes the heal method.
- HEALING - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- HEALING_ITEMS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonItemTags
- HEALING_WISH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HealingConfig - Class in com.pixelmonmod.pixelmon.api.config
- HealingConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.HealingConfig
- HealingWish - Class in com.pixelmonmod.pixelmon.battles.status
-
Heals the next Pokémon coming in to full hp and cures its statuses.
- HealingWish - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- HealingWish() - Constructor for class com.pixelmonmod.pixelmon.battles.status.HealingWish
-
Initializes Healing Wish.
- HealOther - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- HealOther() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.HealOther
- HealPlayerPartyInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- HealPlayerPartyInteractionResult(DataProvider<Boolean>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.HealPlayerPartyInteractionResult
- healPokemon(PokemonLink) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicineRevive
-
Heals the Pokémon according to the item type.
- healPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
-
Heals the Pokémon by the Berry's amount.
- healPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
-
Heals the Pokémon by the Berry's amount.
- HealPokemonAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- HealPokemonAction(int, PixelmonWrapper, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HealPokemonAction
- healStats(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.items.heldItems.WhiteHerbItem
-
Heals any lowered stats on the Pokémon.
- healStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
-
Heals the corresponding statuses as defined by the Berry.
- healStatus(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MentalHerbItem
-
Heals the statuses on the Pokémon that the Mental Herb heals.
- HealTask - Class in com.pixelmonmod.pixelmon.client.gui.battles.tasks
-
Handles animation for hp being healed.
- HealTask(int, UUID) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HealTask
-
Initiates a heal task.
- health - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- health - Variable in class com.pixelmonmod.pixelmon.battles.status.Substitute
-
The substitute's hp.
- health - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The current hp of the Pokémon.
- health() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
health
record component. - health(float) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- HEALTH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's current hp.
- health_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- health_mochi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- health_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- healthAfter - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
- healthAfter - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HealPokemonAction
- healthBefore - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
- healthBefore - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HealPokemonAction
- healthPercent(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the current health of the Pokemon
- HealType - Enum Class in com.pixelmonmod.tcg.duel.attack.enums
-
Created by Hy on 5/29/2016.
- HEART_PURPLE - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- HEART_RED - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- heart_scale - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HEART_STAMP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HEART_SWAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HeartSwap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Swaps all stat stages with the opponent.
- HeartSwap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HeartSwap
-
Initializes Heart Swap.
- HEAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- heat_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HEAT_CRASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- heat_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HEAT_WAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HeatCrash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- HeatCrash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HEATMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HEATMOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Heatproof - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves the damage from Fire-type moves and burns.
- Heatproof() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Heatproof
- HEATPROOF - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HEATRAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HEATRAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- heatRock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- HeatWave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- HeatWave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- heavy - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Heavy Ball.
- HEAVY_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- HEAVY_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- heavy_duty_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HEAVY_METAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HEAVY_SLAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HeavyBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- HeavyBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HeavyBall
- HEAVYBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- heavyDutyBoots - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- HeavyDutyBootsItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
https://bulbapedia.bulbagarden.net/wiki/Heavy-Duty_Boots
- HeavyDutyBootsItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.HeavyDutyBootsItem
-
Initializes the held item.
- HeavyDutyBootsTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- HeavyDutyBootsTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.HeavyDutyBootsTests
- HeavyMetal - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- HeavyMetal() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HeavyMetal
- HeavySlam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases in power the heavier the user is compared to the opponent.
- HeavySlam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- HeavySlam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HeavySlam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HeavySlam
- height - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- height - Variable in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- height - Variable in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
- height - Variable in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- height - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- height - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- height - Variable in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- height() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- height(float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- HEIGHT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The height of the region to take a snapshot of.
- HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineScreen
- heightAboveTarget - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- heightDiff - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- heightInt() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- HELD_ITEM_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- HELD_ITEM_STACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The item stack representation of the Pokémon's held item.
- HELD_ITEMS - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- heldItem - Variable in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
-
The held item to use.
- heldItem - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- heldItem - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- heldItem - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The Pokémon's held item.
- heldItem - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Empty held item image in party.
- heldItem(HeldItem) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the held item of the Pokémon
- heldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the held item of the Pokémon
- HeldItem - Class in com.pixelmonmod.pixelmon.items
-
Item representation of a held item.
- HeldItem - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- HeldItem(EnumHeldItems, Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.HeldItem
-
Constructs the held item with predefined and defined attributes.
- HeldItemChangeAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- HeldItemChangeAction(int, PixelmonWrapper, HeldItem, HeldItem) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HeldItemChangeAction
- HeldItemChangedEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired whenever a Pokémon's held item is changed.
- HeldItemChangedEvent(ServerPlayer, Pokemon, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
- HeldItemChangedEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired after a Pokémon's held item is changed.
- HeldItemChangedEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Cancelable event fired before a Pokémon's held item is changed.
- HeldItemCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- HeldItemCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HeldItemCondition
- HeldItemCondition(HeldItem) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HeldItemCondition
- HeldItemRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- HeldItemRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
- HeldItemRequirement(HeldItem) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
- heldItems - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- heldItemX - Variable in class com.pixelmonmod.pixelmon.client.gui.inventory.SlotInventoryPixelmon
-
The coordinates of the Pokémon's held item.
- heldItemY - Variable in class com.pixelmonmod.pixelmon.client.gui.inventory.SlotInventoryPixelmon
-
The coordinates of the Pokémon's held item.
- HELIOLISK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HELIOPTILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HELIX - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- helix_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- helixFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Helix Fossil's model.
- Hello - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreens
- HELMET - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- HELPING_HAND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HelpingHand - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases the power of the Pokémon's moves by 50% for the turn.
- HelpingHand - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- HelpingHand - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- HelpingHand - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HelpingHand() - Constructor for class com.pixelmonmod.pixelmon.battles.status.HelpingHand
-
Initializes Helping Hand.
- heracronite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Heracross
- HERACROSS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HERACROSS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HERB - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- HERDIER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HERO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- Hex - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the opponent has a non-volatile status.
- Hex - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Hex - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Hex() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Hex
- HEX - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HG - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- hi_tech_earbuds - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hidden() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- Hidden - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokechestVisibility
- HIDDEN_ABILITY_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- hidden_cube - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- HIDDEN_CUBE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- hidden_iron_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- HIDDEN_IRON_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- HIDDEN_LORE_KEY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- Hidden_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Hidden_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Hidden_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Hidden_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Hidden_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Hidden_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- HIDDEN_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- hidden_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- HIDDEN_PRESSURE_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- hidden_wooden_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- HIDDEN_WOODEN_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- hiddenAbility - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- HiddenAbilityRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- HiddenAbilityRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.HiddenAbilityRequirement
- HiddenAbilityRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.HiddenAbilityRequirement
- HiddenCubeBlock - Class in com.pixelmonmod.pixelmon.blocks
- HiddenCubeBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
- HiddenCubeItem - Class in com.pixelmonmod.pixelmon.items
-
Item form of an invisible block.
- HiddenCubeItem() - Constructor for class com.pixelmonmod.pixelmon.items.HiddenCubeItem
-
Initializes the item.
- HiddenIronDoorBlock - Class in com.pixelmonmod.pixelmon.blocks
- HiddenIronDoorBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.HiddenIronDoorBlock
- hiddenIsDisable - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- HiddenPower - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes type and power depending on the Pokémon's IVs.
- HiddenPower() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
- HiddenPowerCalculateEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Called when the hidden power is being calculated by a given source This cannot be cancelled
- HiddenPowerCalculateEvent(String, Pokemon, Element) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Initial constructor
- HiddenPowerCalculateEvent.Constants - Class in com.pixelmonmod.pixelmon.api.events.battles
-
The known causes
- HiddenPowerCommand - Class in com.pixelmonmod.pixelmon.command.impl
- HiddenPowerCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.HiddenPowerCommand
- HiddenPowerMaxMoveTypingTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- HiddenPressurePlateBlock - Class in com.pixelmonmod.pixelmon.blocks
- HiddenPressurePlateBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.HiddenPressurePlateBlock
- hiddenUntil - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- HiddenWoodenDoorBlock - Class in com.pixelmonmod.pixelmon.blocks
-
An invisible wooden door.
- HiddenWoodenDoorBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.HiddenWoodenDoorBlock
-
Initializes the block.
- hide() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- hide() - Method in class com.pixelmonmod.pixelmon.api.toast.ExpandingTutorialToast
- hide(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay
- hideBackground() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- hideCursor() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- hideFromSearches() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- hideInfo(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- hideInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Hides the input text box.
- HideMouse - Interface in com.pixelmonmod.pixelmon.client.gui
-
CursorHelper
will hide entirely the mouse from this gui duringScreen#initGui()
. - hideOpponentTeam() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Hides the opponent's team
- hideSpectateMessage(UUID) - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Hides the spectate message.
- hideUI() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Hides the player's UI when the GUI is open.
- hideUI() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
hideUI
record component. - HierarchicalTier - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers
-
A type of
Tier
that works similarly to aLinkedList
in that it has a parent tier and will validate the pokemon against that first. - HierarchicalTier(String, boolean, PokemonSpecification...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.HierarchicalTier
-
Initializes a new tier
- HierarchicalTier(String, boolean, Tier, PokemonSpecification...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.HierarchicalTier
-
Initializes a new tier
- HIGH - Static variable in class com.pixelmonmod.api.client.screen.StatefulScreen.Priority
- HIGH_HORSEPOWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HIGH_JUMP_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HIGH_PLAINS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- HighAltitudeCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- HighAltitudeCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HighAltitudeCondition
- HighAltitudeCondition(float) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HighAltitudeCondition
- HIGHEST - Static variable in class com.pixelmonmod.api.client.screen.StatefulScreen.Priority
- highestLevel - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
-
The cached highest pokemonLevel in the party.
- HighHorsepower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- HighHorsepower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- highlightButtons(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Highlights a part of the screen where buttons appear.
- highStrength - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Smelt
- HIPPOPOTAS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HIPPOWDON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HIPPOWDON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HISUIAN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a form is Hisuian
- HISUIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- HisuiBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- HisuiBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HisuiBall
- hit - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- HIT_WITH_POKE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- hitByPokeball - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- HITMONCHAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HITMONCHAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HITMONLEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HITMONLEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HITMONTOP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- hitsAdjacentAlly - Variable in class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- hitsAdjacentFoe - Variable in class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- hitsAll - Variable in class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- hitsAlly() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the move choice hits an ally.
- hitsExtendedAlly - Variable in class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- hitsExtendedFoe - Variable in class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- hitsOppositeFoe - Variable in class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- hitsSelf - Variable in class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- HitWithPokeBallInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
-
An implementation of the
InteractionEvent
for theAttackEntityEvent
Forge event - HitWithPokeBallInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.HitWithPokeBallInteractionEvent
- hive_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HM_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- hm1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm10 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm3 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm4 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm5 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm6 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm7 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm8 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hm9 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HMItem - Class in com.pixelmonmod.pixelmon.items
-
Teaches a specific move to a Pokémon.
- HMItem(String, int) - Constructor for class com.pixelmonmod.pixelmon.items.HMItem
-
Initializes a TM.
- hmMoves(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- hmMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- HMs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
A list of all HMs.
- HO_OH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Hoenn - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- HOENN_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- HOLD_BACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HOLD_HANDS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- holderOwner() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- holders() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- HoldHands - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Does nothing.
- HoldHands() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HoldHands
- holdParameters() - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
By default, battle controller clear all parameter after ending turns.
- holdParameters() - Method in class com.pixelmonmod.tcg.duel.power.Buzzap
- HOLO - Static variable in class com.pixelmonmod.tcg.api.card.CardTags
- holo_caster - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HOLORARE - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardRarity
- HONCHKROW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HONDEW - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- HONDEW - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- hondew_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HondewFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- HondewFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.HondewFoliagePlacer
- Hone_Claws - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Hone_Claws - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- HONE_CLAWS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HONEDGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HONEDGE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- honey - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HONEY_GATHER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HoneyGather - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- HoneyGather() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HoneyGather
- HOOH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HOOK - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- HOOK_FACTORY - Static variable in class com.pixelmonmod.pixelmon.init.registry.ClientFactories
- HOOKED_IN_ENTITY - Enum constant in enum class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity.HookState
- HookEntity - Class in com.pixelmonmod.pixelmon.entities.projectiles
- HookEntity(Level, Player, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
Initializes the hook with a position.
- HookEntity(Level, Player, EnumRodType, int) - Constructor for class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
-
Initializes the hook from a source rod.
- HookEntity.HookState - Enum Class in com.pixelmonmod.pixelmon.entities.projectiles
-
State of a hook.
- HookRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- HookRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.HookRenderer
- HOOPA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HOOPA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HOOPA_UNBOUND_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The long universal time when Hoopa was changed to Unbounded.
- HoopaFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- HoopaFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.HoopaFormChange
- HOOTHOOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HOOTHOOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HOPPIP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HOPPIP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HORDE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- horizontalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- horizontalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- horizontalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- horizontalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- horizontalTrackFactor - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- horizontalTrackFactor - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- HORN_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Horn_Drill - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- HORN_DRILL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HORN_LEECH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HORSEA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HORSEA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Hospitality - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Heals ally pokémon 25% when it switches in.
- Hospitality() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hospitality
- HOSPITALITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- host - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
-
The PC Screen this is attached to.
- HOUNDOOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HOUNDOOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- houndoominite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Houndoom
- HOUNDOUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HOUNDSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HOUNDSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HourGlassBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- HourGlassBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- HourGlassUsed(ServerPlayer, PlayerPartyStorage, ItemStack, PropertyDispatch.TriFunction<ServerPlayer, Integer, int[], Boolean>) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed
- Hover - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- HOVER - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- HOVER_TEXT - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- hoverable() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- hoverable(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- hoverableInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- hoverableInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- hoverAttackTargetFromKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- hoverBagOrPokemonMenuItemFromKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- HoverDisableButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
A button that can suppress mouse hover highlighting.
- HoverDisableButton(int, int, int, int, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.HoverDisableButton
-
Initializes a button.
- hovered - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
- hovered - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- hovered - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- hovered() - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- hovered() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- hovered(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- hoveredButtonReady(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Checks if the mouse is hovering over the ready button.
- hoveredButtonTrade(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Checks if the mouse is hovering over the trade button.
- hoveredInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- hoveredInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- hoveredPokemonSelectionIndex(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Checks if the mouse is hovering over a Pokémon.
- HoverKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- HoverKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.HoverKey
- HoverPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- HoverPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.HoverPacket
- HoverPacket(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.HoverPacket
- HOWL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- hp() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns the value of the
hp
record component. - HP - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
- HP - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- HP - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- HP - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- HP_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- hp_up - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- hpHeal - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- HPIncreaseTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Jay113355 on 2/25/2021.
- HPIncreaseTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.HPIncreaseTask
-
Empty constructor for packet registration.
- HPIncreaseTask(UUID, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.HPIncreaseTask
-
Initializes a packet.
- HPTask - Class in com.pixelmonmod.pixelmon.client.gui.battles.tasks
-
Handles animation for hp being modified.
- HPTask(int, UUID) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HPTask
-
Initiates an hp task.
- HPUpdateTask - Class in com.pixelmonmod.pixelmon.battles.tasks
- HPUpdateTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.HPUpdateTask
- HPUpdateTask(PixelmonWrapper, int) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.HPUpdateTask
- HR - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- HUGE_POWER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HugePower - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- HugePower() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HugePower
- HUMAN_LIKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- HUMAN_LIKE_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- HUMBLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- HUNGER_SWITCH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HungerSwitch - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Created by Jay113355 on 8/20/2020.
- HungerSwitch() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
- HUNTAIL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HUNTAIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Hurricane - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Hurricane - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HURRICANE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HURRICANE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- HurricaneEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- HurricaneEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.HurricaneEffect
- hurt(DamageSource, float) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- hurt(DamageSource, float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- hurt(DamageSource, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- hurt(DamageSource, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- hurt(DamageSource, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- hurt(DamageSource, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- Hustle - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases attack by 50% and lowers the accuracy of physical moves by 20%.
- Hustle() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hustle
- HUSTLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HWEEN_ROBE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The state of the Shiny Charm equipped by the Player
- HYDRAPPLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Hydration - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Heals and prevents the all non-volatile statuses on the Pokémon while it is raining.
- Hydration() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hydration
- HYDRATION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HYDREIGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HYDREIGON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HYDRO_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HYDRO_PUMP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HYDRO_STEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HYDRO_VORTEX - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HydroCannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HydroPump - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- HydroPump - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HydroSteam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Boosts power under harsh sunlight instead of being reduced.
- HydroSteam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HydroSteam
- Hyper_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Hyper_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Hyper_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Hyper_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Hyper_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Hyper_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Hyper_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- HYPER_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HYPER_CUTTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- HYPER_DRILL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HYPER_FANG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- hyper_potion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- HYPER_VOICE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HyperBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- HyperBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HyperCutter - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents attack from being lowered.
- HyperCutter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HyperCutter
- Hyperspace - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Ignores Protect moves on the target, removes protection effects, except for MaxGuard
- Hyperspace() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Hyperspace
- HYPERSPACE_FURY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- HYPERSPACE_HOLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- hyperTrained(boolean[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the hyper-trained status for the IVs of the Pokemon
- HyperTrainEvent - Class in com.pixelmonmod.pixelmon.api.events
- HyperTrainEvent(BattleStatsType, boolean, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.HyperTrainEvent
- HyperVoice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- HyperVoice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- HYPNO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- HYPNO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- HYPNOSIS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
I
- IAPAPA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- IAPAPA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- iapapa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- IapapaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- IapapaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.IapapaFoliagePlacer
- IArmorEffect - Interface in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- IAttackEffect - Interface in com.pixelmonmod.pixelmon.battles.attacks.animations.particles
- IBasicInventory - Interface in com.pixelmonmod.pixelmon.blocks.tileentity
- IBlockHasOwner - Interface in com.pixelmonmod.pixelmon.blocks
- ICE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- ICE - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- ICE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ICE - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- ice_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ICE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Ice_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Ice_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Ice_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Ice_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Ice_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Ice_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- ICE_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ICE_BODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ICE_BURN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ICE_FACE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ICE_FACE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ICE_FANG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ice_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ICE_HAMMER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ice_heal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ice_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Ice.
- Ice_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- ICE_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ICE_RIDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ice_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ICE_ROCK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EvolutionRockType
- ICE_ROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ice_root_carrot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ICE_SCALES - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ICE_SHARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ICE_SPINNER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ice_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ice_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ICE_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ice_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- IceBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- IceBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- iceberg_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- IceBody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Created by Kieran on 15/04/2015.
- IceBody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceBody
- IceBurn - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn and attacks next turn.
- IceBurn() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.IceBurn
-
Initializes Ice Burn.
- IceFace - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Created by Jay113355 on 6/12/2020.
- IceFace() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- IceFaceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- IceFaceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
- IceFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- IceFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- IcePunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- IcePunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- IceScales - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves damage from special attacks
- IceScales() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceScales
- IceSpinner - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Icestone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- ICICLE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- icicle_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ICICLE_CRASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- icicle_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Ice-type attacks.
- ICICLE_SPEAR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- IcicleSpear - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- IcicleSpear - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- icium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Icium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- icon - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.SetIconInteractionResult
- icon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- icon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- icon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- icon - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- icon() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns the value of the
icon
record component. - icon() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
icon
record component. - icon() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns the value of the
icon
record component. - icon(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- icon(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- icon(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- icon(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DiscordButton
- ICON_SIZE - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- ICONS - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
- icy_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ICY_SNOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- Icy_Wind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- ICY_WIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- icyRock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- IcyWind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- IcyWind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- id - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AbstractDuration
- id - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- id - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- id - Variable in class com.pixelmonmod.pixelmon.api.replacement.detection.AbstractDetectionLogic
- id - Variable in class com.pixelmonmod.pixelmon.api.replacement.logic.AbstractReplacementLogic
- id - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- id - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- id - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
- id - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- id - Variable in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.Button
- id - Variable in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.ItemButton
- id - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
- id - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- id - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- id - Variable in class com.pixelmonmod.pixelmon.client.keybindings.BattleNumberedKey
- id - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- id - Variable in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- id - Variable in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
-
UUID of the owning player.
- id - Variable in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
- id - Variable in class com.pixelmonmod.tcg.duel.dto.CustomGUI
- id() - Method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Returns the value of the
id
record component. - id() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the id of this move skill.
- id() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
-
First attempts to get the registry ID of this interaction event from the
PixelmonRegistry.getInteractionEvents()
, to cache and return later - id() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonTypeReader
- id() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- id() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonTypeReader
- id() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
-
The unique identifier of the ribbon type
- id() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonTypeReader
- id() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
A utility method for getting the
ResourceLocation
of thisResearch
from thePixelmonRegistry.RESEARCH_REGISTRY
- id() - Method in record class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.TestData
-
Returns the value of the
id
record component. - id(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- id(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- ID - Static variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Type
- ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of a Pokémon inside the player's party or PC.
- ID - Variable in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
- ID - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- ID - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- ID - Static variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
- ID - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
- id2 - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- IDCOUNTER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
A counter for assigning IDs to the player's Pokémon.
- idDropped - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
- identifier() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- identity() - Static method in interface com.pixelmonmod.api.client.screen.util.ActionFunction
- IDLE - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- IDLE_SWIM - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- idMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ids - Variable in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
- IEncodeable - Interface in com.pixelmonmod.pixelmon.api.util
-
A class that can be serialized into a ByteBuf.
- IEquippable - Interface in com.pixelmonmod.pixelmon.items
- ifEntityExists(Consumer<PixelmonEntity>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Executes code if the entity representing this Pokémon exists.
- ifError(Consumer<Throwable>) - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Executes the consumer provided if the parse attempt was a failure with an exception
Returning itself so you can chain other calls such asParseAttempt.ifSuccessful(Consumer)
- ifFailure(Consumer<String>) - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Executes the consumer provided if the parse attempt was a failure, but not because of an exception
Returning itself so you can chain other calls such asParseAttempt.ifError(Consumer)
- ifInitialized(Consumer<T>) - Method in class com.pixelmonmod.api.registry.RegistryValue
- ifNotNull(T, Consumer<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ObjectHelper
- IFormChange - Interface in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- ifPresent(Consumer<T>) - Method in class com.pixelmonmod.api.registry.RegistryValue
- IFrameCounter - Interface in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 9/3/2015.
- ifSuccess(BooleanSupplier, String) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- ifSuccessful(Consumer<T>) - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Executes the consumer provided if the parse attempt was a success
Returning itself so you can chain other calls such asParseAttempt.ifFailure(Consumer)
- IGGLYBUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IGGLYBUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Ignite - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Creates fire at a position.
- Ignite() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Ignite
- ignore - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- IGNORE_SEMIINVULNERABLE - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Special accuracy cases.
- IGNORE_STATS_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- ignoreAbility(PixelmonWrapper, BattleController) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
Determines whether a Pokémon's Ability is suppressed by a persistent effect, such as NeutralizingGas or GastroAcid.
- ignoreAbility(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
Determines whether the Pokémon's Ability is ignored by another Pokémon's attack.
- ignoreCollision() - Method in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- IGNORED - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskResult
- IGNORED_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- IGNORED_TEXTURE_LOCATION - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- IgnoreDefense - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/22/2020.
- IgnoreDefense() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.IgnoreDefense
- ignoreEnergyTypes() - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Rainbowfy energy
- ignoreEnergyTypes() - Method in class com.pixelmonmod.tcg.duel.power.Transform
- ignoreEvasion() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illuminate
- ignoreEvasion() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.KeenEye
- ignoreEvasion() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
- ignoreEvasion() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether the Ability ignores the opponent's evasion.
- ignoreExplosion() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- ignoresKlutz() - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Checks if the held item cannot be suppressed by the Klutz ability.
- ignoresKlutz() - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
- ignoresStatusTypeImmunity(PixelmonWrapper, StatusType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Corrosion
- ignoresStatusTypeImmunity(PixelmonWrapper, StatusType) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether the Ability ignores the opponent's type immunity to statuses.
- IgnoreStatsEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- IgnoreStatsEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.IgnoreStatsEffect
- ignoreStatus(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
- ignoreStatus(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status is ignored during the attack.
- ignoresType(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
- ignoresType(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Returns whether the move ignores type immunities.
- ignoreSubstitute(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
-
Checks if an incoming move should ignore the substitute and directly damage the Pokémon.
- ignoresUnshieldedAbility(PixelmonWrapper, BattleController) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
Determines whether a Pokémon's Ability is suppressed by a persistent effect, such as NeutralizingGas or GastroAcid, ignoring whether the pokemon has an Ability Shield.
- ignoresUnshieldedAbility(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
-
Determines whether the Pokémon's Ability is ignored by another Pokémon's attack, ignoring whether the target has an Ability Shield.
- ignoresWeather(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Whether the move has any effect that makes it ignore the weather.
- ignoresWeather(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HydroSteam
- ignoresWeather(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
-
Has the move ignore weather effects.
- ignoreTempParties() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
The battle builder will not remove the player from temporary party mode if they are in it at the end of the battle
- ignoreType(List<Element>, Element) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Ignores a particular type from a list of types Becomes a mystery type (neutral type effectiveness everywhere) if the only type is ignored.
- ignoreWeather() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IgnoreWeather
- ignoreWeather() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether the Ability ignores weather.
- ignoreWeather(BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.status.GlobalStatusBase
-
Determines whether to ignore weather effects during the turn.
- IgnoreWeather - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the effects of weather.
- IgnoreWeather(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IgnoreWeather
-
Initializes the Ability.
- ignoringZCrystal - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- IHealHP - Interface in com.pixelmonmod.pixelmon.items
-
Calculates the amount of hp that a Pokémon will be healed by.
- IImportableContainer - Interface in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
A container that allows import/export of an object via strings.
- IInteraction - Interface in com.pixelmonmod.pixelmon.api.interactions
- IItemAttributeModifier - Interface in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- ilex_shrine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ILEX_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ILEX_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- IlexShrineBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- IlexShrineBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- IlexShrineEvent - Class in com.pixelmonmod.pixelmon.api.events.legendary
- IlexShrineEvent(ServerPlayer, IlexShrineBlock, PixelmonEntity, IlexShrineTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- IlexShrineEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.legendary
- IlexShrineEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.legendary
- IlexShrineTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- IlexShrineTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
- IlexShrineTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
- Illuminate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Illuminate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illuminate
- ILLUMINATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- IlluminatePositionsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- IlluminatePositionsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.IlluminatePositionsPacket
- IlluminatePositionsPacket(Level, int, HashMap<BlockPos, OreColorConfig.OreColor>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.IlluminatePositionsPacket
- ILLUMISE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Illusion - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Disguises the Pokémon as the last Pokémon in the Trainer's party.
- Illusion() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- ILLUSION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- image - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- Image - Class in com.pixelmonmod.api.client.screen.widget.misc
- Image(ResourceLocation) - Constructor for class com.pixelmonmod.api.client.screen.widget.misc.Image
- IMAGE - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- IMAGE_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- IMAGE_U - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- IMAGE_V - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- IMAGE_WIDTH - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- Image.DrawMode - Enum Class in com.pixelmonmod.api.client.screen.widget.misc
- ImageButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- ImageButton(int, int, int, int, int, ResourceLocation, float, float, float, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- ImageClickableButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- ImageClickableButton(int, int, int, int, int, int, int, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
- ImageEntry - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry
- ImageEntry() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.ImageEntry
- imageHeight - Variable in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- ImageHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- ImageHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ImageHelper
- imageWidth - Variable in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- IMedicine - Interface in com.pixelmonmod.pixelmon.items
-
Defines a way that medicine can heal a Pokémon.
- Immobilize - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- immovable() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- immovable() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
immovable
record component. - immovable(boolean) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- IMMUNE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- ImmuneEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- ImmuneEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ImmuneEffect
- immuneText - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
-
The lang code for the text to display when the Ability prevents the status.
- immuneText - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
-
The lang code for the text to display when the Ability prevents the status.
- Immunity - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon from being poisoned.
- Immunity() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Immunity
-
Initializes Immunity.
- IMMUNITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ImmunityTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ImmunityTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ImmunityTests
- immutable() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Creates a new immutable vector with values copied from this vector.
- Immutable(double, double) - Constructor for class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Constructs a new immutable vector with the given values, and the z value set to 0.
- Immutable(double, double, double) - Constructor for class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Constructs a new immutable vector with the given values.
- Immutable(Position) - Constructor for class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Constructs a new immutable vector with values copied from an existing
Position
. - immutableAttack - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- ImmutableAttack - Class in com.pixelmonmod.pixelmon.battles.attacks
-
Info and base stats of an attack.
- ImmutableAttack(Element, int, AttackCategory) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Initializes a temporary base attack for damage calculation only.
- ImmutableAttackTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
This adapter serializes
ImmutableAttack
as the English name. - ImmutableAttackTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.ImmutableAttackTypeAdapter
- ImmutableBattleStats - Class in com.pixelmonmod.pixelmon.api.pokemon.species.stat
-
The immutable battle stats for the form of a pokemon
- ImmutableBattleStats(int, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.stat.ImmutableBattleStats
- ImmutableBattleStats(Map<BattleStatsType, Integer>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.stat.ImmutableBattleStats
-
The default constructor taking the default battle stats that are unchangeable during runtime
- ImmutableBattleStatsTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
typeTypeAdapter
for theImmutableBattleStats
class such that it can be converted to and from Json text when loading to/fromSpecies
data. - ImmutableBattleStatsTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ImmutableBattleStatsTypeAdapter
- ImmutableCard - Class in com.pixelmonmod.tcg.api.card
- ImmutableCard(String, int, int, CardType, boolean, int, Energy, Energy, int, String, String, String, int, CardPower, List<CardAttack>, Energy, int, CardModifier, Energy, int, CardModifier, int, CardRarity, ResourceLocation, int, int, BaseTrainerEffect) - Constructor for class com.pixelmonmod.tcg.api.card.ImmutableCard
- ImmutableCardTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- ImmutableCardTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.ImmutableCardTypeAdapter
- ImmutableDataProvider<T> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider
- ImmutableDataProvider(Codec<? extends DataProvider<T>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.ImmutableDataProvider
- ImmutableInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition
- ImmutableInteractionCondition(Codec<? extends InteractionCondition>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.ImmutableInteractionCondition
- ImmutableInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result
- ImmutableInteractionResult(Codec<? extends InteractionResult>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.ImmutableInteractionResult
- IMPIDIMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IMPIDIMP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- IMPISH - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- importExportButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The button used to navigate to the import/export screen.
- ImportExportForm - Class in com.pixelmonmod.pixelmon.api.pokemon.export
-
Used by the Pokémon editor to parse form differences.
- ImportExportForm() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.export.ImportExportForm
- ImportExportScreenOld - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
Editor GUI for importing/exporting object data.
- ImportExportScreenOld(IImportableContainer, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- ImportRequestHandler - Interface in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
- ImportRequestPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.editor
- ImportRequestPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportRequestPacket
- ImportRequestPacket(List<String>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportRequestPacket
- ImportResponsePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.editor
- ImportResponsePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
- ImportResponsePacket(String, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
- ImportResponsePacket(List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.editor.ImportResponsePacket
- importText(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Parses import text and saves it to the Pokémon.
- importText(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Imports formatted text to a Pokemon instance
- importText(String) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Imports formatted text to a Pokemon instance
- importText(String) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Imports a set of rules from text.
- importText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- importText(String) - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IImportableContainer
-
Parses import text and saves it to the current Pokémon.
- importText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
-
Parses import text and saves it to the current Pokémon.
- importText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- importText(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- importText(String...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Imports formatted text to a Pokemon instance
- importText(String...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Imports formatted text to a Pokemon instance
- importText(Collection<String>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
-
Imports formatted text to a Pokemon instance
- importText(Collection<String>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterProxy
-
Imports formatted text to a Pokemon instance
- Imposter - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Transforms the user into an opposing Pokémon when switching in.
- Imposter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Imposter
- IMPOSTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- IMPOSTER_PROF_OAK - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- ImposterProfOak - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/15/2016.
- ImposterProfOak() - Constructor for class com.pixelmonmod.tcg.duel.trainer.ImposterProfOak
- ImposterTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ImposterTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
- Imprison - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the opponent from using any moves that the user knows.
- Imprison - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Imprison - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Imprison - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Imprison() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Imprison
-
Initializes the status.
- Imprison(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Imprison
-
Initializes Imprison.
- IMPRISON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- inactive() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- INACTIVE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
- inBattle - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
The Pokémon in the player's party that are in battle.
- inBattle(Entity) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Checks if an entity is in a battle.
- InBattleLevelCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- InBattleLevelCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InBattleLevelCondition
- inc - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- inc - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Variable used to increment animation.
- INCARNATE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- incense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- incense_burner - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- incense_burner - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- INCENSE_BURNER - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_full - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_FULL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_lax - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_LAX - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_luck - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_LUCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_odd - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_ODD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_pure - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_PURE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_ROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_rose - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_ROSE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_sea - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_SEA - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- incense_wave - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INCENSE_WAVE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- IncenseBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- IncenseBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.IncenseBlock
- IncenseBurnerItem - Class in com.pixelmonmod.pixelmon.items
-
Created by Jay113355 on 8/28/2020.
- IncenseBurnerItem() - Constructor for class com.pixelmonmod.pixelmon.items.IncenseBurnerItem
-
Initializes an item.
- IncensePowerIncreaseItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
An incense that increases the power of a certain type of move.
- IncensePowerIncreaseItem(EnumIncenses, Element) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.IncensePowerIncreaseItem
-
Initializes the incense.
- Incinerate - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Destroys the opponent's held Berry or Gem.
- Incinerate - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Incinerate - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Incinerate() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Incinerate
- INCINERATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- IncinerateTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- IncinerateTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
- INCINEROAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- INCINEROAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- incinium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Incinium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.NormalParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.CommentParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.DefaultParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.LineParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KaParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KdMapParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KdParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KsParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MaterialFileParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MaterialParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.NsParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FaceParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FreeFormParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.GroupParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.MaterialParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.TextureCooParser
- incoporateResults(WavefrontObject) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.VertexParser
- increaseBoosts() - Method in class com.pixelmonmod.pixelmon.battles.status.ChiStrikeStatus
-
Adds another boost to the count.
- IncreaseEVItem - Class in com.pixelmonmod.pixelmon.items
-
Vitamins: Increases a Pokémon's EVs by 10 in a specific stat if the EV is less than 100.
- IncreaseEVItem(BattleStatsType, boolean) - Constructor for class com.pixelmonmod.pixelmon.items.IncreaseEVItem
-
Initializes a vitamin or feather.
- IncreaseEVItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.IncreaseEVItem
- increaseFriendship(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- increaseStat(int, BattleStatsType, PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Increases the given stat the amount of stages.
- increaseStat(int, BattleStatsType, PixelmonWrapper, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Increases the given stat the amount of stages.
- increment - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- incrementAge() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- incrementFaintCount() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Increments the number of fainted pokemon.
- IncrementingVariable - Class in com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation
- IncrementingVariable(float, float) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- incrementPage() - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- incrementPage() - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- incrementTurnCounter(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- INDEEDEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- INDEEDEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- index - Variable in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- index - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- index - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- index - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- index - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- index - Variable in class com.pixelmonmod.pixelmon.items.HMItem
-
The TM's number.
- index() - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- index() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- index(int) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- index(int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- INDEX_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- indexCount - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Group
- IndexedButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- IndexedButton(int, int, int, int, int, String, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
- IndexedButton(int, int, int, int, int, Component, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
- IndexedButton(int, int, int, int, int, Component, Button.OnPress, Button.CreateNarration) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
- indexOf(T[], T) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
- indexOfAbsoluteMax(Object) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- indices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Group
- Indigo - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- individual - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- INDOORS - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- inertiaDistance - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- infatuate(PixelmonWrapper, PixelmonWrapper, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Infatuated
-
Infatuates the target if possible.
- Infatuated - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes the Pokémon to be unable to move 50% of the time.
- Infatuated - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Infatuated() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Infatuated
-
Initializes the status.
- Infatuated(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Infatuated
-
Initializes infatuation.
- INFERNAL_PARADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- INFERNAPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- INFERNAPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- INFERNO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- INFERNO_OVERDRIVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Infestation - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Infestation - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- INFESTATION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Infiltrator - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Infiltrator() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Infiltrator
- INFILTRATOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- InfiltratorTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- InfiltratorTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- INFINITE_TURN_COUNT - Static variable in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- infinity - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Infinity symbol.
- info - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- info() - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- info(PlayerInfo) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- informPlayer(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- infuser - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- Infuser - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
- INFUSER - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- INFUSER - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- INFUSER - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookTypeRegistration
- INFUSER - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- INFUSER_CATEGORIES - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- INFUSER_EV_BOOST - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- INFUSER_GEM - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- INFUSER_INCENSE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- INFUSER_INFUSION_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of ticks the infuser has been running for.
- INFUSER_IS_RUNNING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the infuser is active.
- INFUSER_ITEM_IN_INFUSER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The item being processed with the infuser.
- INFUSER_ITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The items in the infuser.
- INFUSER_JUICE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- INFUSER_MEDICINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- INFUSER_RECIPE_TYPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- INFUSER_RECIPES - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- INFUSER_RUN_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of ticks the infuser will run for.
- INFUSER_SEARCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- INFUSER_SECOND_ITEM_IN_INFUSER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The secondary item being processed with the infuser.
- INFUSER_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The slot index of an item in the infuser.
- InfuserBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- InfuserBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
-
Initializes the block.
- InfuserContainer - Class in com.pixelmonmod.pixelmon.client.gui.machines.infuser
- InfuserContainer(int, Inventory, InfuserTileEntity) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- InfuserContainer(int, Inventory, FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- infuserGuiTextures - Static variable in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- infuserProgressTime - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
The number of ticks that the current item has been running for.
- InfuserRecipe - Class in com.pixelmonmod.pixelmon.api.recipe
- InfuserRecipe(List<QuantifiedIngredient>, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- InfuserRecipe.Serializer - Class in com.pixelmonmod.pixelmon.api.recipe
- InfuserRecipe.Type - Class in com.pixelmonmod.pixelmon.api.recipe
- InfuserRecipeBookComponent - Class in com.pixelmonmod.pixelmon.client.gui.recipebook
- InfuserRecipeBookComponent() - Constructor for class com.pixelmonmod.pixelmon.client.gui.recipebook.InfuserRecipeBookComponent
- infuserRunTime - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
The number of ticks that the infuser will keep running for.
- InfuserScreen - Class in com.pixelmonmod.pixelmon.client.gui.machines.infuser
- InfuserScreen(InfuserContainer, Inventory, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- InfuserTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- InfuserTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- InfuserTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- Ingrain - Class in com.pixelmonmod.pixelmon.battles.status
-
Heals the Pokémon by 1/16th of its maximum hp every turn.
- Ingrain - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Ingrain() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Ingrain
-
Initializes the status.
- INGRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ingredient - Variable in class com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
- INGREDIENT_SERIALIZERS - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- inGroup() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- inIllusion - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Whether this Pokémon is in disguise.
- init - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- init() - Static method in class com.pixelmonmod.api.client.screen.StandardColorPalette
- init() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- init() - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- init() - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- init() - Method in class com.pixelmonmod.api.client.screen.widget.design.Viewport
- init() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- init() - Static method in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- init() - Static method in class com.pixelmonmod.pixelmon.api.config.FormLogRegistry
- init() - Static method in class com.pixelmonmod.pixelmon.api.daycare.PixelmonDayCare
- init() - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- init() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- init() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- init() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- init() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- init() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonTicketType
- init() - Static method in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- init() - Static method in class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- init() - Static method in class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry
- init() - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.ChooseTargets
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.WaitingScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoReplaceMove
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.InputScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.faint.FaintScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.DayCareTab
- init() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCPresetSelectorScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCTrackerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.NPCTraderScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomAddServerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomDirectJoinServerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomEditServerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.professor.ProfessorDialogueScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.SelectStatScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Sets up the chat.
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeCubeScreen
-
Adds the buttons (and other controls) to the screen in question.
- init() - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen
-
Adds the buttons (and other controls) to the screen in question.
- init() - Static method in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonCodecs
- init() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- init() - Static method in class com.pixelmonmod.pixelmon.dev.DevTools
- init() - Static method in class com.pixelmonmod.pixelmon.init.registry.FireworkRegistration
- init() - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- init() - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeBookTypeRegistration
- init() - Static method in class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
- init() - Static method in class com.pixelmonmod.tcg.api.accessors.RequirementRegistry
- init() - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
- init() - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- init() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- init() - Method in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
- init() - Method in class com.pixelmonmod.tcg.client.gui.CardScreen
- init() - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- init() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- init() - Method in class com.pixelmonmod.tcg.client.gui.duel.FlippingCoinScreen
- init() - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- init() - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- init() - Method in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
- init(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- init(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Beam
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.BlueMagic
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.CycloneBlob
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Dragon
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Electric
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.RedOrbShrinking
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.ShadowBlob
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Shiny
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SlingRing
- init(ParticleArcanery, Level, double, double, double, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SmallRising
- init(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
-
Deprecated.
- init(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
-
Deprecated.
- init(Consumer<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- init(Consumer<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- init(Consumer<W>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- init(Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
-
WARNING make sure this is called before any modifications are made to field's like music ticker.
- init(Player) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- init(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- init(FMLCommonSetupEvent) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
- init(FMLCommonSetupEvent) - Static method in class com.pixelmonmod.pixelmon.Pixelmon
-
Handles pre-initialization of Pixelmon.
- init(FMLCommonSetupEvent) - Method in class com.pixelmonmod.tcg.proxy.TCGClientProxy
- INIT - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- initAbility(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initAir - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
The initial amount of air the Pokémon has when underwater.
- initAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Ticks the Pokémon's animation one frame to get it out of a T-pose.
- initAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Ticks the Pokémon's animation one frame to get it out of a T-pose.
- initBaseEntity() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- initBaseEntity() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- initBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Initiates the battle.
- initBuffers(BufferedImage, String) - Method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- initCompatibleMove(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initEggGroup(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall.BallData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff.BuffData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion.ExplosionData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- initFromAttack(ImmutableAttack, int, Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- initGender(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initGeneration(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initGui() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Initializes the GUI.
- initHeldItem(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initialClickY - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- initialCopyOfPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- initialisingPixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
The optional Pokemon that started it.
- initialize() - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
Performs registration of all
SpawnSet
s and initializes all spawners. - initialize() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- initialize() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- initialize() - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- initialize() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- initialize() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- initialize(InitializeCategory...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- initialize(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- initialize(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- initialize(IClientAPI) - Method in class com.pixelmonmod.pixelmon.support.JourneyMapIntegration
- initialize(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Sends the contents of the storage to the given player
- initializeAttack(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Initializes the attack's stats and PP.
- initializeBagSectionOrUseItem(ItemMenuButton) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- InitializeCategory - Enum Class in com.pixelmonmod.pixelmon.api.pokemon
- initializeClient(Consumer<IClientItemExtensions>) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
- initializeClient(Consumer<IClientItemExtensions>) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- initializeEvostoneList() - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Creates a list of all evolution stones.
- initializePotionElixirList() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
Creates a list of all Medicine.
- initialPlacer - Variable in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
The pokemon who placed the first layer of this hazard.
- initialScale - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The initial scale of the Poké Ball.
- initialType - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The original type of the Pokémon.
- initialVelocity - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- initInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- initKnownMove(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initLevelUpMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- initLog() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- initNature(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initSearch() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- initSearch(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- initSpecies(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initToolbar() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- initTypes(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- initXZSeed(Random, Level, int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Generates a random seed from the chunk coordinates in a world.
- injectHandler(Consumer<DialogueChoiceEvent>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- INKAY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- InMouth - Class in com.pixelmonmod.pixelmon.battles.status
- InMouth - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- InMouth(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.InMouth
- inMultipleHit - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the user is in the middle of a multi-hit move.
- innaccuracy - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- INNARDS_OUT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- InnardsOut - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- InnardsOut() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.InnardsOut
- INNER_FOCUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- InnerFocus - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents flinching.
- InnerFocus() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.InnerFocus
- inParentalBond - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the user is on the first hit of Parental Bond.
- inParty - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
The Pokémon that are in the player's party.
- InPursuit - Class in com.pixelmonmod.pixelmon.battles.status
-
Pokemon is currently chasing an opposing pokemon that is switching out
- InPursuit - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- InPursuit() - Constructor for class com.pixelmonmod.pixelmon.battles.status.InPursuit
- input - Variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- input - Variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
- input - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputActionPacket
- input - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueInputResponsePacket
- INPUT_ELEMENT_TYPE_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- InputElementData - Record Class in com.pixelmonmod.pixelmon.api.ui
- InputElementData(String, InputType) - Constructor for record class com.pixelmonmod.pixelmon.api.ui.InputElementData
-
Creates an instance of a
InputElementData
record class. - InputElementType<T extends InputType<?>> - Record Class in com.pixelmonmod.pixelmon.api.ui
- InputElementType(Codec<T>) - Constructor for record class com.pixelmonmod.pixelmon.api.ui.InputElementType
- InputElementType(Codec<T>, InputElementType.Data<?, ?>) - Constructor for record class com.pixelmonmod.pixelmon.api.ui.InputElementType
-
Creates an instance of a
InputElementType
record class. - InputElementType(Codec<T>, Class<B>, BiFunction<B, Component, A>) - Constructor for record class com.pixelmonmod.pixelmon.api.ui.InputElementType
- InputElementType(Codec<T>, Type, BiFunction<B, Component, A>) - Constructor for record class com.pixelmonmod.pixelmon.api.ui.InputElementType
- InputElementType.Data<T extends InputType<A>,
A> - Record Class in com.pixelmonmod.pixelmon.api.ui - inputField - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
- inputField - Variable in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Chat entry field
- InputField(Supplier<String>, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen.InputField
- inputFields - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- InputPattern - Record Class in com.pixelmonmod.pixelmon.api.dialogue
-
Represents a pattern that the user's input must match.
- InputPattern(Pattern, Component, long) - Constructor for record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Creates an instance of a
InputPattern
record class. - InputPattern.Builder - Class in com.pixelmonmod.pixelmon.api.dialogue
-
A builder for the
InputPattern
. - InputPlayerData(InputSettings, Consumer<DialogueInputEvent.ClosedScreen>) - Constructor for record class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.InputPlayerData
-
Creates an instance of a
InputPlayerData
record class. - InputScreen - Class in com.pixelmonmod.pixelmon.client.gui.custom
- InputScreen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- InputScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.InputScreen
- InputSettings - Record Class in com.pixelmonmod.pixelmon.api.dialogue
-
Represents the settings for an input dialogue.
- InputSettings(Component, Component, Component, boolean, int, boolean, boolean, String[], DialogueButton[]) - Constructor for record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates an instance of a
InputSettings
record class. - inputType() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputTypeData
-
Returns the value of the
inputType
record component. - inputType(Class<A>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Builder
- inputType(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Builder
- inputType(Class<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Builder
- InputType<T> - Interface in com.pixelmonmod.pixelmon.api.ui
-
Represents data that can be inputted by the user
Note: This class is required on the client and the server - inputTypeCreator - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- inputTypeCreator - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- inputTypeCreator - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- InputTypeData<T> - Record Class in com.pixelmonmod.pixelmon.api.ui
- InputTypeData(InputType<T>, Consumer<T>) - Constructor for record class com.pixelmonmod.pixelmon.api.ui.InputTypeData
-
Creates an instance of a
InputTypeData
record class. - inputTypes - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- inputTypes - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- inputTypes - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- inputTypes - Variable in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- inputTypes() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Returns the input types for the condition
- inputTypes() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- inputTypes() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- inputTypes() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- inputTypes() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- inputTypes() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- inputTypes() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- inputTypes() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResult
- inputTypes() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- inputTypes() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- inputTypes() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- inputTypes(List<InputType<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- inputTypes(List<InputType<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- inRange(double, double, double) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparator
-
Checks if the growth of the Pokemon is within the configured range for a normal distribution with the given mean and standard deviation.
- inRange(double, double, double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
- inRange(double, double, double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
- inRange(double, double, double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
- inRange(double, int, int) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- inRange(Pokemon) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Checks if the given Pokemon is in range of this size.
- InRangeExclusiveInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- InRangeExclusiveInteractionCondition(DataProvider<Number>, DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- InRangeInclusiveInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- InRangeInclusiveInteractionCondition(DataProvider<Number>, DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- inRedirectRange(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Redirect
- inReflection - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the user is using a reflected move.
- inReverse - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- INSECT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- insect_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- insect_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Bug-type attacks.
- inSelection(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory
- insert(ArrayList<T>, T) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
-
Sets the index of the first null element in
a
tovalue
, or addsvalue
to the end ofa
if none of the elements are null. - INSERT_DIALOGUES - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Will continue the dialogue after inserting new dialogue at the start of the queue.
- insertDialogues(List<Dialogue>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
Puts the given list of
Dialogue
s at the front of the dialogues, pushing back the remaining ones to be viewed afterward. - insertLine(int, ScoreboardLine) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- insertText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- inside_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INSIDE_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- inside_wall_moulding - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- INSIDE_WALL_MOULDING - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- insideStructure(ServerLevel, String, BlockPos) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
- inSlot(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareSlot
- Insomnia - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents Pokémon from falling asleep.
- Insomnia() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Insomnia
-
Initializes Insomnia.
- INSOMNIA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- INSPECTING_CARD_TOOLTIP_Z_LEVEL - Static variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- INSPECTING_CARD_Z_LEVEL - Static variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- InspectingCard - Class in com.pixelmonmod.tcg.client.gui.duel
-
Created by Hy on 5/11/2016.
- InspectingCard(TCGScreenBase) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- instaCookForMedHighStrength - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Smelt
- instance - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- instance - Static variable in class com.pixelmonmod.tcg.TCG
- instance() - Static method in class com.pixelmonmod.pixelmon.client.models.obj.TextureLoader
- Instance - Static variable in class com.pixelmonmod.pixelmon.client.keybindings.DescendKey
- Instance(Optional<ContextAwarePredicate>) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger.Instance
- Instance(Optional<ContextAwarePredicate>, float) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger.Instance
- Instance(Optional<ContextAwarePredicate>, int) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger.Instance
- Instance(Optional<ContextAwarePredicate>, int, Element) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger.Instance
- Instance(Optional<ContextAwarePredicate>, PokemonSpecification) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger.Instance
- Instance(Optional<ContextAwarePredicate>, Supplier<PokeBall>) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger.Instance
- Instance(Optional<ContextAwarePredicate>, Supplier<Species>, String) - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger.Instance
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.dummy.DummyClientPacketListener
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysTrueInteractionCondition
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EmptyInteractionEvent
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.AlwaysModelPredicate
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.WalkingModelPredicate
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Type
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.items.ItemFinderItem.PropertyGetter
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem.TMPropertyGetter
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.FallenLeavesBlockStateProvider
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.UltraForestFlowerBlockStateProvider
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
- INSTANCE - Static variable in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
- INSTANT_NOODLE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- instantiate(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- Instruct - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/25/2020.
- Instruct() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Instruct
- INSTRUCT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- INT_PATTERN - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
- IntegerContextNumberDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math
- IntegerContextNumberDataProvider(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.IntegerContextNumberDataProvider
- IntegerValue - Class in com.pixelmonmod.pixelmon.battles.api.rules.value
- IntegerValue(int) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
- INTELEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- INTELEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- INTELLECTUAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- inTemporaryMode() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Checks if the player's party is in "temporary" mode (i.e.
- INTENSE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- interact(PixelmonEntity, ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.DecreaseEVBerryItem
- interact(PixelmonEntity, ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Overrides the standard held item interaction (equipping the held item) if needed.
- interact(PixelmonEntity, ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
- interact(PixelmonEntity, ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
- interact(PixelmonEntity, ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
- interact(PixelmonEntity, ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
- interact(PixelmonEntity, ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.MilcerySweet
-
Overrides the standard evolution interaction
- interact(Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- Interact(DenEntity, Player, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Interact
- INTERACT_COMMANDS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the commands executed upon the NPC being interacted with.
- interactAt(Player, Vec3, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- interactAt(Player, Vec3, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- InteractEvolution - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types
- InteractEvolution() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.InteractEvolution
- InteractEvolution(PokemonSpecification, Item, Boolean, EvoCondition...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.InteractEvolution
- interaction - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
A custom interaction the Pokémon has.
- Interaction - Class in com.pixelmonmod.pixelmon.api.npc.interaction
- Interaction(InteractionEvent, InteractionCondition, Selector<List<InteractionResult>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- INTERACTION - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- INTERACTION_CONDITION_TYPE_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- INTERACTION_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times a Pokémon has been interacted with.
- INTERACTION_EVENT_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- INTERACTION_RESULT_TYPE_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- Interaction.Builder - Class in com.pixelmonmod.pixelmon.api.npc.interaction
- InteractionAbilityCapsule - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Changes a Pokémon's Ability.
- InteractionAbilityCapsule() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionAbilityCapsule
- InteractionAbilityPatch - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Changes a Pokémon's Ability.
- InteractionAbilityPatch() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionAbilityPatch
- InteractionBerryJuice - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionBerryJuice() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionBerryJuice
- InteractionBottleCap - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionBottleCap() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionBottleCap
- InteractionChangeForm - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Changes a Pokémon's form when a specific item is used on it.
- InteractionChangeForm() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionChangeForm
- InteractionColorfulShake - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionColorfulShake() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionColorfulShake
- InteractionCondition - Interface in com.pixelmonmod.pixelmon.api.npc.interaction.condition
-
This checks that the event fired, with the given context, is relevant to the interaction that the logic is flowing through.
- interactionConditionData() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- InteractionConditionData - Record Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- InteractionConditionData(ResourceLocation, List<InputType<?>>) - Constructor for record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionConditionData
-
Creates an instance of a
InteractionConditionData
record class. - InteractionConditionDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic
- InteractionConditionDataProvider(InteractionCondition) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.InteractionConditionDataProvider
- InteractionConditionType<A extends InteractionCondition> - Record Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition
- InteractionConditionType(Codec<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
- InteractionConditionType(Codec<A>, A) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
- InteractionConditionType(Codec<A>, Supplier<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
-
Creates an instance of a
InteractionConditionType
record class. - InteractionContext - Class in com.pixelmonmod.pixelmon.api.npc.interaction.context
-
Interaction context is the information that will be passed down the control logic of the NPC interaction handling as it checks against conditions, and then goes on to execute additional functions.
- InteractionContext.StoredContext<A> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.context
- InteractionCurry - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Uses an Elixir on a Pokémon outside of battle.
- InteractionCurry() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionCurry
- interactionData - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SendUpdatedInteractionDataPacket
- interactionData - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- interactionData - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- InteractionData - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- InteractionData(InteractionData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- InteractionData(ResourceLocation, ConditionData, ResultData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- InteractionDeveloper - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionDeveloper() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- InteractionDynamaxCandy - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
An interaction when using a Dynamax Candy on a Pokémon.
- InteractionDynamaxCandy() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDynamaxCandy
- InteractionElixir - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Uses an Elixir on a Pokémon outside of battle.
- InteractionElixir() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionElixir
- InteractionEther - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Opens a GUI allowing the player to choose a move to restore PP for.
- InteractionEther() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEther
- InteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event
-
This represents an entry point for the NPC logic flow.
- InteractionEvent(Class<A>, BiConsumer<InteractionEvent, A>, IEventBus...) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
-
Constructor allowing a lambda to be used as the event handler rather than creating your own class extending the
InteractionEvent
This constructor will register the lambda to the event buses provided as aEventPriority.NORMAL
and receiving canceled events. - InteractionEvent(IEventBus...) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
-
Default constructor taking the registry ID of the interaction event along with the buses to register the class to for simplicity
- InteractionEvolution - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionEvolution() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEvolution
- InteractionGaeBolg - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionGaeBolg() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionGaeBolg
- InteractionGimmighoulCoins - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionGimmighoulCoins() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionGimmighoulCoins
- InteractionHeldItem - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Gives the Pokémon a held item.
- InteractionHeldItem() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionHeldItem
- interactionList - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
A list of possible interactions the Pokémon has.
- InteractionMaxSoup - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
An interaction when using a Max Soup on a Pokémon.
- InteractionMaxSoup() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMaxSoup
- InteractionMeltanNuggets - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionMeltanNuggets() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMeltanNuggets
- InteractionMint - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionMint() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMint
- InteractionPerilousSoup - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionPerilousSoup() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPerilousSoup
- InteractionPotion - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Heals a Pokémon with a Potion.
- InteractionPotion() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPotion
- InteractionPPUp - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Created by Jay113355 on 5/17/2019.
- InteractionPPUp() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPPUp
- InteractionRainbowWing - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Created by Jay113355 on 4/8/2020.
- InteractionRainbowWing() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionRainbowWing
- InteractionRareCandy - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
An interaction when using a Rare Candy on a Pokémon.
- InteractionRareCandy() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionRareCandy
- InteractionResult - Interface in com.pixelmonmod.pixelmon.api.npc.interaction.result
-
Interaction results represent a function to execute once the relevant event has been fired, and then all additional conditions have been met
- interactionResultData() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- InteractionResultData - Record Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- InteractionResultData(ResourceLocation, List<InputType<?>>) - Constructor for record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionResultData
-
Creates an instance of a
InteractionResultData
record class. - InteractionResultType<A extends InteractionResult> - Record Class in com.pixelmonmod.pixelmon.api.npc.interaction.result
- InteractionResultType(Codec<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
- InteractionResultType(Codec<A>, A) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
- InteractionResultType(Codec<A>, Supplier<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
-
Creates an instance of a
InteractionResultType
record class. - interactions - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- interactions - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- interactions() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionSetData
-
Returns the value of the
interactions
record component. - interactions(InteractionSet) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- interactions(InteractionSet) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- interactions(InteractionSet...) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- interactions(Selector<InteractionSet>) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- InteractionSet - Class in com.pixelmonmod.pixelmon.api.npc.interaction
- InteractionSet(List<Interaction>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
- InteractionSetData - Record Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
-
This is a network sanitized version of the
InteractionSet
class. - InteractionSetData(List<InteractionData>) - Constructor for record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionSetData
-
Creates an instance of a
InteractionSetData
record class. - InteractionTechnicalMove - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Created by Jay113355 on 9/29/2020.
- InteractionTechnicalMove() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTechnicalMove
- InteractionTM - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionTM() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTM
- InteractionVitamins - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
- InteractionVitamins() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionVitamins
- InteractionZombie - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Interaction for turning starter Pokémon into zombies.
- InteractionZombie() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionZombie
- InteractionZygardeCube - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions
-
Created by Jay113355 on 5/17/2020.
- InteractionZygardeCube() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionZygardeCube
- interactLivingEntity(ItemStack, Player, LivingEntity, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.heldItems.OriginFormItem
- interactLivingEntity(ItemStack, Player, LivingEntity, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.NectarItem
- interactLivingEntity(ItemStack, Player, LivingEntity, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.QuestEditorItem
- interactLivingEntity(ItemStack, Player, LivingEntity, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.RasLensItem
-
Returns true if the item can be used on the given entity, e.g.
- InteractNPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- InteractNPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
- InteractNPCPacket(NPC, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.InteractNPCPacket
- INTERNAL - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- interpPosX - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- interpPosY - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- interpPosZ - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- Intimidate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Lowers the attack of opponents by one stage upon switching in.
- Intimidate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Intimidate
- INTIMIDATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- IntimidateTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- IntimidateTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.IntimidateTests
- intMaxTicksToDespawn - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Maximum amount of ticks to wait before despawning.
- intMinTicksToDespawn - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Minimum amount of ticks to wait before despawning.
- intParser() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the parser to parse an integer from the key
- INTREPID_SWORD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- IntrepidSword - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- IntrepidSword() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IntrepidSword
- IntrepidSwordBattleTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- IntrepidSwordBattleTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.IntrepidSwordBattleTests
- intriguing_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- INTRINSIC - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
- INTRINSIC_FORCEFUL - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
- INVALID_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The default value for inactive attributes.
- INVALID_POKEMON - Enum constant in enum class com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
- invalidate() - Method in class com.pixelmonmod.api.registry.RegistryValue
- invalidate() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- invalidate() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.StarterButton
- invalidateAll() - Static method in class com.pixelmonmod.api.registry.RegistryManager
- invalidateCache(PokemonStorage) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- invalidateCache(PokemonStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageManager
-
Removes the cache of the given storage
- invalidateCache(PokemonStorage) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Removes the storage from the cache
- invalidateCache(ResearchStorage) - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- invalidateCache(ResearchStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.manager.ResearchStorageManager
-
Removes the cache of the given storage
- invalidateCache(ResearchStorage) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Removes the storage from the cache
- InvalidateRegistriesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- InvalidateRegistriesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket
- InvalidateRegistriesPacket.InvalidateRegistriesTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- InvalidateRegistriesTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket.InvalidateRegistriesTask
- invalidateRegistry(Class<?>) - Static method in class com.pixelmonmod.api.registry.RegistryManager
- inventory - Variable in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- inventory - Variable in class com.pixelmonmod.tcg.client.container.DeckContainer
- inventory - Variable in class com.pixelmonmod.tcg.client.gui.BinderScreen
- inventory - Variable in class com.pixelmonmod.tcg.item.BinderItem.Binder
- inventory - Variable in class com.pixelmonmod.tcg.item.DeckItem.Deck
- INVENTORY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The items in the NPC's inventory.
- INVENTORY_LOCATION - Static variable in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- INVENTORY_TAG_NAME - Static variable in class com.pixelmonmod.tcg.client.container.DeckInventory
- InventoryDetectionTickHandler - Class in com.pixelmonmod.pixelmon.client.gui.inventory
- InventoryDetectionTickHandler() - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryDetectionTickHandler
- InventoryPixelmon<T extends net.minecraft.client.gui.screens.inventory.EffectRenderingInventoryScreen & InventoryPixelmonBase> - Class in com.pixelmonmod.pixelmon.client.gui.inventory
-
Changes the Minecraft inventory GUI to include a Pokémon party.
- InventoryPixelmon(T, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Opens the party GUI.
- InventoryPixelmonBase - Interface in com.pixelmonmod.pixelmon.client.gui.inventory
-
Used to outsource method calls to the two different Pixelmon inventories.
- InventoryPixelmonExtendedScreen - Class in com.pixelmonmod.pixelmon.client.gui.inventory
-
The Pokémon party screen in the inventory GUI.
- InventoryPixelmonExtendedScreen(Player) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
-
Opens the party GUI.
- InventoryScanner(Predicate<ItemStack>, BattleItemScanner.ItemScanner, BattleItemScanner.ItemFinder, BattleItemScanner.ItemConsumer) - Constructor for class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
-
Constructs a new InventoryScanner.
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.OldPokeBallItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.OldPokeBallLidItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.PokeBallLidItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.CardBackItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.CardItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.CoinItem
- inventoryTick(ItemStack, Level, Entity, int, boolean) - Method in class com.pixelmonmod.tcg.item.PackItem
- InventoryTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- InventoryTileEntity(BlockEntityType<?>, String, int, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- INVERSE_BATTLE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- inverseEffectiveness(float) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Inverses type effectiveness for an inverse battle.
- InvertCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Created by Jay113355 on 8/1/2020.
- InvertCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InvertCondition
- inverted - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- INVISIBLE_WALL - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- InvisibleButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- InvisibleButton(int, int, int, int, int, String, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButton
- InvisibleButton(int, Screen, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButton
- InvisibleButtonWithTooltip - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- InvisibleButtonWithTooltip(int, int, int, int, Component, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
- InvisibleButtonWithTooltip(int, int, int, int, Component, Button.OnPress, InvisibleButtonWithTooltip.OnHover) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
- InvisibleButtonWithTooltip(int, int, int, int, Component, Button.OnPress, InvisibleButtonWithTooltip.OnHover, Predicate<Integer>, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
- InvisibleButtonWithTooltip.OnHover - Interface in com.pixelmonmod.pixelmon.client.gui.widgets
- InvisibleCameraRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- InvisibleCameraRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.InvisibleCameraRenderer
- InvisibleWall - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- InvisibleWall(String, int) - Constructor for class com.pixelmonmod.tcg.duel.power.InvisibleWall
- invulnerable() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- invulnerable() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
invulnerable
record component. - invulnerable(boolean) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- ION_DELUGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- IonDeluge - Class in com.pixelmonmod.pixelmon.battles.status
-
Turns all Normal-type moves into Electric-type moves.
- IonDeluge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- IonDeluge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.IonDeluge
-
Initializes the status.
- ip - Variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- IRISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- iron - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- IRON - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- iron_ball - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- IRON_BARBS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- iron_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- IRON_BOULDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IRON_CROWN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IRON_DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- IRON_FIST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- iron_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- IRON_HEAD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- iron_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Steel-type attacks.
- Iron_Tail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Iron_Tail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Iron_Tail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- IRON_TAIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ironBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- IronBallItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Halves the user's speed and makes flying Pokémon vulnerable to Ground-type moves.
- IronBallItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.IronBallItem
-
Initializes the held item.
- IronBallTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- IronBallTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.IronBallTests
- IronBarbs - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Damages Pokémon who make contact by 1/8 hp.
- IronBarbs() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IronBarbs
-
Initializes Iron Barbs.
- IRONBUNDLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IronDefense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- IronDefense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- IronFist - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of punching moves by 20%.
- IronFist() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IronFist
- IRONHANDS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IronHead - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- IronHead - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- IRONJUGULIS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IRONLEAVES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IRONMOTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IronTail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- IRONTHORNS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IRONTREADS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IRONVALIANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- is(boolean, Stats...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the forms are equal to this
- is(RegistryValue<PokeBall>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Checks if any of the balls in the given array match the current one
- is(RegistryValue<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- is(PokeBall...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Checks if any of the balls in the given array match the current one
- is(Species...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if any of the species provided in the array are equal to this species (checks by national dex number)
- is(Stats...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the forms are equal to this
- is(String) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- is(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- is(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form names are equal to this form
- is(String...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- is(String...) - Method in class com.pixelmonmod.tcg.api.card.Card
- is(Predicate<ResourceKey<T>>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- is(Optional<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if any of the species registry objects provided in the array are equal to this species (checks by national dex number)
- is(Screen) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- is(Holder<?>, Collection<TagEntry>) - Static method in class com.pixelmonmod.pixelmon.api.tags.TagsHelper
-
Checks if the holder matches any of the tag entries given
- is(Holder<?>, TagEntry...) - Static method in class com.pixelmonmod.pixelmon.api.tags.TagsHelper
-
Checks if the holder matches any of the tag entries given
- is(ResourceKey<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- is(ResourceLocation) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- is(TagKey<T>) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- is(Level) - Static method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
- is(Level) - Static method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
- is(LevelReader) - Static method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
- IS_EGG - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Pokémon is inside an Egg.
- IS_FAINTED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Pokémon is fainted.
- IS_HOLO_NBT_KEY - Static variable in class com.pixelmonmod.tcg.api.card.ImmutableCard
- IS_IN_BALL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Pokémon is inside a Poké Ball.
- IS_PERSISTENT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the NPC Trainer is prevented from despawning.
- IS_SHINY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- isAbility(RegistryValue<Ability>...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
- isAbility(Ability) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if this ability is the one passed in.
- isAbility(Ability...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
- isAbility(Class<? extends Ability>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if this ability is the one passed in.
- isAbility(Class<? extends Ability>...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if the Ability is one of an array of Abilities.
- isAbility(Optional<Ability>...) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
- isAbnormal() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
-
Checks if the battle end was "abnormal"
- isAbnormal() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- isAcceptResponse() - Method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
-
Checks if the response is a type that accepts the battle query.
- isAcknowledgedServer() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- isAction() - Method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
- isActivated(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.ExpAllItem
- isActive() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- isActive() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumFeatureState
- isActualAbility(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- isAdvancedBattleInformation() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isAffectedByPotions() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isAirborne() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is airborne, preventing Ground-type attacks from hitting it.
- isAirborne(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Checks if the Pokémon is flying over the entry hazard.
- isAlex - Variable in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
- isAlignedRight() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- isAlignedRight() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- isAlive() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns whether the Pokémon can battle.
- isAlive() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- isAllDisabled() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
Checks if all Pokémon in the team cannot be used.
- isAllowAmuletCoin() - Method in class com.pixelmonmod.pixelmon.api.config.PokeDollarsConfig
- isAllowBreeding() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- isAllowCaptureOutsideBattle() - Method in class com.pixelmonmod.pixelmon.api.config.EntityConfig
- isAllowCatchCombo() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isAllowChisels() - Method in class com.pixelmonmod.pixelmon.api.config.ItemConfig
- isAllowCrossRegionHiddenAbilityInheritance() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- isAllowDestructiveExternalMoves() - Method in class com.pixelmonmod.pixelmon.api.config.ExternalMovesConfig
- isAllowDittoDittoBreeding() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- isAllowedHoverLock() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- isAllowedHoverLock() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- isAllowedPokechecker() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- isAllowedPokechecker() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- isAllowExternalMoves() - Method in class com.pixelmonmod.pixelmon.api.config.ExternalMovesConfig
- isAllowGMaxGoldRush() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isAllowHappyHour() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isAllowLegendarySpawn() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- isAllowOvalCharmFromPokedex() - Method in class com.pixelmonmod.pixelmon.api.config.CharmsConfig
- isAllowPayDay() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isAllowPlanting() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isAllowPokemonEditors() - Method in class com.pixelmonmod.pixelmon.api.config.ItemConfig
- isAllowPokemonNicknames() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isAllowPVPExperience() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isAllowRandomBreedingEggsToBeLegendary() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- isAllowRandomBreedingEggsToBeMythic() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- isAllowRandomBreedingEggsToBeUltrabeast() - Method in class com.pixelmonmod.pixelmon.api.config.BreedingConfig
- isAllowRandomPokemonToBeLegendary() - Method in class com.pixelmonmod.pixelmon.api.config.CommandsConfig
-
Whether random Pokémon spawned from /pokegive or from any pokespec have the possibility of containing Legendary Pokémon.
- isAllowRiding() - Method in class com.pixelmonmod.pixelmon.api.config.RidingConfig
- isAllowShinyCharmFromPokedex() - Method in class com.pixelmonmod.pixelmon.api.config.CharmsConfig
- isAllowTMReuse() - Method in class com.pixelmonmod.pixelmon.api.config.TMConfig
- isAllowTrainerExperience() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isAllowTRReuse() - Method in class com.pixelmonmod.pixelmon.api.config.TMConfig
- isAllowVanillaMobs() - Method in class com.pixelmonmod.pixelmon.api.config.EntityConfig
- isAllPlaced() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- isAlly(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- isAllyNotSelf(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- isAlolan() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form is alolan Short cut for {@link this#getTags()#isAlolan()} and
Tags.ALOLAN
- isAlolan() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is alolan Short cut for {@link this#hasTag(String)} and
Tags.ALOLAN
- isAlwaysAggressiveDimensions(Level) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isAlwaysHaveDynamaxBand() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isAlwaysHaveMegaRing() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isAndroid() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.JavaHelper
- isAnimate() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- isAnimated() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- isAnimating() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isAnotherWithSameDirectionOnSide(Level, int, int, int, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
- isAreaSelecting() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- isAssignment() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
A utility method for determining if the
Research
is an assignment. - isAssignment() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- isAssignment() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
- isAttack - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Whether the effect is part of an attack.
- isAttack() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the choice is an attack.
- isAttack(RegistryValue<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Determines whether the attack's name matches the given name.
- isAttack(RegistryValue<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- isAttack(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- isAttack(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Determines whether the attack is one of the specified attacks.
- isAttack(List<Supplier<ImmutableAttack>>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- isAttack(Optional<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Determines whether the attack's name matches the given name.
- isAttack(Optional<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- isAttackable() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- isAvailable() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- isAvailable() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumFeatureState
- ISaveData - Interface in com.pixelmonmod.pixelmon.storage.playerData
- isAwardTokens() - Method in class com.pixelmonmod.pixelmon.api.config.DropsConfig
- isBaby() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- isBaseHidden() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isBatonPassable(StatusBase) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BatonPass
-
Indicates whether the status can be passed with Baton Pass.
- isBattleEvolution() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
- isBattleModeAvailableInEveryBattle(BattleMode) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
-
Function to return if the current Battle Mode of the Battle Screen can be accessed during any battle, and not just a screen that can pop up situationally in a battle.
- isBattleModeUsedInBattle(BattleMode) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
-
Function to return if the current Battle Mode of the Battle Screen can ever be shown in battle.
- isBattling() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the player is battling in a battle (not including spectating).
- isBeamOn() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isBeamTaper() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isBedsHealPokemon() - Method in class com.pixelmonmod.pixelmon.api.config.HealingConfig
- isBefore(StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- isBeingSeenByPokedexKey() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isBeingUsed() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- isBeneficial() - Method in class com.pixelmonmod.pixelmon.comm.PixelmonPotionEffect
- isBerry() - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Determines whether the held item is a Berry.
- isBerryJuiceCrafting() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isBlackFluteActive(long) - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- isBlockValidForPixelmonSpawning(Level, BlockPos, PixelmonSpawnerTileEntity.AreaType) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- isBonemealSuccess(Level, RandomSource, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- isBonemealSuccess(Level, RandomSource, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- isBookEnchantable(ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.LureItem
- isBookEnchantable(ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- isBookEnchantable(ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- isBordered() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
- isBoss() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- isBossesAlwaysMegaIfPossible() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningBossConfig
- isBossPokemon() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the Pokémon is a boss Pokémon.
- IsBossRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- IsBossRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.IsBossRequirement
- IsBossRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.IsBossRequirement
- isBound() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- isBroken - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- IsBurningCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Created by Jay113355 on 8/1/2020.
- IsBurningCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.IsBurningCondition
- isBusy - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Whether or not the spawner is currently busy doing processing.
- isBuyMiniScreenVisible() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- isCached() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
- isCached() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
- isCameraGuiOn - Static variable in class com.pixelmonmod.pixelmon.client.gui.CameraOverlayScreen
- isCanAttack() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- isCancelable() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.GetBalance
- isCancelable() - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PostTransaction
- isCancelable() - Method in class com.pixelmonmod.pixelmon.api.events.PixelmonUpdateEvent
- isCancelable() - Method in class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
- isCancellable() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- isCanConsume() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
-
If the inventory can consume the requirement (i.e.
- isCanConsume() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
If the inventory can consume the requirement (i.e.
- isCanPlayEnergy() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- isCanPlayItem() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- isCanPlayStadium() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- isCanPlaySupporter() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- isCanPlayTrainer() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- isCanPokemonBeHit() - Method in class com.pixelmonmod.pixelmon.api.config.EntityConfig
- isCanRetreatActive() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- isCaught() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Gets whether the capture attempt this object is associated with will succeed or not.
- isCausedBy(String...) - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
-
Checks if the event was caused by one of the given causes
- isCausedByCapture() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isCausedByEggHatching() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isCausedByEvolution() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isCausedByNPCTrade() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isCausedByPlayerTrade() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isCausedBySidemod() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isCausedByStorageMovement() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isChance() - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Determines whether the move has a secondary effect.
- isCharging(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
- isCharging(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
- isCharging(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Returns whether the multi-turn move is in a charging turn.
- isCharging(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SolarBeam
- isChatOpen() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Gets whether chat is currently open or not.
- isCheckEggIVs() - Method in class com.pixelmonmod.pixelmon.api.config.CommandsConfig
- isCherrySelecting() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- isChildExists() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
-
If a child can be created from these parents
- isChildExists() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
If a child can be created from these parents
- isChoosingOppAttack - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isChoosingOppAttack() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isClient() - Static method in class com.pixelmonmod.pixelmon.Pixelmon
- isCloningMachineEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isCloseUI() - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- isCollection() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
A utility method for determining if the
Research
is a collection. - isCollection() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- isCollection() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
- isCompatible(Gender) - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Checks if the gender is compatible with another gender for relationship purposes.
- isComplete() - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Checks if all requirements have been completed
- isComplete() - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- isComplete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- isComplete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- isComplete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- isComplete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- isComplete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- isComplete() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- isComplete() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
- isComplete() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
- isComplete() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Whether the player has completed this stage of research.
- isComplete() - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
- isCompleting - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- isConditionFor(Pokemon, Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Determines if the condition is applicable to the two parents attempting to breed
- isConditionFor(Pokemon, Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- isConditionImmune() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- isCooking() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- isCorrectCategory(AttackCategory) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Counter
- isCorrectCategory(AttackCategory) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DamageReflect
-
Checks if the attack category is able to be reflected by the move.
- isCorrectCategory(AttackCategory) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MetalBurst
- isCorrectCategory(AttackCategory) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MirrorCoat
- isCorrectCoinSide(GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
- isCosmetic() - Method in enum class com.pixelmonmod.tcg.api.card.CardType
- isCosmetic() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- isCountEnergy() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- isCrit() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.CriticalHit
-
Returns
true
if this attack will receive a STAB. - isCritical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Gets whether the capture attempt this object is associated with is a critical capture or not.
- isCurrent(Level) - Method in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
- isCurrentlyEditing(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Checks if the given player is currently editing this NPC
- isCurrentTurn(PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- isCustom() - Method in class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent
-
Returns true if this badge case was created by a
CustomBadgeCaseScreen
action. - isCustomDrop() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- isCustomRenderer() - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- isCustomRenderer() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- isCustomRenderer() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- isCustomRenderer() - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- isCustomRenderer() - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
- isDamageable(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- isDamageImmune() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- isDataMatch(A) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
If the data type matches the parsed requirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AbilityRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CanMegaEvolveRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CloneRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CrownedRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggGroupRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EggRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EVsModifyRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.EVsRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ExpRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.FormRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.FriendshipRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MaximumFriendshipRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MinimumFriendshipRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GenerationRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GigantamaxFactorRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GimmighoulCoinsGivenRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.GrowthStageRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HeldItemRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HiddenAbilityRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IsBossRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IVsModifyRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IVsRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LakeTrioRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LegendaryRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LevelRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MaximumLevelRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MinimumLevelRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NicknameRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NoDropsRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.NuggetsFedRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.OriginalTrainerNameRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.PrimalEvolutionRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ResetEVsRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ResetIVsRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.BlackAndWhiteShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.CelShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.RainbowShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.ShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShinyRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.ShornRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SizeRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsModifyRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatsRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.StatusRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBeastRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UltraBurstRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbattleableRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UnbreedableRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UncatchableRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UndexableRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.UntradeableRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimatedRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationFrameRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationTypeRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.BoundingBoxModeRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.CanMoveRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.CrownedRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.EggGroupRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.FormRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GenderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GenerationRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.GrowthStageRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.HasSpecFlagRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LakeTrioRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LegendaryRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalAndRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalOrRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.NicknameRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.PaletteRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.PrimalEvolutionRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.BlackAndWhiteShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.CelShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.RainbowShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.ShaderRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.ShinyRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.StatueTextureRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- isDataMatch(Pokemon) - Method in class com.pixelmonmod.api.statue.requirement.impl.UltraBeastRequirement
- isDataMatch(Card) - Method in class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
- isDataSaveOnWorldSave() - Method in class com.pixelmonmod.pixelmon.api.config.StorageConfig
- isDecoration() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isDefault() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- isDefault() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Checks if the rules are the default set of battle rules.
- isDefaultForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the form of the pokemon is the default form for the species
- isDefaultForm(Stats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- isDefaultForm(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
- isDefaultPalette() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the palette of the poekmon is the default palette for the form
- isDefaultPalette(PaletteProperties) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.gender.GenderProperties
- isDefeated - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Whether the participant has been defeated in battle.
- isDefined(Player) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- isDelayedActivation - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the user is waiting to activate an effect.
- isDeleteUnwantedDrops() - Method in class com.pixelmonmod.pixelmon.api.config.DropsConfig
- isDespawnOnFleeOrLoss() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isDevEnvironment() - Static method in class com.pixelmonmod.pixelmon.Pixelmon
- isDirect() - Method in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
-
Checks if the damage type is direct damage.
- isDisabled() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Checks if the Pokémon is not allowed to be selected for battle.
- isDisabled() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- isDisabledNonPlayerMovement() - Method in class com.pixelmonmod.pixelmon.api.config.EntityConfig
- isDisableNametag() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isDisableShadow() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isDisableTexture() - Method in interface com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.RenderableEntity
- isDisableTexture() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isDisablingEvolution() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
-
Check if all evolution is disabled
- isDisablingEvolution(PokemonCardState) - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
-
Check if the evolution of a particular Pokemon is disabled
- isDisplayLegendaryGlobalMessage() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- isDisplayOnly() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- isDoLegendaryRaidEvent() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- isDone() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- isDone() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.DamageTask
- isDone() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HealTask
- isDone() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HPTask
-
Checks if the animation is finished.
- isDone() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.SwitchTask
- isDrawerOut() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- isDrawHealthBars() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isDrink() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- isDroppable() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- isDroppedItemBeamsEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isDynamax - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is Dynamaxed (1)/Gigantamaxed (2).
- isDynamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- isDynamaxed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Gets the Dynamax scale of the Pokémon.
- isEdible() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- isEffectiveAi() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- isEffectivelyEmpty() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- isEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the pokemon is an egg
- isEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- isEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- isEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Checks if the Pokémon is an Egg.
- isEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- isElementVisible(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- isEmissiveTextures() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isEmpty() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- isEmpty() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Checks if the
PlayerDayCare
box has any Pokemon in it - isEmpty() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- isEmpty() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- isEmpty() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- isEmpty() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- isEmpty() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- isEmptyPokeBall() - Method in class com.pixelmonmod.pixelmon.api.events.PokeBallImpactEvent
-
Gets if the ball thrown was empty or not
- isEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.AFKHandlerConfig
- isEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.PokerusConfig
-
Deprecated.
- isEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeStopConfig
- isEnabled() - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- isEnabled() - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
- isEnabled(PixelExtrasData.Category) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Making sure that the non-passive ability can be activated.
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Bounce
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Curse
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwap
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapEnemy
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.DamageSwapToSelfOnly
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.EnergyTransfer
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.FinalBeam
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Frenzy
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.GatherFire
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.HayFever
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Heal
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.LongDistanceHypnosis
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.MatterExchange
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Peek
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.PollenStench
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.PrehistoricPower
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.RainDance
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.ReelIn
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Shift
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Sinkhole
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.SneakAttack
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.SpecialDelivery
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.StepIn
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.StickyGoo
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.SummonMinions
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Transparency
- isEnabled(PokemonCardState, GameClientState) - Method in class com.pixelmonmod.tcg.duel.power.Trickery
- isEnabled(FeatureFlagSet) - Method in class com.pixelmonmod.pixelmon.items.GymSignItem
- isEnablePointToSteer() - Method in class com.pixelmonmod.pixelmon.api.config.RidingConfig
- isEnableWildAggression() - Method in class com.pixelmonmod.pixelmon.api.config.EntityConfig
- isEnchantable(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.LureItem
- isEnchantable(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- isEnchantable(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.QuestEditorItem
- isEnchantable(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.RasLensItem
- isEnchantable(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- isEnded() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
- isEnemyPokemon(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Checks if the Pokémon is on the opposing side.
- isEnergyEquivalence() - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- isEngagePlayerByPokeBall() - Method in class com.pixelmonmod.pixelmon.api.config.EntityConfig
- isEnoughEnergy(int, List<CommonCardState>, PokemonCardState) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- isEnoughEnergy(CardAttack, List<CommonCardState>, PokemonCardState) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- isEnoughEnergy(List<Energy>, List<CommonCardState>, PokemonCardState) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- isEntity() - Method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
- isEntityUpsideDown(LivingEntity) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- isEntityUpsideDown(LivingEntity) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- isEntityUpsideDown(LivingEntity) - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- isEntryEmpty(int) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
-
Checks if a number doesn't map to a Pokémon.
- isEveryStatHyperTrained() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Check if the Pokémon's IVs are all Hyper Trained.
- isEvolution() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- isEvolving() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Checks if the Pokémon is evolving.
- isFaceDown() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- isFainted() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Checks if the Pokemon has fainted
- isFainted() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Checks if the Pokémon is fainted.
- isFainted() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns whether the Pokémon is fainted.
- isFalse() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- isFatal() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Recoil
- isFavorite() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- isFavorite() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- isFavorite() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
- isFavourite(ServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- isFemaleOnly() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form can only ever be a
Gender.FEMALE
- isFilled() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
- isFilled() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- isFinished - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- isFirstTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if it is the first turn that the Pokémon has been out.
- isFlickering() - Method in interface com.pixelmonmod.pixelmon.items.fireworks.PixelmonFireworkShape
- isFlickering() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Charizard
- isFlickering() - Method in class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- isFlying - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Whether the Pokémon is flying.
- isFlying() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- isFlying() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- isFocused() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- isFoggyAt(int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
- isFoggyAt(int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
- isFoggyAt(int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld.DrownedWorldRenderInfo
- isFoggyAt(int, int) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace.UltraSpaceRenderInfo
- isFoil(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.AzureFluteItem
- isFoil(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MailItem
- isFoil(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- isFoil(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.TeleporterItem
- isForm(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- isFormPermanent(Stats) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PokemonHelper
-
Verify if a Stats form is non-default and permanent
- isFossilClean() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- isFriendshipHighEnoughToEvolve() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isFromBattle() - Method in class com.pixelmonmod.pixelmon.api.events.ExperienceGainEvent
- isFrozen() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
If the battle is in a frozen state When the battle is frozen this means that turns will not be taken, and attacks or moves will not be taken.
- isFull() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Checks if the player has any empty boxes in their daycare
- isFullbright() - Method in interface com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.RenderableEntity
- isFullbright() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- isFullbright() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isFullCube(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- isFullScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- isFullyGrown() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostGrow
-
Checks if the block grew to full value
- isFusion - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
- isGalarian() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form is galarian Short cut for {@link this#getTags()#isGalarian()} and
Tags.GALARIAN
- isGalarian() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is galarian Short cut for {@link this#hasTag(String)} and
Tags.GALARIAN
- isGameInProgress() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- isGenderless() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
If the only gender is
Gender.NONE
- isGenerationEnabled(int) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
-
Checks if a certain Generation is enabled.
- isGigantamax() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- isGigantamax() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- isGigantamaxFactor() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
- isGigantamaxForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form is the gigantamax form
- isGlobalAnimationToggle() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isGlobalEmissiveToggle() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isGlobalSpriteToggle() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isGlobalVertexToggle() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isGlobalWireFrame() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isGoingUp() - Method in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
-
If the player is going up or down
- isGrotto() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- isGrounded() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Determines whether the Pokémon is grounded by an effect, negating being airborne.
- isGuaranteedCatch() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Gets whether this Poké Ball is a guaranteed catch or not.
- isGui3d() - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- isGui3d() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- isGui3d() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- isGui3d() - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- isGui3d() - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
- isHandledAsleep() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- isHandledBurned() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- isHandledConfusedFlip() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- isHandledParalyzed() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- isHandledPoisoned() - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- isHealing - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player's Pokémon is healing.
- isHidden - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- isHiddenAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- isHiddenAbility(Ability...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
- isHiddenAbility(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- isHideBackground() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- isHisuian() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Checks if the
PokeBall
is a Hisuian (ancient) ball - isHisuian() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form is hisuian Short cut for {@link this#getTags()#isHisuian()} ()} and
Tags.HISUIAN
- isHisuian() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is hisuian Short cut for {@link this#hasTag(String)} and
Tags.HISUIAN
- isHolo() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- isHordeBattleDimensions(Level) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isHovered(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- isHovering() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- isHovering(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DescriptiveText
-
Checks if the cursor is hovering over the text.
- isHyperTrained() - Method in class com.pixelmonmod.pixelmon.api.events.HyperTrainEvent
- isHyperTrained(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Gets if a given stat is hyper trained
- isi - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- ISI - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- isIdentifier(String) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent
- IsiHourglassItem - Class in com.pixelmonmod.pixelmon.items
- IsiHourglassItem(IsiHourglassItem.HourGlassType) - Constructor for class com.pixelmonmod.pixelmon.items.IsiHourglassItem
- IsiHourglassItem.HourGlassType - Enum Class in com.pixelmonmod.pixelmon.items
- isImmovable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Hail
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sandstorm
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Checks if the Pokémon is immune to the status.
- isImmune(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Yawn
- isImmuneToPowder() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is immune to powder moves.
- isImplemented - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- isImplemented() - Method in enum class com.pixelmonmod.pixelmon.enums.BerryType
- isInBench(CommonCardState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isInformPlayers() - Method in class com.pixelmonmod.pixelmon.api.config.PokerusConfig
- isIngredient(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.PotionRecipe
- isIngredient(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.StatsRecipe
- isIngredient(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.StatusHealRecipe
- isInGUI - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isInGUI() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isInitialized() - Method in class com.pixelmonmod.api.registry.RegistryValue
- isIniting() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- isInProgress() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- isInput(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.PotionRecipe
- isInput(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.StatsRecipe
- isInput(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.config.recipes.StatusHealRecipe
- isInside(double, double) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- isInstantenous() - Method in class com.pixelmonmod.pixelmon.entities.effects.AvoidanceEffect
- isInstantenous() - Method in class com.pixelmonmod.pixelmon.entities.effects.RepelEffect
- isInteractable() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- isInteractable() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
- isInteractable() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
- isInternal() - Method in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Checks if the cause was something inside the Pixelmon mod - if false it means it was a plugin or someone made a mistake :))
- isInternal() - Method in class com.pixelmonmod.pixelmon.api.events.EvolveEvent
-
Checks if the cause was something inside the Pixelmon mod - if false it means it was a plugin or someone made a mistake :))
- isInternal() - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- isInternal() - Method in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent
-
Checks if the cause was something inside the Pixelmon mod - if false it means it was a plugin or someone made a mistake :))
- isInvalidNeighbor(Level, BlockPos, Direction) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- isInvisible() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- isInvisibleTo(Player) - Method in class com.pixelmonmod.pixelmon.api.dummy.DummyLocalPlayer
- isInvisibleTo(Player) - Method in class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- isInvulnerable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- isInvulnerableTo(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- isInvulnerableTo(DamageSource) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- isInWall() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isInWorld(UUID, Level) - Static method in class com.pixelmonmod.pixelmon.client.listener.SendoutListener
- isItem(ItemStack) - Method in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
- isItemGivable(HeldItem) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if this held item can be given to this pokemon during battle.
- isItemOfType(ItemStack, EnumHeldItems) - Static method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Returns whether an item is a certain held item.
- isItemRemovable(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if this Pokémon's held item can be removed during battle.
- isItemValid(ItemStack) - Method in class com.pixelmonmod.tcg.client.container.slot.DisenchantSlot
- isKeyDown(int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- isKnockedOut(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- isLandMount() - Method in class com.pixelmonmod.pixelmon.api.config.RidingConfig
- isLastMover() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks whether the current ply is the last Pokémon in turn order.
- isLeashed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isLeftMousePressed() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- isLegendary() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isLegendary() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if this species is legendary
- isLegendary() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is a legend Short cut for {@link this#hasTag(String)} and
Tags.LEGENDARY
- isLegendary() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isLegendary(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isLegendary(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is a legend Short cut for {@link this#hasTag(String)} and
Tags.LEGENDARY
- isLegendary(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Checks if the pokemon is legendary
- isLevelingDisabled() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if any settings disable Pokémon from leveling up in the battle.
- isLimitShopKeeperStackSize() - Method in class com.pixelmonmod.pixelmon.api.config.NPCsConfig
- isLinkedToPreset() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Checks if this NPC is linked to a preset
- isLoaded() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
This is added to maintain backward compatibility with sidemods
- isLoaded(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Determines whether the Pokémon is spawned in the world.
- isLocked - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- isLocked - Variable in class com.pixelmonmod.tcg.client.container.DeckInventory
- isLocked() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- isLocked() - Method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- isLockedBy(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- isLoop(Level, BlockPos, int) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
-
Checks if there is a loop containing the movement plate.
- isLooped - Variable in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- isLoweredThisTurn() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- isMaleOnly() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if a form can only ever be a
Gender.MALE
- isMax - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- isMega - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is Mega Evolved.
- isMega() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- isMega() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isMegaForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form is a mega form
- isMegaItemObtained(Species, Stats) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- isMessagePresent(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- isMiddleTier() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the choice's tier is one of the middle tiers.
- isMine - Variable in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- isMine() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- isMinecraftMatch(B) - Method in interface com.pixelmonmod.api.requirement.Requirement
-
If the minecraft type matches the parsed requirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractPokemonRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.AIRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.CompatibleMoveRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.HasSpecFlagRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.IsBossRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.shader.ShaderRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- isMinecraftMatch(PixelmonEntity) - Method in class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.AbstractStatueRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimatedRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationFrameRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.AnimationTypeRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.BoundingBoxModeRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.CanMoveRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.HasSpecFlagRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalAndRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.LogicalOrRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.shader.ShaderRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.StatueTextureRequirement
- isMinecraftMatch(StatueEntity) - Method in class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- isMinecraftMatch(ItemStack) - Method in class com.pixelmonmod.api.tcg.requirement.AbstractCardRequirement
- isMissed() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- isModelPartShown(PlayerModelPart) - Method in class com.pixelmonmod.pixelmon.api.dummy.DummyLocalPlayer
- isModelPartShown(PlayerModelPart) - Method in class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- isModeThatCreatesPopUp(BattleMode) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- isMostlyEnclosedSpace(Level, BlockPos, int) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Checks if the cursor is currently hovering over the icon, and the icon is selectable.
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- isMouseOver(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- isMouseOver(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Gets the index of the element that the cursor is currently over.
- isMouseOver(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
-
Checks if the mouse is over any drop-down menus.
- isMouseOver(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
-
Checks if the cursor is over the pokemon.
- isMouseOver(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Checks if the cursor is over the button.
- isMouseOver(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- isMoveAllowed(Attack) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.SkyBattleClause
-
Checks if a move is allowed in a Sky Battle.
- isMoveInSet(Set<? extends ITechnicalMove>, String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
- isMoveSkill(String) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Checks whether the given id matches any move skill's id.
- isMoveSkillCoolingDown(MoveSkill) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isMovingLast() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the pokemon is moving last of everyone this turn.
- isMultiplePhotosOfSamePokemon() - Method in class com.pixelmonmod.pixelmon.api.config.ItemConfig
- isMythical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isMythical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if this species is mythical
- isMythical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is a mythical Short cut for {@link this#hasTag(String)} and
Tags.MYTHICAL
- isMythical(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Checks if the pokemon is mythical
- isMyTurn() - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- isNearlyIdenticalTo(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Checks if this Pokémon is nearly identical to the Pokémon passed in.
- isNegativeAbility() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if the Ability has only negative effects.
- isNo() - Method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- isNoAi() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- isNoAi() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- isNoCollide() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isNone() - Method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
If the texture represents no resource
Should default to false - isNone() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
- isNone() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- isNone() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- isNormalBattle() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent
- isNotASoundMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- isNotBoss() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- isNotRemovedByHaze(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- isNPC - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Whether the opponent is an NPC Trainer.
- isNpcEditorOpOnly() - Method in class com.pixelmonmod.pixelmon.api.config.ItemConfig
- isNullOrEmpty(List) - Static method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- isOffensiveMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the choice is an offensive move.
- isOldGen(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- isOn() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- isOn() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.OnOffButton
-
Checks if the button is on.
- isOncePerPlayer() - Method in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- isOnCooldown() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- isOneAlive(List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks whether there is a non-fainted Pokémon among the given Pokémon list.
- isOneTimeUse() - Method in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- isOneTimeUse() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- isOnField(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- isOnFire() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isOnlyShowAttackEffectsToBattlers() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isOpen() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- isOpen() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- isOpen() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- isOpen() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- isOpenDoor() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
-
Checks if the fridge is open.
- isOpened() - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorResult
- isOpened() - Method in class com.pixelmonmod.tcg.duel.state.CustomGUIResult
- isOPOnly - Static variable in class com.pixelmonmod.pixelmon.items.SpawnDenItem
-
Whether the item can only be used by ops.
- isOPOnly - Static variable in class com.pixelmonmod.pixelmon.items.SpawnGrottoItem
-
Whether the item can only be used by ops.
- isOpponent(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- isOptional() - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- isOptional() - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
- isOriginalTrainer(Player) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isOverAddButton(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- isOverCloseButton(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Draws a button to close the GUI.
- isOverlay() - Method in interface com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.RenderableEntity
- isOverlay() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isOverReturnButton(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- isOverReuseButton(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- isOverworldWeather - Variable in class com.pixelmonmod.pixelmon.battles.status.Weather
-
Whether this weather was created due to the current weather in the overworld.
- isOverworldWeatherAffectsPvPBattleWeather() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isOverworldWeatherAffectsRaidBattleWeather() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isOverworldWeatherAffectsTrainerBattleWeather() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isOverworldWeatherAffectsWildBattleWeather() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isOverworldWeatherCanChangeBattleWeatherDuringBattle() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isOwnedBy(LivingEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isOwner(UUID) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- isOwner(Player) - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem.BadgeCase
- isPaldean() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form is paldean Short cut for {@link this#getTags()#isPaldean()} ()} ()} and
Tags.PALDEAN
- isPaldean() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is paldean Short cut for {@link this#hasTag(String)} and
Tags.PALDEAN
- isPalette(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the palette of the pokemon is the given name
- isPalette(String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the palette is equal to the name provided
- isPartnerDondozo(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.InMouth
- isPassable(LevelAccessor, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Passive ability does not require activation
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.DisableEvolution
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.FlipToEvade
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.HalfDamage
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.InvisibleWall
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.RetreatAid
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.RevealHand
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.StrikesBack
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.ThickSkinned
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.ToxicGas
- isPassive() - Method in class com.pixelmonmod.tcg.duel.power.Transform
- isPathfindable(BlockState, BlockGetter, BlockPos, PathComputationType) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- isPathFinding() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- isPauseScreen() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.InputScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.DoctorScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.faint.FaintScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.MegaItemScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCPresetSelectorScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCTrackerScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.NPCTraderScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TradeYesNoScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.SelectStatScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- isPauseScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen
-
Returns true if this GUI should pause the game when it is displayed in single-player
- isPauseScreen() - Method in class com.pixelmonmod.tcg.client.gui.CardScreen
- isPauseScreen() - Method in class com.pixelmonmod.tcg.client.gui.CardWelcomeScreen
- isPauseScreen() - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- isPauseScreen() - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- isPauseScreen() - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- isPauseScreen() - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- ISpecialTexture - Interface in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Jay113355 on 5/13/2017.
- isPenetratedByMove(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.MaxGuard
- isPenetratedByMove(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
- isPermanent() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- isPersistent() - Method in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- isPersistentAfterCapture() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- isPickable() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- isPickable() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- isPickable() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isPlayer() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
If the participant is a player.
- isPlayer() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- isPlayer() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- isPlayer(UUID) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- isPlayer(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- isPlayer(Player) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- isPlayersCanMoveDuringPvPBattles() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isPlayersCanMoveDuringRaidBattles() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isPlayersCanMoveDuringTrainerBattles() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isPlayersCanMoveDuringWildBattles() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isPlaying() - Static method in class com.pixelmonmod.pixelmon.client.music.BattleMusic
- isPlaySound() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- isPokeBalls3DInHand() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isPokeGiftReusable() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.DropEvent
-
Whether the entity dropping these items is a Pokémon
- isPokemon() - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Reel
- isPokemon() - Method in enum class com.pixelmonmod.tcg.api.card.CardType
- isPokemon(RegistryValue<Species>...) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the Pokémon is one of a list of Pokémon pokemon.
- isPokemon(Species...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the given pokemon is one of the ones provided
- isPokemon(Species...) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the Pokémon is one of a list of Pokémon pokemon.
- isPokemon(Collection<Species>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the given pokemon is one of the ones provided
- isPokemon(Optional<Species>...) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Checks if the Pokémon is one of a list of Pokémon pokemon.
- isPokemonCard() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- isPokemonDropsEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.DropsConfig
- isPokemonEditorExtraColorModeEnabled() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isPokemonOptional(RegistryValue<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- isPokemonOptional(Collection<Optional<Species>>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the given pokemon is one of the ones provided
- isPokemonOptional(Optional<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the given pokemon is one of the ones provided
- isPokemonValue(Collection<RegistryValue<Species>>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Checks if the given pokemon is one of the ones provided
- isPokeseeAllowOfflineCheck() - Method in class com.pixelmonmod.pixelmon.api.config.CommandsConfig
- isPossibleGender(Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if this form can take the given gender
- isPossibleToRespawnInThis() - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- isPowderMove(Attack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Overcoat
-
Checks if a move is a powder move.
- isPressed - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
- isPrimaryStatus() - Method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Determines whether the status is a non-volatile status.
- isPrimaryStatus(StatusType) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Determines whether the status is a non-volatile status.
- isPrintErrors() - Method in class com.pixelmonmod.pixelmon.api.config.DebugConfig
- isProcessingTask() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Does not include tasks that are running parallel.
- isProtect(Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.RaidAI
- isPurchasable() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Checks if the item is purchasable.
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
Returns true if this entity should push and be pushed by other entities when colliding.
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isPushable() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- isPushedByFluid() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- isPvP() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Determines whether the battle is between players.
- isRaid() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureHealth
-
Whether there is a
RaidData
andRaidData.RaidPlayer
associated with the capture attempt this object is associated with. - isRaid() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- isRaid() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
If the participant is a raid.
- isRaid() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- isRaidDensBreakable() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- isRaidHaveLegendaries() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- isRaidHaveUltraBeasts() - Method in class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- isRaidPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets whether this is a raid Pokémon.
- isRaidPokemon() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- isRaisedThisTurn() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
True if any stats were raised this turn.
- isRandomlyTicking(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- isRandomlyTicking(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- isRandomlyTicking(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
- isRandomlyTicking(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- isRandomlyTicking(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraLeaveBlocks
- isRaw() - Method in class com.pixelmonmod.pixelmon.items.TumblestoneItem
- isRead() - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- isReady - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isReady() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- isReady() - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isRegional() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
Checks if the form is alolan or galarian
- isRegistered(Species) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Checks if a Pokémon has been seen or caught.
- isRegistered(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.EntityDataSyncManager
- isRelaxedBattleGimmickRules() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isRemoveNPC() - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- isRenderWildLevels() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isRepairable(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- isRequireHM() - Method in class com.pixelmonmod.pixelmon.api.config.RidingConfig
- isReturnHeldItems() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isRideable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- isRightMousePressed() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- isRunning - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Whether the infuser is processing an item.
- isRunning() - Method in class com.pixelmonmod.pixelmon.ai.TemptGoal
- isRunning() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Checks if the infuser is running.
- isRunning() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- isSaddleable() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isSaddled() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- isSaddled() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isSameDirectionAndType(BlockEntity) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.DecorativeBaseTileEntity
- isSameInventory(Slot) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
- isSameTeam(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if a Pokémon is on the same team as this Pokémon.
- isSameType(MoveChoice) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if this choice is the same type (attack/switch) as another type.
- isScaleGrassBattles() - Method in class com.pixelmonmod.pixelmon.api.config.BattleConfig
- isScaleModelsUp() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
Determines whether the screen is the currently displayed screen.
- isScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ReplaceAttack
- isScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
- isScreen() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.WaitingScreen
-
Determines whether the screen is the currently displayed screen.
- isSealed() - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
-
If the mail is sealed To edit this edit the {@link this#getItemStack()}'s NBT in the Pre event
- isSearchable() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- isSearchActive() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- isSelected() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- isSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- isSelected(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- isSelected(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- isSelected(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- isSelectingMultiple() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- isSelf() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent
-
Whether or not the user is the target.
- isSellable() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Checks if the item is sellable.
- isSemiInvulnerable() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is in a semi-invulnerable state.
- isShadowGame - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- isShadowGame() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- isShaking(NPC) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- isShaking(NPC) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- isShaking(NPC) - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- isShearable(ItemStack, Level, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- isShiny - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- isShiny - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- isShiny() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Short cut method for checking if a pokemon is shiny
- isShiny() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- isShouldCheckCooldown() - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.Pre
- isShouldDisplay() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.ReceiveRibbon
-
Will tell you if the ribbon given will be forced as the display ribbon
- isShouldSink() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
- isShowBones() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isShowChild() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
-
Sets if the child can be seen
- isShowChild() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Sets if the child can be seen
- isShowCurrentAttackTarget() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isShowPotentialShiny() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Sets if the child can be seen
- isShowWildNames() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- isSignalSource(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
- isSignalSource(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- isSignalSource(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- isSimilarWeight(MoveChoice) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if this choice has a similar weight as another choice.
- isSimulation() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- isSingleType() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is a single-typed Pokémon.
- isSingleType(Element) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon is a single-typed Pokémon of a certain type.
- isSolo() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- isSoundBased() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- isSpawnersOpOnly() - Method in class com.pixelmonmod.pixelmon.api.config.ItemConfig
- isSpawnGrotto() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- isSpawnHidden() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- isSpawning() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- isSpawningDisabledDimension(Level) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isSpawnLevelsByDistance() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLevelDistanceConfig
- isSpawnLevelsCloserToPlayerLevels() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isSpawnLevelsIncreaseInCaves() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isSpawnLevelsIncreaseInUltraSpace() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isSpawnLevelsIncreaseInUltraSpace() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningUltraSpaceConfig
- isSpawnNormal() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- isSpawnZygardeCells() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- isSpecial() - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- isSpecialPalette(PaletteProperties) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PokemonHelper
-
Verify if a PaletteProperties is special palette
- isSpectating - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player is spectating a battle.
- isSpectating - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- isSpectating(Player) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- isSpectator() - Method in class com.pixelmonmod.pixelmon.api.dummy.DummyLocalPlayer
- isSpectator() - Method in class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- isSpriteModel() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- isStabbing() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Stab
-
Returns
true
if this attack will receive a STAB. - isStableDestination(BlockPos) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- isStarterOnJoin() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isStarting() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- isStartTurnParalyzed() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- isStatModified() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Checks if any stats have been modified.
- isStatsEffect(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Checks if there is a stat with a certain name.
- isStatus(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
- isStatus(StatusType...) - Method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Checks if the status is one of a list of statuses.
- isStatusEffect(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Determines if the string has a status type associated with it.
- isStatusMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Checks if the choice is a status move.
- isStayDark() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- isStaysHorizontalFlying() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- isStillAlive() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
- isStopped() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity.BlockSoundRecord
- isStuck() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- isSuccess() - Method in class com.pixelmonmod.pixelmon.api.test.TestResult
- isSuccess() - Method in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- isSuccessOrProceed() - Method in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- isSuitableTarget(LivingEntity, boolean) - Method in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
A method used to see if an entity is a suitable target through a number of checks.
- isSuperUniversalTMs() - Method in class com.pixelmonmod.pixelmon.api.config.TMConfig
- isSuppressed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- isSwitching - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is switching in the turn.
- isSwitchingIn - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Whether the Pokémon is currently switching in for a Pokémon.
- isSwitchingOut - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Whether the Pokémon is currently switching out for another Pokémon.
- isTamed() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- isTamed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- isTamed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- isTargeted(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- IStatStore - Interface in com.pixelmonmod.pixelmon.api.pokemon.stats
-
Represents battle stats being stored Created by Jay113355 on 11/11/2020.
- isTeamDefeated(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if the participant's team has been defeated.
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.FutureSighted
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.HealBlock
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.HealingWish
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.Imprison
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.LuckyChant
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.LunarDance
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.PledgeBase
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status applies to the Pokémon's position in the battle.
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.StealthRock
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.Steelsurge
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
- isTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.ZPowerHeal
- isTempAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is performing a called move.
- isTemporary() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
If the form is temporary for battles only
- isTemporary() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is temporary Short cut for {@link this#hasTag(String)} and
Tags.TEMPORARY
- isTerrain() - Method in class com.pixelmonmod.pixelmon.battles.status.GlobalStatusBase
-
Determines whether the global status is a terrain.
- isTiedGame() - Method in class com.pixelmonmod.tcg.api.events.EndGameEvent
- isTimedAccess() - Method in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
- isTimeEnabled() - Method in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- isTimeEnabled() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- isTitle() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- isTopRow() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- isTopRow() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- isTrackedPlayerOnline() - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- isTracking(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Checks if the given player is tracking the storage
- isTradersReusable() - Method in class com.pixelmonmod.pixelmon.api.config.NPCsConfig
- isTrainer() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
If the participant is a trainer.
- isTrainer() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- isTransparent() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- isTrue() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- isUltraBeast() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- isUltraBeast() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Checks if this species is ultrabeast
- isUltraBeast() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.FormTags
-
Checks if the form is an ultrabeast Short cut for {@link this#hasTag(String)} and
Tags.ULTRA_BEAST
- isUltraBeast(Species) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Checks if the pokemon is ultrabeast
- isUltraBurst() - Method in class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
-
If the evolution is an ultra burst This will always be false for the pre event
- isUltraSpace() - Method in class com.pixelmonmod.pixelmon.api.config.DimensionsConfig
- isUnbattleable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Checks if the Pokemon is unbattleable Quick redirect for
Pokemon.hasFlag(String)
- isUnbattleable() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Quick redirect for
Pokemon.isUncatchable()
- isUnbreedable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Checks if the Pokemon is unbreedable Quick redirect for
Pokemon.hasFlag(String)
- isUncatchable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Checks if the Pokemon is uncatchable Quick redirect for
Pokemon.hasFlag(String)
- isUncatchable() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Quick redirect for
Pokemon.isUncatchable()
- isUnharmed(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
Checks if the Pokémon is unharmed by the entry hazard.
- isUnharmed(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Spikes
- isUnharmed(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StealthRock
- isUnharmed(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Steelsurge
- isUnharmed(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StickyWeb
- isUnharmed(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
- isUniversalTMs() - Method in class com.pixelmonmod.pixelmon.api.config.TMConfig
- isUntradeable() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Checks if the Pokemon is untradeable Quick redirect for
Pokemon.hasFlag(String)
- isUsableByPlayer(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- isUsableByPlayer(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Checks if a player is close enough to interact with the Poké Gift.
- isUsableByPlayer(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- isUseAsyncSaving() - Method in class com.pixelmonmod.pixelmon.api.config.StorageConfig
- isUseDiscordRichPresence() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isUseDropGUI() - Method in class com.pixelmonmod.pixelmon.api.config.DropsConfig
- isUseOutsideEffects() - Method in class com.pixelmonmod.pixelmon.api.config.OutsideEffectsConfig
- isUsePassiveHealer() - Method in class com.pixelmonmod.pixelmon.api.config.HealingConfig
- isUser - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Whether the effect affects the move user's stats.
- isUser() - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Determines whether the move only affects the user.
- isUser() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RaiseStats
- isUser() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SelfBoost
- isUser() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
- isUseRecentLevelMoves() - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- isUseSystemTimeForWorldTime() - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- isUseUpdateEntityWithOptionalForceFix() - Method in class com.pixelmonmod.pixelmon.api.config.DebugConfig
- isValidBlock - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.RayTraceCheckSpawns
-
The condition that must be passed by the block being looked at by the target.
- isValidBonemealTarget(LevelReader, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- isValidBonemealTarget(LevelReader, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- isValidClickButton(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.CalyrexFormChange
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.DeoxysFormChange
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ForcesOfNatureFormChange
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.HoopaFormChange
- isValidItem(ItemStack) - Method in interface com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.IFormChange
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.KyuremFormChange
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.NecrozmaFormChange
- isValidItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ShayminFormChange
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.CalyrexFormChange
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.DeoxysFormChange
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ForcesOfNatureFormChange
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.HoopaFormChange
- isValidPokemon(PixelmonEntity) - Method in interface com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.IFormChange
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.KyuremFormChange
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.NecrozmaFormChange
- isValidPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ShayminFormChange
- isValidTarget() - Method in interface com.pixelmonmod.pixelmon.client.camera.target.CameraTarget
- isValidTarget() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetEntity
- isValidTarget() - Method in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- isValidTarget(Entity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Determines whether the specified entity is a valid target.
- isVerbose() - Method in class com.pixelmonmod.pixelmon.api.config.DebugConfig
- isVertex() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- isVisible - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
-
Flag to hide the toolbar
- isVisible - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- isVisible - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Whether the overlay is visible.
- isWaiting() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Determines whether a battle participant is waiting.
- isWaterBottle(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.config.recipes.PotionRecipe
- isWearingFullSet(Player, ArmorMaterial) - Static method in interface com.pixelmonmod.pixelmon.items.armor.armoreffects.IArmorEffect
- isWeather() - Method in class com.pixelmonmod.pixelmon.battles.status.GlobalStatusBase
-
Determines whether the global status is a weather condition.
- isWhiteFluteActive(long) - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- isWholeTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.FutureSighted
- isWholeTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.HealingWish
- isWholeTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.LunarDance
- isWholeTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status applies to the Pokémon's side of the battle.
- isWholeTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
- isWholeTeamStatus() - Method in class com.pixelmonmod.pixelmon.battles.status.ZPowerHeal
- isWild() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
If the participant is a wild Pokémon.
- isWild() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- isWildBerryTrees() - Method in class com.pixelmonmod.pixelmon.api.config.DimensionsConfig
- isWildPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Gets whether this is a wild Pokémon.
- isWildPokemon(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- isWireframe() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- isWireFrame() - Method in interface com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.RenderableEntity
- isWireFrame() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- isWithin(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- isWithin(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
- isWithin(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
- isWrapWidth() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- isWriteEntitiesToWorld() - Method in class com.pixelmonmod.pixelmon.api.config.StorageConfig
- isYes() - Method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- isZ - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- ITechnicalMove - Interface in com.pixelmonmod.pixelmon.enums.technicalmoves
-
Created by Jay113355 on 8/6/2020.
- ITechnicalMove.Adapter - Class in com.pixelmonmod.pixelmon.enums.technicalmoves
- item - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed
- item - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
- item - Variable in class com.pixelmonmod.pixelmon.api.events.ShopEvent.Purchase
- item - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- item - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- item - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HeldItemCondition
- item - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.InteractEvolution
- item - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- item - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BagItemAction
- item - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
- item - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket
- item - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- Item(Pokemon, EVStore, int, BattleStatsType, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent.Item
- ITEM - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- ITEM - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- ITEM - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- ITEM_DOT - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- item_finder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ITEM_FINDER - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- item_frame - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ITEM_NONAIR_CODEC - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- ITEM_ON_ANVIL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- ITEM_OPTIONAL_NONAIR_CODEC - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- ITEM_SCALE - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
- itemAttributeModifier - Variable in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
The attribute on the armor.
- itemBased - Variable in class com.pixelmonmod.pixelmon.battles.status.ParadoxBoost
- ItemButton(int, int, int, int, int, ItemStack, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.ItemButton
- ItemCameraPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.camera
-
Takes a picture of a Pokémon and produces a token.
- ItemCameraPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.camera.ItemCameraPacket
-
Needed by Forge.
- ItemCameraPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.camera.ItemCameraPacket
-
Initializes a packet
- ItemConfig - Class in com.pixelmonmod.pixelmon.api.config
- ItemConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.ItemConfig
- itemCostCondition(Collection<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Common condition for npcs and tm's so its in here so we have less repeat code.
- itemCostCondition(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Common condition for npcs and tm's so its in here so we have less repeat code.
- itemData - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- ItemData - Class in com.pixelmonmod.pixelmon.items
- ItemData(ItemStack) - Constructor for class com.pixelmonmod.pixelmon.items.ItemData
- ItemDropMode - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops
- ItemDropPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops
-
Contains information about opponent drops.
- ItemDropPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
Empty constructor for packet registration.
- ItemDropPacket(ItemDropMode, List<DroppedItem>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
Initializes the drop information holder.
- ItemDropPacket(ItemDropMode, MutableComponent, List<DroppedItem>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
Initializes the drop information holder.
- ItemDropPacket(MutableComponent, ArrayList<DroppedItem>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
Initializes the drop information holder.
- ItemDrops - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ItemDropsScreen - Class in com.pixelmonmod.pixelmon.client.gui
-
GUI for displaying items dropped by boss Pokémon and NPC Trainers.
- ItemDropsScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- ItemFinder - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- ItemFinder() - Constructor for class com.pixelmonmod.tcg.duel.trainer.ItemFinder
- ItemFinderItem - Class in com.pixelmonmod.pixelmon.items
- ItemFinderItem() - Constructor for class com.pixelmonmod.pixelmon.items.ItemFinderItem
- ItemFinderItem.PropertyGetter - Class in com.pixelmonmod.pixelmon.items
- ItemFormChangeEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
- ItemFormChangeEvent(ServerPlayer, ItemStack, PixelmonEntity, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
- ItemHelper - Class in com.pixelmonmod.pixelmon.items.helpers
- ItemHelper() - Constructor for class com.pixelmonmod.pixelmon.items.helpers.ItemHelper
- itemID - Variable in class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- itemInCleaner - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- ItemInteractionEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Called when the ability of a pokemon is changed by an item Cancelling will cancel the ability change and the item shrinking
- ItemInteractionEvent(Player, PixelmonEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.ItemInteractionEvent
- ItemIsOneOfInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item
- ItemIsOneOfInteractionCondition(HolderSet<Item>, DataProvider<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- ItemMenuButton - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag
-
Created by Jay113355 on 12/1/2020.
- ItemMenuButton(int, ItemStack, int, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ItemMenuButton
- ItemMenuButton(int, ItemStack, String, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ItemMenuButton
- ItemMenuButton(int, ItemStack, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ItemMenuButton
- itemName - Variable in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- itemNames - Variable in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
-
The name of the orb.
- itemOnInfuser - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
The item being processed by the infuser.
- ItemPreventClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Prevents certain held items from being used.
- ItemPreventClause(String, EnumHeldItems...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.ItemPreventClause
-
Creates a clause to ban specific held items.
- ItemRarityRenderListener - Class in com.pixelmonmod.pixelmon.client.listener
- ItemRarityRenderListener() - Constructor for class com.pixelmonmod.pixelmon.client.listener.ItemRarityRenderListener
- ItemRegistration - Class in com.pixelmonmod.pixelmon.init.registry
-
Miscellaneous Pixelmon items.
- ItemRegistration - Class in com.pixelmonmod.tcg.init.registry
- ItemRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
- ItemRegistration() - Constructor for class com.pixelmonmod.tcg.init.registry.ItemRegistration
- ItemRendererShrineOrb - Class in com.pixelmonmod.pixelmon.client.render.item
-
Gradually fills in the orb as it gains more KOs.
- ItemRendererShrineOrb(BakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
-
Initializes the renderer.
- items - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- items - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems
- items - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- items - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- items - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GiveItemInteractionResult
- items - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
The items dropped by the opponent.
- items() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Gets the list of items in the shop.
- items(ShopItem...) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the items in the shop.
- items(List<ShopItem>) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the items in the shop.
- ITEMS - Static variable in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
- ITEMS - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- ItemSelectPCMode - Class in com.pixelmonmod.pixelmon.client.gui.pc
- ItemSelectPCMode(PokemonScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- ItemsEqualInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item
- ItemsEqualInteractionCondition(DataProvider<ItemStack>, DataProvider<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- itemStack - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
- itemStack - Variable in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- itemStack - Variable in class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
-
The ItemStack for the Pokéball
- itemStack - Variable in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- itemStack - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- itemStack() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Returns the value of the
itemStack
record component. - itemStack(Codec<A>, A) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- itemStack(ItemStack, Component) - Static method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Creates a new
ItemStack
input type with the given value - ItemStack - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.OverlayGraphicType
- ITEMSTACK_AND_TAG_NONAIR_CODEC - Variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- ITEMSTACK_AND_TAG_OBJECT_CODEC - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- ITEMSTACK_ON_ANVIL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The item on the anvil.
- ItemStackContextDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item
- ItemStackContextDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ItemStackContextDataProvider
- ItemStackHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Useful methods for
ItemStack
s - ItemStackHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ItemStackHelper
- ItemStackInputType - Class in com.pixelmonmod.pixelmon.api.ui.type
-
This input type represents a single
ItemStack
input from the user - ItemStackInputType(ItemStack, Component) - Constructor for class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- ItemStackRequirement - Class in com.pixelmonmod.pixelmon.api.daycare.impl.requirement
-
Should parse a list of required items following the
GiveCommand
's item stack format - ItemStackRequirement() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- itemStacks - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
Rendering only fields
- ItemsTagsMatchInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item
- ItemsTagsMatchInteractionCondition(DataProvider<ItemStack>, DataProvider<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- itemThere - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- itemToUse - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The item to be used by the player.
- ItemWithChance - Class in com.pixelmonmod.pixelmon.api.pokemon.drops
-
An object that represents an item that has a chance of being given, with a random amount selection
- ItemWithChance(ItemStack, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Guaranteed item with guaranteed amount
- ItemWithChance(ItemStack, int, double) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Item with guaranteed amount and a chance
- ItemWithChance(ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Guaranteed item with min and max amount
- ItemWithChance(ItemStack, int, int, double) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Default constructor
- iterator() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- iterator() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
- iterator() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
- iterator() - Method in class com.pixelmonmod.pixelmon.api.selector.type.ConstantSelector
- iterator() - Method in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- iterator() - Method in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
- iterator() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- iterator() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- iterator() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- iterator() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- iterator() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- ITranslatable - Interface in com.pixelmonmod.pixelmon.api.util
-
Created by Jay113355 on 9/27/2018.
- iv(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the value of an IV
- IV_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's attack IVs.
- IV_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- IV_DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Defense IVs.
- IV_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- IV_HP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's hp IVs.
- IV_HP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- IV_SP_ATT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Special attack IVs.
- IV_SP_DEF - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Special Defense IVs.
- IV_SPECIAL_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- IV_SPECIAL_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- IV_SPEED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's speed IVs.
- IV_SPEED_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- IV_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- ivOverrides - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- ivs - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- ivs(int...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the IVs of the Pokémon
- IVs - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- IVs - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- IvsCommand - Class in com.pixelmonmod.pixelmon.command.impl
- IvsCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.IvsCommand
- IVsModifyRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- IVsModifyRequirement(BattleStatsType) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.IVsModifyRequirement
- IVsModifyRequirement(BattleStatsType, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.IVsModifyRequirement
- IVsRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- IVsRequirement(BattleStatsType) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.IVsRequirement
- IVsRequirement(BattleStatsType, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.IVsRequirement
- IVStore - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
A Pokémon's IVs.
- IVStore() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Initializes an IV store with 0 IVs.
- IVStore(int...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Initializes an IV store.
- IVYSAUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- IVYSAUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- iwa_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
J
- JABOCA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- JABOCA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- jaboca_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- jabocaBerry - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- JabocaBerryTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- JabocaBerryTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.JabocaBerryTests
- JabocaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- JabocaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.JabocaFoliagePlacer
- JADE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumOrbShard
- JADE_EIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_FIVE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_FOUR - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_NINE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_ONE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- jade_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- jade_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- JADE_ORB - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
- JADE_ORB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- JADE_SEVEN - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_SIX - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_TEN - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_THREE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- JADE_TWO - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- jadestar_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- JANGMO_O - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- JANGMOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- JavaHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Methods relating to the JVM and JRE itself.
- JavaHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.JavaHelper
- JAW - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- jaw_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- JAW_LOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- jawFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Jaw Fossil's model.
- jay113355 - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- JAY113355 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- JELLICENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- jet_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- JET_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- JET_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- JIGGLYPUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- JIGGLYPUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- JIGGLYPUFF - Static variable in class com.pixelmonmod.tcg.api.accessors.Coins
- jimen_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- JIRACHI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- JIRACHI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- JITTERY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Johto - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- JOHTO_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- join(TestResult...) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- join(String, TestResult...) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- join(List<Component>, Component) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- join(Component, Component...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Join an array of MutableComponent with a delimiter
- JOIN_SERVER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- JoinInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
-
An implementation of the
InteractionEvent
for thePlayerEvent.PlayerLoggedInEvent
event when a player logs in MinecraftForge event. - JoinInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.JoinInteractionEvent
- JoinRaidEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- JoinRaidEvent(RaidData, ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.JoinRaidEvent
- joinSelectedServer() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- joinStrings(List<String>, Component) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- JOLLY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- JOLTEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- JOLTEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- JOLTEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- JOLTEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- JOLTIK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- JOLTIK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- JourneyMapIntegration - Class in com.pixelmonmod.pixelmon.support
- JourneyMapIntegration() - Constructor for class com.pixelmonmod.pixelmon.support.JourneyMapIntegration
- JOYFUL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- JsonHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- JsonHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.JsonHelper
- JsonItemStack - Class in com.pixelmonmod.pixelmon.api.item
- JsonItemStack() - Constructor for class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- JsonItemStack(Item) - Constructor for class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- jsonOffset - Variable in class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Mostly needed for large JSON models since they can't be shifted more than 1 block to the side.
- Judgment - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- Judgment() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Judgment
- JUDGMENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- JudgmentTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- JudgmentTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- juiceGroup - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- JuiceShoppeItem - Class in com.pixelmonmod.pixelmon.items
- JuiceShoppeItem(BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.JuiceShoppeItem
-
Initializes a vitamin or feather.
- JUICY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- jump() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
Causes this entity to do an upwards motion (jumping).
- Jump - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- Jump - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- JUMP_ALIEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- JUMP_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- jumping - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- jumpInLiquid(TagKey<Fluid>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- JumpKick - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the user for 50% hp if the move misses.
- JumpKick() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.JumpKick
- JUMPLUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- JUMPLUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- jumpPower - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationVerticalStomp
- jumpTicks - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- JUNGLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- jungle_bench - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- JUNGLE_BENCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- JUNGLE_HEALING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- JungleHealing - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- JungleHealing() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.JungleHealing
- Justified - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Raises attack stat of user by .5 every time a Dark move hits the user.
- Justified() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Justified
- JUSTIFIED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- JYNX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- JYNX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
K
- KABUTO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KABUTO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KABUTOPS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KABUTOPS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KADABRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KADABRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KAKUNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KAKUNA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Kalos - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- KALOS_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- KANGASKHAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KANGASKHAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- kangaskhanite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Kangaskhan
- Kanto - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- KANTO_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- KaParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- KaParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KaParser
- KARATE_CHOP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- KARP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- KARRABLAST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KARTANA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KARTANA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- kasai_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KASIB - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- KASIB - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- kasib_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KasibFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- KasibFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KasibFoliagePlacer
- KdMapParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- KdMapParser(WavefrontObject) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KdMapParser
- KdParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- KdParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KdParser
- KEBIA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- KEBIA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- kebia_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KebiaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- KebiaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KebiaFoliagePlacer
- KECLEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KEE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- KEE - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- kee_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- keeBerry - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- KeeFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- KeeFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KeeFoliagePlacer
- KEEN_EYE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- KeenEye - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents accuracy from being lowered.
- KeenEye() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.KeenEye
- keepLiquids() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- keepLiquids() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- keepUI() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Keeps the player's UI visible when the GUI is open.
- KELDEO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KELDEO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KELPSY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- KELPSY - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- kelpsy_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KelpsyFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- KelpsyFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KelpsyFoliagePlacer
- key - Variable in class com.pixelmonmod.pixelmon.api.events.KeyEvent
-
The function of the key pressed
- key - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.IntegerContextNumberDataProvider
- key - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerContextDataProvider
- key - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PixelmonEntityContextDataProvider
- key - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonContextDataProvider
- key - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.StringContextDataProvider
- key - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.SetCooldownInteractionResult
- key - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.FinishSyncDataEntryPacket
- key - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- key() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
-
Returns the value of the
key
record component. - key() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- key() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Returns the value of the
key
record component. - key() - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- key() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementData
-
Returns the value of the
key
record component. - key() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.DataProviderData
-
Returns the value of the
key
record component. - key() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionConditionData
-
Returns the value of the
key
record component. - key() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionResultData
-
Returns the value of the
key
record component. - KEY - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- key_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KeybindIcon - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- KeybindIcon(KeyMapping, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.KeybindIcon
- KeyBindImageButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- KeyBindImageButton(int, int, int, int, int, ResourceLocation, float, float, float, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.KeyBindImageButton
- keyDown(InputEvent.Key) - Method in class com.pixelmonmod.pixelmon.client.keybindings.DebugKeyBindings
- keyDown(InputEvent.Key) - Method in class com.pixelmonmod.pixelmon.client.keybindings.OptionsKey
- keyDown(InputEvent.Key) - Method in class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- KeyEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when the server is notified of one of Pixelmon's registered keys being pressed.
- KeyEvent(ServerPlayer, EnumKeyPacketMode) - Constructor for class com.pixelmonmod.pixelmon.api.events.KeyEvent
- KeyItem - Class in com.pixelmonmod.pixelmon.items
- KeyItem(KeyItem.EnumKeyItem) - Constructor for class com.pixelmonmod.pixelmon.items.KeyItem
- KeyItem.EnumKeyItem - Enum Class in com.pixelmonmod.pixelmon.items
- KeyPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Handles hotkeys being pressed that do actions on the server.
- KeyPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
Empty constructor for packet registration.
- KeyPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
Initializes a packet to send out a Pokémon.
- KeyPacket(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
Initializes a packet to use an external move on an entity.
- KeyPacket(int, int, EnumKeyPacketMode) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
Initializes a hotkey action packet.
- KeyPacket(int, int, BlockPos, Direction) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
Initializes a packet to use an external move on a block.
- KeyPacket(int, String, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
Initializes a packet to use an external move on an entity.
- KeyPacket(int, String, BlockPos, Direction) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.KeyPacket
-
Initializes a packet to use an external move on a block.
- keyPressed(int) - Method in class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- keyPressed(int, int, int) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.InputScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCPresetSelectorScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomDirectJoinServerScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Puts keyboard input into the chatbox.
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- keyPressed(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- keyPressed(int, int, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- keyPressed(int, int, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- keyReleased(int, int, int) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- keyReleased(int, int, int) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- keyReleased(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- keyReleased(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- keyReleased(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- keyReleased(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- keys - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- keys - Variable in class com.pixelmonmod.api.requirement.AbstractRequirement
- keys - Variable in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- keySet() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- KeyStone - Enum constant in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
- keyStoneBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- keyStoneSprite - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Keystone Sprite.
- kickAll(EnumRaidKickReason) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- kill() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- killed - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- kills - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- KILOWATTREL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- kind() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- KINDLY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- KINESIS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- KINGAMBIT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KINGAMBIT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KINGDRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KINGDRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KINGLER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KINGLER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- kings_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KINGS_SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- kingsRock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- KingsRockItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
10% of flinching the target with a move.
- KingsRockItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.KingsRockItem
-
Sets up the held item
- KingsShield - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects against direct damage.
- KingsShield - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- KingsShield() - Constructor for class com.pixelmonmod.pixelmon.battles.status.KingsShield
-
Initializes the status.
- KingsShieldTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- KingsShieldTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- KIRLIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KIRLIA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KLANG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KLAWF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KLEAVOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KLEFKI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KLEFKI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KLINK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KLINKLANG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Klutz - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Klutz() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Klutz
- KLUTZ - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- KlutzTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- KlutzTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.KlutzTests
- KNOCK_OFF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- knockback - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- knockback(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- KnockOff - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Removes the target's held item.
- KnockOff - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- KnockOff() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.KnockOff
- KnockOffTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- KnockOffTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
- knockout(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- KNOCKOUT - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- KnockoutPokemonInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- KnockoutPokemonInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.KnockoutPokemonInteractionEvent
- KnockoutSwitch - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
- knuckle_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- koffing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
- KOFFING - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- KOFFING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KOFFING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KoffingParticles - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- KoffingParticles() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.KoffingParticles
- KOGAS_NINJA_TRICK - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- KOMALA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- komala_coffee - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KOMMO_O - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- kommonium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Kommonium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- KOMMOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KORAIDON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KOWTOW_CLEAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- KRABBY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KRABBY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KRICKETOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KRICKETOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KRICKETUNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KRICKETUNE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KROKOROK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KROKOROK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KROOKODILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KROOKODILE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KsParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- KsParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KsParser
- KUBFU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KUBFU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KUO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- KUO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- kuo_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KuoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- KuoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.KuoFoliagePlacer
- kurai_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- kusa_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- KYOGRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KYOGRE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KYOGRE_PRIMAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KYUREM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- KYUREM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- KyuremFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- KyuremFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.KyuremFormChange
L
- l_exp_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- label - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- label - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- label - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- label - Variable in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- label - Variable in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- label - Variable in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- label - Variable in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- label - Variable in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- label - Variable in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- label - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- label(boolean) - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
- label(String, Object...) - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- label(Function<Button, String>) - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- label(Function<Button, String>, Object...) - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- Label - Class in com.pixelmonmod.api.client.screen.widget.design
- Label(String) - Constructor for class com.pixelmonmod.api.client.screen.widget.design.Label
- labelOff() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns the value of the
labelOff
record component. - labelOn() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns the value of the
labelOn
record component. - LABELS - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- labelSize(Function<Button, Float>) - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- LabelWidget - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Created by Jay113355 on 6/18/2020.
- LabelWidget(String, int, int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- lagging_tail - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- laggingTail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- LaggingTailItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Makes the holder move last.
- LaggingTailItem(EnumHeldItems) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.LaggingTailItem
-
Initializes the held item.
- LAIRON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LAKE_TRIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- LAKE_TRIO_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- LakeTrioRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- LakeTrioRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- LakeTrioRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LakeTrioRequirement
- LakeTrioRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LakeTrioRequirement
- LakeTrioRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LakeTrioRequirement
- LakeTrioRequirement(int) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LakeTrioRequirement
- LakeTrioStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
-
Keeps track of the number of times Azelf, Mesprit and Uxie can enchant a ruby.
- LakeTrioStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- LakeTrioStats(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- LambdaDataSerializer<T> - Class in com.pixelmonmod.pixelmon.api.data
- LambdaDataSerializer(BiConsumer<FriendlyByteBuf, T>, Function<FriendlyByteBuf, T>, Function<T, T>) - Constructor for class com.pixelmonmod.pixelmon.api.data.LambdaDataSerializer
- LAMPENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LAMPENT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LANAKILA_SIMPLE - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- LANAKILA_SIMPLE_2 - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- LANAKILA_TYPE_C - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- LANAKILA_TYPE_C_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- LANAKILA_TYPE_D - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- LANAKILA_TYPE_D_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- LANAKILA_TYPE_E - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- LANAKILA_TYPE_E_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- LANAKILA_TYPE_F - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- LanakilaTypeCFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila
- LanakilaTypeCFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeCFoliagePlacer
- LanakilaTypeCLogPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- LanakilaTypeCLogPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
- LanakilaTypeCLogPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
- LanakilaTypeDFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila
- LanakilaTypeDFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeDFoliagePlacer
- LanakilaTypeDLogPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- LanakilaTypeDLogPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
- LanakilaTypeDLogPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
- LanakilaTypeEFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila
- LanakilaTypeEFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeEFoliagePlacer
- LanakilaTypeELogPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- LanakilaTypeELogPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
- LanakilaTypeELogPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
- LanakilaTypeFFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila
- LanakilaTypeFFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.LanakilaTypeFFoliagePlacer
- Land - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- LAND - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity.AreaType
- LAND - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- LAND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- LAND - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- LAND_NPC - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- LAND_VILLAGER - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- LandFriend - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- landingEffect - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationVerticalStomp
- LandingMaterials - Enum Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying
-
Type of materials the AI will land in
- LANDORUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LANDORUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LandOwner - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- landPower - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationVerticalStomp
- LANDS_WRATH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- langContinue - Variable in class com.pixelmonmod.pixelmon.battles.status.Weather
-
The lang string to display each turn the weather is in effect.
- langEnd - Variable in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
The lang string to display when the terrain ends.
- langEnd - Variable in class com.pixelmonmod.pixelmon.battles.status.Weather
-
The lang string to display when the weather ends.
- langStart - Variable in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
The lang string to display when the terrain starts.
- langStart - Variable in class com.pixelmonmod.pixelmon.battles.status.Weather
-
The lang string to display when the weather starts.
- LANHeader() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.LANHeader
- LANSAT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- LANSAT - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- lansat_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LansatFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- LansatFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LansatFoliagePlacer
- LANTURN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LAPRAS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LAPRAS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Large - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
- LARGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- large_battle_controller - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGBlocks
- LARGE_BATTLE_CONTROLLER - Static variable in class com.pixelmonmod.tcg.init.registry.BlockRegistration
- LARGE_EXP_CANDY - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- LARGER_JIGSAW - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonPoolElementTypes
- LargerJigsawStructure - Class in com.pixelmonmod.pixelmon.world.structure
- LargerJigsawStructure(Structure.StructureSettings, Holder<StructureTemplatePool>, int, HeightProvider, boolean) - Constructor for class com.pixelmonmod.pixelmon.world.structure.LargerJigsawStructure
- LargerJigsawStructure(Structure.StructureSettings, Holder<StructureTemplatePool>, int, HeightProvider, boolean, Heightmap.Types) - Constructor for class com.pixelmonmod.pixelmon.world.structure.LargerJigsawStructure
- LargerJigsawStructure(Structure.StructureSettings, Holder<StructureTemplatePool>, Optional<ResourceLocation>, int, HeightProvider, boolean, Optional<Heightmap.Types>, int) - Constructor for class com.pixelmonmod.pixelmon.world.structure.LargerJigsawStructure
- LargeTableBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- LargeTableBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.LargeTableBlock
-
Initializes the clothed table block.
- LargeTVBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- LargeTVBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
-
Initializes the TV block.
- LARVESTA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LARVESTA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LARVITAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- las - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
- LASER_FOCUS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LaserFocus - Class in com.pixelmonmod.pixelmon.battles.status
-
The user's moves critically strike until the end of the next turn.
- LaserFocus - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- LaserFocus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.LaserFocus
-
Initializes the status.
- LASH_OUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LashOut - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If any of the user's stats were lowered during the turn this move is used, its base power is doubled
- LashOut - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- LashOut() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LashOut
- lasPos - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- Lass - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- Lass() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Lass
- LASS - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- last() - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- LAST_BOX_OPEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The last box that was open (starting at 0).
- LAST_EGG_X_COORD - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The x coordinate of the Egg's owner when the Egg step was last ticked.
- LAST_EGG_Z_COORD - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The z coordinate of the Egg's owner when the Egg step was last ticked.
- LAST_FRAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The last frame of the block in question
- LAST_RESORT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LAST_RESPECTS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- lastAngleX - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- lastAngleZ - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- lastAnim - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The previous animation of the Poké Ball.
- lastAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The most recent attack used during the battle.
- lastAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's previous attack.
- lastAttacker - Variable in class com.pixelmonmod.pixelmon.battles.status.BideStatus
-
The last Pokémon to attack the user of Bide.
- lastBattle - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- lastBattleCrits - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- lastBox - Variable in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- lastClicked - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- lastCount - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- lastCycleTime - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
The last (epoch) time a cycle occurred for this spawner.
- lastDirectCategory - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The damage category of the last direct damage that was dealt the Pokémon was attacked in the current turn.
- lastDirectDamage - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The amount of direct damage that was dealt the last time the Pokémon was attacked in the current turn.
- lastDirectPosition - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The last position of the Pokémon in the battle.
- lastEggX - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- lastEggZ - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- lastEncounter - Variable in class com.pixelmonmod.pixelmon.api.util.EncounterData
- lastFailedCapture - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The last pokeball type that failed to catpure a pokemon, Used by the Ball Fetch ability
- lastFaintedTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The last turn the participant's Pokémon fainted in.
- lastFlyingState - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- lastHP - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The amount of HP this pokemon had before recieving damage.
- lastItem - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- lastLevelType - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
The type of experience that gave the last level.
- lastMessageKey() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- lastMoveTime - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The time when the participant last made a move.
- lastPassiveHealX - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- lastPassiveHealZ - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- lastPassivePoisonHealX - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- lastPassivePoisonHealZ - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- lastPosition() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- lastPosition(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- LastResort - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Only works after the user has used all of its other moves.
- LastResort() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LastResort
- LastRespects - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Boosts the power by 50 per faint in this battle.
- LastRespects() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LastRespects
- lastSaveTick - Variable in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageStandardScheduler
- lastScale - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- lastSeenHealthPercentage - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- lastSimulatedAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The most recent attack used while simulating the battle.
- lastSimulatedAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's previous attack that the AI simulated.
- lastSimulatedTargets - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- lastSimulatedTempAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The most recent temp attack while simulating the battle.
- lastSimulatedTempAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's previous temp attack that the AI simulated.
- lastSpawnTime - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
The last time an entity spawned because of this spawner.
- lastSpeed - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- lastStorageCheck - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
-
The last time storage and the pokemonLevel variables were updated.
- lastStrafe - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- lastStrafeUp - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- lastTargets - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- lastTempAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The most recent temp attack used during the battle.
- lastTempAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's previous temp attack.
- lastTextBoxQuery - Static variable in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- LATIAS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LATIAS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- latiasite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Latias
- LATIOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LATIOS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- latiosite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Latios
- LAVA - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- lava_cookie - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LAVA_FLOOR - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- LAVA_PLUME - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LAX - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- lax_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- laxIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- layer - Variable in class com.pixelmonmod.pixelmon.client.render.player.LayerWrapper
- LayerCharms - Class in com.pixelmonmod.pixelmon.client.render.layers
-
Renders charms on a player.
- LayerCharms(PlayerRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.LayerCharms
- LayerEquippables - Class in com.pixelmonmod.pixelmon.client.render.layers
- LayerEquippables(PlayerRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.LayerEquippables
- LayerMegaItems - Class in com.pixelmonmod.pixelmon.client.render.layers
-
Renders a Mega Bracelet on a player.
- LayerMegaItems(RenderLayerParent<AbstractClientPlayer, PlayerModel<AbstractClientPlayer>>) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.LayerMegaItems
- LayerSash - Class in com.pixelmonmod.pixelmon.client.render.layers
-
Renders a sash on a player.
- LayerSash(PlayerRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.LayerSash
- LayerWings - Class in com.pixelmonmod.pixelmon.client.render.layers
- LayerWings(PlayerRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.LayerWings
- LayerWrapper - Class in com.pixelmonmod.pixelmon.client.render.player
-
Created by Jay113355 on 11/11/2019.
- LayerWrapper(RenderLayer<AbstractClientPlayer, PlayerModel<AbstractClientPlayer>>) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.LayerWrapper
- layout - Variable in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- LazySupplier<T> - Interface in com.pixelmonmod.pixelmon.tools
- LEACH_SEED_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- LEADEN_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- LEADER_LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
- leaders_crest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leadersCrest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- Leaf - Class in com.pixelmonmod.pixelmon.client.particle.particles
- Leaf - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- Leaf(double, float, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
- LEAF - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- LEAF_BLADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LEAF_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- leaf_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- LEAF_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- leaf_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- leaf_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LEAF_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LEAF_TORNADO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LEAFAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LeafBlade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- LEAFEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LEAFEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LEAFEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- LEAFEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- LeafGuard - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
During intense sunlight, Leaf Guard prevents the Pokémon from being afflicted by non-volatile status conditions and Yawn.
- LeafGuard() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LeafGuard
- Leafstone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- LEAFSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- LEAFSTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- LeafstoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- LeafstoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.LeafstoneEffect
- LeafStoneOreFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- LeafStoneOreFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.LeafStoneOreFeature
- LeafStorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- LeafStorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- learnable() - Method in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- LearnableMove - Class in com.pixelmonmod.pixelmon.api.tutor
- LearnableMove() - Constructor for class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- LearnableMove(LearnableMove, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- LearnableMove(ImmutableAttack, List<ItemStack>, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- LearnableMove(String, List<ItemStack>, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- learnableMoves - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
- learnableMoves - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TutorInteractionResult
- learnableMoves() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- learnableMoves(List<LearnableMove>) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- LearnMove(UUID, UUID, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- LearnMove(UUID, UUID, ImmutableAttack, Predicate<ServerPlayer>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- LearnMoveCommand - Class in com.pixelmonmod.pixelmon.command.impl
- LearnMoveCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.LearnMoveCommand
- LearnMoveController - Class in com.pixelmonmod.pixelmon.api.pokemon
-
Created by Jay113355 on 3/3/2021.
- LearnMoveController() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
- LearnMoveController.LearnMove - Class in com.pixelmonmod.pixelmon.api.pokemon
- learnsAttackAtLevel(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Checks whether the Pokémon learns an attack at the specified pokemonLevel.
- learntAttack - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent.LearntMoveEvent
-
The attack being inserted into the moveset.
- LearntMoveEvent(Pokemon, Moveset, Attack, Attack) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent.LearntMoveEvent
- learnTypes() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- learnTypes(BaseStatsLearnType...) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- learnTypes(List<BaseStatsLearnType>) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- LEAVANNY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LEAVANNY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LEAVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
- LEAVES_AND_GRASS - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
- leavesBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- LECHONK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LECHONK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LEDIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LEDYBA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LEDYBA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Leech - Class in com.pixelmonmod.pixelmon.battles.status
-
Loses 1/8 hp every turn to the Pokémon who used Leech Seed.
- Leech - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Leech() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Leech
-
Initializes the status.
- Leech(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Leech
-
Initializes Leech Seed.
- Leech_Life - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- LEECH_LIFE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LEECH_SEED - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LeechLife - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- LeechLife - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- LeechSeedEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 6/25/2016.
- LeechSeedEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect
- LeechSeedEffect.Type - Enum Class in com.pixelmonmod.tcg.duel.attack.effects
- leek - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- leek - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LEEK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- LEER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- left - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- Left - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.widgets.TextAlignment
- Left - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- Left - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- LEFT - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Alignment
- LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.PositionTriState
- LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.notice.EnumOverlayLayout
- LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardJustification
- LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.starter.MoveDirection
- LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TextJustification
- LEFT - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- LEFT_AND_RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.notice.EnumOverlayLayout
- LEFT_BOTTOM - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
- LEFT_CLICK_ENTITY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- LEFT_MIDDLE - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
- LEFT_TOP - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
- leftArrow - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- leftArrow - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- leftArrowWallpaper - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- LeftClickEntityInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
-
An implementation of the
InteractionEvent
for theAttackEntityEvent
Forge event - LeftClickEntityInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.LeftClickEntityInteractionEvent
- leftovers - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- leftovers - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LeftoversItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Heals the holder by 1/16th of its maximum hp every turn.
- LeftoversItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.LeftoversItem
-
Initializes the held item.
- LeftoversTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- LeftoversTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.LeftoversTests
- leftX - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The x coordinate of the left of the screen.
- LEGEND - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- LEGEND - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- legend_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LEGEND_BAN - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- legend_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LEGEND_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- legendaries - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used for the legendary spawner. - LEGENDARY - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- LEGENDARY - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- LEGENDARY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- LEGENDARY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a Pokémon is legendary
- LEGENDARY - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- LEGENDARY_CAPTURE_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- legendary_clues - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- legendary_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- legendary_pokestop - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- LEGENDARY_POKESTOP - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- LEGENDARY_POKESTOP - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- LEGENDARY_TICKS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's despawn timer if it is Legendary.
- LEGENDARY_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The time the Pokémon's Legendary despawn timer was last ticked.
- LegendaryCaptureTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- LegendaryCaptureTrigger() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
- LegendaryCaptureTrigger.Instance - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- LegendaryCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
-
A /checkspawns for the legendary spawner.
- LegendaryCheckSpawns(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.LegendaryCheckSpawns
- LegendaryCheckSpawnsEvent - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
Event fired when someone uses /checkspawns legendary.
- LegendaryCheckSpawnsEvent(CommandSourceStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.LegendaryCheckSpawnsEvent
- LegendaryRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- LegendaryRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- LegendaryRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LegendaryRequirement
- LegendaryRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LegendaryRequirement
- LegendaryRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LegendaryRequirement
- LegendaryRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LegendaryRequirement
- legendarySpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
LegendarySpawner
used for legendary spawning. - LegendarySpawner - Class in com.pixelmonmod.pixelmon.spawning
-
The spawner responsible for legendary and mega-boss spawning.
- LegendarySpawner(String) - Constructor for class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- LegendarySpawner.LegendarySpawnerBuilder<T extends LegendarySpawner> - Class in com.pixelmonmod.pixelmon.spawning
- LegendarySpawnerBuilder() - Constructor for class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- legendarySpawnerPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
LegendarySpawner
for legendaries. - LegendarySpawnEvent - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
Superclass event for legendary spawning under the Better Spawner.
- LegendarySpawnEvent(AbstractSpawner) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent
- LegendarySpawnEvent.ChoosePlayer - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
Event fired when a
LegendarySpawner
has selected which player to spawn a legendary near. - LegendarySpawnEvent.DoSpawn - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
Event fired when a legendary Pokémon is spawned through any implementation of the Better Spawner.
- legendaryTicks - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Counter for Legendary Pokémon despawning.
- LegendPlateItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- LegendPlateItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.LegendPlateItem
- LEGGINGS - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- LEMON_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- lemonade - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- length - Variable in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- length - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.SlotPC
- LENGTH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The length of the reigon to take a snapshot of.
- lengthDiff - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- lens - Variable in class com.pixelmonmod.pixelmon.api.events.LensUsedEvent
-
The specific
RasLensItem
that the player is using. - lens_gold - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lens_silver - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LensInfoPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- LensInfoPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- LensInfoPacket(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- LensInfoPacket(PixelmonEntity, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- LensUsedEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when someone uses one of Ras' lens on a Pokémon.
- LensUsedEvent(ServerPlayer, PixelmonEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.LensUsedEvent
- leppa - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- LEPPA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- LEPPA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- leppa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LeppaBerryTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- LeppaBerryTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.LeppaBerryTests
- LeppaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- LeppaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LeppaFoliagePlacer
- lerp(float, float, float) - Static method in class com.pixelmonmod.pixelmon.tools.LineCalc
- lerp(float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.tools.LineCalc
- lerp(float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.tools.LineCalc
- lerpPositionAndRotationStep(int, double, double, double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- LessThanGrowthComparator - Record Class in com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type
- LessThanGrowthComparator(double) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
-
Creates an instance of a
LessThanGrowthComparator
record class. - LessThanInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- LessThanInteractionCondition(DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- LessThanOrEqualInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- LessThanOrEqualInteractionCondition(DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanOrEqualInteractionCondition
- LETS_SNUGGLE_FOREVER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LetterBoxBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- LetterBoxBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- LETTERS - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- level - Variable in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent
- level - Variable in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- level - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- level - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.LevelCondition
- level - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.LevelingEvolution
- level - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- level - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- level - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- level - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The Pokémon's pokemonLevel.
- level - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Level Ball.
- level - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- level() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- level(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the level of the Pokémon
- LEVEL - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NPC Trainer's displayed pokemonLevel.
- LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.StorageSort
- LEVEL_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- LEVEL_CAP - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- LEVEL_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- LEVEL_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- LEVEL_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- LEVEL_UP - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- LevelBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- LevelBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LevelBall
- LevelByDistanceEvolutionCondition - Class in com.pixelmonmod.pixelmon.spawning
-
A condition that applies when levels by distance setting is on.
- LevelByDistanceEvolutionCondition() - Constructor for class com.pixelmonmod.pixelmon.spawning.LevelByDistanceEvolutionCondition
- LevelCapProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- LevelCapProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.LevelCapProperty
- LevelCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- LevelCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.LevelCondition
- LevelCondition(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.LevelCondition
- LevelingEvolution - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types
- LevelingEvolution() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.LevelingEvolution
- LevelingEvolution(PokemonSpecification, Integer, EvoCondition...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.LevelingEvolution
- LEVELLING - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- LevellingCommand - Class in com.pixelmonmod.pixelmon.command.impl
- LevellingCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.LevellingCommand
- levelMax - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- levelMin - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- LevelPokemonInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- LevelPokemonInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.LevelPokemonInteractionEvent
- LevelRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- LevelRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LevelRequirement
- LevelRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LevelRequirement
- LevelUp - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- LEVELUP_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- LevelUpEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event relating to when a Pokemon is leveling up
- LevelUpEvent(ServerPlayer, PokemonLink, ExperienceGainType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
- LevelUpEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired just after the pokemon's level changes Cannot be cancelled
- LevelUpEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired just before the level up occurs Cancelling will prevent the pokemon's level from increasing, and any subsequent changes that'd have happened after (i.e.
- levelUpList - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Pokémon owned by the player that have leveled up.
- levelUpMoves(int, ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- levelUpMoves(int, List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- LevelUpPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- LevelUpPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- LevelUpPacket(UUID, int, PixelmonStatsData, PixelmonStatsData, PixelmonClientData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- LevelUpPacket(CompoundTag, int, PixelmonStatsData, PixelmonStatsData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- levelUpPopup - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Level-up screen.
- LevelUpScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens
-
Created by Jay113355 on 11/27/2020.
- LevelUpScreen(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
-
Initializes the battle screen.
- LevelUpScreen.EnumLevelStage - Enum Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens
-
Stages in the pokemonLevel-up screen.
- Levitate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Makes the Pokémon immune to grounded attacks.
- Levitate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Levitate
- LEVITATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- LevitateTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- LevitateTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.LevitateTests
- Libero - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes the pokemons type to the move they are about to use
- Libero() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Libero
- LIBERO - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- liberty_pass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LICKILICKY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LICKITUNG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LICKITUNG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LIECHI - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- LIECHI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- liechi_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LiechiFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- LiechiFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LiechiFoliagePlacer
- LIEPARD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LIFE_DEW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- life_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lifecycle(T) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- lifeorb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- LifeOrbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases move power by 30% but deals 10% hp in damage whenever an offensive move is used.
- LifeOrbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.LifeOrbItem
-
Initializes the held item.
- LifeOrbTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- LifeOrbTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- lifetimeTicks - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- light - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
The light pokemonLevel at this block.
- LIGHT - Static variable in class com.pixelmonmod.api.client.screen.ScreenStyle
- light_ball - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LIGHT_BLUE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- light_blue_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_blue_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_clay - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LIGHT_GRAY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- light_gray_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- light_gray_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- LIGHT_METAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- LIGHT_OF_RUIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Light_Screen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Light_Screen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Light_Screen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Light_Screen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Light_Screen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- LIGHT_SCREEN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- light_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LIGHT_THAT_BURNS_THE_SKY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LIGHT_WORKPLACE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- lightBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- lightClay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- lightmapTexUnit - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- LightMetal - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- LightMetal() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LightMetal
- Lightning - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- Lightning() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Lightning
- LIGHTNING - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- LIGHTNING - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- LIGHTNING - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- LIGHTNING_ROD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- LightningData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
- LightningRod - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Grants an immunity to Electric-type attacks and raises Special attack by one stage when hit by one.
- LightningRod() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LightningRod
- LightningRodTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- LightningRodTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- LightScreen - Class in com.pixelmonmod.pixelmon.battles.status
-
Raises the Special Defense of Pokémon on the user's side.
- LightScreen - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- LightScreen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- LightScreen - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- LightScreen() - Constructor for class com.pixelmonmod.pixelmon.battles.status.LightScreen
-
Initializes Light Screen with the default five turn duration.
- LightScreen(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.LightScreen
-
Initializes Light Screen with a custom duration.
- lightworkplace - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- LILEEP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LILLIGANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LILLIGANT_HISUI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LILLIPUP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LILLIPUP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Limber - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents paralysis.
- Limber() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Limber
-
Initializes Limber;
- LIMBER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- LIME - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- LIME - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- lime_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- lime_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- limit - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- limitShopKeeperStackSize - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
-
Whether client should set max buy size to stacksize or inventory availability
- line(float, float, float, float, float, Color) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- line(float, float, float, float, float, IntUnaryOperator) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- line(int) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- LINE_STRIP - Static variable in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- linearScaleInteger(float, float, int, int) - Static method in class com.pixelmonmod.pixelmon.tools.LineCalc
- LineCalc - Class in com.pixelmonmod.pixelmon.tools
- LineCalc() - Constructor for class com.pixelmonmod.pixelmon.tools.LineCalc
- LineParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser
- LineParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.LineParser
- LineParserFactory - Class in com.pixelmonmod.pixelmon.client.models.obj
- LineParserFactory() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.LineParserFactory
- lines - Variable in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- lineStrip() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- LINGERING_AROMA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- LingeringAroma - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Lingering Aroma
- LingeringAroma() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LingeringAroma
- LINKED_PRESET_SYNC - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- linkedPreset - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- linking_cord - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LinkPresetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- LinkPresetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.LinkPresetPacket
- LinkPresetPacket(NPC, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.LinkPresetPacket
- LinkPresetPacket(UUID, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.LinkPresetPacket
- linkToPreset(NPCPreset) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Links the NPC to the given preset
- LINOONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LINOONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LINOONE_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LIQUID - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- LIQUID_FLOOR - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- LIQUID_OOZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- LIQUID_VOICE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Liquidation - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Liquidation - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- LIQUIDATION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LiquidOoze - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- LiquidOoze() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LiquidOoze
- LiquidOozeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- LiquidOozeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.LiquidOozeTests
- LiquidVoice - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- LiquidVoice() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LiquidVoice
- list - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- list - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- list - Variable in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- LIST_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- LIST_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
- LIST_CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
- listCodec(Class<B>, Codec<List<B>>) - Static method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
- listCodec(Class<C>) - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- listener(TriConsumer<StatefulScreen, Float, Float>) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- LITHIUM_CHLORIDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- LITLEO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LITLEO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LITTEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LITTEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LITWICK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LITWICK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- lives - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- load() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- load() - Method in interface com.pixelmonmod.pixelmon.api.entity.npc.EntityStorage
-
Loads the entities from the storage
- load() - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
-
Loads the NPCs from the storage
- load() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.storage.NBTEntityStorage
- load() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- load() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- load(Gson, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- load(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.NBTStorageSaveAdapter
- load(UUID) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.save.ResearchStorageSaveAdapter
-
Loads the specified type of
ResearchStorage
saved under the specified UUID. - load(UUID, Class<T>) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageSaveAdapter
-
Loads the specified type of
PokemonStorage
saved under the specified UUID. - load(UUID, Class<T>) - Method in class com.pixelmonmod.pixelmon.storage.adapters.NBTStorageSaveAdapter
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- load(CompoundTag) - Method in class com.pixelmonmod.tcg.api.card.Card
- load(CompoundTag) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- load(ItemStack) - Method in class com.pixelmonmod.tcg.api.card.Card
- load(BlockState, CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- loadChunk() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- loadClientData() - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- loadDefaultMoveSkills() - Static method in class com.pixelmonmod.pixelmon.CommonProxy
- loaded_dice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- loadedDice - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- loadHistory() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- LOADING_GAME - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- LoadingData<T> - Record Class in com.pixelmonmod.pixelmon.api.storage
- LoadingData(CompletableFuture<T>) - Constructor for record class com.pixelmonmod.pixelmon.api.storage.LoadingData
-
Creates an instance of a
LoadingData
record class. - loadingParties - Variable in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- loadingPCs - Variable in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- LoadingPokemonModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.load
- LoadingPokemonModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.load.LoadingPokemonModifier
- loadingStorages - Variable in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- loadModel() - Method in class com.pixelmonmod.pixelmon.client.models.ModelHolder
- loadModel() - Method in class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- loadModel(ModelData, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModelLoader
- loadModel(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.models.obj.OBJLoader
- loadMoveset(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Creates a randomly generated move set for the given pokemonLevel
- loadMoveset(int, Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves
-
Creates a randomly generated move set for the given pokemonLevel
- loadMoveset(PokemonLink) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Loads a Pokémon's moveset with random moves from its pokemonLevel-up movepool.
- loadParty(PartyStorage) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Loads all Pokémon in the participant's party.
- loadParty(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Loads all Pokémon in the participant's party.
- loadParty(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- loadPC(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- loadPokedex() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
- loadSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Loads just one Pokémon in the participant's party.
- loadSpawningHeightmap(ChunkDataEvent.Load) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
- loadSpawnSet(SpawnSet, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
- loadStorage(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- loadTexture(String) - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureLoader
- LOCAL_MULTIPLAYER - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- LocalWeatherEvent - Class in com.pixelmonmod.pixelmon.world.weather
- LocalWeatherEvent() - Constructor for class com.pixelmonmod.pixelmon.world.weather.LocalWeatherEvent
- location - Variable in class com.pixelmonmod.pixelmon.api.events.StatueEvent.CreateStatue
-
The specific block location the statue will be placed at
- location - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
The
MutableLocation
at which the entity would spawn. - location - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- location - Variable in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- LOCATION - Static variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
- LOCATION - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
- LOCATION_TYPE_AIR_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_BEACH_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_HIGH_GRASS_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_LAND_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_LAVA_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_SEES_SKY_EXCEPTION_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_STRUCTURE_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_TREE_TOP_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- LOCATION_TYPE_WATER_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- locationInLava - Variable in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- locationInWater - Variable in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- locationSubIndex - Variable in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- locationType - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.GenericTriggerCheckSpawns
-
The
LocationType
to use for theSpawnLocation
. - locationType - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.RayTraceCheckSpawns
-
The
LocationType
to set for the traced block. - LocationType - Class in com.pixelmonmod.pixelmon.api.spawning.conditions
-
A type of location to spawn.
- LocationType(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- locationTypes - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
All the location types the game is aware of.
- locationTypes - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
The cached list of
LocationType
used for faster accessing. - LocationWeightedAlgorithm - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection
-
The Location-Weighted Algorithm
- LocationWeightedAlgorithm() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.selection.LocationWeightedAlgorithm
- lock() - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable
-
Locks this color table, preventing any modifications from taking place.
- lock() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- lock(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- lock(LivingEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.AirSaver
-
Locks the air supply of the entity to the current level.
- lock(LivingEntity, int) - Static method in class com.pixelmonmod.pixelmon.api.util.AirSaver
-
Locks the air supply of the entity to the specified level.
- LOCK_ON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- lockDynamax() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- locked - Variable in class com.pixelmonmod.tcg.item.DeckItem.Deck
- LOCKED_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- lockMega() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- LockOn - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes the user's next move to never miss on the target.
- LockOn - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- LockOn() - Constructor for class com.pixelmonmod.pixelmon.battles.status.LockOn
-
Initializes the status.
- LockOn(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.LockOn
-
Initializes Lock-On.
- log - Variable in class com.pixelmonmod.tcg.duel.state.GameCommonState
- log(String) - Method in interface com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.Loggable
- log(String) - Static method in class com.pixelmonmod.pixelmon.client.models.obj.utils.Logger
- LOG_BATTLE_SCREEN_MODE - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- LOG_PACKETS - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- logAction(BattleAction) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog.BattleTurnLog
- logBattleMessage(Component) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- logBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- LogBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- LogBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.LogBlock
- logEvent(BattleAction) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
Adds an action to the current turn in the battle log.
- Logger - Class in com.pixelmonmod.pixelmon.client.models.obj.utils
- Logger() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.utils.Logger
- LOGGER - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- LOGGER - Static variable in class com.pixelmonmod.tcg.TCG
- logging - Static variable in class com.pixelmonmod.pixelmon.client.models.obj.utils.Logger
- LOGICAL_AND - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- LOGICAL_AND_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- LOGICAL_NOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- LOGICAL_NOT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- LOGICAL_OR - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- LOGICAL_OR_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- LogicalAndBattleClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Checks that all sub-clauses of the
BattleClause
are valid If a single clause is not valid then it fails (returns false) - LogicalAndBattleClause(String, BattleClause...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalAndBattleClause
-
Creates the clause with the given cub-clauses
- LogicalANDInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- LogicalANDInteractionCondition(List<DataProvider<Boolean>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- LogicalAndRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- LogicalAndRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- LogicalAndRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
- LogicalAndRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LogicalAndRequirement
- LogicalAndRequirement(List<Requirement<Pokemon, PixelmonEntity, ?>>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LogicalAndRequirement
- LogicalAndRequirement(List<Requirement<Pokemon, StatueEntity, ?>>) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LogicalAndRequirement
- LogicalNANDInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- LogicalNANDInteractionCondition(List<DataProvider<Boolean>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNANDInteractionCondition
- LogicalNORInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- LogicalNORInteractionCondition(List<DataProvider<Boolean>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNORInteractionCondition
- LogicalNOTInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- LogicalNOTInteractionCondition(DataProvider<Boolean>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNOTInteractionCondition
- LogicalNOTRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- LogicalNOTRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- LogicalNOTRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- LogicalNOTRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- LogicalNOTRequirement(PokemonSpecification) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LogicalNOTRequirement
- LogicalNOTRequirement(StatueSpecification) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LogicalNOTRequirement
- LogicalOrBattleClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Checks that a single sub-clause of the
BattleClause
is valid If not a single clause is not valid then it fails (returns false) - LogicalOrBattleClause(String, BattleClause...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalOrBattleClause
-
Creates the clause with the sub-clauses
- LogicalOrBattleClauseSingle - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Rejects if a single Pokémon violates multiple clauses at the same time.
- LogicalOrBattleClauseSingle(String, BattleClause...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalOrBattleClauseSingle
-
Creates a clause to prevent multiple clauses from being violated at the same time.
- LogicalORInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- LogicalORInteractionCondition(List<DataProvider<Boolean>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalORInteractionCondition
- LogicalOrRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- LogicalOrRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- LogicalOrRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
- LogicalOrRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LogicalOrRequirement
- LogicalOrRequirement(List<Requirement<Pokemon, PixelmonEntity, ?>>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.LogicalOrRequirement
- LogicalOrRequirement(List<Requirement<Pokemon, StatueEntity, ?>>) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.LogicalOrRequirement
- LogicalXNORInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- LogicalXNORInteractionCondition(List<DataProvider<Boolean>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXNORInteractionCondition
- LogicalXORInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic
- LogicalXORInteractionCondition(List<DataProvider<Boolean>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- LogicHelper - Class in com.pixelmonmod.tcg.api.util.helper
- LogicHelper() - Constructor for class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- LOGIN_CLIENT - Enum constant in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
- LOGIN_CLIENT - Enum constant in enum class com.pixelmonmod.tcg.network.data.PacketDirection
- LOGIN_SERVER - Enum constant in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
- LOGIN_SERVER - Enum constant in enum class com.pixelmonmod.tcg.network.data.PacketDirection
- logResult - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- logResult() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets this battle to create a battle log when the battle is over
- logResult(boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets this battle to create a battle log when the battle is over
- logs - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
- LOKIX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LOKIX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LOMBRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LOMBRE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LONELY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- LONG_PATTERN - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
- LONG_REACH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- LongDistanceHypnosis - Class in com.pixelmonmod.tcg.duel.power
- LongDistanceHypnosis() - Constructor for class com.pixelmonmod.tcg.duel.power.LongDistanceHypnosis
- LongReach - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- LongReach() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LongReach
- LootClaim - Class in com.pixelmonmod.pixelmon.api.util
- LootClaim(UUID, long) - Constructor for class com.pixelmonmod.pixelmon.api.util.LootClaim
- lootTable - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.RewardLootTableInteractionResult
- LootTableRegistration - Class in com.pixelmonmod.pixelmon.world.generation.loot
- LootTableRegistration() - Constructor for class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- lopunnite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Lopunny
- LOPUNNY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LOPUNNY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LOSE - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- LOSE_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- LOSE_COMMANDS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the commands executed upon the NPC Trainer's defeat.
- LOSE_MESSAGE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NPC Trainer's loss message.
- LOSSES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times the player has lost battles against other players.
- lostShield - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- LostToWildPixelmonEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when a wild Pokémon defeats a player
- LostToWildPixelmonEvent(ServerPlayer, WildPixelmonParticipant) - Constructor for class com.pixelmonmod.pixelmon.api.events.LostToWildPixelmonEvent
- LOTAD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LOTAD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LOUDRED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LOUDRED - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- love - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Love Ball.
- LOVE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- LOVE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- LoveBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- LoveBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LoveBall
- LOVEBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- LOVEBALL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- LOVELY_KISS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LOW - Static variable in class com.pixelmonmod.api.client.screen.StatefulScreen.Priority
- LOW_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- LOW_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Low_Sweep - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Low_Sweep - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Low_Sweep - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- LOW_SWEEP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LOWER_ROW_BUTTON_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- lowerStats - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VenomDrench
- lowerTier(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Lowers the tier of the choice.
- LOWEST - Static variable in class com.pixelmonmod.api.client.screen.StatefulScreen.Priority
- lowestLevel - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
-
The cached lowest pokemonLevel in the party.
- LowHPTypeBoost - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the power of a certain type of move by 50% when below 1/3rd hp.
- LowHPTypeBoost(Element) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LowHPTypeBoost
-
Initializes a low hp type boost Ability.
- LowKick - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases in power against heavier opponents.
- LowKick - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- LowKick - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- LowKick() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.LowKick
- LowSweep - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- LowSweep - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- LUCARIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LUCARIO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- lucarionite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Lucario
- luck_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- luckIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- LUCKY_CHANT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- lucky_egg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lucky_punch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LuckyChant - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents critical hits against the user's side.
- LuckyChant - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- LuckyChant() - Constructor for class com.pixelmonmod.pixelmon.battles.status.LuckyChant
-
Initializes the status.
- luckyEgg - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- luckyPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- LUDICOLO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LUDICOLO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LUGIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LUGIA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LUM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- LUM - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- lum_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LUM_TRUNK_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- LumFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- LumFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.LumFoliagePlacer
- LUMINA_CRASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LUMINEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- luminous_moss - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- luminousMoss - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- lumiose_galette - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LumTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- LumTrunkPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LumTrunkPlacer
- LumTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LumTrunkPlacer
- LUNALA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LUNALA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- lunalium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Lunalium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- LUNAR_BLESSING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LUNAR_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- lunar_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LunarBlessing - Class in com.pixelmonmod.pixelmon.battles.status
-
https://bulbapedia.bulbagarden.net/wiki/Lunar_Blessing_(move)
- LunarBlessing - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- LunarBlessing() - Constructor for class com.pixelmonmod.pixelmon.battles.status.LunarBlessing
- LunarDance - Class in com.pixelmonmod.pixelmon.battles.status
-
Heals the next Pokémon coming in to full hp, restores PP, and cures its statuses,
- LunarDance - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- LunarDance() - Constructor for class com.pixelmonmod.pixelmon.battles.status.LunarDance
-
Initializes Lunar Dance.
- LUNATONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LUNATONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LUNCHTIME - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Lunge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- LUNGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- LURANTIS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LURANTIS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- lure - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
The specific lure item.
- lure - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
The specific lure item.
- lure - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Lure Ball.
- LURE - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
- LURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The lure item stack in storage.
- LURE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- lure_bug_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_bug_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_casing_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_casing_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_dark_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_dark_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_dragon_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_dragon_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_electric_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_electric_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_fairy_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_fairy_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_fighting_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_fighting_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_fire_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_fire_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_flying_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_flying_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ghost_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ghost_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_grass_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_grass_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ground_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ground_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ha_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ha_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ice_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_ice_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_normal_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_normal_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_poison_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_poison_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_psychic_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_psychic_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_rock_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_rock_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_shiny_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_shiny_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_steel_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_steel_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_water_strong - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lure_water_weak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- LureActivateEvent - Class in com.pixelmonmod.pixelmon.api.events.lures
-
Event fired as a lure is activated.
- LureActivateEvent(ServerPlayer, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent
- LureActivateEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.lures
-
Fired after the lure is activated.
- LureActivateEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.lures
-
Fired before the lure is activated.
- LureBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- LureBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LureBall
- LureCasingItem - Class in com.pixelmonmod.pixelmon.items
- LureCasingItem() - Constructor for class com.pixelmonmod.pixelmon.items.LureCasingItem
- LureExpiredEvent - Class in com.pixelmonmod.pixelmon.api.events.lures
-
Event fired when a lure has completely expired.
- LureExpiredEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
- LureExpiring - Interface in com.pixelmonmod.pixelmon.api.pokemon.lure
- LureExpiringEvent - Class in com.pixelmonmod.pixelmon.api.events.lures
-
Event fired as a lure is degraded over time.
- LureExpiringEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
- LureExpiringProxy - Class in com.pixelmonmod.pixelmon.api.pokemon.lure
-
Static proxy class for the
LureExpiring
implementation To change from the defaultSteadyLureExpiring
implementation then use theLureExpiringProxy.setInstance(LureExpiring)
method during initialization - LureExpiringProxy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.lure.LureExpiringProxy
- LureItem - Class in com.pixelmonmod.pixelmon.items
- LureItem(LureItem.LureType, LureItem.LureStrength) - Constructor for class com.pixelmonmod.pixelmon.items.LureItem
- LureItem.LureStrength - Enum Class in com.pixelmonmod.pixelmon.items
- LureItem.LureType - Enum Class in com.pixelmonmod.pixelmon.items
- lureStack - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent
- lureStack - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
The item stack representing the lure.
- lureStack - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
The item stack representing the lure.
- lureTick - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- LUSTER_PURGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- lustrous_globe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lustrous_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- lustrousGlobe - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- LUVDISC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LUXIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LUXIO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- LUXRAY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- luxury - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Luxury Ball.
- LUXURY_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- LUXURY_BALL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- LuxuryBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- LuxuryBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.LuxuryBall
- LVL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The pokemonLevel of the Pokémon offered by the trader.
- lvlTag - Variable in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- LVLX - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- lycanium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Lycanium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- LYCANROC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- LYCANROC_MIDNIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
M
- m_exp_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MABOSSTIFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Mach - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBike
- mach_bike - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MACH_BIKE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- mach_bike_frame - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MACH_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MACHAMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MACHAMP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- machine - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelBrokenCloningMachine
- machine - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
- MACHINE_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilMachine
- machineGlass - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilMachine
- macho_brace - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MACHOKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MACHOKE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MACHOP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MACHOP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MAGBY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGCARGO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGEARNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGEARNA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Magenta - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- MAGENTA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- magenta_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- magenta_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MAGIC_BOUNCE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MAGIC_COAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAGIC_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MAGIC_POWDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAGIC_ROOM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAGICAL_LEAF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MagicalLeaf - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- MagicalLeaf - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- MagicBounce - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Reflects most status moves back at the moves' users.
- MagicBounce() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagicBounce
- MagicBounceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MagicBounceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicBounceTests
- MagicCoat - Class in com.pixelmonmod.pixelmon.battles.status
-
Reflects most status moves back at the moves' users.
- MagicCoat - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MagicCoat() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MagicCoat
-
Initializes Magic Coat.
- MagicCoatTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- MagicCoatTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.MagicCoatTests
- MagicGuard - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- MagicGuard() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagicGuard
- MagicGuardTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MagicGuardTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicGuardTests
- Magician - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Steals the opponent's held item after attacking it.
- Magician() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Magician
- MAGICIAN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MagicianTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MagicianTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicianTests
- MagicPowder - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the target's type to Psychic.
- MagicPowder() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagicPowder
- MagicRoom - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the use of held items.
- MagicRoom - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MagicRoom - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- MagicRoom() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MagicRoom
-
Initializes the status.
- MagicRoomTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- MagicRoomTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
- MAGIKARP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGIKARP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MAGIKARP_JUMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MAGMA_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- magma_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAGMA_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MagmaArmor - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents Pokémon from being frozen.
- MagmaArmor() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagmaArmor
-
Initializes Magma Armor;
- MAGMAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGMAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- magmarizer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- magmarizer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAGMORTAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGMORTAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MAGNEMITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGNEMITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MAGNESIUM_SULFIDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- magnet - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- magnet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAGNET_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAGNET_PULL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MAGNET_RISE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAGNETIC_FLUX - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MagneticFlux - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Raises Defense and Special Defense by one stage for all allies with Plus or Minus.
- MagneticFlux() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
- MAGNETON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGNETON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MagnetPull - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents opposing Steel-type Pokémon from switching out.
- MagnetPull() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagnetPull
- MagnetPullTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MagnetPullTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MagnetPullTests
- MagnetRise - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the user immune to Ground-type moves.
- MagnetRise - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MagnetRise() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MagnetRise
-
Initializes the status.
- MAGNEZONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAGNEZONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- magnitude - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Magnitude
-
The magnitude of the move during the turn.
- Magnitude - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Randomly varies in power.
- Magnitude() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Magnitude
- MAGNITUDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAGO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- MAGO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- mago_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MagoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- MagoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MagoFoliagePlacer
- MAGOST - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- MAGOST - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- magost_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MagostFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- MagostFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MagostFoliagePlacer
- mail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- Mail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- MAIL_AUTHOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the player who wrote the mail's contents.
- MAIL_CONTENTS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The mail's contents.
- MAIL_EDITABLE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the mail can be edited.
- MailBoxBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- MailBoxBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.MailBoxBlock
- MailEvent - Class in com.pixelmonmod.pixelmon.api.events
-
A class containing all the events pertaining to the
MailItem
- MailEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent
- MailEvent.EditMail - Class in com.pixelmonmod.pixelmon.api.events
-
The event called when the text on a mail is edited
- MailEvent.EditMail.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after the text has been updated
- MailEvent.EditMail.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired just before the item is updated with the new text Cancelling this will mean the text is not updated
- MailEvent.ReadMail - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a player interacts with the mail item and opens it to read (or edit) it
- MailEvent.ReadMail.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after the player opens the screen
- MailEvent.ReadMail.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired before the open screen packet is sent Cancelling will stop the player from opening the screen
- MailEvent.SealMail - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a player seals mail
- MailEvent.SealMail.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired just after the mail has been sealed This is not cancelable
- MailEvent.SealMail.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired just before the mail is sealed Cancelling this will prevent it from being sealed (but not stop it from being edited)
- mailItem - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail
- MailItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Used for players to write messages to other players.
- MailItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MailItem
-
Initializes the Mail.
- MailItem(MailItem) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MailItem
- mailItems - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
A list of all mail items
- MailPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.mail
-
Updates Mail item on the server after client editing.
- MailPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.mail.MailPacket
-
Empty constructor for packet registration.
- MailPacket(Boolean, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.mail.MailPacket
-
Initializes a Mail packet.
- MailScreen - Class in com.pixelmonmod.pixelmon.client.gui.mail
-
GUI for editing and reading Mail.
- MailScreen(ItemStack) - Constructor for class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
-
Initializes the GUI.
- MailTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- MailTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.MailTests
- mailTypes - Static variable in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
The types of Mail to register.
- main(String[]) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HiddenPower
- MAIN_BADGE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- MAIN_HAND - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- MAIN_MENU - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- MAIN_MENU - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- mainAttackList - Static variable in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
-
The attacks that the Pokémon can learn.
- mainColor() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
-
Returns the value of the
mainColor
record component. - MainMenuModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.main
- MainMenuModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.main.MainMenuModifier
- MainStrategy - Class in com.pixelmonmod.pixelmon.command.impl.wiki
- MainStrategy() - Constructor for class com.pixelmonmod.pixelmon.command.impl.wiki.MainStrategy
- Maintenance - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/15/2016.
- Maintenance() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Maintenance
- MAINTENANCE - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- MAJOR_STATUSES - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
List of major status effects for purposes of catch calculation.
- make(int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.ResearchTab
- make(LongFunction<RandomSource>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Creates a new BattleRandomSource instance using a supplied implementation of
RandomSource
, with a new unique initial seed. - MAKE_IT_RAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- makeAdult() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- makeChild() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- makeColorScheme(String) - Method in class com.pixelmonmod.api.client.screen.event.RegisterScreenStylesEvent
-
Makes a new
ScreenStyle.ColorScheme
with the given name. - makeColorScheme(String) - Static method in class com.pixelmonmod.api.client.screen.ScreenStyle
- makeDesign(String) - Method in class com.pixelmonmod.api.client.screen.event.RegisterScreenStylesEvent
-
Makes a new
ScreenStyle.Design
with the given name. - makeDesign(String) - Static method in class com.pixelmonmod.api.client.screen.ScreenStyle
- makeEffect(AttackSystemBase<? extends StandardParticleAnimationData>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- makeEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- makeEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Turns the pokemon into an egg
- makeEgg() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Makes the Pokémon an egg
- makeEgg(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Attempts to make an egg using the two given Pokemon
- makeEgg(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Attempts to make an egg using the two given Pokemon
- makeEgg(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- makeEggAndKeepCurrentLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- makeImmovable() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the immovable property set to false. - makeImmovable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- makeInvulnerable() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the invulnerable property set to true. - MakeItRainTest - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- MakeItRainTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.MakeItRainTest
- makeMovable() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the immovable property set to true. - makeMovable() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- makePokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidPokemon
- makeRandomEgg(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Makes a random Pokemon egg using the two parents for stats such as IVs and abilities
- makeRandomEgg(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Makes a random Pokemon egg using the two parents for stats such as IVs and abilities
- makeRandomEgg(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- makeScroll(ScrollBlock.Type, boolean, String) - Static method in class com.pixelmonmod.pixelmon.items.ScrollItem
- makeTypeList() - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Makes a list of types consisting of the specified type.
- makeUniqueSeed() - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Creates a new unique seed based on how
Random
performs this step. - makeUpdate() - Method in class com.pixelmonmod.pixelmon.ai.WanderGoal
-
Makes task to bypass chance.
- makeVulnerable() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the invulnerable property set to false. - makeWithSeed(long, LongFunction<RandomSource>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Creates a new BattleRandomSource instance using a supplied implementation of
RandomSource
, with a given initial seed. - makeXoroshiro() - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Creates a new BattleRandomSource instance using Mojang's implementation of Xoroshiro128++, with a new unique initial seed.
- makeXoroshiroWithSeed(long) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Creates a new BattleRandomSource instance using Mojang's implementation of Xoroshiro128++, with a given initial seed.
- MAKUHITA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MALAMAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- male - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Male Pokémon icon.
- MALE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
- MALE_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- malePercentage - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- malicious_armor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MALICIOUS_MOONSAULT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MALIGNANT_CHAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Malodor - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 100% chance of poisoning all targets.
- Malodor() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Malodor
- MAMOSWINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAMOSWINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MANAPHY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MANAPHY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MANDIBUZZ - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- manectite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Manectric
- MANECTRIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MANGANESE_CHLORIDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MANKEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MANKEY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MANMADE - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- MANTINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MANTYKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- map(StatefulScreen) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Maps this vector to a given screen's dimensions, based on that screen's bounds.
- map(Bounds, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Maps this vector to the given dimensions, based on the given bounds.
- map(Function<? super T, ? extends U>) - Method in class com.pixelmonmod.api.registry.RegistryValue
- map(Function<T, A>) - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Maps the parse attempt type from the current one to the desired
- MapBasedEntityStorage<T extends net.minecraft.world.entity.Entity> - Class in com.pixelmonmod.pixelmon.api.entity.npc.storage
- MapBasedEntityStorage() - Constructor for class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
- mapBounds(Bounds, StatefulScreen, UnaryOperator<ScreenVector>) - Method in enum class com.pixelmonmod.api.client.screen.util.MathMode
- mapBoundsPosition(ScreenVector, StatefulScreen, UnaryOperator<ScreenVector>) - Method in enum class com.pixelmonmod.api.client.screen.util.MathMode
- MapHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- MapHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
- mapPosition(ScreenVector, StatefulScreen, UnaryOperator<ScreenVector>) - Method in enum class com.pixelmonmod.api.client.screen.util.MathMode
- mapSize(double, StatefulScreen, UnaryOperator<ScreenVector>) - Method in enum class com.pixelmonmod.api.client.screen.util.MathMode
- mapSize(ScreenVector, StatefulScreen, UnaryOperator<ScreenVector>) - Method in enum class com.pixelmonmod.api.client.screen.util.MathMode
- mapToTypes() - Static method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Map values to types.
- MARACTUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MARANGA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- MARANGA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- maranga_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- marangaBerry - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MarangaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- MarangaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MarangaFoliagePlacer
- MAREANIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAREANIE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MAREEP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAREEP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MARILL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MARILL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MARINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- Mark - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- mark_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MARK_CHARM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- MARK_CHARM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The state of the Mark Charm equipped by the Player
- markAsRead() - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- markCharm - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Mark Charm.
- MarkCharm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- MarkCharm - Enum constant in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
- markCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- MarkCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
- MarkCharmCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.MarkCharmCommand
- markComplete(PlayerResearch) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- markComplete(PlayerResearch) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Marks the research as complete.
- markDirty() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Marks the
EnumUpdateType.EVs
andEnumUpdateType.Stats
as dirty on the owner pokemon - markDirty() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Marks the
EnumUpdateType.IVs
andEnumUpdateType.Stats
as dirty on the owner pokemon - markDirty(EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- markForceClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
-
Marks the GUI as being force-closed.
- markModelAndShader() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- markOnlyShader() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- markReady() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- MAROWAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAROWAK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MAROWAK_ALOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- marsh_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- marshadium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Marshadium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- MARSHADOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MARSHADOW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MARSHTOMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MARSHTOMP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MARTIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MARVEL_SCALE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MarvelScale - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Raises the Defense stat by 50% if the Pokémon with this Ability is suffering from a status condition.
- MarvelScale() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MarvelScale
- MASCHIFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MASQUERAIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- master - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Master Ball.
- MASTER_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- MASTER_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- MASTER_BALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- master_chest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MASTER_CHEST - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MASTER_RANK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- MASTERBALL - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
- MASTERBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MASTERBALL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- MAT_BLOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MatBlock - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects the user's team from direct attacks.
- MatBlock - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MatBlock() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MatBlock
-
Initializes the status.
- MatBlockTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- MatBlockTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- MATCHA_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MATCHA_GOTCHA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- matches() - Method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawnTime
- matches(Object) - Method in class com.pixelmonmod.api.AbstractSpecification
- matches(Object) - Method in class com.pixelmonmod.api.EmptySpecification
- matches(Object) - Method in interface com.pixelmonmod.api.Specification
-
Checks if an object matches the specification data Will return false if the object is neither A or B
- matches(String) - Method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
- matches(Container, Level) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- matches(CraftingContainer, Level) - Method in class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe
- matches(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
- matchesAbleSpecs(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- matchesAnyMoves(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- matchesCombinationMoves(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- matchesIntrinsicSpecs(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- MatchesSpecDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- MatchesSpecDataProvider(DataProvider<Pokemon>, PokemonSpecification) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.MatchesSpecDataProvider
- material - Variable in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
The material this armor is made of
- Material - Class in com.pixelmonmod.pixelmon.client.models.obj
- Material(String) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Material
- MaterialFileParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- MaterialFileParser(WavefrontObject) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MaterialFileParser
- MaterialParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- MaterialParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- MaterialParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MaterialParser
- MaterialParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.MaterialParser
- mathMode() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- mathMode(MathMode) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- MathMode - Enum Class in com.pixelmonmod.api.client.screen.util
- matrix4fFromFloat(float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- matrix4FromFloatArray(float[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- matrix4FromLocRot(float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- MATTE_WHITE_TEX - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- MatterExchange - Class in com.pixelmonmod.tcg.duel.power
- MatterExchange() - Constructor for class com.pixelmonmod.tcg.duel.power.MatterExchange
- MAUSHOLD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MAWILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- mawilite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Mawile
- max - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- max - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- max() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the largest value of this vector.
- max() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
-
Returns the value of the
max
record component. - max() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
-
Returns the value of the
max
record component. - Max - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
- MAX - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackTags
- MAX_AIRSTREAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_CLONES - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
-
The maximum number of times a Mew can be cloned.
- MAX_DARKNESS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- max_elixir - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- max_ether - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAX_EVS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
- MAX_FLARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_FLUTTERBY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_FOSSIL_PROGRESS - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- MAX_FRIENDSHIP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Friendship
-
The maximum friendship a Pokémon can have.
- MAX_GEYSER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_HAILSTORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- max_honey - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAX_IVS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
- MAX_KNUCKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_LIGHTNING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_MINDSTORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_MOVE_MULTIPLIER - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- max_mushroom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- max_mushroom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAX_MUSHROOM - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- MAX_MUSHROOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MAX_MUSHROOMS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- MAX_NUM_POKEMON - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
- MAX_ONE_BATON_PASS - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- MAX_OOZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_OVERGROWTH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_PARTY - Static variable in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- MAX_PHANTASM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_PLAYER_RANGE - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- MAX_POKEMON_PROGRESS - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- max_potion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAX_QUAKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- max_repel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAX_REPEL - Enum constant in enum class com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
- max_revive - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAX_ROCKFALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- max_soup - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MAX_STARFALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_STEELSPIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MAX_TEXT_WIDTH - Static variable in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- MAX_TOTAL_EVS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
- MAX_TOTAL_STRUCTURE_RANGE - Static variable in class com.pixelmonmod.pixelmon.world.structure.LargerJigsawStructure
- MAX_WYRMWIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- maxAge - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- maxAge - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- maxAge() - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke
- maxDamage - Variable in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- maxDistanceUntilBattleForfeited - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- maxDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- maxDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- maxDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- maxDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- maxEntityBattleDistance - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
The max distance this player is from the farthest away opponent's Pokemon.
- maxFlySpeed - Variable in class com.pixelmonmod.pixelmon.ai.flying.FlySpeeds
- MaxGuard - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects the user from most attacks for the turn.
- MaxGuard - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MaxGuard() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MaxGuard
-
Initializes Max Guard.
- MaxGuardTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- MaxGuardTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- maxHealth - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The maximum hp of the Pokémon.
- maxHeight() - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- maxHits - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.MultipleHit
- maxHits - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CheckedStrikes
- maxHorizontalDisplacement - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- maximize(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Sets this vector to the maximum values of this vector and the given vector.
- maximizeIVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Sets all IVs to their maximum values.
- maxImprintCount - Static variable in class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
- MAXIMUM_FRIENDSHIP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MAXIMUM_LEVEL_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MaximumFriendshipRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl.friendship
- MaximumFriendshipRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MaximumFriendshipRequirement
- MaximumFriendshipRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MaximumFriendshipRequirement
- MaximumLevelRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- MaximumLevelRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MaximumLevelRequirement
- MaximumLevelRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MaximumLevelRequirement
- maximumLogs - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Cut
- MaximumOneBatonPass - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Custom
BattleClause
for preventing more than one Pokémon from knowing Baton Pass. - MaximumOneBatonPass() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.MaximumOneBatonPass
- maxInputLength(int) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the max length of the input text box.
- maxInteractions - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
The maximum number of interactions that the Pokémon can store.
- maxLength() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
maxLength
record component. - maxLevel - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- maxLevel - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
The maximum pokemonLevel this Pokémon can be before it would be expected to have evolved.
- maxLevel - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- maxLevel - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
-
The maximum pokemonLevel that a Pokémon can be.
- maxLightLevel - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- maxLvl - Variable in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnData
- maxMaxAge - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnInfoWormhole
- MaxMoveConverter - Class in com.pixelmonmod.pixelmon.battles.attacks
- MaxMoveConverter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.MaxMoveConverter
- MaxMushroomBlock - Class in com.pixelmonmod.pixelmon.blocks
- MaxMushroomBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
- MaxMushroomsFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
-
Responsible for the generation of Max Mushrooms.
- MaxMushroomsFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.MaxMushroomsFeature
- maxPages - Static variable in class com.pixelmonmod.tcg.client.container.BinderInventory
- maxQuantity - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- maxRange - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.GroundBirds
- maxRangeSquared - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoRockCondition
- maxRangeSquared - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoScrollCondition
- maxRenderScale() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Returns the value of the
maxRenderScale
record component. - maxRolls(int) - Method in class com.pixelmonmod.pixelmon.api.util.RewardPool.Builder
- maxSearchRadius - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.OreSense
- maxSelections() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
-
Returns the value of the
maxSelections
record component. - maxShields - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- maxShields - Variable in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
-
The max shields of the Raid Pokémon.
- maxShields - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Number of shields in raids.
- maxSize() - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- maxSize() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- maxSize() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- maxSize() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- MaxSoupEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires whenever a Max Soup is attempted to be used on a Pokémon.
- MaxSoupEvent(ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.MaxSoupEvent
- MaxSoupItem - Class in com.pixelmonmod.pixelmon.items
-
Created by Waterdude on 03/23/2020.
- MaxSoupItem() - Constructor for class com.pixelmonmod.pixelmon.items.MaxSoupItem
-
Initializes the item.
- maxSpawns - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- maxUserVelocity - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- maxValue() - Element in annotation interface com.pixelmonmod.pixelmon.api.config.api.ui.ConfigSetting
- maxX - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- maxX - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- maxX() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- maxY - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- maxY - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- maxY() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- maxYield - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- maxZ - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- maxZ - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- mayPickup(Player) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Return whether this slot's stack can be taken from this slot.
- mayPickup(Player) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.ExtendedSlot
- mayPickup(Player) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.PokeBagSlot
- mayPlace(ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.mechanicalanvil.SlotObeyTE
-
Check if the stack is a valid item for this slot.
- mayPlace(ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Check if the stack is allowed to be placed in this slot, used for armor slots as well as furnace fuel.
- mayPlace(ItemStack) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.PokeBagSlot
- mayPlace(ItemStack) - Method in class com.pixelmonmod.tcg.client.container.slot.DeckCardBackSlot
- mayPlace(ItemStack) - Method in class com.pixelmonmod.tcg.client.container.slot.DeckCoinSlot
- mayPlace(ItemStack) - Method in class com.pixelmonmod.tcg.client.container.slot.DeckSlot
- mayPlace(ItemStack) - Method in class com.pixelmonmod.tcg.client.container.slot.EnergyCaseSlot
- mayPlaceOn(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- mayPlaceOn(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- mc - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- mc - Static variable in class com.pixelmonmod.tcg.duel.RenderCard
- mcMusicTicker - Static variable in class com.pixelmonmod.pixelmon.client.music.VoidMusicTicker
- ME_FIRST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MEADOW - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- MEADOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- meadow_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Grass-type attacks.
- mean() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Returns the value of the
mean
record component. - MEAN_LOOK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MeanLook - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from escaping or switching.
- MeanLook - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MeanLook() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MeanLook
-
Initializes the status.
- MeanLook(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.MeanLook
-
Initializes Mean Look.
- MechanicalAnvil - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
- MECHANVIL_HAMMER_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of ticks the mechanical anvil has been running for.
- MECHANVIL_IS_RUNNING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the mechanical anvil is active.
- MECHANVIL_ITEM_IN_ANVIL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The item being processed with the mechanical anvil.
- MECHANVIL_ITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The items in the mechanical anvil.
- MECHANVIL_RUN_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The amount of ticks the mechanical anvil will run for.
- MECHANVIL_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The slot index of an item in the mechanical anvil.
- MEDICHAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- medichamite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Medicham
- MedicineItem - Class in com.pixelmonmod.pixelmon.items.medicine
-
An item that can heal a Pokémon's hp or status.
- MedicineItem(IMedicine...) - Constructor for class com.pixelmonmod.pixelmon.items.medicine.MedicineItem
-
Initializes the item.
- MedicinePotion - Class in com.pixelmonmod.pixelmon.items.medicine
-
Causes medicine to heal a Pokémon's hp.
- MedicinePotion(IHealHP) - Constructor for class com.pixelmonmod.pixelmon.items.medicine.MedicinePotion
-
Initializes the medicine definition.
- MedicineRevive - Class in com.pixelmonmod.pixelmon.items.medicine
- MedicineRevive(IHealHP) - Constructor for class com.pixelmonmod.pixelmon.items.medicine.MedicineRevive
-
Initializes the medicine definition.
- MedicineStatus - Class in com.pixelmonmod.pixelmon.items.medicine
-
Causes medicine to heal a Pokémon's status.
- MedicineStatus(StatusType...) - Constructor for class com.pixelmonmod.pixelmon.items.medicine.MedicineStatus
-
Initializes the medicine definition.
- MEDITATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MEDITITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Medium - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
- medium_battle_controller - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGBlocks
- MEDIUM_BATTLE_CONTROLLER - Static variable in class com.pixelmonmod.tcg.init.registry.BlockRegistration
- MEDIUM_EXP_CANDY - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- MEDIUM_FAST - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
- MEDIUM_SLOW - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
- MeFirst - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Uses the damaging move that is going to be used by the target in the turn, but with 50% more power.
- MeFirst - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MeFirst() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MeFirst
- MeFirstStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Uses the target's intended move for 50% extra power.
- MeFirstStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MeFirstStatus
-
Initializes the status.
- mega - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- Mega - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- Mega - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- MEGA - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- MEGA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a form can Mega Evolve
- MEGA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- MEGA_ANCHOR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- MEGA_BADGE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- MEGA_BADGE_GREYSCALE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- MEGA_BOOST_NECKLACE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- MEGA_BRACELET_ORAS - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- MEGA_BRACELET_ORAS_STONE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- Mega_Drain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- MEGA_DRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MEGA_EVOLUTION - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- MEGA_EVOLVE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- MEGA_GLASSES - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- MEGA_ITEM - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
- MEGA_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- MEGA_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The current Mega Item equipped by the Player
- MEGA_ITEMS_UNLOCKED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Which kinds of Mega Item the Player has
- Mega_Kick - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- MEGA_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MEGA_LAUNCHER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Mega_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- MEGA_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MEGA_STONE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- MEGA_X - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- MEGA_Y - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- MegaAnchor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- megaBossSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
LegendarySpawner
used for mega boss spawning. - megaBossSpawnerPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
LegendarySpawner
s for mega bosses. - megaEvolution - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The ID of the currently Mega Evolved/Ultra Burst/Dynamaxed Pokémon.
- MegaEvolution - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Screen for watching a Pokémon Mega Evolve.
- MegaEvolution - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Created by Jay113355 on 3/11/2018.
- MegaEvolution() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.MegaEvolution
- MegaEvolution(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
-
Initializes the screen.
- MegaEvolutionEvent - Class in com.pixelmonmod.pixelmon.api.events
-
The event representing when a Pokemon mega evolves into their Mega Form either from an external move (move skills) or during a battle Cancelling the event will prevent the mega evolution from going through
- MegaEvolutionEvent(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
- MegaEvolutionEvent(ServerPlayer, Pokemon, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
- MegaEvolutionEvent(ServerPlayer, Pokemon, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent
- MegaEvolutionEvent.Battle - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when the battle mega evolution is about to happen Cancelling will prevent the mega evolution
- MegaEvolutionEvent.MoveSkill - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when the move skill mega evolution is about to happen Cancelling will prevent the mega evolution
- MegaEvolutionEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after all the mega evolution logic is complete This is not cancellable
- MegaEvolutionEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired just before the mega evolution logic occurs
- MegaEvolutionTests - Class in com.pixelmonmod.pixelmon.api.test.impl.mechanics
- MegaEvolutionTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.mechanics.MegaEvolutionTests
- megaEvolve - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectAttackAction
- megaEvolve() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Mega Evolves the Pokémon.
- MegaEvolveAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- MegaEvolveAction(int, PixelmonWrapper, String) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.MegaEvolveAction
- MegaEvolveInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- MegaEvolveInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.MegaEvolveInteractionEvent
- MegaEvolvePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Registers a player's Mega Evolution in the battle.
- MegaEvolvePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.MegaEvolvePacket
-
Empty constructor for packet registration.
- MegaEvolvePacket(UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.MegaEvolvePacket
-
Creates a packet to disable Mega Evolution.
- megaEvolving - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player has chosen to Mega Evolve or Ultra Burst the current Pokémon.
- megaEvolving - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
-
Whether the player has chosen to Mega Evolve the current Pokémon.
- MegaGlasses - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- Megahorn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- MEGAHORN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MegaItem - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- megaItems - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- MegaItemScreen - Class in com.pixelmonmod.pixelmon.client.gui
- MegaItemScreen(boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.MegaItemScreen
- MegaKick - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- MegaLauncher - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of pulse moves by 50%.
- MegaLauncher() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MegaLauncher
- MEGANIUM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MEGANIUM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MegaPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- MegaRingCommand - Class in com.pixelmonmod.pixelmon.command.impl
- MegaRingCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.MegaRingCommand
- megas - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- megas - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used for the mega boss spawner. - MEGAS_OBTAINED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- MEGAS_OBTAINED_DEX_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- megaStone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MegaStoneItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
A held item that can Mega Evolve a Pokémon.
- MegaStoneItem(String) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MegaStoneItem
- megaStones - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
A list of all megaStone items
- MegaTiara - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- MegaUltraElmTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree
- MegaUltraElmTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraElmTrunkPlacer
- MegaUltraJungleTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree
- MegaUltraJungleTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraJungleTrunkPlacer
- MELMETAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MELMETAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MELOETTA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MELOETTA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MELTAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MELTAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MELTAN_EAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Meltan_Stats - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- MeltanStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
-
Keeps track of the number of ingots fed to Meltan.
- MeltanStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- MeltanStats(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- member_card - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- members - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- members(PartyStorage...) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Adds the storages as members
- members(Entity...) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Adds the entities as members
- Memento - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Faints the user and lowers the target's attack and Special attack by two stages.
- Memento() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Memento
- MEMENTO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- memory - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MemoryItem - Class in com.pixelmonmod.pixelmon.items
- MemoryItem(Element) - Constructor for class com.pixelmonmod.pixelmon.items.MemoryItem
-
Constructs the held item with predefined and defined attributes.
- MENACING_MOONRAZE_MAELSTROM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- mental_herb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mentalHerb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MentalHerbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Heals certain statuses that deal with the Pokémon's mental state.
- MentalHerbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MentalHerbItem
-
Initializes the held item.
- MENU_BACKGROUND - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- MENU_BAG - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_BAG_DISABLED - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_BAG_ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_LIST_ITEM - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- MENU_LIST_ITEM_HOVERED - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- MENU_LIST_LEFT - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- MENU_LIST_RIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- MENU_POKE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_POKE_DISABLED - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_POKE_ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_REUSE_BUTTON - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
- MENU_RUN - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_RUN_DISABLED - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_RUN_ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- MENU_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- menuElement - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuScreen
- MenuListButton(int, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
- MenuOverrideFactory - Class in com.pixelmonmod.pixelmon.client.gui.override
- MenuOverrideFactory() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.MenuOverrideFactory
- MenuReuseElement - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Created by Jay113355 on 12/11/2020.
- MenuReuseElement(String, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
- MEOWSCARADA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MEOWSCARADA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MEOWSTIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MEOWSTIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MEOWTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MEOWTH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MEOWTH_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Merciless - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Merciless() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Merciless
- MERCILESS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Merge(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.Merge
- mergeChoices(List<List<MoveChoice>>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Merges a separated list of choices into one list.
- MESPRIT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- message - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- message - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ConsumeType
-
The message displayed by the move.
- message - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BattleMessageAction
- message - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MenuReuseElement
- MessagePlayerInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- MessagePlayerInteractionResult(List<Component>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessagePlayerInteractionResult
- messages - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessagePlayerInteractionResult
- messages - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- MessageSpawnLocationInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- MessageSpawnLocationInteractionResult(List<Component>, List<PokemonSpecification>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- META - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- metadata - Variable in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
- METAGROSS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- METAGROSS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- metagrossite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Metagross
- METAL - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- metal_alloy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- METAL_BURST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- METAL_CLAW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- metal_coat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- metal_powder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- METAL_SOUND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MetalBurst - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals damage equal to 1.5x of the damage dealt by the last attack to hit the user.
- MetalBurst() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MetalBurst
-
Initializes Metal Burst.
- MetalClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- metalCoat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MetalCoatItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the power of Steel-type moves by 20%.
- MetalCoatItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MetalCoatItem
-
Initializes the held item.
- metalPowder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MetalSound - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- METANG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- METANG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- METAPOD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- METAPOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- METEOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- METEOR_ASSAULT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- METEOR_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- METEOR_MASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MeteorBeam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
- MeteorBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- MeteorBeam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MeteorBeam
-
Initializes Meteor Beam.
- meteorite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- metronome - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- metronome - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Metronome - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Chooses a random attack to use.
- Metronome - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Metronome - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Metronome - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Metronome() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Metronome
- METRONOME - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- METRONOME_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- metronomeBoost - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The current boost from a Metronome held item.
- MetronomeEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 8/14/2016.
- MetronomeEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.MetronomeEffect
- MetronomeItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Makes consecutively used moves increase in power.
- MetronomeItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MetronomeItem
-
Initializes the held item.
- MetronomeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- MetronomeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
- mew - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- MEW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MEW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- mewnium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Mewnium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- MewStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
-
Keeps track of the number of times Mew has been cloned.
- MewStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- MewStats(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- MEWTWO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MEWTWO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- mewtwonite_x - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Mewtwo into Mega Mewtwo X.
- mewtwonite_y - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Mewtwo into Mega Mewtwo X.
- MICLE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- MICLE - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- micle_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MicleFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- MicleFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.MicleFoliagePlacer
- MIDDAY - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- MIDDAY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- MIDNIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- MIDNIGHT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- MIDNIGHT - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- midStrength - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Smelt
- MIENFOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MIENSHAO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MIGHTY_CLEAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MightyCleaveTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- MightyCleaveTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.MightyCleaveTests
- MIGHTYENA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MILCERY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- MILCERY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MILCERY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MilcerySweet - Class in com.pixelmonmod.pixelmon.items
-
Created by Jay113355 on 8/20/2020.
- MilcerySweet(EnumHeldItems) - Constructor for class com.pixelmonmod.pixelmon.items.MilcerySweet
- MILD - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- MILK_DRINK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MILOTIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MILOTIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MILTANK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MILTANK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MiltankInteraction - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom
-
Fills a bucket with milk when used on a Miltank.
- MiltankInteraction() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.MiltankInteraction
-
Initializes the interaction.
- MIMEJR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MIMEJR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Mimic - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Copies the last move used by the target.
- Mimic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Mimic() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Mimic
- MIMIC - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Mimicry - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes the Pokémon's type depending on the terrain.
- Mimicry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Mimicry
- MIMICRY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MimicryTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MimicryTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MimicryTests
- mimikium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Mimikium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- MIMIKYU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MIMIKYU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- min - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanInteractionCondition
- min - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanOrEqualInteractionCondition
- min - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- min - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- min - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- min - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanOrEqualInteractionCondition
- min() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the smallest value of this vector.
- min() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
-
Returns the value of the
min
record component. - min() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
-
Returns the value of the
min
record component. - MIN_DIAMETER - Static variable in interface com.pixelmonmod.pixelmon.api.spawning.calculators.CalculateSpawnLocations
- MIN_FRIENDSHIP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Friendship
-
The minimum friendship a Pokémon can have.
- MIN_HEIGHT_FOR_COMBINED_BACKGROUND_AND_POPUP - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- MIN_MOVE_MULTIPLIER - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- MIN_WIDTH_FOR_COMBINED_BACKGROUND_AND_POPUP - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- minAltitude - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HighAltitudeCondition
- MINCCINO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MINCCINO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MIND - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- mind_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MIND_BLOWN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- mind_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Psychic-type attacks.
- MIND_READER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MindBlown - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 4/20/2019.
- MindBlown() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MindBlown
- minDistanceUntilVignette - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- minDistBetweenSpawns - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
The minimum distance that must exist between spawned entities.
- minDistBetweenSpawns - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- minDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- minDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- minDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- minDistFromCentre - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- MINDS_EYE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MindsEye - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- MindsEye() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
- MindsEyeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MindsEyeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MindsEyeTests
- mine_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mineBlock(ItemStack, Level, BlockState, BlockPos, LivingEntity) - Method in class com.pixelmonmod.pixelmon.items.HammerItem
- minecraft - Variable in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- minecraft - Variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- minecraft() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- minecraft() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- minecraftApplier - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- minecraftApplier(BiConsumer<PixelmonEntity, T>) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the applier that applies to the Minecraft entity
If not assigned this will default to the data applier - minecraftMatcher - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- minecraftMatcher(BiPredicate<PixelmonEntity, T>) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the matcher that applies to the Minecraft entity
If not assigned this will default to the data matcher - minecraftType - Variable in class com.pixelmonmod.api.AbstractSpecification
- MINERAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- mineral_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MINERAL_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- minHits - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.MultipleHit
- MINIMAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
- minimize(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Sets this vector to the minimum values of this vector and the given vector.
- Minimize - Class in com.pixelmonmod.pixelmon.battles.status
-
Raises evasion by two stages and makes Stomp and Steamroller deal double damage to the Pokémon.
- Minimize - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Minimize() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Minimize
-
Initializes the status.
- MINIMIZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MinimizeMaximizeOverlayKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- MinimizeMaximizeOverlayKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.MinimizeMaximizeOverlayKey
- MINIMUM_FRIENDSHIP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MINIMUM_LEVEL_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MinimumFriendshipRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl.friendship
- MinimumFriendshipRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MinimumFriendshipRequirement
- MinimumFriendshipRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.friendship.MinimumFriendshipRequirement
- MinimumLevelRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- MinimumLevelRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MinimumLevelRequirement
- MinimumLevelRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MinimumLevelRequirement
- MINIOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MINIOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Minior_Core - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- MINIOR_CORE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- MINIOR_CORE_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- minLevel - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
-
The minimum pokemonLevel this Pokémon can be without being more suitable as a pre-evolution.
- minLevel - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- minLightLevel - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- minLvl - Variable in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnData
- minMaxAge - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnInfoWormhole
- MINOR_STATUSES - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
List of minor status effects for purposes of catch calculation.
- minQuantity - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- minRenderScale() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Returns the value of the
minRenderScale
record component. - minRolls(int) - Method in class com.pixelmonmod.pixelmon.api.util.RewardPool.Builder
- minSelections() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
-
Returns the value of the
minSelections
record component. - mint - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MINT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- mint_adamant - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_bashful - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_bold - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_brave - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_calm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_careful - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MINT_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- mint_docile - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_gentle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_hardy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_hasty - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_impish - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_jolly - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_lax - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_lonely - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_mild - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_modest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_naive - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MINT_NATURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- mint_naughty - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_quiet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_quirky - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_rash - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_relaxed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_sassy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_seeds - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_serious - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mint_timid - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MintBlock - Class in com.pixelmonmod.pixelmon.blocks
- MintBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.MintBlock
- MintItem - Class in com.pixelmonmod.pixelmon.items
- MintItem(Nature) - Constructor for class com.pixelmonmod.pixelmon.items.MintItem
- mintNature - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- mintNature(Nature) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the mint nature of the Pokémon
- MINUN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MINUN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Minus - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases Special attack by 50% if another Pokémon on the user's side has Plus or Minus.
- Minus - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardModifier
- Minus() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Minus
- MINUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- minValue() - Element in annotation interface com.pixelmonmod.pixelmon.api.config.api.ui.ConfigSetting
- minX - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- minX - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- minX() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- minY - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- minY - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- minY() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- minYield - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- minZ - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- minZ - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- MIRACLE_EYE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- miracle_seed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- miracleSeed - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- MIRAIDON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockStanding
- mirror(BlockState, Mirror) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- MIRROR_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MIRROR_COAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- mirror_herb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MIRROR_MOVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MIRROR_MOVE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- MIRROR_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MirrorArmor - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Bounces back only the stat-lowering effects that the Pokémon receives.
- MirrorArmor() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MirrorArmor
- MirrorArmorTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MirrorArmorTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- MirrorCoat - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals double damage to the target if the user was hit by a special attack.
- MirrorCoat() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MirrorCoat
-
Initializes Mirror Coat.
- mirrorHerb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MirrorHerbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Copies an opponent's stat increases once.
- MirrorHerbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MirrorHerbItem
-
Initializes the held item.
- MirrorMove - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Uses the last move the target used.
- MirrorMove() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MirrorMove
- MirrorMoveEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- MirrorMoveEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.MirrorMoveEffect
- MISC_ENTITY - Enum constant in enum class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.TargetType
- MISDREAVUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MISDREAVUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MISMAGIUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- missed - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- MISSED_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- MissedEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- MissedEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.MissedEffect
- MissedEffect(CoinSide) - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.MissedEffect
- MISSINGNO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Mist - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the opponent from inflicting stat drops on the user's side.
- Mist - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Mist() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Mist
-
Initializes Mist.
- MIST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MIST_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Misty - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- MISTY - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.Terrain
- MISTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- MISTY_EXPLOSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- misty_seed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MISTY_SURGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MISTY_TERRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MistyExplosion - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- MistySurge - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Applies the Misty Terrain environment on switch in.
- MistySurge() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MistySurge
- MistyTerrain - Class in com.pixelmonmod.pixelmon.battles.status
-
Halves the damage of Dragon-type moves and prevents sleep.
- MistyTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MistyTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- MistyTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- MistyTerrain(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
-
Initializes the status.
- MistyTerrain(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- MistyTerrainTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- MistyTerrainTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- MixinCakeBlock - Class in com.pixelmonmod.mixin
- MixinCakeBlock() - Constructor for class com.pixelmonmod.mixin.MixinCakeBlock
- MixinClientboundStartConfigurationPacket - Class in com.pixelmonmod.mixin
- MixinClientboundStartConfigurationPacket() - Constructor for class com.pixelmonmod.mixin.MixinClientboundStartConfigurationPacket
- MixinRecipeBookSettings - Class in com.pixelmonmod.mixin
- MixinRecipeBookSettings() - Constructor for class com.pixelmonmod.mixin.MixinRecipeBookSettings
- MixinRegistryDataLoader - Class in com.pixelmonmod.mixin
- MixinRegistryDataLoader() - Constructor for class com.pixelmonmod.mixin.MixinRegistryDataLoader
- MixinServerPlayer - Class in com.pixelmonmod.mixin
- MixinServerPlayer() - Constructor for class com.pixelmonmod.mixin.MixinServerPlayer
- mizu_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mnemonic - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- mobInteract(Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- mobInteract(Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- mobInteract(Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- mobInteract(Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- MobSpawnReplacement - Class in com.pixelmonmod.pixelmon.listener
- MobSpawnReplacement() - Constructor for class com.pixelmonmod.pixelmon.listener.MobSpawnReplacement
- MochiItem - Class in com.pixelmonmod.pixelmon.items
- MochiItem(BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.MochiItem
- MOD_ATTACK_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_DEFENCE_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_EV_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_EV_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_EV_HP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_EV_SPECIAL_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_EV_SPECIAL_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_EV_SPEED_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_HP_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_IV_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_IV_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_IV_HP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_IV_SPECIAL_ATTACK_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_IV_SPECIAL_DEFENSE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_IV_SPEED_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_SPECIAL_ATTACK_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_SPECIAL_DEFENCE_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOD_SPEED_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- modDirectory - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- mode - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Select
- mode - Variable in class com.pixelmonmod.pixelmon.api.util.EncounterData
-
The encounter mode loaded from nbt, this overrides the default mode provided from the config.
- mode - Variable in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- mode - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
The mode represented by the screen.
- mode - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- mode - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropPacket
-
the item drop type, for display
- model - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- model - Variable in class com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper
- model - Variable in class com.pixelmonmod.pixelmon.client.models.ModelHolder
- model - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- model() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- model() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- model() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
-
Returns the value of the
model
record component. - model(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- model(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- model(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- MODEL - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
- MODEL_DATA_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- MODEL_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the trader's model.
- MODEL_PREDICATE_TYPES_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- modelAndShader() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- ModelAttachment - Record Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette
- ModelAttachment(String, ModelData) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
-
Creates an instance of a
ModelAttachment
record class. - ModelBike - Class in com.pixelmonmod.pixelmon.client.models.bikes
- ModelBike(CustomModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
- ModelBikeArmor - Class in com.pixelmonmod.pixelmon.client.render.player
-
Created by Jay113355 on 11/1/2019.
- ModelBikeArmor(ModelPart) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.ModelBikeArmor
- ModelBikeArmor(ModelPart, Function<ResourceLocation, RenderType>) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.ModelBikeArmor
- ModelBrokenCloningMachine - Class in com.pixelmonmod.pixelmon.client.models.blocks
- ModelBrokenCloningMachine() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelBrokenCloningMachine
- ModelCloningMachine - Class in com.pixelmonmod.pixelmon.client.models.blocks
- ModelCloningMachine() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
- ModelCustomWrapper - Class in com.pixelmonmod.pixelmon.client.models
- ModelCustomWrapper(Model) - Constructor for class com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper
- ModelCustomWrapper(Model, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper
- ModelData - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
- ModelData(ResourceWithFallback, TextureProvider, TextureProvider, TextureProvider, Vector3f, Vector3f, float, float, Vector3f, float, List<ModelAttachment>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- ModelData.Builder - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
- ModelEntityBlock<T extends net.minecraft.world.level.block.entity.BlockEntity> - Class in com.pixelmonmod.pixelmon.client.models.blocks
- ModelEntityBlock(Function<ResourceLocation, RenderType>) - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock
- MODELER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
- ModelHolder<M extends net.minecraft.client.model.Model> - Class in com.pixelmonmod.pixelmon.client.models
-
Created by Jay113355 on 12/17/2017.
- ModelHolder() - Constructor for class com.pixelmonmod.pixelmon.client.models.ModelHolder
- ModelLocator - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
- ModelLocator(List<ModelData>, ModelPredicate) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
- modelLocators - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- ModelMechanicalAnvil - Class in com.pixelmonmod.pixelmon.client.models.blocks
- ModelMechanicalAnvil() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelMechanicalAnvil
- ModelPlayerOnBike - Class in com.pixelmonmod.pixelmon.client.render.player
-
Created by Jay113355 on 10/28/2019.
- ModelPlayerOnBike(ModelPart, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.ModelPlayerOnBike
- ModelPokeballs - Class in com.pixelmonmod.pixelmon.client.models.pokeballs
- ModelPokeballs(String) - Constructor for class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
- ModelPredicate - Interface in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
- ModelPredicateType<T extends ModelPredicate> - Record Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator
- ModelPredicateType(Codec<T>) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicateType
-
Creates an instance of a
ModelPredicateType
record class. - modelRenderer - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- models() - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
-
Returns the value of the
models
record component. - MODELS - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel.OverrideList
- ModelScroll - Class in com.pixelmonmod.pixelmon.client.models.blocks
- ModelScroll() - Constructor for class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- modelSelector(RenderingHandler) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- modelSelector(RenderingHandler...) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- modelSelector(Selector<RenderingHandler>) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- modelSlot - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- modelWithTexture(String, String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
-
An easy way to create an instance of
ModelData
with all the default values filled in - modelWithTexture(ResourceLocation, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
-
An easy way to create an instance of
ModelData
with all the default values filled in - MODERN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MODEST - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- MODID - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- MODID - Static variable in class com.pixelmonmod.tcg.TCG
- modified - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- ModifierBase - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers
- ModifierBase() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierBase
- ModifierBase(ModifierType) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierBase
- ModifierBase(ModifierType, float) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierBase
- modifiers - Variable in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Chance modifiers for the effect.
- ModifierType - Enum Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers
- modifyBaseStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerShift
- modifyBaseStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerTrick
- modifyBaseStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.Split
- modifyBaseStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Modifies the Pokémon's base stats at the beginning of a battle turn.
- modifyBaseStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.Transformed
- modifyBaseStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.WonderRoom
- modifyCaptureRate(PokeBall, PokeBallEntity, Pokemon, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
- modifyCaptureRate(PokeBall, PokeBallEntity, Pokemon, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.HeavyBall
- modifyConfusionDamage(int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sturdy
- modifyConfusionDamage(int, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon takes would take Confusion damage.
- modifyConfusionDamage(int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the Pokémon takes would take Confusion damage.
- modifyConfusionDamage(int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FocusBandItem
- modifyConfusionDamage(int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FocusSashItem
- modifyDamage(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Triggers when the Pokémon deals direct damage.
- modifyDamage(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FalseSwipe
- modifyDamage(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SuperEffectiveBoost
- modifyDamage(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
- modifyDamage(int, PixelmonWrapper, PixelmonWrapper, DamageTypeEnum, Attack, Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- modifyDamage(int, PixelmonWrapper, PixelmonWrapper, DamageTypeEnum, Attack, Ability) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon takes damage, from any source.
- modifyDamage(int, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
Modify the damage done.
- modifyDamage(int, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HardenEffect
- modifyDamage(int, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ReduceDamageEffect
- modifyDamage(int, TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
- modifyDamage(int, TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
- modifyDamage(int, TrainerCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
- modifyDamageIncludeFixed(double, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Modifies damage done on the holder by damaging attacks, including fixed damage.
- modifyDamageIncludeFixed(double, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FocusBandItem
- modifyDamageIncludeFixed(double, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FocusSashItem
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
-
Triggers when the Pokémon takes direct damage, including fixed damage moves.
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sturdy
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon takes direct damage, including fixed damage moves.
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.Endure
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.FixatedStatus
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
- modifyDamageIncludeFixed(int, PixelmonWrapper, PixelmonWrapper, Attack, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the Pokémon takes direct damage, including fixed damage moves.
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DrySkin
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Filter
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Fluffy
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Heatproof
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceScales
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multiscale
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PunkRock
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterBubble
- modifyDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon takes direct damage.
- modifyDamageTeammate(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FriendGuard
- modifyDamageTeammate(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon's ally takes direct damage.
- modifyDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DragonsMaw
-
Triggers when the Pokémon deals direct damage.
- modifyDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RockyPayload
-
Triggers when the Pokémon deals direct damage.
- modifyDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TintedLens
- modifyDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Transistor
- modifyDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon deals direct damage.
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MindsEye
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Scrappy
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns the types that will be used in calculating the Pokémon's attack's type effectiveness.
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.battles.status.Foresight
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.battles.status.SmackedDown
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Returns the types that will be used in calculating the Pokémon's attack's type effectiveness.
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Returns the types that will be used in calculating the Pokémon's attack's type effectiveness.
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.items.heldItems.IronBallItem
- modifyEffectiveTypes(PixelmonWrapper, PixelmonWrapper, List<Element>) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RingTargetItem
- modifyMoveEffectChanceTarget(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldDust
- modifyMoveEffectChanceTarget(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Allows the target to adjust the move's effects, such as disabling effects from CovertCloak
- modifyMoveEffectChanceTarget(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Allows the target's status to adjust the move's effects
- modifyMoveEffectChanceTarget(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Allows the target's held item to adjust the move's effects, such as disabling effects from CovertCloak
- modifyMoveEffectChanceTarget(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.items.heldItems.CovertCloakItem
- modifyMoveEffectChanceUser(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PoisonTouch
- modifyMoveEffectChanceUser(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SereneGrace
- modifyMoveEffectChanceUser(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SheerForce
- modifyMoveEffectChanceUser(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Allows the user to adjust the move's effects
- modifyMoveEffectChanceUser(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Allows the user's status to adjust the move's effects
- modifyMoveEffectChanceUser(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.battles.status.WaterPledge
- modifyMoveEffectChanceUser(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Allows the user's held item to adjust the move's effects, such as adding Flinch from King's Rock
- modifyMoveEffects(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stench
- modifyMoveEffects(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Allows the user to add or remove the move's effects
- modifyMoveEffects(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- modifyMoveEffects(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Allows the user's held item to adjust the move's effects, such as adding Flinch from King's Rock
- modifyMoveEffects(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.items.heldItems.KingsRockItem
- modifyMoveEffects(PixelmonWrapper, PixelmonWrapper, List<EffectBase>) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RazorFangItem
- modifyMoveStats(PixelmonWrapper, PixelmonWrapper, Ability, Ability, int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Modify the attacker's power and accuracy based on abilities, items, and statuses.
- modifyPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- modifyPowerAndAccuracyTarget(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Modifies the power and accuracy of the attack about to hit the Pokémon.
- modifyPowerAndAccuracyTarget(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BrightPowderItem
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Comatose
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NoGuard
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderSkin
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the power and accuracy of the attack about to hit the Pokémon.
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.AuraStatus
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.GlaiveRushLock
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.GrassyTerrain
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.IonDeluge
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Minimize
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Rainy
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Sport
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Modifies the power and accuracy of the attack about to hit the statused Pokémon.
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Sunny
- modifyPowerAndAccuracyTarget(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Telekinesis
- modifyPowerAndAccuracyTeammate(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Battery
- modifyPowerAndAccuracyTeammate(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerSpot
- modifyPowerAndAccuracyTeammate(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SteelySpirit
- modifyPowerAndAccuracyTeammate(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.VictoryStar
- modifyPowerAndAccuracyTeammate(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the power and accuracy of a teammate's attack.
- modifyPowerAndAccuracyUser(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Modifies the power and accuracy of the Pokémon's attack.
- modifyPowerAndAccuracyUser(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryMicleItem
- modifyPowerAndAccuracyUser(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FairyFeatherItem
- modifyPowerAndAccuracyUser(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MetronomeItem
- modifyPowerAndAccuracyUser(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.PunchingGloveItem
- modifyPowerAndAccuracyUser(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.WideLensItem
- modifyPowerAndAccuracyUser(int[], PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ZoomLensItem
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Analytic
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Ate
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CompoundEyes
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlashFire
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hustle
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IronFist
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LiquidVoice
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LowHPTypeBoost
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MegaLauncher
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Neuroforce
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NoGuard
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Normalize
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PunkRock
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Reckless
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Rivalry
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandForce
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sharpness
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SheerForce
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stakeout
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Steelworker
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SteelySpirit
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StrongJaw
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SupremeOverlord
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Technician
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToughClaws
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.VictoryStar
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterBubble
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the power and accuracy of the Pokémon's attack.
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Charge
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Electrify
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.FixatedStatus
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.HelpingHand
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.InPursuit
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.LockOn
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.MeFirstStatus
- modifyPowerAndAccuracyUser(int, int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Modifies the power and accuracy of the attack used by the statused Pokémon.
- modifyPriority(int, ImmutableAttack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Modifies the priority of a move.
- modifyPriority(int, ImmutableAttack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Priority
-
Modifies the priority of a move.
- modifyPriority(int, ImmutableAttack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GrassyGlide
-
Modifies the priority of a move.
- modifyPriority(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
-
Changes the move's priority.
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GaleWings
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MyceliumMight
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Prankster
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickDraw
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stall
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Triage
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the Pokémon's attack's priority.
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Modifies the holder's attack's priority.
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryCustapItem
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LaggingTailItem
- modifyPriority(PixelmonWrapper, float, MutableBoolean) - Method in class com.pixelmonmod.pixelmon.items.heldItems.QuickClawItem
- modifySelfDamage(int, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon takes self damage.
- modifyStab(double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Adaptability
- modifyStab(double) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the STAB multiplier.
- modifyStat(int[], BattleStatsType[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies several stats by different amounts.
- modifyStat(int[], BattleStatsType[], PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- modifyStat(int[], BattleStatsType[], PixelmonWrapper, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies several stats by different amounts.
- modifyStat(int, BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies a specified stat.
- modifyStat(int, BattleStatsType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies several stats by the same amount.
- modifyStat(int, BattleStatsType[], PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies several stats by the same amount.
- modifyStat(int, BattleStatsType, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies a specified stat.
- modifyStat(int, BattleStatsType, PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Modifies a specified stat.
- modifyStat(int, BattleStatsType, PixelmonWrapper, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- modifyStats() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Modifies Pokémon stats during a turn.
- modifyStats(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Call every version of the modifyStats function, using the Pokémon's base stats.
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Chlorophyll
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Defeatist
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlareBoost
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FurCoat
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GorillaTactics
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Guts
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HadronEngine
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HugePower
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Hustle
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Minus
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OrichalcumPulse
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Plus
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurePower
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickFeet
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandRush
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlushRush
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SolarPower
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SurgeSurfer
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SwiftSwim
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToxicBoost
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unburden
- modifyStats(PixelmonWrapper, int[]) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the Pokémon's stats at the beginning of a battle turn.
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Call every version of the modifyStats function, using the given stats.
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.GrassPledge
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.ParadoxBoost
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.Sandstorm
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.Snow
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.SpeedSwapStatus
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Modifies the Pokémon's stats at the beginning of a battle turn.
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Modifies the Pokémon's stats at the beginning of a battle turn.
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AssaultVestItem
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ChoiceItem
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.heldItems.DeepSeaToothScaleItem
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.heldItems.EVAdjusting
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.heldItems.IronBallItem
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MuscleBandItem
- modifyStats(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.items.heldItems.StatEnhancingItems
- modifyStatsCancellable(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Modifies Pokémon stats during a turn after deciding which Pokémon gets to make a move.
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrassPelt
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MarvelScale
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandVeil
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SnowCloak
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TangledFeet
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the Pokémon's stats at the beginning of a battle turn.
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.OfRuinStatus
- modifyStatsCancellable(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Modifies the Pokémon's stats at the beginning of a battle turn.
- modifyStatsCancellableOther(PixelmonWrapper, PixelmonWrapper, int[]) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies other Pokémon's stats at the beginning of a battle turn.
- modifyStatsCancellableTeammate(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- modifyStatsCancellableTeammate(PixelmonWrapper, int[]) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies an allied Pokémon's stats at the beginning of a battle turn.
- modifyStatsOther(PixelmonWrapper, int[]) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies other Pokémon's stats at the beginning of a battle turn.
- modifyStatsTeammate(PixelmonWrapper, int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- modifyStatsTeammate(PixelmonWrapper, int[]) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies an allied Pokémon's stats at the beginning of a battle turn.
- ModifyStatue(ServerPlayer, StatueEntity, EnumStatuePacketMode, Object) - Constructor for class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
- modifyTargets(List<PixelmonWrapper>, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Modifies the targets of a move.
- modifyTargets(List<PixelmonWrapper>, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ExpandingForce
- modifyTargets(List<PixelmonWrapper>, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HealBell
- modifyTargets(List<PixelmonWrapper>, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Struggle
- modifyTargets(List<PixelmonWrapper>, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.PetalDance
- modifyTargets(List<PixelmonWrapper>, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
- modifyTargets(List<PixelmonWrapper>, Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
- modifyTurn(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AcidEffect
- modifyTurn(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
-
Modify possible actions that are done during BetweenTurn phase
- modifyType(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Ate
- modifyType(PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies an attack's typing.
- modifyTypeEffectiveness(List<Element>, Element, double) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Modifies the type effectiveness of a move.
- modifyTypeEffectiveness(List<Element>, Element, double) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlyingPress
- modifyTypeEffectiveness(List<Element>, Element, double) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FreezeDry
- modifyTypeEffectiveness(List<Element>, Element, double) - Method in class com.pixelmonmod.pixelmon.battles.status.TarShot
- modifyTypeEffectiveness(List<Element>, Element, double, BattleController) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Modifies the type effectiveness of a move.
- modifyTypeEffectiveness(List<Element>, Element, double, BattleController) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FreezeDry
- modifyWeight(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HeavyMetal
- modifyWeight(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.LightMetal
- modifyWeight(float) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Modifies the Pokémon's weight.
- modifyWeight(float) - Method in class com.pixelmonmod.pixelmon.battles.status.Autotomize
- modifyWeight(float) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Modifies the Pokémon's weight.
- modifyWeight(float) - Method in class com.pixelmonmod.pixelmon.battles.status.Transformed
- modifyWeight(float) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Modifies the Pokémon's weight.
- modifyWeight(float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.FloatStoneItem
- MODNAME - Static variable in class com.pixelmonmod.tcg.TCG
- MOLD_BREAKER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MoldBreaker - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Cause moves to ignore the effects of Abilities that block moves.
- MoldBreaker() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MoldBreaker
- MOLTRES - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ShrineType
- MOLTRES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MOLTRES - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- moltres_shrine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MOLTRES_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- money - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveMoneyInteractionResult
- money - Variable in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- MONFERNO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MONFERNO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MONOCLE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
- MONSOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MONSTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- MONSTER_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- month - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.MonthIsInteractionCondition
- MonthIsInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar
- MonthIsInteractionCondition(DataProvider<String>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.MonthIsInteractionCondition
- Moody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Raises a random stat by two stages and lowers another stat by one stage each turn.
- Moody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Moody
- MOODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MOODY - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- moomoo_milk - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Moon Ball.
- MOON_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- moon_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MOON_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- moon_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- moon_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MoonBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- MoonBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.MoonBall
- MOONBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- MOONBLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MOONGEIST_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MOONLIGHT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- moonPhase - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- MoonPhaseCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Allows Pokémon to evolve based on the phase the moon is in.
- MoonPhaseCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoonPhaseCondition
- MoonPhaseCondition(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoonPhaseCondition
- Moonstone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- MOONSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- MOONSTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- MoonstoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- MoonstoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.MoonstoneEffect
- MoonStoneOreFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- MoonStoneOreFeature(Codec<OreConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.MoonStoneOreFeature
- MORE - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
- MORELULL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MORELULL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MORGREM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MORGREM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MORNING - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- MORNING_SUN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MORPEKO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MORTAL_SPIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- moss_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MOSSY_ROCK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EvolutionRockType
- MOSSY_ROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MOTHIM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MOTOR_DRIVE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MotorDrive - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Makes the Pokémon immune to Electric-type moves and increases the Pokémon's speed by one stage when hit by one.
- MotorDrive() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MotorDrive
- MOUNTAIN_GALE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- mountBlock(Level, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
- mountBlock(Level, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
- mountBlock(Level, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.multi.BlockGenericSittableModelMultiblock
- mountBoost - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- MountBoost - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- MountBoost() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.MountBoost
- MountedFlyingParameters - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted
-
Represents the parameters for an entities' mounted flying movement & AI & animation
- MountedFlyingParameters() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- MountedFlyingParameters(float, float, float, float, float, float, float, float, float, float, boolean, float, boolean, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
-
Constructor providing all the modifiable values
- MountedFlyingParametersTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Used for converting pixelmon data into JSON data and back
- MountedFlyingParametersTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MountedFlyingParametersTypeAdapter
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.AcceptDenyScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesFixedScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.CharmScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Handles mouse input.
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.DayCareTab
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.MegaItemScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TradeYesNoScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList.Entry
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList.Entry
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList.Entry
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.professor.ProfessorDialogueScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.StarterButton
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.vendingmachine.VendingMachineScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
-
Focuses or unfocuses drop-down menus when the mouse is clicked.
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.MultiLineEditBoxColorable
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeCubeScreen
-
Handles mouse input.
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.BinderScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.CardWelcomeScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- mouseClicked(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- mouseClickedUnderMenus(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Handles mouse input when a drop-down menu is not clicked.
- mouseClickedUnderMenus(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Handles mouse input.
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- mouseDragged(double, double, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- mouseMoved(double, double) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- mouseMoved(double, double) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- mouseMoved(double, double) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- mouseMoved(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- mouseOverEnemyPokemon(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Finds the index of the opposing Pokémon that the cursor is over.
- mouseOverEnemyPokemon(int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
-
Finds the index of the opposing Pokémon that the cursor is over.
- MouseOverPlayer - Class in com.pixelmonmod.pixelmon.client.listener
- MouseOverPlayer() - Constructor for class com.pixelmonmod.pixelmon.client.listener.MouseOverPlayer
- mouseOverUserPokemon(int, int, int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Finds the index of the allied Pokémon that the cursor is over.
- mouseOverUserPokemon(int, int, int, int, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
-
Finds the index of the allied Pokémon that the cursor is over.
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- mouseReleased(double, double, int) - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Scrolls through the chat when the scroll wheel is inputted.
- mouseScrolled(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- mouseScrolled(double, double, double, double) - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- mouseScrolled(int, int, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- mouseWithinRenderingBackground(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- mouseX() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- mouseY() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- move - Variable in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- move(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- move(int, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the move to the
Attack
at the given index - move(int, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the move to the
ImmutableAttack
at the given index - move(MoverType, Vec3) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- move(MoverType, Vec3) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- move(MoverType, Vec3) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- MOVE_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The ID of a move in the Pokémon's moveset.
- MOVE_PP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The PP of a move in the Pokémon's moveset.
- MOVE_PP_LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The PP-Up pokemonLevel of a move in the Pokémon's moveset.
- MOVE_PP_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOVE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- MOVE_SKILL - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- MOVE_SKILL_COOLDOWNS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag of the move skill cooldown data for a Pokémon
- MOVE_SKILL_COOLDOWNS_CURRENT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- MOVE_SKILL_COOLDOWNS_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- MOVE_SKILL_COOLDOWNS_TARGET - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- MOVE_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- moveable() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- moveAccuracy - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The accuracy of the attack.
- MoveButton(ChooseAttack, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- MoveChoice - Class in com.pixelmonmod.pixelmon.battles.controller.ai
-
Represents the AI's move choice for the turn.
- MoveChoice(PixelmonWrapper, Attack, List<PixelmonWrapper>) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Makes a choice to attack.
- MoveChoice(PixelmonWrapper, UUID) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Makes a choice to switch.
- moveChoices - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectMoveChoiceAction
- moveChoices - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
The actions for each pokemon as obtained in the PickAction stage of a battle turn
- MoveClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Custom
BattleClause
to check if the pokemon has/hasn't got a given move - MoveClause(String, boolean, RegistryValue<ImmutableAttack>...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.MoveClause
-
Creates a clause to check if the pokemon has a given move.
- moveClicked(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Determines which move was clicked.
- moveCloser(float) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Moves the Pokémon closer to the Poké Ball upon attempting capture.
- MoveCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- MoveCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveCondition
- MoveCondition(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveCondition
- MoveDirection - Enum Class in com.pixelmonmod.pixelmon.client.gui.starter
- MoveFlags - Class in com.pixelmonmod.pixelmon.battles.attacks
-
Created by Jay113355 on 10/20/2019.
- MoveFlags.Adapter - Class in com.pixelmonmod.pixelmon.battles.attacks
- moveForward - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- moveItemStackTo(ItemStack, int, int, boolean) - Method in class com.pixelmonmod.tcg.client.container.BinderContainer
- moveItemStackTo(ItemStack, int, int, boolean) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
- MoveLearnt(Player, Pokemon, NPC, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt
- moveList - Static variable in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
-
The moves that the tutor can teach.
- MoveListCommand - Class in com.pixelmonmod.pixelmon.command.impl
- MoveListCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.MoveListCommand
- MoveListScreen - Class in com.pixelmonmod.pixelmon.client.gui.chooseMoveset
-
A list of moves in a GUI.
- MoveListScreen(ClickableElement, List<Attack>, int, int, int, int, Minecraft) - Constructor for class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
-
Initializes a move list.
- movement - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- Movement - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters
- Movement() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- Movement(boolean, boolean, boolean, boolean, RidingOffsets, SwimmingParameters, FlyingParameters, ControlledMovementLogic) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.Movement
- MOVEMENT_LOGIC_TYPES_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- movement_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MOVEMENT_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MovementHandler - Class in com.pixelmonmod.pixelmon.client.keybindings
- MovementHandler() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.MovementHandler
- MovementPlateBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Moves entities in the direction of the plate.
- MovementPlateBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
-
Initializes the block.
- movements - Static variable in class com.pixelmonmod.pixelmon.client.keybindings.MovementHandler
- movementThreshold - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- movementThreshold - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- movementThreshold() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- movementThreshold(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- MovementType<T extends ControlledMovementLogic> - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters
- MovementType(Codec<T>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.MovementType
- MovementTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
- MovementTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovementTypeAdapter
- moveNPC(Runnable) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Safely moves the NPC to the new position by temporarily making the NPC movable
- MoveOrderModifier - Class in com.pixelmonmod.pixelmon.battles.status
-
Reorders the turn list for a targeted pokemon, such as After You or Quash
- MoveOrderModifier - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MoveOrderModifier() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MoveOrderModifier
- MoveOrderModifier(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.MoveOrderModifier
-
Initializes the status.
- movePower - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The base power of the attack.
- MovePPRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- MovePPRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- MovePPRequirement(int, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- MovePPRequirement(Pair<Integer, Integer>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MovePPRequirement
- moveReminderMoves(RegistryValue<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the moves this Pokémon gets from the Move Reminder
- moveReminderMoves(Set<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the moves this Pokémon gets from the Move Reminder
- MoveRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- MoveRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- MoveRequirement(int, ImmutableAttack) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- MoveRequirement(Pair<Integer, ImmutableAttack>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.MoveRequirement
- moveResult - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The result of the attack.
- moveResults - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- MoveResults - Class in com.pixelmonmod.pixelmon.battles.controller.log
-
Records the results of a move.
- MoveResults(MoveResults) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
Deep copy constructor
- MoveResults(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
Initializes a move's results.
- MoveResults(PixelmonWrapper, int, float, AttackResult) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
Initializes a move's results.
- MoveResults(PixelmonWrapper, int, AttackResult) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
Initializes a move's results.
- moves - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- moves - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- moves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- moves(RegistryValue<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the moves of the Pokémon
- moves(Attack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the moves of the Pokémon
- Moves - Class in com.pixelmonmod.pixelmon.api.pokemon.species.moves
- MOVES_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- Moves.Builder - Class in com.pixelmonmod.pixelmon.api.pokemon.species.moves
-
Builder class to create the
Moves
class - moveset - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent
-
The
Moveset
that is changing. - moveset - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- moveset - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- moveset - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The Pokémon's moveset.
- Moveset - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
A Pokémon's moveset.
- Moveset - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Moveset() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- Moveset(Attack[], Ability) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Initializes a moveset with attacks and an ability.
- Moveset(Attack, Ability) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Initializes the moveset with an attack and an ability.
- MovesetEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Abstract event for all changes to
Moveset
s for player-owned Pokémon. - MovesetEvent(Pokemon, Moveset) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent
- MovesetEvent.ForgotMoveEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Subclass of
MovesetEvent
fired when a move is forgotten or replaced. - MovesetEvent.LearntMoveEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Subclass of
MovesetEvent
fired when a move is learnt. - MovesetGroup - Enum Class in com.pixelmonmod.pixelmon.api.enums
- movesFirst - Variable in class com.pixelmonmod.pixelmon.battles.status.MoveOrderModifier
- moveSkill - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.MoveSkillCooldownEvent
-
The move skill being used.
- moveSkill - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.UseMoveSkillEvent
-
The move skill being used.
- MoveSkill - Class in com.pixelmonmod.pixelmon.api.moveskills
-
Represents a usable move skill.
- MoveSkill(String) - Constructor for class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- MoveSkill(String, String) - Constructor for class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- MoveSkill(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.MoveSkill
-
Default constructor taking only the pokemon that evolved
- MoveSkill(ServerPlayer, Pokemon, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.MoveSkill
-
Constructor for pokemon that evolved with the required item
- MoveSkill.TargetType - Enum Class in com.pixelmonmod.pixelmon.api.moveskills
- moveSkillCooldownData - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- MoveSkillCooldownEvent - Class in com.pixelmonmod.pixelmon.api.events.moveskills
-
Event fired when a move skill cooldown is about to be applied to a Pokémon.
- MoveSkillCooldownEvent(PixelmonEntity, MoveSkill, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.moveskills.MoveSkillCooldownEvent
- moveSkillPointer - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The pointer in the move skill menu.
- moveSkills - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- MoveSkills - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- moveSkillSelect - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The selected overlay for the move skill icons.
- MoveSkillSelectScreen - Class in com.pixelmonmod.pixelmon.client.gui.moveskills
- MoveSkillSelectScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
- moveSkillWheel - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The base wheel for move skill selection.
- moveSkillWheelCenter - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The center for move skill wheel.
- moveSpeedModifier - Variable in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
- MovesStrategy - Class in com.pixelmonmod.pixelmon.command.impl.wiki
- MovesStrategy() - Constructor for class com.pixelmonmod.pixelmon.command.impl.wiki.MovesStrategy
- moveStrafing - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- MovesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
- MovesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovesTypeAdapter
- moveTo(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- moveTo(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- moveTo(Entity, double) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- moveTo(Path, double) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- moveToTarget() - Method in class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- MoveTowardsBlockGoal - Class in com.pixelmonmod.pixelmon.ai
- MoveTowardsBlockGoal(PixelmonEntity, float) - Constructor for class com.pixelmonmod.pixelmon.ai.MoveTowardsBlockGoal
- MoveTowardsTargetGoal - Class in com.pixelmonmod.pixelmon.ai
- MoveTowardsTargetGoal(Mob, double) - Constructor for class com.pixelmonmod.pixelmon.ai.MoveTowardsTargetGoal
- MoveTypeCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- MoveTypeCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveTypeCondition
- MoveTypeCondition(Element) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveTypeCondition
- MoveUses - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- MoveUsesCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- MoveUsesCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveUsesCondition
- MoveUsesForEvolutionListener - Class in com.pixelmonmod.pixelmon.listener
-
If the move used was a move required by the Pokémon to evolve, this adds to the count of the number of times that move has been used.
- MoveUsesForEvolutionListener() - Constructor for class com.pixelmonmod.pixelmon.listener.MoveUsesForEvolutionListener
- MoveUsesStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
- MoveUsesStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- MoveUsesStats(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- moveVertical - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- moving - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.RidingOffsets
- MOVING - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonPoolElementTypes
- MovingPoolElement - Class in com.pixelmonmod.pixelmon.world.structure
- MovingPoolElement(Either<ResourceLocation, StructureTemplate>, Holder<StructureProcessorList>, StructureTemplatePool.Projection, Integer, Integer, Boolean) - Constructor for class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- MOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- mower - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MOWER - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MOWER - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- MowerBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- MowerBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- MowerTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- MowerTileEntity(String, int, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MowerTileEntity
- MowerTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MowerTileEntity
- MowerTileEntity(BlockEntityType<?>, String, int, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MowerTileEntity
- Moxie - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases attack by one stage when the user KOs a Pokémon.
- Moxie() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Moxie
- MOXIE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MoxieTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MoxieTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MoxieTests
- MR_FUJI - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- MrFuji - Class in com.pixelmonmod.tcg.duel.trainer
- MrFuji() - Constructor for class com.pixelmonmod.tcg.duel.trainer.MrFuji
- MRM - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- MRMIME - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MRMIME - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MRMIME_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MRRIME - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MtlLineParserFactory - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- MtlLineParserFactory(WavefrontObject) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MtlLineParserFactory
- MUD_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MUD_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Mud_Slap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- MUD_SLAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MUD_SPORT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MUDBRAY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MUDDY_WATER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MuddyWater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- MuddyWater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- MUDKIP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MUDKIP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MUDSDALE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MudShot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- MudShot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- MudSlap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- MudSport - Class in com.pixelmonmod.pixelmon.battles.status
-
Weakens Electric-type attacks by 2/3.
- MudSport - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MudSport() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MudSport
-
Initializes the status.
- MudSport(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.MudSport
-
Initializes Mud Sport.
- mug_ball - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MUG_BALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- mug_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MUG_BASE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- mug_pika - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MUG_PIKA - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MugBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- MugBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
- MUK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MUK - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- MUK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- mul(double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Multiplies the x and y values of this vector by the given values.
- mul(double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Multiplies the values of this vector by the given values.
- mul(double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Multiplies the values of this vector by the given values.
- mul(Axis) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Multiplies the values of this vector by a given axis.
- mul(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Multiplies the values of this vector by a given vector.
- mul(Matrix3f, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- mul(Matrix4f, float, Matrix4f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- mul(Vector4f, float, Vector4f) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- mulligan(PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- MULLIGAN - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- mulPose(PoseStack, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.QuaternionHelper
- mult(double) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- mult(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- mult(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- MULTI_ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- MULTI_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MULTI_COUCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- MULTI_SELECT_PCMODE - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- MultiAttack - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- MultiAttack() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MultiAttack
- MultiBlock - Class in com.pixelmonmod.pixelmon.blocks
-
A block that occupies multiple blocks.
- MultiBlock(BlockBehaviour.Properties, int, double, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Initializes a multi-block.
- MultiBlock(BlockBehaviour.Properties, int, double, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.MultiBlock
-
Initializes a multi-block.
- MultiBlockPosition - Enum Class in com.pixelmonmod.pixelmon.blocks.enums
- MultiCouchTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Oa10712 on 5/20/2020
- MultiCouchTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MultiCouchTileEntity
- MultiCouchTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MultiCouchTileEntity
- MultiLineEditBoxColorable - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- MultiLineEditBoxColorable(Font, int, int, int, int, Component, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.MultiLineEditBoxColorable
- MULTIPLAYER - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- MULTIPLAYER - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- MultiplayerScreenModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.servers
- MultiplayerScreenModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.MultiplayerScreenModifier
- MULTIPLE_SPECIES - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- MULTIPLE_WHITESPACE - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- MultipleHit - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
-
Damages the target multiple times.
- MultipleHit(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.MultipleHit
-
Initializes the multi-hit move.
- MultipleSpeciesClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Prevents a team from having two or more Pokémon with the same Pokédex number.
- MultipleSpeciesClause() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.MultipleSpeciesClause
-
Initializes the clause.
- MultiplicativeDuration - Class in com.pixelmonmod.pixelmon.api.daycare.impl.duration
-
Duration type that adds the given amount in the specified units
- MultiplicativeDuration() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.duration.MultiplicativeDuration
- multiplier - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
-
The float by which to multiply the standard rarity should the conditions fit.
- multiplier - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DamageReflect
-
The damage multiplier for the move.
- multiplier - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierBase
- multiplier - Variable in enum class com.pixelmonmod.pixelmon.items.LureItem.LureStrength
- multiply(double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with all the values multiplied by the given multiplier.
- multiply(Quaternionf, Quaternionf) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.QuaternionHelper
- Multiply - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardModifier
- MULTIPOS - Static variable in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- Multiscale - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves direct damage when at full health.
- Multiscale() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multiscale
- MULTISCALE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MultiscaleTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MultiscaleTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MultiscaleTests
- MultiSelectPCMode - Class in com.pixelmonmod.pixelmon.client.gui.pc
- MultiSelectPCMode(PokemonScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- MultiTurn - Class in com.pixelmonmod.pixelmon.battles.status
-
Used to represent multi-turn moves.
- MultiTurn - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MultiTurn() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MultiTurn
-
Initializes the status.
- MultiTurnCharge - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
A basic two-turn charging move.
- MultiTurnCharge() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
- MultiTurnCharge(String) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
-
Initializes a charging move.
- MultiTurnCharge(String, String, StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
-
Initializes a charging move.
- MultiTurnSpecialAttackBase - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Base class for multi-turn moves.
- MultiTurnSpecialAttackBase() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Initializes the multi-turn effect.
- Multitype - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Multitype() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Multitype
- MULTITYPE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Mummy - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes an attacking Pokémon's Ability to Mummy on contact.
- Mummy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Mummy
- MUMMY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MummyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MummyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- MUNCHLAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MUNCHLAX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MUNNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MUNNA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MURKROW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MURKROW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- muscle_band - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- muscle_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- muscle_mochi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- muscle_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- muscleband - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- MuscleBandItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- MuscleBandItem(BattleStatsType, EnumHeldItems) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.MuscleBandItem
- MUSHARNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- MUSHARNA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MUSHROOM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- music_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MUSIC_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MUSIC_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- MusicBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by Jay113355 on 4/30/2021.
- MusicBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.MusicBlock
- MusicBlockTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Jay113355 on 4/30/2021.
- MusicBlockTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
- MusicBlockTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
- MusicBlockTileEntity.BlockSoundRecord - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- mutable() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Creates a new mutable vector with values copied from this vector.
- MutableBoolean - Class in com.pixelmonmod.pixelmon.tools
- MutableBoolean() - Constructor for class com.pixelmonmod.pixelmon.tools.MutableBoolean
- MutableBoolean(boolean) - Constructor for class com.pixelmonmod.pixelmon.tools.MutableBoolean
- MutableBoolean(Boolean) - Constructor for class com.pixelmonmod.pixelmon.tools.MutableBoolean
- MutableDataProvider<T> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider
- MutableDataProvider(Codec<? extends DataProvider<T>>, Supplier<? extends MutableDataProvider<T>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- MutableInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition
- MutableInteractionCondition(Codec<? extends InteractionCondition>, Supplier<? extends MutableInteractionCondition>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- MutableInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result
- MutableInteractionResult(Codec<? extends InteractionResult>, Supplier<? extends MutableInteractionResult>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- MutableLocation - Class in com.pixelmonmod.pixelmon.api.world
-
A location in a world that can have its properties changed.
- MutableLocation(Level, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.world.MutableLocation
- MutableLocation(Level, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.world.MutableLocation
- MutableRibbonData - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon
- MutableRibbonData() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- MutableRibbonData(Component, Component, Component, Component, ResourceWithFallback, PaletteProperties) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- mutator - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
A mutator which transforms the
SpawnLocation
in some way prior to spawning, such as raising the y. - mX - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- mX - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- mY - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- mY - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- MYCELIUM_MIGHT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- MyceliumMight - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
When a Pokémon with Mycelium Might uses a status move, it always moves last within its priority bracket, and the effects of all Pokémon's ignorable Abilities are ignored for the execution of that move.
- MyceliumMight() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MyceliumMight
- MyceliumMightTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- MyceliumMightTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.MyceliumMightTests
- MYSTERIOUS_FOSSIL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- MysteriousAirCurrent - Class in com.pixelmonmod.pixelmon.battles.status
- MysteriousAirCurrent - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- MysteriousAirCurrent() - Constructor for class com.pixelmonmod.pixelmon.battles.status.MysteriousAirCurrent
- MysteriousFossil - Class in com.pixelmonmod.tcg.duel.trainer
- MysteriousFossil() - Constructor for class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
- MYSTERY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- mystery_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- MYSTERY_BOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- MYSTERY_BOX - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- MYSTERY_BOX_ADD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MYSTERY_BOX_ADD_DONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MYSTERY_BOX_CLOSE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MYSTERY_BOX_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonBEWLRs
- MYSTERY_BOX_OPEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MYSTERY_BOX_SPAWN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- MysteryBoxBEWLR - Class in com.pixelmonmod.pixelmon.client.render.item.bewlr
- MysteryBoxBEWLR() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.bewlr.MysteryBoxBEWLR
- MysteryBoxBlock - Class in com.pixelmonmod.pixelmon.blocks
- MysteryBoxBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- MysteryBoxEvent - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Events relating to the operation and activation of the Mystery Box.
- MysteryBoxEvent(MysteryBoxTileEntity, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent
-
Base constructor.
- MysteryBoxEvent.Activate - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.ComparatorPower - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Feed - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Open - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Open.Post - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Open.Pre - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Tick - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Tick.AboutToClose - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Tick.DoSpawn - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Tick.Start - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxEvent.Tick.TrySpawn - Class in com.pixelmonmod.pixelmon.api.events.blocks
- MysteryBoxTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- MysteryBoxTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- MysteryBoxTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- mystic_ticket - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- mystic_water - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- MYSTICAL_FIRE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MYSTICAL_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- MysticalFire - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- MysticalPower - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by HackoJacko on 16/08/2022.
- MysticalPower() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MysticalPower
- mysticWater - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- MYTHICAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a Pokémon is a mythical
- mZ - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- mZ - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
N
- n_lunarizer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- n_solarizer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NACLI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NACLI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NACLSTACK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NACLSTACK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NAGANADEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NAGANADEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NAIVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- name - Variable in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.The name to display at the top of the dialogue box.
- name - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- name - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- name - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- name - Variable in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.AbstractEggGroup
- name - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- name - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- name - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
The unique name of the spawner.
- name - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
The name of the location type as would be seen in
SpawnInfo
. - name - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- name - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- name - Variable in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnArea
- name - Variable in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnData
- name - Variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- name - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- name - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- name - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- name - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- name - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- name - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- name() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the name of this move skill.
- name() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns the value of the
name
record component. - name() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns the value of the
name
record component. - name() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
-
Returns the value of the
name
record component. - name() - Method in record class com.pixelmonmod.pixelmon.client.storage.npc.CopiedNPC
-
Returns the value of the
name
record component. - name(Component) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- name(String) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the name of this move skill.
- name(Component) - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- name(Component) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- name(Component) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTier.Builder
- Name - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- NAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the entity.
- NAME - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- NAME_MAX_LENGTH - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- nameField - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- nameMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- nameplate() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- nameplate() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns the value of the
nameplate
record component. - nameplate(boolean) - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- nameSelector(Selector<String>) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- nameSelector(String...) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- NAMESPACE - Static variable in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- NameTagRenderListener - Class in com.pixelmonmod.pixelmon.api.dummy
- NameTagRenderListener() - Constructor for class com.pixelmonmod.pixelmon.api.dummy.NameTagRenderListener
- nameToID(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
-
Gets the National Pokédex number of a Pokémon from its name.
- NANAB - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- NANAB - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- nanab_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NanabFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- NanabFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NanabFoliagePlacer
- narrowness - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- NASTY_PLOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NastyPlot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- NastyPlot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- NATIONAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- NATIONAL_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- NATU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NATURAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- NATURAL_CURE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Natural_Gift - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- NATURAL_GIFT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NaturalCure - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Cures non-volatile statuses when switching out.
- NaturalCure() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NaturalCure
- NaturalCureTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- NaturalCureTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.NaturalCureTests
- NaturalGift - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Consumes the user's Berry and changes in type and power depending on the Berry.
- NaturalGift() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NaturalGift
- naturalOrder() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.PositionTriState
- nature - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- nature - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LensInfoPacket
- nature(Nature) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the nature of the Pokémon
- Nature - Enum Class in com.pixelmonmod.pixelmon.api.pokemon
-
Pokémon Natures that affect certain stats.
- NATURE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- NATURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the Pokémon's Nature.
- Nature_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Nature_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- NATURE_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NATURE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- NATURE_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- NatureCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Created by Jay113355 on 8/1/2020.
- NatureCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NatureCondition
- NatureCondition(List<Nature>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NatureCondition
- natureFromString(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Gets a Nature from its name.
- NaturePower - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Turns into different moves depending on the environment.
- NaturePower() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NaturePower
- NatureRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- NatureRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
- NatureRequirement(Nature) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NatureRequirement
- NATURES_MADNESS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NaturesMadness - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 1/26/2019.
- NaturesMadness() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NaturesMadness
- NAUGHTY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- nbt - Variable in class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- NBTEntityStorage<T extends net.minecraft.world.entity.Entity> - Class in com.pixelmonmod.pixelmon.api.entity.npc.storage
- NBTEntityStorage(File) - Constructor for class com.pixelmonmod.pixelmon.api.entity.npc.storage.NBTEntityStorage
- NBTEntityStorage(String) - Constructor for class com.pixelmonmod.pixelmon.api.entity.npc.storage.NBTEntityStorage
- NBTHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- NBTHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.NBTHelper
- NbtKeys - Class in com.pixelmonmod.pixelmon.api.storage
-
Constants for NBT keys used by Pixelmon.
- NbtKeys() - Constructor for class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- NBTStorageSaveAdapter - Class in com.pixelmonmod.pixelmon.api.storage.research.save.impl
- NBTStorageSaveAdapter - Class in com.pixelmonmod.pixelmon.storage.adapters
- NBTStorageSaveAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.save.impl.NBTStorageSaveAdapter
- NBTStorageSaveAdapter() - Constructor for class com.pixelmonmod.pixelmon.storage.adapters.NBTStorageSaveAdapter
- NDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokedex number
- NDEX - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
- necklace - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- NECKLACE - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- NECROZMA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NECROZMA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NecrozmaFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- NecrozmaFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.NecrozmaFormChange
- NectarItem - Class in com.pixelmonmod.pixelmon.items
- NectarItem(String, Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.NectarItem
- needCoinSide - Variable in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
- NEEDED_LIGHT - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- neededNearbyBlockCondition - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
The condition on the blocks that must be nearby.
- neededNearbyBlocks - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- NEEDLE_ARM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BallFetch
-
Checks if a new instance of the Ability needs to be initialized if a Pokémon receives it in battle.
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DragonsMaw
-
Checks if a new instance of the Ability needs to be initialized if a Pokémon receives it in battle.
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
-
Checks if a new instance of the Ability needs to be initialized if a Pokémon receives it in battle.
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MirrorArmor
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pickup
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RockyPayload
-
Checks if a new instance of the Ability needs to be initialized if a Pokémon receives it in battle.
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Transistor
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
- needNewInstance() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unburden
- needNewInstance() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Checks if a new instance of the Ability needs to be initialized if a Pokémon receives it in battle.
- NegativeDuration - Class in com.pixelmonmod.pixelmon.api.daycare.impl.duration
-
Duration type that adds the given amount in the specified units
- NegativeDuration() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.duration.NegativeDuration
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockStanding
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
- neighborChanged(BlockState, Level, BlockPos, Block, BlockPos, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- neo_plasma_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- neo_plasma_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- neo_plasma_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- neo_plasma_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- nest - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Nest Ball.
- NEST_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- NestBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- NestBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.NestBall
- net - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Net Ball.
- NET_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- NET_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- NET_VERSION - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- NetBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- NetBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.NetBall
- netherite_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- network - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- network - Static variable in class com.pixelmonmod.tcg.TCG
- NETWORK_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- NetworkHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Static utility class to abstract and simplify sending packets (weird
PacketDistributor
is ugly) - NetworkHelper - Class in com.pixelmonmod.tcg.api.util.helper
-
Static utility class to abstract and simplify sending packets (weird
PacketDistributor
is ugly) - NetworkHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
- NetworkHelper() - Constructor for class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
- NetworkServerEntry(CustomMultiplayerScreen, LanServer) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- Neuroforce - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of moves by 25% when it 'would be super effective'.
- Neuroforce() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Neuroforce
- NEUROFORCE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- NEUTRAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- NEUTRALIZING_GAS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- NeutralizingGas - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Nullifies a large majority of abilities.
- NeutralizingGas() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- NeutralizingGasTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- NeutralizingGasTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- never() - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Returns an interaction condition that always returns false
- NEVER_ENDING_NIGHTMARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- never_melt_ice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NEVER_MISS - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Special accuracy cases.
- neverMeltIce - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- New(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.New
- NEW_DIALOGUES - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Will continue the dialogue after replacing the queued dialogue.
- NEW_MOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- NEW_RUNNING_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- new_running_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- newAbility - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeAbilityAction
- newAttackList - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Attacks to be learned by the player's Pokémon.
- newBinding() - Method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.TrashCanBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GenericModelBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.WashingMachineBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MusicBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonStandingSignBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PixelmonWallSignBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftEventBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.WarpPlateBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- newBlockEntity(BlockPos, BlockState) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- newForm - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.MegaEvolveAction
- newInstance(Object...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
-
Creates a copy of this interaction condition with the given values set as the instances of the variables.
- newInstance(Object...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
-
Creates a copy of this interaction condition with the given values set as the instances of the variables.
- newInstance(Object...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
-
Creates a copy of this interaction result with the given values set as the instances of the variables.
- newItem - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HeldItemChangeAction
- newLine() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- NEWLINE_CHAR - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- newPokeChecker(int, int, Pokemon[]) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- newPokeChecker(int, int, Pokemon[]) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- newPokemonUUID - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon that this Pokémon will switch into.
- newPosition - Variable in class com.pixelmonmod.pixelmon.api.events.storage.ChangeStorageEvent
-
The new storage position this Pokemon now holds in the new storage.
- newStats - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatChangeAction
- newStatus - Variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- newStorage - Variable in class com.pixelmonmod.pixelmon.api.events.storage.ChangeStorageEvent
-
The new storage object the Pokemon is in.
- newTerrain - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TerrainChangeAction
- newTypes - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeTypeAction
- newValue - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- newWeather - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.WeatherChangeAction
- newWeightedSet(Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- next() - Method in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
-
Gets the battle type directly after the current one.
- next() - Method in enum class com.pixelmonmod.pixelmon.api.storage.BattlePerspectiveMode
- next() - Method in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
- next() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- next() - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
- next() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChoosingMovesetData
- next(PokemonStorage, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- nextAggression(Aggression) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Returns the next aggression (in enum index order) from the given one.
- nextAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Gets the next animation type for the statue in order.
- nextBoolean() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next boolean value from the internal
RandomSource
. - nextDouble() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next double value from the internal
RandomSource
. - nextFloat() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next float value from the internal
RandomSource
. - nextFloat(float, float) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next float value from the internal
RandomSource
which is between min and max. - nextGaussian() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next Gaussian double value from the internal
RandomSource
. - nextInt() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next integer value from the internal
RandomSource
. - nextInt(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next integer value from the internal
RandomSource
up to a given bound. - nextInt(int, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next integer value from the internal
RandomSource
which is between min and max inclusive. - nextLocation(SpawnLocationType) - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Gets the next spawn location (in enum index order) from an existing one.
- nextLong() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next long value from the internal
RandomSource
. - nextOneEighthChance() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a boolean which is true 1/8 of the time from the internal
RandomSource
. - nextOneQuarterChance() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a boolean which is true 1/4 of the time from the internal
RandomSource
. - nextOneSixteenthChance() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a boolean which is true 1/16 of the time from the internal
RandomSource
. - nextOneThirdChance() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a boolean which is true 1/3 of the time from the internal
RandomSource
. - nextPage(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- nextPCMode() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- nextPCMode() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- nextPCMode() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- nextPCMode(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- nextPCMode(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- nextPercentageChance(double) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a boolean with a chance to be true based on the given percentage, where 0.0 is 0% and 1.0 is 100%.
- nextPercentageChance(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a boolean with a chance to be true based on the given percentage, where 0F is 0% and 1F is 100%.
- nextPercentageChance(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets a boolean with a chance to be true based on the given percentage, where 0 is 0% and 100 is 100%.
- NextPokemonKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- NextPokemonKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.NextPokemonKey
- nextRandomChance() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets the next boolean value from the internal
RandomSource
. - nextSpawnTime - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
The last (epoch) time an entity was successfully spawned.
- nextSpherePoint(double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
- nextStage - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- nextStage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- nextStage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- nextStage() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
- nextSwitchIsMove - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is switching out because of the effects of a move.
- nextUID() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- NICKIT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NICKIT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- nickname - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.SetNicknameEvent
-
The new nickname.
- nickname - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- nickname - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The Pokémon's nickname.
- nickname(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the nickname of the Pokémon Leaving null means no nickname
- nickname(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the nickname of the Pokémon Leaving null means no nickname
- Nickname - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- NICKNAME - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- NICKNAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- NICKNAME_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- NicknameRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- NicknameRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- NicknameRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NicknameRequirement
- NicknameRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.NicknameRequirement
- NicknameRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NicknameRequirement
- NicknameRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.NicknameRequirement
- NIDOKING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NIDOKING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NIDOQUEEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NIDOQUEEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NIDORANFEMALE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NIDORANFEMALE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NIDORANMALE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NIDORANMALE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NIDORINA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NIDORINA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NIDORINO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NIDORINO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- night - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Rarity
- NIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
- NIGHT_DAZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NIGHT_SHADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NIGHT_SLASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Nightmare - Class in com.pixelmonmod.pixelmon.battles.status
-
Damages the Pokémon by 25% hp when it is sleeping.
- Nightmare - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Nightmare - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Nightmare() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Nightmare
-
Initializes the status.
- NIGHTMARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NightShade - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals damage equal to the user's pokemonLevel.
- NightShade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- NightShade() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.NightShade
- NIHILEGO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NINCADA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NINCADA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- nindices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FaceParser
- nineslice(WidgetRenderState<? extends StatefulWidget<?>>, NineSlice, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- nineslice(GuiGraphics, NineSlice, float, float, float, float, float, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- NineSlice - Record Class in com.pixelmonmod.api.client.screen.render
- NineSlice(ResourceLocation, int, int, int, int) - Constructor for record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Creates an instance of a
NineSlice
record class. - NINETALES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NINETALES - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NINETALES_ALOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NINIKU - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- NINIKU - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- niniku_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NinikuFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- NinikuFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NinikuFoliagePlacer
- NINJASK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NINJASK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NO - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
- NO - Enum constant in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- NO_BACKGROUND - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
- NO_CRITS - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- NO_DROPS - Static variable in class com.pixelmonmod.api.Flags
- NO_DROPS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- NO_DUPLICATE_ITEMS - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- NO_ENTRY - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- NO_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- NO_HEAD_RENDER - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonItemTags
- no_item - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NO_LIGHTING - Enum constant in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
- NO_MIRROR_SHAPED_RECIPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- NO_RETREAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- noAbility - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ComingSoon
-
The null object reference to this Ability.
- NOBLE_ROAR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- noCrits - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- noCrits() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets the battle to disable the ability for critical hits to occur
- NoCritsProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- NoCritsProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.NoCritsProperty
- NOCTOWL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NOCTOWL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NOCULL - Enum constant in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
- node - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.GenericTriggerCheckSpawns
-
The permission node required to use this checkspawns.
- node - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.LegendaryCheckSpawns
-
The permission node required to use this checkspawns.
- node - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.RayTraceCheckSpawns
-
The permission node required to use this checkspawns.
- NoDropsRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- NoDropsRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NoDropsRequirement
- NoDropsRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NoDropsRequirement
- NoDuplicateItemClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Prevents two Pokémon from holding the same held item.
- NoDuplicateItemClause() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.NoDuplicateItemClause
- NoGuard - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Makes moves used by or against the Pokémon always hit.
- NoGuard() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NoGuard
- NOIBAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NOIBAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NOICE_FACE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- noInteractions() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- noiseParam - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- noItem - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
X Sprite.
- NoItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Null reference pattern for items.
- NoItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.NoItem
-
Initializes the null item.
- NOIVERN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NOIVERN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- noLogResult() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets this battle to not create a battle log when the battle is over
- nomaru_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NOMEL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- NOMEL - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- nomel_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NomelFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- NomelFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NomelFoliagePlacer
- NoMirrorShapedRecipe - Class in com.pixelmonmod.pixelmon.api.recipe
- NoMirrorShapedRecipe(String, CraftingBookCategory, int, int, NonNullList<Ingredient>, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe
- NoMirrorShapedRecipe.Serializer - Class in com.pixelmonmod.pixelmon.api.recipe
- noNameplate() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- none - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
- none() - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
- none() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
Returns the none resource location
- None - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
- None - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.ValueType
- None - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- None - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- None - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
- None - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
- None - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
- None - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
- None - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
- None - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- None - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.Terrain
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.WingType
- NONE - Enum constant in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- NONE - Static variable in interface com.pixelmonmod.api.client.screen.widget.state.CustomState
- NONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- NONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- NONE - Static variable in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- NONE_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- nonEmptyInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
Sets the regex to accept any input at all as long as it is not empty.
- NonExtremeWeatherFailsDuringDeltaStreamTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- NonExtremeWeatherFailsDuringDeltaStreamTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.NonExtremeWeatherFailsDuringDeltaStreamTest
- nontarget - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- NOOP_COMPARATOR - Static variable in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- NoOpAI - Class in com.pixelmonmod.pixelmon.battles.controller.ai
- NoOpAI(BattleParticipant) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.NoOpAI
-
Initializes the AI.
- noParty() - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- noRegisterBattle() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets if the battle will be registered in the
BattleRegistry
when it is started
This should be false for tests as the battle will not be cleaned up and will cause memory leaks - NoReplacementLogic - Class in com.pixelmonmod.pixelmon.api.replacement.logic
-
For not replacing the entity at all
- NoReplacementLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.NoReplacementLogic
- NoRetreat - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from escaping or switching.
- NoRetreat - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- NoRetreat() - Constructor for class com.pixelmonmod.pixelmon.battles.status.NoRetreat
-
Initializes the status.
- NoRetreat(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.NoRetreat
-
Initializes No Retreat.
- norm() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- normal - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Signifies an un-fainted Pokémon in its Poké Ball.
- normal(String, String) - Static method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Creates a new normal battle end cause with the given key and value.
- normal(ResourceLocation) - Static method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Creates a new normal battle end cause with the given id.
- Normal - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
- Normal - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
- NORMAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
- NORMAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- NORMAL - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- NORMAL - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- NORMAL - Static variable in class com.pixelmonmod.api.client.screen.StatefulScreen.Priority
- NORMAL - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- NORMAL - Static variable in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.Identifiers
- NORMAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- NORMAL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- normal_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NORMAL_MAP_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- normalium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Normalium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- normalize() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- normalize(Bounds) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Normalize this vector between 0 and 1 based on the given
Bounds
. - normalize(Bounds) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Normalize this vector between 0 and 1 based on the given
Bounds
. - Normalize - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Turns all of the Pokémon's moves into Normal-type moves and boosts them by 20%.
- Normalize() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Normalize
- NORMALIZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- NormalizedFace - Class in com.pixelmonmod.pixelmon.client.models.smd
- NormalizedFace(DeformVertex[], TextureCoordinate[]) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
- normalMap - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- normalMap() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- normalMap(TextureProvider) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- normalMap(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- normalMap(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- normalMappingShader - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- NormalParser - Class in com.pixelmonmod.pixelmon.client.models.obj
- NormalParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.NormalParser
- NormalPokemon - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
- normals - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Group
- NormalTrainer - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
- NormalTurn - Enum constant in enum class com.pixelmonmod.tcg.duel.state.GamePhase
- normIndices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Face
- NORTH - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- NORTH_AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- noSelection() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Disables the team selection screen before the battle begins (default false)
- NOSEPASS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NOSEPASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- NOSERVER_DETAIL - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- noStatus - Static variable in class com.pixelmonmod.pixelmon.battles.status.NoStatus
-
A constant instance of no status.
- NoStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
A default status that does nothing.
- NoStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.NoStatus
-
Initializes the default status.
- Not - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
- NOT_BOSS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- NOT_BOSS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- notarget - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- notarget - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Indicates that there is no Pokémon to target.
- notCloseable() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sets the GUI as not closeable (via ESCAPE button)
- NotEqualInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- NotEqualInteractionCondition(DataProvider<Number>, DataProvider<Number>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NotEqualInteractionCondition
- NoTerrain - Class in com.pixelmonmod.pixelmon.battles.status
-
Null reference pattern for terrains.
- NoTerrain() - Constructor for class com.pixelmonmod.pixelmon.battles.status.NoTerrain
-
Initializes the status.
- noTexture() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- noTexture() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- notFrozen() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets the battle to not be frozen when it is created (default)
- NOTHING - Enum constant in enum class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.TargetType
- NoticeOverlay - Class in com.pixelmonmod.pixelmon.api.overlay.notice
- NoticeOverlay() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay
- NoticeOverlay.Builder - Class in com.pixelmonmod.pixelmon.api.overlay.notice
- noTicks() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- notifiedPlayerTheyCantUsePokeBalls(BagSection) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- notifyActivePokemonOfStatChange() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- notifyCommandListener(CommandSourceStack, PixelCommand, int, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- notifyListeners(StoragePosition, Pokemon, EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Notifies all the tracking players of a change in the storage
- noTracking() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- npc - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent
- npc - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
- npc - Variable in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt
- npc - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.AddNewInteractionPacket
- npc - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SendUpdatedInteractionDataPacket
- npc - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- npc - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.NPCEditorClosedPacket
- npc - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- npc - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.RequestNPCEditorPacket
- npc() - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- npc() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- npc(NPC) - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- npc(NPC) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- NPC - Class in com.pixelmonmod.pixelmon.entities.npcs
-
Entity class for all Pixelmon NPCs
- NPC - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- NPC - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- NPC(EntityType<? extends PathfinderMob>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.NPC
- NPC(Level, NPCBuilder) - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.NPC
- NPC_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- NPC_ENGAGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- NPC_PRESET_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- NPCBuilder - Class in com.pixelmonmod.pixelmon.entities.npcs
- NPCBuilder() - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- NPCCHATINDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Chat index for lang look-up.
- NPCClientUpdater - Class in com.pixelmonmod.pixelmon.entities.npcs
- NPCClientUpdater() - Constructor for class com.pixelmonmod.pixelmon.entities.npcs.NPCClientUpdater
- NPCDEFAULTGREETING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Has the default greting for an NPC been overriden?
- NPCDEFAULTLOSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Has the default lose message for an NPC been overriden?
- NPCDEFAULTNAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Has the default name for an NPC been overriden?
- NPCDEFAULTWIN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Has the default win message for an NPC been overriden?
- NPCEditorClosedPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- NPCEditorClosedPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.NPCEditorClosedPacket
- NPCEditorClosedPacket(NPC) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.NPCEditorClosedPacket
- NPCEditorItem - Class in com.pixelmonmod.pixelmon.items
- NPCEditorItem() - Constructor for class com.pixelmonmod.pixelmon.items.NPCEditorItem
- NPCEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc.editor
- NPCEditorScreen(UUID, InteractionSetData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- NPCEntityRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- NPCEntityRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCEntityRenderer
- NPCEvent - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Collection of events fired relating to interactions with Pixelmon NPCs.
- NPCEvent(NPC, Player) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent
- NPCEvent.EndBattle - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Event fired when a player versus NPC battle ends.
- NPCEvent.StartBattle - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Event fired when a player attempts to start a battle versus an NPC.
- npcInteractID - Static variable in class com.pixelmonmod.pixelmon.client.ServerStorageDisplay
-
The ID of the NPC the player is currently interacting with.
- NPCInteractionEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc.editor
- NPCInteractionEditorScreen(UUID, InteractionSetData, InteractionData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- NPCISGYMLEADER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the npc trainer is a gym leader.
- NPCLearnMovePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
-
Packet to send a selected party slot to an NPC.
- NPCLearnMovePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCLearnMovePacket
-
Initializes an empty packet.
- NPCLearnMovePacket(UUID, EnumNPCType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCLearnMovePacket
-
Initializes a packet.
- NPCLEVEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NPC Trainer's loss message.
- npcName - Variable in class com.pixelmonmod.pixelmon.api.events.HealerEvent.Post
- npcName - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
The localized name of the NPC that is being faced.
- NPCNAMEINDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Name index for lang loop-up.
- NPCPartyStorage - Class in com.pixelmonmod.pixelmon.api.storage
- NPCPartyStorage(NPC) - Constructor for class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- NPCPartyStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- NPCPreset - Class in com.pixelmonmod.pixelmon.api.npc
- NPCPreset.Builder - Class in com.pixelmonmod.pixelmon.api.npc
- NPCPresetSelectorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc.editor
- NPCPresetSelectorScreen(Vec3) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCPresetSelectorScreen
- npcs - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The NPC
SpawnSet
s, for thePlayerTrackingSpawner
. - NPCsConfig - Class in com.pixelmonmod.pixelmon.api.config
- NPCsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.NPCsConfig
- NPCTeachMovePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- NPCTeachMovePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCTeachMovePacket
- NPCTeachMovePacket(UUID, String, UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.NPCTeachMovePacket
- NPCTracker - Class in com.pixelmonmod.pixelmon.api.entity.npc
-
This is used for storing important data about NPCs that exist in the world and were placed by an admin.
- NPCTracker() - Constructor for class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
- NPCTrackerScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc.editor
- NPCTrackerScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCTrackerScreen
- NPCTraderEvent - Class in com.pixelmonmod.pixelmon.api.events.npc
-
All events relating to the npc trader
- NPCTraderEvent(Player, NPC) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent
- NPCTraderEvent.AcceptTrade - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Event fired when a player is accepting a trade from the NPC Trader
- NPCTraderEvent.AcceptTrade.Post - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Fired after the trade took place
- NPCTraderEvent.AcceptTrade.Pre - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Fired before the trade takes place Cancelling will stop the trade for this Pokemon from the player's party
- NPCTraderEvent.ShowTrade - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Events fired surrounding the player opening the trade screen
- NPCTraderEvent.ShowTrade.Post - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Fired just after they open the screen
- NPCTraderEvent.ShowTrade.Pre - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Fired just before they open the screen Cancelling this will prevent them from opening the screen
- NPCTraderScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
- NPCTraderScreen(UUID, ClientTradePair, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.NPCTraderScreen
- NPCTrades - Class in com.pixelmonmod.pixelmon.api.trading
- NPCTrades() - Constructor for class com.pixelmonmod.pixelmon.api.trading.NPCTrades
- NPCTRAINERINDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Trainer index for lang look-up.
- NPCTutorEvent - Class in com.pixelmonmod.pixelmon.api.events.npc
- NPCTutorEvent(Player, NPC) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
- NPCTutorEvent.CollectLearnableMoves - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Events fired surrounding the client being sent what moves a tutor can teach
- NPCTutorEvent.CollectLearnableMoves.Post - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Fired after the screen is opened and packet is sent
- NPCTutorEvent.CollectLearnableMoves.Pre - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Fired just before the packet is sent Cancelling this may cause some buggy behaviour Use this event for modifying the list of learnable moves that a Pokemon can learn
- NPCWINNINGS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NPC Trainer's loss message.
- NsParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.mtl
- NsParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.NsParser
- NU - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
- nugget - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NuggetCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- NuggetCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NuggetCondition
- NuggetCondition(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NuggetCondition
- nuggets - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NuggetCondition
- NUGGETS_FED_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- nuggetsFed - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- NuggetsFedRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- NuggetsFedRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NuggetsFedRequirement
- NuggetsFedRequirement(int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.NuggetsFedRequirement
- NULL - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.TriBoolean
- NULL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- NULL_INDEX - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- NUM_ATTACKS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of moves the tutor can teach.
- NUM_ENCOUNTERS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of players the NPC Trainer has battled.
- NUM_INTERACTIONS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of different interactions that the Pokémon has.
- NUM_POKEMON - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- number(Codec<A>, A) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- number(Number, Component) - Static method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Creates a new number input type with the given value
- NUMBER - Static variable in class com.pixelmonmod.pixelmon.api.codec.PixelmonCodec
- NUMBER_ONE - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- NUMBER_TWO - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- numberCodec() - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- NumberHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Static helper class for generic number operations
- NumberHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
- NumberInputType - Class in com.pixelmonmod.pixelmon.api.ui.type
-
This input type represents any type of
Number
input from the user - NumberInputType(Number, Component) - Constructor for class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- NumberListContainsInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- NumberListContainsInteractionCondition(DataProvider<Number>, List<DataProvider<Number>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- numberOfMessageOccurrences(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Finds how many times a given message has been sent.
- numBoosts - Variable in class com.pixelmonmod.pixelmon.battles.status.ChiStrikeStatus
-
The current number of boots from the ChiStrike.
- numBoosts - Variable in class com.pixelmonmod.pixelmon.battles.status.Pumped
-
The current number of boots from the Pumped status.
- numCloned - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- numControlledPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The number of Pokémon the participant is controlling in battle at once.
- numControlledPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- numControlledPokemon(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- NUMEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NUMEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- numEnchanted - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- numFainted - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The number of fainted Pokémon ready to be switched out.
- numInteractions - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- numLayers - Variable in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
-
The current number of layers of the entry hazard present.
- NumPokemonProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- NumPokemonProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.NumPokemonProperty
- numStockpiles - Variable in class com.pixelmonmod.pixelmon.battles.status.Stockpile
-
The power of Stockpile.
- numTurns - Variable in class com.pixelmonmod.pixelmon.battles.status.MultiTurn
-
The number of turns remaining in the multi-turn move.
- NUTPEA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- NUTPEA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- nutpea_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- NutpeaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- NutpeaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.NutpeaFoliagePlacer
- NUZLEAF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- NUZZLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- NYMBLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
O
- oa10712 - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- OA10712 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- oaks_letter - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- oaks_parcel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- oas_rod - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OAS_ROD - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- OasRod - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- obj - Variable in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- object - Variable in class com.pixelmonmod.pixelmon.client.models.obj.LineParserFactory
- ObjectHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- ObjectHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ObjectHelper
- objective - Variable in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- objective - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- objective() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- objective() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- objective() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
-
Gets the objective that this player research objective is for.
- objectives() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
-
Returns the value of the
objectives
record component. - objectives(ResearchObjective...) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- objectives(Collection<ResearchObjective>) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- OBJECTIVES_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- objects - Variable in class com.pixelmonmod.pixelmon.api.util.VariableList
- ObjLineParserFactory - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- ObjLineParserFactory(WavefrontObject) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.ObjLineParserFactory
- OBJLoader - Class in com.pixelmonmod.pixelmon.client.models.obj
- OBJLoader() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.OBJLoader
- objs - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- OBLIVION_WING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Oblivious - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon from being afflicted by infatuation or Taunt.
- Oblivious() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Oblivious
-
Initializes Oblivious.
- OBLIVIOUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Obscured - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ObscuredStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
https://bulbapedia.bulbagarden.net/wiki/Status_condition#Obscured https://game8.co/games/Pokemon-Legends-Arceus/archives/354040#:~:text=Obscured,-Enlarge&text=An%20Obscured%20Pokemon%20has%20its,the%20end%20of%20its%20turn.
- ObscuredStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ObscuredStatus
- ObscuredStatus(int, int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.ObscuredStatus
- OBSTAGOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Obstruct - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects against direct damage.
- Obstruct - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Obstruct() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Obstruct
-
Initializes the status.
- OBSTRUCT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ObstructTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ObstructTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- obtainedItem(Species, Stats, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- ObtainingCleanFossil(ServerPlayer, BlockEntity, Item) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilCleanerEvent.ObtainingCleanFossil
- OCCA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- OCCA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- occa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OccaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- OccaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.OccaFoliagePlacer
- OCCUPIED_POKEBALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- OccupiedPokeBallEntity - Class in com.pixelmonmod.pixelmon.entities.pokeballs
-
A player's Poké Ball that contains a Pokémon.
- OccupiedPokeBallEntity(EntityType<OccupiedPokeBallEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- OccupiedPokeBallEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
-
Required constructor for client side creation.
- OccupiedPokeBallEntity(Level, LivingEntity, int, PokeBall) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
-
Initializes a Poké Ball entity.
- OCEAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- OCEAN - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- OCEANIC_OPERETTA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- OCTAZOOKA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- OCTILLERY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Octolock - Class in com.pixelmonmod.pixelmon.battles.status
-
Created by Jay113355 on 7/12/2020.
- Octolock() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Octolock
-
Initializes the status.
- Octolock(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Octolock
-
Initializes Octolock.
- OCTOLOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- odd_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- oddIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- ODDISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ODDISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ODOR_SLEUTH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysFalseInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.AlwaysTrueInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNANDInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNORInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalORInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXNORInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Gets an instance of a new Interaction context
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.BlockStateContextDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.calendar.DayOfMonthDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ItemStackContextDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HandUsedDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerExpLevelDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerGameModeDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerIPDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerNameDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerUUIDDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PokeDexDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonLevelDataProvider
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.EmptyInteractionResult
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.CloseScreenInteractionResult
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockDynamaxInteractionResult
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockMegaEvolutionInteractionResult
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerStartNPCBattleInteractionResult
- of() - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.SetIconInteractionResult
- of() - Static method in class com.pixelmonmod.pixelmon.api.util.VariableList
-
Creates an empty
VariableList
- of(boolean) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.ConstantBooleanDataProvider
- of(boolean) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.HealPlayerPartyInteractionResult
- of(boolean, Component) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- of(boolean, Component, Component, Component) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
-
Creates a new boolean input type
- of(double) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.RandomChanceInteractionCondition
- of(double) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveMoneyInteractionResult
- of(double, double, double, double) - Static method in class com.pixelmonmod.api.client.screen.util.Bounds
- of(int) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PartySlotDataProvider
- of(int) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.GiveExperienceInteractionResult
- of(int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.Range
- of(A, Supplier<B>) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
- of(A, Supplier<B>) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
- of(WidgetRenderState<U>, String, Alignment, Color, Font, double, boolean, boolean, boolean) - Static method in class com.pixelmonmod.api.client.screen.widget.Font
- of(PokemonSpecification...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GivePokemonInteractionResult
- of(PokemonSpecification...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PokedexSeenInteractionResult
- of(ProfessorDialogue) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.OpenProfessorDialogueInteractionResult
- of(InteractionCondition) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.InteractionConditionDataProvider
- of(ContextKey<A>, A) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Gets an instance of a mew Interaction context with the key and value set already
- of(InteractionEvent) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TriggerInteractionEventInteractionResult
- of(Interaction...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
-
Creates a new InteractionSet with the given interactions
- of(DataProvider<Pokemon>, PokemonSpecification) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.MatchesSpecDataProvider
- of(DataProvider<Boolean>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNOTInteractionCondition
- of(DataProvider<Boolean>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.HealPlayerPartyInteractionResult
- of(DataProvider<Boolean>...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- of(DataProvider<Boolean>...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNANDInteractionCondition
- of(DataProvider<Boolean>...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNORInteractionCondition
- of(DataProvider<Boolean>...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalORInteractionCondition
- of(DataProvider<Boolean>...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXNORInteractionCondition
- of(DataProvider<Boolean>...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanOrEqualInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanOrEqualInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NotEqualInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- of(DataProvider<Number>, DataProvider<Number>, DataProvider<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- of(DataProvider<Number>, List<DataProvider<Number>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- of(DataProvider<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.MonthIsInteractionCondition
- of(DataProvider<String>, DataProvider<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesInteractionCondition
- of(DataProvider<String>, DataProvider<PixelmonEntity>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesEntityInteractionCondition
- of(DataProvider<String>, DataProvider<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareCaseInsensitiveInteractionCondition
- of(DataProvider<String>, DataProvider<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareInteractionCondition
- of(DataProvider<String>, DataProvider<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- of(DataProvider<String>, List<DataProvider<String>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- of(DataProvider<List<ItemStack>>, DataProvider<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- of(DataProvider<List<ItemStack>>, ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ContainsItemInteractionCondition
- of(DataProvider<ServerPlayer>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.CanBattleInteractionCondition
- of(DataProvider<ServerPlayer>, ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.SetCooldownInteractionResult
- of(DataProvider<ServerPlayer>, ResourceLocation, int, TimeUnit) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- of(DataProvider<ItemStack>, DataProvider<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- of(DataProvider<ItemStack>, DataProvider<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- of(PokeBall) - Static method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- of(PokeBall) - Static method in class com.pixelmonmod.pixelmon.items.PokeBallLidItem
- of(PokeBall, int) - Static method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- of(PokeBall, int) - Static method in class com.pixelmonmod.pixelmon.items.PokeBallLidItem
- of(ShopItem...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- of(LearnableMove...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TutorInteractionResult
- of(ResourceWithFallback) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.SetIconInteractionResult
- of(TMType, ITechnicalMove) - Static method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- of(ImmutableCard) - Static method in class com.pixelmonmod.tcg.api.card.Card
- of(Class<T>, String) - Static method in class com.pixelmonmod.api.registry.RegistryValue
- of(Class<T>, String, T) - Static method in class com.pixelmonmod.api.registry.RegistryValue
- of(Class<T>, Component, DataProvider<T>) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
-
Creates a new data provider input type for the given type
- of(Iterable<Interaction>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
-
Creates a new InteractionSet with the given interactions
- of(Iterable<DataProvider<Boolean>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNANDInteractionCondition
- of(Iterable<DataProvider<Boolean>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalNORInteractionCondition
- of(Iterable<DataProvider<Boolean>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalORInteractionCondition
- of(Iterable<DataProvider<Boolean>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXNORInteractionCondition
- of(Iterable<DataProvider<Boolean>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalXORInteractionCondition
- of(Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.ConstantNumberDataProvider
- of(Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- of(Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanInteractionCondition
- of(Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanOrEqualInteractionCondition
- of(Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- of(Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanOrEqualInteractionCondition
- of(Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NotEqualInteractionCondition
- of(Number, Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- of(Number, Number, Number) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- of(Number, List<Number>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- of(Number, Component) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
-
Creates a new number input type
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.MonthIsInteractionCondition
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesEntityInteractionCondition
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesInteractionCondition
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.IntegerContextNumberDataProvider
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerContextDataProvider
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PixelmonEntityContextDataProvider
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonContextDataProvider
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.ConstantStringDataProvider
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.StringContextDataProvider
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.AppraiseRodInteractionResult
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.SpawnAndEnterBattleInteractionResult
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- of(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
Will create a resource location from the String and return null if it is invalid
- of(String...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.ConsoleExecuteCommandInteractionResult
- of(String...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerExecuteCommandInteractionResult
- of(String, String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareCaseInsensitiveInteractionCondition
- of(String, String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareInteractionCondition
- of(String, String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- of(String, String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- of(String, String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenTradeInteractionResult
- of(String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
Will create a resource location in the given namespace, with the given target location
This will return null if an invalid resource location is given - of(String, String, boolean) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- of(String, Function<B, String>) - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.context.placeholder.ContextPlaceholder
- of(String, List<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- of(String, List<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenPagedDialogueInteractionResult
- of(String, Component) - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Creates a new
InputPattern
with the given pattern and error message. - of(String, Component) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
-
Creates a new text input type
- of(Function<Codec<T>, Codec<? extends Selector<T>>>) - Static method in class com.pixelmonmod.pixelmon.api.selector.SelectorType
-
Creates an instance of the SelectorType
- of(List<PokemonSpecification>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GivePokemonInteractionResult
- of(List<PokemonSpecification>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PokedexSeenInteractionResult
- of(List<DataProvider<Boolean>>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.logic.LogicalANDInteractionCondition
- of(List<InteractionResult>, int) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.DelayInteractionResult
- of(List<ShopItem>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- of(List<ShopItem>, boolean) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- of(List<LearnableMove>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TutorInteractionResult
- of(List<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.ConsoleExecuteCommandInteractionResult
- of(List<String>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerExecuteCommandInteractionResult
- of(List<Component>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessagePlayerInteractionResult
- of(List<Component>, List<PokemonSpecification>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- of(List<ResourceLocation>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world.StructureIsOneOfInteractionCondition
- of(List<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GiveItemInteractionResult
- of(List<T>) - Static method in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- of(List<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.VariableList
-
Creates a
VariableList
with the given objects - of(Pattern, Component) - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Creates a new
InputPattern
with the given pattern and error message. - of(Pattern, Component, long) - Static method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Creates a new
InputPattern
with the given pattern, error message, and error duration. - of(GuiGraphics, double, double, float, StatefulWidget<U>) - Static method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- of(HolderSet<Item>, DataProvider<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- of(HolderSet<Item>, ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemIsOneOfInteractionCondition
- of(HolderSet<Block>, DataProvider<BlockState>) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- of(HolderSet<Block>, BlockState) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.block.BlockIsOneOfInteractionCondition
- of(Component) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
- of(Component...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessagePlayerInteractionResult
- of(Component...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- of(Component, boolean) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe.RecipeMatchesInteractionCondition
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.IntegerContextNumberDataProvider
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerContextDataProvider
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PixelmonEntityContextDataProvider
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonContextDataProvider
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.StringContextDataProvider
- of(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.RewardLootTableInteractionResult
- of(ResourceLocation, Color, float, float) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.ImageEntry
- of(ResourceLocation, ResourceLocation, Component) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
-
Creates a new text input type
- of(ResourceLocation, IForgeRegistry<?>, Component) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
-
Creates a new text input type
- of(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ConstantItemStackDataProvider
- of(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.RelearnerInteractionResult
- of(ItemStack...) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GiveItemInteractionResult
- of(ItemStack, Component) - Static method in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
-
Creates a new item stack input type
- of(ItemStack, ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- of(ItemStack, ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- of(BlockState) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.ConstantBlockStateDataProvider
- of(T) - Static method in class com.pixelmonmod.pixelmon.api.selector.type.ConstantSelector
-
Creates a new instance of the ConstantSelector with the given value
- of(T...) - Static method in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- OFF_HAND - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- offer() - Method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
-
Returns the value of the
offer
record component. - offer() - Method in record class com.pixelmonmod.pixelmon.api.trading.TradePair
-
Returns the value of the
offer
record component. - OFFER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the Pokémon pokemon the trader offers.
- offGroundTime - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- offset() - Method in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
-
Returns the value of the
offset
record component. - offset(double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- offset(double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- offset(Position) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- offset1 - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The animated offset of the left parts of the GUI.
- offset2 - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The animated offset of the right parts of the GUI.
- offsetGUILeft(int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- offsetGUILeft(int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- offsetGUILeft(int) - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
-
Adds an amount to the x coordinate of the left side of the GUI.
- offsetGUILeft(int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- offsets - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- offsets() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- offsets(Vector3f) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- offsetX - Variable in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- offsetX - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- offsetY - Variable in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- offsetY - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- offsetZ - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- ofMutable() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- OfRuin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Decreases a stat by 25% of all Pokémon except the owner of the ability.
- OfRuin(BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
- OfRuinStatus - Class in com.pixelmonmod.pixelmon.battles.status
- OfRuinStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.OfRuinStatus
-
Initializes OfRuin tracker.
- OfRuinTracker - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ofTexture(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
Utility method for converting a String into a resource location in the texture path
Note: will return null if invalid - ofTexture(String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
Utility method for converting a String into a resource location in the texture path with the given namespace
Note: will return null if invalid - ofTexture(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
Converts the given resource location to a texture path if not already in the texture path
- OHKO - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Faints the target.
- OHKO - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- OHKO() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.OHKO
- OINKOLOGNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- OINKOLOGNE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- OK_ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- old_amber - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OLD_AMBER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- old_gateau - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OLD_GEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether this player is in Mega/Z mode or not.
- OLD_GEN_MODE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- OLD_NICKNAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- OLD_REFORGED - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- OLD_RNNING_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- old_rod - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OLD_ROD - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- OLD_ROD_LAVA - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- old_running_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- old_sea_map - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- oldAbility - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeAbilityAction
- oldAmber - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Old Amber's model.
- oldGen - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Whether the player is in Mega/Z mode or not.
- oldGen - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Whether the battle is old gen or not.
- oldGen - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- OldGenModeProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- OldGenModeProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.OldGenModeProperty
- OldGenModeValue - Class in com.pixelmonmod.pixelmon.battles.api.rules.value
- OldGenModeValue(EnumOldGenMode) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
- oldItem - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HeldItemChangeAction
- oldMode - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- OldMovementHandler - Class in com.pixelmonmod.pixelmon.client.keybindings
- OldMovementHandler() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.OldMovementHandler
- OldPokeBallItem - Class in com.pixelmonmod.pixelmon.items
-
An old Poké Ball inventory item.
- OldPokeBallItem(String) - Constructor for class com.pixelmonmod.pixelmon.items.OldPokeBallItem
- OldPokeBallLidItem - Class in com.pixelmonmod.pixelmon.items
-
An old Poké Ball Lid inventory item.
- OldPokeBallLidItem(String) - Constructor for class com.pixelmonmod.pixelmon.items.OldPokeBallLidItem
- oldPosition - Variable in class com.pixelmonmod.pixelmon.api.events.storage.ChangeStorageEvent
-
The previous storage position this Pokemon held in the old storage.
- OldRod - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- oldStage - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- oldStats - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatChangeAction
- oldStatus - Variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- oldStorage - Variable in class com.pixelmonmod.pixelmon.api.events.storage.ChangeStorageEvent
-
The previous storage object the Pokemon was in.
- oldTerrain - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TerrainChangeAction
- OldTVBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- OldTVBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
-
Initializes the TV block.
- oldTypes - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeTypeAction
- oldValue - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- oldWeather - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.WeatherChangeAction
- OMANYTE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- OMANYTE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- OMASTAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- OMASTAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- omega_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OMINOUS_WIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ON - Static variable in class com.pixelmonmod.tcg.block.BattleControllerBlock
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Aura
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DeltaStream
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DesolateLand
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrimordialSea
- onAbilityLost(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- onAbilityLost(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers just before the Pokémon loses an Ability in battle.
- onActivate() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- onAddStatus(BattleController, PixelmonWrapper, PixelmonWrapper, StatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onAddStatus(BattleController, PixelmonWrapper, PixelmonWrapper, StatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onAllyFaint(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- onAllyFaint(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
- onAllyFaint(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SoulHeart
- onAllyFaint(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers right after an allied Pokémon faints.
- onApricornPick(ApricornEvent.Pick) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PickApricornInteractionEvent
- onApricornPick(BerryEvent.Pick) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PickBerryInteractionEvent
- onApricornPick(PlayerEvent.PlayerChangedDimensionEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.ChangeDimensionInteractionEvent
- onArmorChange(LivingEquipmentChangeEvent) - Static method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.ThunderstoneEffect
- onArmorTick(ItemStack, Level, Player) - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
- onArmorTick(ItemStack, Level, Player) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBootsItem
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.DawnstoneEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.DuskstoneEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.FirestoneEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in interface com.pixelmonmod.pixelmon.items.armor.armoreffects.IArmorEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.LeafstoneEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.MoonstoneEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.SunstoneEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.ThunderstoneEffect
- onArmorTick(Level, Player, ItemStack, GenericArmor) - Method in class com.pixelmonmod.pixelmon.items.armor.armoreffects.WaterstoneEffect
- onAttacked(PokemonCardState, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- onAttacked(PokemonCardState, PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.FlipToEvade
- onAttackEnd(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggered when an attack against the Pokémon finishes.
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.DestinyBond
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.FixatedStatus
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.GlaiveRushLock
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Grudge
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Raging
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the Pokémon uses an attack.
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Torment
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the holder uses an attack.
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlankTechnicalMachineItem
-
Triggers when the holder uses an attack.
- onAttackUsed(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ChoiceItem
- onBackgroundDraw(ScreenEvent.BackgroundRendered) - Method in class com.pixelmonmod.pixelmon.client.gui.override.load.LoadingPokemonModifier
- onBackgroundDraw(ScreenEvent.BackgroundRendered) - Method in class com.pixelmonmod.pixelmon.client.gui.override.main.MainMenuModifier
- onBackgroundDraw(ScreenEvent.BackgroundRendered) - Static method in class com.pixelmonmod.pixelmon.client.gui.override.MenuOverrideFactory
- onBackgroundDraw(ScreenEvent.BackgroundRendered) - Method in interface com.pixelmonmod.pixelmon.client.gui.override.ScreenModifier
- onBackgroundDraw(ScreenEvent.BackgroundRendered) - Method in class com.pixelmonmod.pixelmon.client.gui.override.warning.ConfirmScreenModifier
- onBackgroundMusicPlayed(PlaySoundEvent) - Static method in class com.pixelmonmod.pixelmon.listener.BackgroundMusicListener
- onBattleEnd(BattleEndEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.DefeatTrainerInteractionEvent
- onBattleEnd(BattleEndEvent) - Static method in class com.pixelmonmod.pixelmon.listener.BattleEndListener
- onBattleEnd(BattleEndEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PokerusSpreader
- onBattleEnd(BattleEndEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onBattlefield - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is fighting on the field of battle instead of in the party.
- onBattlefield(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if a Pokémon is currently in the battle.
- onBattleItem(UseBattleItemEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.UseBattleItemInteractionEvent
- onBattleStart(BattleStartedEvent) - Method in class com.pixelmonmod.pixelmon.listener.UnbattleableListener
- onBattleStart(BattleStartedEvent.Post) - Static method in class com.pixelmonmod.pixelmon.listener.PokedexListener
- onBattleStart(BattleStartedEvent.Pre) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onBattleStart(CaptureEvent.StartCapture) - Method in class com.pixelmonmod.pixelmon.listener.UncatchableListener
- onBattleStart(CaptureEvent.StartRaidCapture) - Method in class com.pixelmonmod.pixelmon.listener.UncatchableListener
- onBattleStarted(BattleStartedEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EnterWildBattleInteractionEvent
- onBattleStarted(CaptureEvent.SuccessfulCapture) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.CapturePokemonInteractionEvent
- onBeatPokemon(BeatWildPixelmonEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
-
Drops photos from Pokémon when defeated if enabled.
- onBerryEaten(PixelmonWrapper, PixelmonWrapper, HeldItem) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CheekPouch
- onBerryEaten(PixelmonWrapper, PixelmonWrapper, HeldItem) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CudChew
- onBerryEaten(PixelmonWrapper, PixelmonWrapper, HeldItem) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when a berry is eaten.
- onBlockBreak(BlockEvent.BreakEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.HarvestCropInteractionEvent
- onBlockBreak(BlockEvent.BreakEvent) - Method in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockRevealRenderer
- onBlockBreak(BlockEvent.BreakEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onBlockMine(PlayerEatCakeEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EatCakeInteractionEvent
- onBlockMine(BlockEvent.BreakEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.BreakBlockInteractionEvent
- onBlockStartBreak(ItemStack, BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.items.NPCEditorItem
- onBoxClicked(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- onBoxClicked(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- onBoxClicked(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- onBoxClicked(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- onBoxUpdated(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- onBoxUpdated(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- onButtonClick(CustomDropsEvent.ClickButton) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- onCapture(CaptureEvent.StartCapture) - Static method in class com.pixelmonmod.pixelmon.world.listener.DrownedWorldListener
- onCapture(ServerPlayer, Species) - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
-
Sets and increments the combo counter, or resets the counter if the species doesn't match the last capture.
- onCaptureAttemptEffect() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Spawns particles from certain Poké Balls when the capture attempt starts.
- Once - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
- onceBattleDone - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- OncePerDay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
- OncePerMCDay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
- OncePerPlayer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
- onChangeDimension(PlayerEvent.PlayerChangedDimensionEvent) - Static method in class com.pixelmonmod.pixelmon.items.EscapeRopeItem
- onCharTyped(Action, char, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onCharTypedInternal(Action, char, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onCheckSpawn(MobSpawnEvent.FinalizeSpawn) - Method in class com.pixelmonmod.pixelmon.listener.MobSpawnReplacement
- onChristmasDelibird(BeatWildPixelmonEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
-
Drops gift boxes from Delibird around Christmas time.
- onChunkUnload(ChunkEvent.Unload) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
- onClick() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Returns the value of the
onClick
record component. - onClick(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- onClick(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- onClick(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendedEditBox
- onClick(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- onClick(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DiscordButton
- onClick(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- onClick(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
- onClick(double, double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
- onClick(Consumer<DialogueInputEvent.Submitted>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Sets the handler for when the user clicks the button.
- onClient(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.CloseBattlePacket
- onClient(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.OpenSelectionPacket
- onClient(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SetSelectionOptionsPacket
- onClientInit(FMLClientSetupEvent) - Static method in class com.pixelmonmod.tcg.proxy.TCGClientProxy
- onClientLoaded(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- onClientTick(TickEvent.ClientTickEvent) - Method in class com.pixelmonmod.pixelmon.TickHandler
- onClonePlayer(PlayerEvent.Clone) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseMove
-
Cleans up when the screen is closed.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChooseLearnMove
-
Closes the GUI.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
-
Closes the screen.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
-
Closes the screen.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomAddServerScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomDirectJoinServerScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomEditServerScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
-
Closes the screen and returns to the previous screen.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.professor.ProfessorDialogueScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen
-
Cleans up when the screen is closed.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
Saves the fields in the GUI and closes it.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
Saves the fields in the GUI and closes it.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
Closes the warning and returns to the previous screen.
- onClose() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Resets the chat.
- onClose() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- onClose() - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- onClose() - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- onClose(Consumer<DialogueInputEvent.ClosedScreen>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the consumer to be called when the player closes the GUI.
- onClose(Consumer<ServerPlayer>) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the close handler for the shop.
- onCloseStorage(PlayerCloseStorageEvent) - Static method in class com.pixelmonmod.pixelmon.client.listener.StorageCloseListener
- onColourBlockEvent(RegisterColorHandlersEvent.Block) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- onCondition(PokemonCardState, PokemonCardState, CardCondition, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- onCondition(PokemonCardState, PokemonCardState, CardCondition, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.ThickSkinned
- onCondition(PokemonCardState, PokemonCardState, CardCondition, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Transform
- onConfigTaskCollect(GatherLoginConfigurationTasksEvent) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
- onConnect(ClientPlayerNetworkEvent.LoggingIn) - Static method in class com.pixelmonmod.pixelmon.listener.ClientNetworkListener
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onConstruct(AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onConstruct(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onConstruct(AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onCooldown(ResourceLocation, long) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Checks if the amount of time (in milliseconds) has passed since the last recorded time that the associated key has stored
- onCooldown(ResourceLocation, long, TimeUnit) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Checks if the amount of time in has passed since the last recorded time that the associated key has stored
- onCooldown(Consumer<MoveSkillCooldownEvent>) - Method in class com.pixelmonmod.pixelmon.api.events.moveskills.UseMoveSkillEvent
- onCraft(RecipeHolder<?>, List<ItemStack>, CallbackInfo) - Method in class com.pixelmonmod.mixin.MixinServerPlayer
- onCraftedBy(ItemStack, Level, Player) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- onCrafting(PlayerEvent.ItemCraftedEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PorygonListener
- onCraftItems(PlayerCraftItemsEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.CraftItemInteractionEvent
- onCrash(Exception, String) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
Logs a crash in the battle log and ends the battle.
- onCreateSpawnPosition(LevelEvent.CreateSpawnPosition) - Static method in class com.pixelmonmod.pixelmon.listener.VillageListener
- onDamage(PokemonCardState, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- onDamage(PokemonCardState, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.power.HalfDamage
- onDamage(PokemonCardState, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.power.InvisibleWall
- onDamage(PokemonCardState, PokemonCardState, GameServerState, int) - Method in class com.pixelmonmod.tcg.duel.power.StrikesBack
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DeltaStream
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.DesolateLand
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EmergencyExit
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrimordialSea
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.BeakBlastStatus
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.BideStatus
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.DestinyBond
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.Focus
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.Grudge
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.Raging
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.ShellTrapStatus
-
Triggers when the statused Pokémon takes damage.
- onDamageReceived(PixelmonWrapper, PixelmonWrapper, Attack, int, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the statused Pokémon takes damage.
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
-
Called when you receive a TileEntityData packet for the location this TileEntity is currently in.
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
-
Called when you receive a TileEntityData packet for the location this TileEntity is currently in.
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- onDataPacket(Connection, ClientboundBlockEntityDataPacket) - Method in class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
- onDatapackRegistry(DataPackRegistryEvent.NewRegistry) - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- onDestroy() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftEventBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- onDestroyedByPlayer(BlockState, Level, BlockPos, Player, boolean, FluidState) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- onDialogueInputClose(DialogueInputEvent.ClosedScreen) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
- onDialogueInputSubmit(DialogueInputEvent.Submitted) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
- onDialogueInputSubmitLast(DialogueInputEvent.Submitted) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
- onDimensionChange(PlayerEvent.PlayerChangedDimensionEvent) - Method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Cleans up battles when the player changes dimensions.
- onDisconnect(ClientPlayerNetworkEvent.LoggingOut) - Static method in class com.pixelmonmod.pixelmon.listener.ClientNetworkListener
- onDisconnect(PlayerEvent.PlayerLoggedOutEvent) - Method in class com.pixelmonmod.tcg.listener.TCGServerEventListeners
- onDrag(double, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- onDrawOverlay(RenderGuiOverlayEvent.Pre) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomOverlay
- onDropClick(CustomDropsEvent.ClickDrop) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- onDropDownToggle - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- onDroppedByPlayer(ItemStack, Player) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- onDroppedByPlayer(ItemStack, Player) - Method in class com.pixelmonmod.tcg.item.BinderItem
- onDroppedByPlayer(ItemStack, Player) - Method in class com.pixelmonmod.tcg.item.DeckItem
- onDynamax(DynamaxEvent.BattleEvolve) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.DynamaxInteractionEvent
- onDynamax(DynamaxEvent.BattleEvolve) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.GigantamaxInteractionEvent
- onDynamaxTriggered(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the statused Pokémon dynamaxes.
- onDynamaxTriggered(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
- ONE_HOUR_HARSH_SUNLIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onEnable(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onEnable(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onEnable(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onEndBattle() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Handles end-of-battle effects for the Pokémon.
- onEndOfAttackersTurn(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Affects the statuses of the Pokémon defending against this attacking Pokémon.
- onEndOfAttackersTurn(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
-
If possible, remove the substitute immediately after the end of the attacking Pokémon's turn.
- onEndOfBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers at the end of the battle.
- onEndOfBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LegendPlateItem
- onEndOfBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RustedShieldItem
- onEndOfBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RustedSwordItem
- onEndOfTurn(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Encore
- onEndOfTurn(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Flinch
- onEndOfTurn(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.InPursuit
- onEndOfTurn(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MeanLook
- onEndOfTurn(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Occurs at the end of the Pokémon's current turn.
- onEndOfTurn(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Taunt
- onEndTurn(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onEndTurn(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onEndTurn(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- onEndTurn(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- onEntityJoinWorld(EntityJoinLevelEvent) - Static method in class com.pixelmonmod.pixelmon.client.listener.SendoutListener
- onEntityRemoved(EntityLeaveLevelEvent) - Method in class com.pixelmonmod.pixelmon.listener.WorldLoaded
- onEntitySpawn(EntityJoinLevelEvent) - Static method in class com.pixelmonmod.pixelmon.listener.MobSpawnReplacement
- onEntitySwing(ItemStack, LivingEntity) - Method in class com.pixelmonmod.pixelmon.items.CameraItem
- OneTimeFemaleItemStackRequirement - Class in com.pixelmonmod.pixelmon.api.daycare.impl.requirement
-
Should parse a list of required items following the
GiveCommand
's item stack format Only costs once - OneTimeFemaleItemStackRequirement() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- onEvent(ClientEvent) - Method in class com.pixelmonmod.pixelmon.support.JourneyMapIntegration
- onEvolvePokemon(EvolveEvent.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.EvolvePokemonInteractionEvent
- onExport() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- onExport() - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- onExport() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- onFindStructure(TickEvent.PlayerTickEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.FindStructureInteractionEvent
- onFoeFaint(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SoulHeart
- onFoeFaint(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers right after a foe faints.
- onFormChanged(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Autotomize
- onFormChanged(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Triggers when the statused Pokémon's form changes.
- onGlobalStatusAdded(PixelmonWrapper, GlobalStatusBase) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when a global status is added to the battle.
- onGlobalStatusAdded(PixelmonWrapper, GlobalStatusBase) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RoomServiceItem
- onGround() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- onGuiOpen(ScreenEvent.Init) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- onGuiOpen(ScreenEvent.Init.Post) - Static method in class com.pixelmonmod.pixelmon.client.gui.override.MenuOverrideFactory
- onGuiOpen(ScreenEvent.Opening) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryDetectionTickHandler
- onHealed(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- onHealed(PixelmonWrapper, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Fired whenever a Pokémon is about to be healed.
- onHealerClose(ServerPlayer, String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- onHeldItemChanged(HeldItemChangedEvent.Post) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- onHit(PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onHit(PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onHit(HitResult) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
- onHit(HitResult) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- onHit(HitResult) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.CompositeSpawnCondition
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
To fill the transient (and convenient!) fields form the JSON friendly fields
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- onImport() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onInit(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onInit(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onInit(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onInitGui(ScreenEvent.Init) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- onInput(InputEvent.Key) - Static method in class com.pixelmonmod.pixelmon.client.listener.SneakingListener
- onItemChanged(PixelmonWrapper, HeldItem) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unburden
- onItemChanged(PixelmonWrapper, HeldItem) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
- onItemConsumed(PixelmonWrapper, PixelmonWrapper, HeldItem) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pickup
- onItemConsumed(PixelmonWrapper, PixelmonWrapper, HeldItem) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Symbiosis
- onItemConsumed(PixelmonWrapper, PixelmonWrapper, HeldItem) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when a held item is consumed.
- onItemTooltip(RenderTooltipEvent.Pre) - Static method in class com.pixelmonmod.tcg.listener.TCGClientEventListeners
- onItemTooltip(ItemTooltipEvent) - Static method in class com.pixelmonmod.pixelmon.client.listener.TooltipListener
- onItemUseFirst(ItemStack, UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.BattleItem
- onItemUseFirst(ItemStack, UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.PorygonItem
- ONIX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ONIX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- onJoin() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- onJoin(PlayerEvent.PlayerLoggedInEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.JoinInteractionEvent
- onJump(LivingEvent.LivingJumpEvent) - Static method in class com.pixelmonmod.pixelmon.listener.ElevatorEvents
-
Used for taking the player to a higher elevator
- onKeyPress(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- onKeyPress(int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- onKeyPress(ServerPlayer, int, int, int) - Method in interface com.pixelmonmod.pixelmon.api.storage.PlayerKeyListener
-
Called when a player presses a key
- onKeyPress(ServerPlayer, int, int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- onKeyPress(ScreenEvent.KeyPressed.Pre) - Method in class com.pixelmonmod.pixelmon.client.render.player.RenderEvents
- onKeyPressed(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- onKeyPressed(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- onKeyPressed(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- onKeyPressed(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- onKeyPressed(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onKeyPressedInternal(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onKeyReleased(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- onKeyReleased(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- onKeyReleased(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- onKeyReleased(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onKeyReleasedInternal(Action, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onKnockOut(PixelmonKnockoutEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.KnockoutPokemonInteractionEvent
- onKnockOut(PokemonReceivedEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.OpenGiftInteractionEvent
- onKnockoutEvent(BeatWildPixelmonEvent) - Method in class com.pixelmonmod.tcg.listener.TCGServerEventListeners
- onLanding() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- onLanding() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- onLeftClickEntity(ItemStack, Player, Entity) - Method in class com.pixelmonmod.pixelmon.items.ChiselItem
- onLeftClickEntity(ItemStack, Player, Entity) - Method in class com.pixelmonmod.pixelmon.items.NPCEditorItem
- onLeftClickEntity(ItemStack, Player, Entity) - Method in class com.pixelmonmod.pixelmon.items.PokemonEditorItem
- onLeftClickEntity(ItemStack, Player, Entity) - Method in class com.pixelmonmod.pixelmon.items.QuestEditorItem
- onLeftClickEntity(ItemStack, Player, Entity) - Method in class com.pixelmonmod.pixelmon.items.RubyItem
- onLevel(LevelUpEvent.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.LevelPokemonInteractionEvent
- onLevelUp(PixelmonStatsData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Updates the Pokémon's stats upon leveling up.
- onLevelUp(PixelmonStatsData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- onLightning(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- ONLINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- OnlineServerEntry(CustomMultiplayerScreen, ExtendedServerData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- onLivingFall(LivingFallEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onLivingHurt(LivingHurtEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.DrownedWorldListener
- onLivingTick(LivingEvent.LivingTickEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.DrownedWorldListener
- onLivingTick(LivingEvent.LivingTickEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onLivingUpdate() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- onLivingUpdate() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementFlying
- onLivingUpdate() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementGround
- onLoad() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- onLoad() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- onLoad(ChunkEvent.Load) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
- onLogout(PlayerEvent.PlayerLoggedOutEvent) - Static method in class com.pixelmonmod.pixelmon.items.EscapeRopeItem
- onlyAlphabeticalAndSpaceInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Adds an accepted pattern that restricts the input text box to only accept alphabetical characters and spaces as input characters.
- onlyAlphabeticalAndSpaceInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
Sets the regex to only accept inputs that are only alphabetical characters and spaces.
- onlyAlphabeticalInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Adds an accepted pattern that restricts the input text box to only accept alphabetical characters as input characters.
- onlyAlphabeticalInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
Sets the regex to only accept inputs that are entirely alphabetical characters.
- onlyAlphaNumericInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Adds an accepted pattern that restricts the input text box to only accept alphabetical characters, spaces, and numbers as input characters.
- onlyAlphaNumericInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
Sets the regex to only accept inputs that are only alphabetical characters, spaces, and numbers.
- onlyIntegerInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Adds an accepted pattern that restricts the input text box to only accept integers as input characters.
- onlyIntegerInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
Sets the regex to only accept inputs that are entirely numerical characters.
- onlyLowered - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Haze
- onlyOpCanSetNbt() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- onlyShader() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- onlyShader() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- OnlyUser - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
- OnlyUser(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.OnlyUser
- onMessage(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
Verifies that the client has the same rules version as the server, and requests a sync if not.
- onMiss(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers if the holder misses an attack.
- onMiss(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BlunderPolicyItem
- onMiss(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MetronomeItem
- onMiss(PixelmonWrapper, PixelmonWrapper, MoveResults, Object) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Handles procedures when the attack misses.
- onMissingRegistry(MissingMappingsEvent) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
- onModelBakeEvent(ModelEvent.BakingCompleted) - Static method in class com.pixelmonmod.tcg.listener.TCGClientModEventListeners
- onModelBakeEvent(ModelEvent.ModifyBakingResult) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Registers orb texture renderers.
- onModelRegister(ModelEvent.RegisterAdditional) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- onMouseButton(InputEvent.MouseButton) - Method in class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- onMouseClicked(int, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- onMouseClicked(int, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- onMouseClicked(int, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- onMouseClicked(int, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.design.CollapsableForm
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- onMouseClicked(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseClickedInternal(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseDragged(Action, double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- onMouseDragged(Action, double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- onMouseDragged(Action, double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- onMouseDragged(Action, double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseDragged(Action, double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.test.DragTest
- onMouseDraggedInternal(Action, double, double, int, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseMoved(Action, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseMovedInternal(Action, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMousePressedInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseReleased(int, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- onMouseReleased(int, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- onMouseReleased(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- onMouseReleased(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- onMouseReleased(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- onMouseReleased(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseReleasedInternal(Action, double, double, int) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseScrolled(Action, double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- onMouseScrolled(Action, double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- onMouseScrolled(Action, double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- onMouseScrolled(Action, double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMouseScrolledInternal(Action, double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- onMoveForgot(MovesetEvent.ForgotMoveEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- onMoveLearned(MovesetEvent.LearntMoveEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- onMoveSkillUsed(UseMoveSkillEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- onMoveUsed(AttackEvent.Use) - Static method in class com.pixelmonmod.pixelmon.listener.MoveUsesForEvolutionListener
- onNameTagRender(RenderNameTagEvent) - Static method in class com.pixelmonmod.pixelmon.api.dummy.NameTagRenderListener
- onNameTagRender(RenderNameTagEvent) - Static method in class com.pixelmonmod.pixelmon.client.listener.ItemRarityRenderListener
- onNPCTrade(NPCTraderEvent.AcceptTrade.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.TradePokemonInteractionEvent
- OnOffButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
A button that can be on or off.
- OnOffButton(int, int, int, int, int, boolean, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.OnOffButton
-
Initializes an on/off button.
- onOpponentKO(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onOpponentKO(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onPassengerTurned(Entity) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
-
Applies this entity's orientation (pitch/yaw) to another entity.
- onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- onPlace(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- onPlaceBlock(BlockEvent.EntityPlaceEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onPlaceMultiBlock(BlockEvent.EntityMultiPlaceEvent) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onPlay(PokemonCardState, PlayerCommonState, PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- onPlay(PokemonCardState, PlayerCommonState, PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Transform
- onPlayerCommand(CommandEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PlayerCommandListener
- onPlayerDeath(LivingDeathEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker
-
Listens for player death to remove the player from certain tracking processes.
- onPlayerDexPokemon(PokedexEvent.Pre) - Method in class com.pixelmonmod.pixelmon.listener.UndexableListener
- onPlayerFall(LivingFallEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PlayerFallListener
- onPlayerJoin(PlayerEvent.PlayerLoggedInEvent) - Static method in class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener
- onPlayerJoinedServer(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.TickHandler
- onPlayerJump(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- onPlayerLeave(PlayerEvent.PlayerLoggedOutEvent) - Static method in class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener
- onPlayerLoad(PlayerEvent.LoadFromFile) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- onPlayerLoad(PlayerEvent.LoadFromFile) - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- onPlayerLogin(PlayerEvent.PlayerLoggedInEvent) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- onPlayerLogin(PlayerEvent.PlayerLoggedInEvent) - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- onPlayerLogin(PlayerEvent.PlayerLoggedInEvent) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- onPlayerLogin(PlayerEvent.PlayerLoggedInEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker
- onPlayerLogin(PlayerEvent.PlayerLoggedInEvent) - Method in class com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator
- onPlayerLogin(PlayerEvent.PlayerLoggedInEvent) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
- onPlayerLogout(PlayerEvent.PlayerLoggedOutEvent) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- onPlayerLogout(PlayerEvent.PlayerLoggedOutEvent) - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- onPlayerLogout(PlayerEvent.PlayerLoggedOutEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker
- onPlayerLogout(PlayerEvent.PlayerLoggedOutEvent) - Method in class com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator
- onPlayerLogout(PlayerEvent.PlayerLoggedOutEvent) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
- onPlayerPickup(EntityItemPickupEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PickUpItemInteractionEvent
- onPlayerQuit(PlayerEvent.PlayerLoggedOutEvent) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
- onPlayerQuit(PlayerEvent.PlayerLoggedOutEvent) - Static method in class com.pixelmonmod.pixelmon.listener.SpinListener
- onPlayerRenderPost(RenderPlayerEvent.Post) - Static method in class com.pixelmonmod.pixelmon.client.listener.EscapeRopeClient
- onPlayerRenderPre(RenderPlayerEvent.Pre) - Static method in class com.pixelmonmod.pixelmon.client.listener.EscapeRopeClient
- onPlayerRespawn(PlayerEvent.PlayerRespawnEvent) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- onPlayerSpin(TickEvent.PlayerTickEvent) - Static method in class com.pixelmonmod.pixelmon.listener.SpinListener
- onPlayerTick() - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Ticks the fading in/out of the spectate message.
- onPlayerTick(TickEvent.PlayerTickEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PlayerTickInteractionEvent
- onPlayerTick(TickEvent.PlayerTickEvent) - Method in class com.pixelmonmod.pixelmon.client.listener.MouseOverPlayer
- onPlayerTick(TickEvent.PlayerTickEvent) - Method in class com.pixelmonmod.pixelmon.TickHandler
-
Updates the player.
- onPlayerTrade(PixelmonTradeEvent.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.TradePokemonInteractionEvent
- onPokedex(PokedexEvent.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PokedexPokemonInteractionEvent
- onPokeFaint(PixelmonFaintEvent.Post) - Static method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- onPokemonDrop(DropEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PokemonDropItemInteractionEvent
- onPokemonFaint(PixelmonFaintEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PokemonFaintListener
- onPokemonRetrieved(PokemonRetrievedEvent) - Static method in class com.pixelmonmod.pixelmon.listener.WalkedPokemonListener
- onPokemonSentOut(PokemonSendOutEvent.Post) - Static method in class com.pixelmonmod.pixelmon.listener.WalkedPokemonListener
- onPokemonSpawn(SpawnEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- onPokmeonSpawn(EntityJoinLevelEvent) - Static method in class com.pixelmonmod.pixelmon.listener.PokemonSpecialShadersListener
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onPostRender(ParticleArcanery, float, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onPreClientTick(TickEvent.ClientTickEvent) - Method in class com.pixelmonmod.pixelmon.client.ClientProxy
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onPreRender(ParticleArcanery, float, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onPreRender(ScreenEvent.Init.Post) - Method in class com.pixelmonmod.pixelmon.client.gui.override.escape.cosmetic.EscapeMenuCosmeticModifier
- onPreRender(ScreenEvent.Init.Post) - Method in class com.pixelmonmod.pixelmon.client.gui.override.load.LoadingPokemonModifier
- onPreRender(ScreenEvent.Init.Post) - Method in class com.pixelmonmod.pixelmon.client.gui.override.main.MainMenuModifier
- onPreRender(ScreenEvent.Init.Post) - Method in class com.pixelmonmod.pixelmon.client.gui.override.main.SelectResourcePackModifier
- onPreRender(ScreenEvent.Init.Post) - Method in interface com.pixelmonmod.pixelmon.client.gui.override.ScreenModifier
- onPreRender(ScreenEvent.Init.Post) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.MultiplayerScreenModifier
- onPreRender(ScreenEvent.Init.Post) - Method in class com.pixelmonmod.pixelmon.client.gui.override.warning.ConfirmScreenModifier
- onPreRender(ScreenEvent.Init.Post) - Method in class com.pixelmonmod.pixelmon.client.gui.override.warning.ExperimentalWarningScreenModifier
- onPresetSelect() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCPresetSelectorScreen
- onPurchase(BiConsumer<ServerPlayer, ShopItem>) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the purchase handler for the shop.
- onQuickCraft(ItemStack, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
if par2 has more items than par1, onCrafting(item,countIncrease) is called
- onQuit(PlayerEvent.PlayerLoggedOutEvent) - Static method in class com.pixelmonmod.pixelmon.api.util.AirSaver
- onRadarEntityUpdateEvent(EntityRadarUpdateEvent) - Method in class com.pixelmonmod.pixelmon.support.JourneyMapIntegration
- onRaidDefeat(EndRaidEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.DefeatRaidInteractionEvent
- onRaidDrop(RaidDropsEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.RaidDropItemInteractionEvent
- onReceive(PokemonReceivedEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
-
simplest way to do run this Advancement check
- onRecoil(AttackEvent.Recoil) - Static method in class com.pixelmonmod.pixelmon.listener.BasculinListener
- onRegister(RegisterRecipeBookCategoriesEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- onRegister(RegisterEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- onRegisterCommands(RegisterCommandsEvent) - Method in class com.pixelmonmod.pixelmon.Pixelmon
-
The register commands event is used for registering the commands to the client/server
- onRegisterModels(RegisterEvent) - Static method in class com.pixelmonmod.pixelmon.api.config.RegistryHandler
- onRegisterNodes(PermissionGatherEvent.Nodes) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PlayerHelper
- onRegisterShaders(RegisterShadersEvent) - Static method in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- onRegistry(NewRegistryEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- onRemove(BlockState, Level, BlockPos, BlockState, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onRender(ParticleArcanery, Tesselator, float, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onRender(ParticleArcanery, MultiBufferSource, float, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onRenderAirBar(RenderGuiOverlayEvent.Pre) - Method in class com.pixelmonmod.pixelmon.world.listener.DrownedWorldClientListener
- onRenderAirBarPost(RenderGuiOverlayEvent.Post) - Method in class com.pixelmonmod.pixelmon.world.listener.DrownedWorldClientListener
- onRenderContainer(ContainerScreenEvent.Render.Foreground) - Method in class com.pixelmonmod.pixelmon.client.render.player.RenderEvents
- onRenderFog(ViewportEvent.RenderFog) - Method in class com.pixelmonmod.pixelmon.world.listener.DrownedWorldClientListener
- onRenderFog(ViewportEvent.RenderFog) - Method in class com.pixelmonmod.pixelmon.world.listener.UltraSpaceClientListener
- onRenderGameOverlay(RenderGuiEvent.Pre) - Method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Renders the overlay.
- onRenderOverlay(RenderGuiOverlayEvent.Pre) - Static method in class com.pixelmonmod.pixelmon.client.render.OverlayToggles
- onRenderPlayer(RenderPlayerEvent.Post) - Method in class com.pixelmonmod.pixelmon.client.render.player.RenderEvents
- onRenderPlayer(RenderPlayerEvent.Pre) - Method in class com.pixelmonmod.pixelmon.client.render.player.RenderEvents
- onRenderTooltip(RenderTooltipEvent.Pre) - Method in class com.pixelmonmod.pixelmon.client.render.player.RenderEvents
- onResourceManagerReload(ResourceManager) - Method in class com.pixelmonmod.pixelmon.client.listener.WallpapersListener
- onResourceManagerReload(ResourceManager) - Method in class com.pixelmonmod.pixelmon.client.models.ResourceLoader
- onRespawn(ClientPlayerNetworkEvent.Clone) - Static method in class com.pixelmonmod.pixelmon.listener.PokemonFaintClientListener
- onRightClick(PokeBallImpactEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.HitWithPokeBallInteractionEvent
- onRightClick(AttackEntityEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.LeftClickEntityInteractionEvent
- onRightClick(PlayerInteractEvent.EntityInteractSpecific) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.RightClickEntityInteractionEvent
- onRotomChangeForm(PokeBallImpactEvent) - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
- onScreenClose(CustomDropsEvent.CloseScreen) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- onSelect - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- onSelect - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- onSelected - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- onSelected - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- onSelectedChange() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- onSelection(ServerPlayer, ReassemblyUnitTileEntity.Mode, StoragePosition, int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- onSelfFaint(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
-
Greninja can't become Ash-Greninja again after fainting, even if revived.
- onSelfFaint(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- onSelfFaint(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.InnardsOut
-
Triggers right after an allied Pokémon faints.
- onSelfFaint(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- onSelfFaint(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OfRuin
- onSelfFaint(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers right after an allied Pokémon faints.
- onSell(BiConsumer<ServerPlayer, ShopItem>) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets the sell handler for the shop.
- onSendout() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- onSentOut(PokemonSendOutEvent) - Method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- onServerAboutToStart(ServerAboutToStartEvent) - Method in class com.pixelmonmod.pixelmon.Pixelmon
- onServerStart(ServerStartedEvent) - Method in class com.pixelmonmod.pixelmon.Pixelmon
-
The server start event currently used for: * Starting the Tracking Spawners (if a plugin hasn't registered it's own) * Linking the sounds
- onServerStopping(ServerStoppingEvent) - Method in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- onServerStopping(ServerStoppingEvent) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.save.ResearchStorageSaveScheduler
-
Called from the
Pixelmon
class when the server stopping event is fired. - onServerStopping(ServerStoppingEvent) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageSaveScheduler
-
Called from the
Pixelmon
class when the server stopping event is fired. - onServerStopping(ServerStoppingEvent) - Method in class com.pixelmonmod.pixelmon.Pixelmon
- onServerStopping(ServerStoppingEvent) - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- onServerStopping(ServerStoppingEvent) - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageStandardScheduler
- onServerTick(TickEvent.ServerTickEvent) - Method in class com.pixelmonmod.pixelmon.TickHandler
-
Syncs world time and checks for opening the starter Pokémon GUI.
- onSheared(Player, ItemStack, Level, BlockPos, int) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- onShrineActivate(CaptureEvent.StartCapture) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.BattleThrowPokeBallInteractionEvent
- onShrineActivate(EggHatchEvent.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.HatchEggInteractionEvent
- onShrineActivate(LureActivateEvent.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.UseLureInteractionEvent
- onShrineActivate(MegaEvolutionEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.MegaEvolveInteractionEvent
- onShrineActivate(MegaEvolutionEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.UltraBurstInteractionEvent
- onShrineActivate(PixelmonDeletedEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.ReleasePokemonInteractionEvent
- onShrineActivate(PlayerActivateShrineEvent.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.ActivateShrineInteractionEvent
- onShrineActivate(PokeStopEvent.Use.Post) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.SpinPokeStopInteractionEvent
- onShrineOrbFill(ShrineOrbFillEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.FillShrineOrbInteractionEvent
- onSilverSelection(ServerPlayer, Pokemon, BattleStatsType) - Static method in class com.pixelmonmod.pixelmon.items.BottlecapItem
- onSoundReloadEvent(SoundEngineLoadEvent) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- onSpawnEnded() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
- onStarterSelect(PokemonReceivedEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.SelectStarterInteractionEvent
- onStarterSelect(PlayerEvent.PlayerLoggedInEvent) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.FirstJoinInteractionEvent
- onStartGame(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- onStartGame(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Transform
- onStartOfBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers at the start of the battle (wherever this is).
- onStartOfBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RustedShieldItem
- onStartOfBattle(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RustedSwordItem
- onStatDecrease(PixelmonWrapper, PixelmonWrapper, int, BattleStatsType) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when one of the holder's stats are decreased.
- onStatDecrease(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, int, BattleStatsType) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when a Pokémon's stat is decreased.
- onStatDecrease(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, int, BattleStatsType) - Method in class com.pixelmonmod.pixelmon.items.heldItems.EjectPackItem
- onStatIncrease(PixelmonWrapper, PixelmonWrapper, int, BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Opportunist
- onStatIncrease(PixelmonWrapper, PixelmonWrapper, int, BattleStatsType) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when one of the holder's stats are increased.
- onStatIncrease(PixelmonWrapper, PixelmonWrapper, int, BattleStatsType) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when a Pokémon's stat is increased.
- onStatIncrease(PixelmonWrapper, PixelmonWrapper, int, BattleStatsType) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MirrorHerbItem
- onStatModified(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when a Pokémon's stats are modified.
- onStatModified(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryGinemaItem
- onStatModified(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MirrorHerbItem
- onStatModified(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.items.heldItems.WhiteHerbItem
- onStatusAdded(PixelmonWrapper, PixelmonWrapper, StatusBase) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the holder is statused.
- onStatusAdded(PixelmonWrapper, PixelmonWrapper, StatusBase) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
- onStatusAdded(PixelmonWrapper, PixelmonWrapper, StatusBase) - Method in class com.pixelmonmod.pixelmon.items.heldItems.DestinyKnotItem
- onStatusAdded(PixelmonWrapper, PixelmonWrapper, StatusBase) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MentalHerbItem
- onStatusAdded(StatusBase, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EarlyBird
- onStatusAdded(StatusBase, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
- onStatusAdded(StatusBase, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
- onStatusAdded(StatusBase, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Synchronize
- onStatusAdded(StatusBase, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WindPower
- onStatusAdded(StatusBase, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WindRider
- onStatusAdded(StatusBase, PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the Pokémon acquires a status.
- onStorageUpdated(PCStorage) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- onStorageUpdated(PCStorage) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- onStorageUpdated(PCStorage) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- onStorageUpdated(PCStorage) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- onSwitchActiveCard(PokemonCardState, PokemonCardState, PlayerCommonState, PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- onSwitchActiveCard(PokemonCardState, PokemonCardState, PlayerCommonState, PokemonCardState, PlayerServerState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.power.Transform
- onSwitchIn(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onSwitchIn(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- onSyncedDataUpdated(EntityDataAccessor<?>) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- onSyncedDataUpdated(EntityDataAccessor<?>, Entity) - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
- onTakeTurn(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onTakeTurn(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onTarget(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onTarget(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onTarget(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onTargeted(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onTargeted(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onTerrainSwitch(BattleController, PixelmonWrapper, Terrain) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Mimicry
- onTerrainSwitch(BattleController, PixelmonWrapper, Terrain) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuarkDrive
- onTerrainSwitch(BattleController, PixelmonWrapper, Terrain) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the terrain is changed in battle.
- onTerrainSwitch(BattleController, PixelmonWrapper, Terrain) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the terrain is changed in battle.
- onTerrainSwitch(BattleController, PixelmonWrapper, Terrain) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BoosterEnergyItem
- onTerrainSwitch(BattleController, PixelmonWrapper, Terrain) - Method in class com.pixelmonmod.pixelmon.items.heldItems.TerrainSeedItem
-
Triggers when the terrain is changed in battle.
- onTick(PixelmonEntity, Ribbon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonType
-
An event called when the Pokemon, with this ribbon type, applied ticks in the world
- onTick(Level) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.CastformTickHandler
- onTick(Level) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.ShearableTickHandler
- onTick(Level) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
-
Overridable tick method where the actual function of the tick handler should be contained.
- onTick(TickEvent.ClientTickEvent) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Ticks the battle.
- onTick(TickEvent.ServerTickEvent) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
- onTick(TickEvent.ServerTickEvent) - Static method in class com.pixelmonmod.pixelmon.api.util.AirSaver
- onTick(TickEvent.ServerTickEvent) - Static method in class com.pixelmonmod.pixelmon.items.EscapeRopeItem
- onTileEntityRendererRegister(EntityRenderersEvent.RegisterRenderers) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- onToolbarClicked(Button, PCToolbar.ToolbarButtons) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- onToolbarClicked(Button, PCToolbar.ToolbarButtons) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- onToolbarClicked(Button, PCToolbar.ToolbarButtons) - Method in interface com.pixelmonmod.pixelmon.client.gui.pc.PCToolbarHost
- onTryMove(MovementInputUpdateEvent) - Static method in class com.pixelmonmod.pixelmon.client.listener.EscapeRopeClient
- onTryPress(InputEvent.MouseButton.Pre) - Static method in class com.pixelmonmod.pixelmon.client.listener.EscapeRopeClient
- onUnload(ChunkEvent.Unload) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onUpdate(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onUpdate(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onUpdate(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onUpdate(DenEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- onUpdate(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.DiglettParticles
- onUpdate(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.FlameParticles
- onUpdate(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.GastlyParticles
- onUpdate(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.KoffingParticles
- onUpdate(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
- onUpdate(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.ParticleEffects
- onUpdate(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.WeezingParticles
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onUpdateEol(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBall
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackDebuff
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackEffectContract
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackImplosion
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackPunch
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRapidPunch
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackReverseCone
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackScatter
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackShield
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSlash
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSwarm
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackWave
- onUpdateLast(ParticleArcanery, AttackEffect) - Method in interface com.pixelmonmod.pixelmon.battles.attacks.animations.particles.IAttackEffect
- onUseAttack(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onUseAttack(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onUseAttackOther(BattleController, Attack, BattleParticipant, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onUseAttackOther(BattleController, Attack, BattleParticipant, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onUseAttackPost(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- onUseAttackPost(BattleController, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- onUsed(PixelmonEntity, Object, MoveSkill.TargetType) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- onWeatherChange(PixelmonWrapper, Weather) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- onWeatherChange(PixelmonWrapper, Weather) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- onWeatherChange(PixelmonWrapper, Weather) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
-
Triggers when the weather changes.
- onWeatherChange(PixelmonWrapper, Weather) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Protosynthesis
- onWeatherChange(PixelmonWrapper, Weather) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when the weather changes.
- onWeatherSwitch(BattleController, PixelmonWrapper, Weather) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the weather is changed in battle.
- onWeatherSwitch(BattleController, PixelmonWrapper, Weather) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BoosterEnergyItem
- onWorldLoad(LevelEvent.Load) - Method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Resets the client-side Pokémon storage.
- onWorldLoaded(LevelEvent.Load) - Static method in class com.pixelmonmod.pixelmon.listener.WorldLoaded
- onWorldSave(LevelEvent.Save) - Method in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- onWorldSave(LevelEvent.Save) - Method in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- onWorldSave(LevelEvent.Save) - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageStandardScheduler
- onWorldTick(TickEvent.ServerTickEvent) - Method in class com.pixelmonmod.pixelmon.TickHandler
- onWorldUnload(LevelEvent.Unload) - Method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Unfreezes Pokémon in the world.
- opaque - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- opaqueCube - Variable in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
- open(RaidData) - Static method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
- open(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- open(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Opens the storage for the given player
- open(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.Opens it for the specified players.
- open(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.Opens this dialogue on the players' screens.
- open(Player, EnumGuiScreen, int...) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenScreenPacket
- Open(MysteryBoxTileEntity, Player, BlockState, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open
-
MysteryBoxEvent.Open base constructor.
- OPEN - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- OPEN - Static variable in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- openAngle - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The angle between the Poké Ball's lids when it opens.
- openBadgeCase(ItemStack, ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- OpenBadgeCasePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase
-
Created by Jay113355 on 8/20/2020.
- OpenBadgeCasePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.OpenBadgeCasePacket
- OpenBadgeCasePacket(String, boolean, boolean, EnumBadgeCase, List<ItemStack>, List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.OpenBadgeCasePacket
- OpenBattleModePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- OpenBattleModePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.OpenBattleModePacket
- OpenBattleModePacket(BattleMode, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.OpenBattleModePacket
- openBinder(ItemStack, ServerPlayer) - Static method in class com.pixelmonmod.tcg.item.BinderItem
- OpenBinderPacket - Class in com.pixelmonmod.tcg.network.packets
- OpenBinderPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.OpenBinderPacket
- openCustomInventoryScreen(Player) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- openCustomInventoryScreen(Player) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- openDeck(ItemStack, ServerPlayer) - Static method in class com.pixelmonmod.tcg.item.DeckItem
- openDialogueInput(ServerPlayer, Component, Component) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory
-
Sends a DialogueInput GUI to the specified player with the given title and description.
- OpenDialogueInputPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
- OpenDialogueInputPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
- OpenDialogueInputPacket(InputSettings) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
- OpenDialogueInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- OpenDialogueInteractionResult(String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- openDisplayCase(ServerPlayer, String, EnumBadgeCase, List<ItemStack>) - Static method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen
-
Opens a Badge case that does not allow editing.
- openDisplayCase(ServerPlayer, String, EnumBadgeCase, List<ItemStack>, List<Pokemon>) - Static method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen
-
Opens a Badge case that does not allow editing.
- openDrawer() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- openDropScreen(String, ServerPlayer, Component, List<ItemStack>, Component...) - Static method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- openDropScreen(ServerPlayer, Component, List<ItemStack>, Component...) - Static method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory
- openEditor(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Opens the NPC editor for the given player
- OpenEvolutionGUIPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.evolution
- OpenEvolutionGUIPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.OpenEvolutionGUIPacket
- OpenEvolutionGUIPacket(UUID, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.OpenEvolutionGUIPacket
- openFridge() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
-
Executes the fridge opening animation.
- OpenGiftInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- OpenGiftInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.OpenGiftInteractionEvent
- openGlass() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- openGui() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Opens the battle GUI if it didn't just get opened already.
- openItemStack - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
- openMegaItemGui - Static variable in class com.pixelmonmod.pixelmon.storage.ClientData
- openName() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- OpenNPCEditorPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- OpenNPCEditorPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- OpenNPCEditorPacket(NPC) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- OpenNPCEditorPacket(UUID, InteractionSetData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.OpenNPCEditorPacket
- OpenPackGuiPacket - Class in com.pixelmonmod.tcg.network.packets
- OpenPackGuiPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.OpenPackGuiPacket
- OpenPackGuiPacket(ImmutableCard[]) - Constructor for class com.pixelmonmod.tcg.network.packets.OpenPackGuiPacket
- OpenPackPacket - Class in com.pixelmonmod.tcg.network.packets
- OpenPackPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.OpenPackPacket
- OpenPackPacket(int) - Constructor for class com.pixelmonmod.tcg.network.packets.OpenPackPacket
- OpenPagedDialogueInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- OpenPagedDialogueInteractionResult(String, List<String>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenPagedDialogueInteractionResult
- openPC() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- openPCTexture() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- openPokeBag(ItemStack, ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- openPokedex() - Static method in class com.pixelmonmod.pixelmon.client.keybindings.PokedexKey
-
Opens the Pokédex or the wiki depending on what the player is looking at.
- OpenProfessorDialogueInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- OpenProfessorDialogueInteractionResult(ProfessorDialogue) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.OpenProfessorDialogueInteractionResult
- OpenProfessorDialoguePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor
- OpenProfessorDialoguePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor.OpenProfessorDialoguePacket
- OpenProfessorDialoguePacket(ProfessorDialogue) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.professor.OpenProfessorDialoguePacket
- OpenRaidDropsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.raids
- OpenRaidDropsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidDropsPacket
- OpenRaidDropsPacket(boolean, RaidData, RaidData.RaidPlayer, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidDropsPacket
- OpenRaidPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.raids
- OpenRaidPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidPacket
- OpenRaidPacket(RaidData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.OpenRaidPacket
- OpenReplaceMoveScreenPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- OpenReplaceMoveScreenPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
- OpenReplaceMoveScreenPacket(UUID, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
- OpenReplaceMoveScreenPacket(UUID, ImmutableAttack, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
- OpenReplaceMoveScreenPacket(UUID, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenReplaceMoveScreenPacket
- OpenScreenPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Created by Jay113355 on 4/10/2019.
- OpenScreenPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.OpenScreenPacket
- openSelection(ServerPlayer, int, BiConsumer<ServerPlayer, List<Pokemon>>, Pokemon...) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen
- openSelection(ServerPlayer, BiConsumer<ServerPlayer, List<Pokemon>>) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen
- openSelection(ServerPlayer, BiConsumer<ServerPlayer, List<Pokemon>>, Pokemon...) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen
- OpenSelectionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.selection
- OpenSelectionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.OpenSelectionPacket
- OpenSelectionPacket(Component, Component, int, boolean, List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.OpenSelectionPacket
- OpenShopInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- OpenShopInteractionResult(List<ShopItem>, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- openSortDialog() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- openSortDialog(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- openStorage - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- OpenTradeInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- OpenTradeInteractionResult(String, String) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenTradeInteractionResult
- openTrainerCard() - Static method in class com.pixelmonmod.pixelmon.client.keybindings.TrainerCardKey
- OpenTutorPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- OpenTutorPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.OpenTutorPacket
- OpenTutorPacket(int, NPC, List<LearnableMove>, EnumSet<BaseStatsLearnType>, Component) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.OpenTutorPacket
- OpenTutorPacket(int, NPC, List<LearnableMove>, Component) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.OpenTutorPacket
- openWiki() - Static method in class com.pixelmonmod.pixelmon.client.keybindings.WikiKey
-
Opens the Pokédex or the wiki depending on what the player is looking at.
- opponent - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.AcceptDenyScreen
-
Details about the opponent.
- OPPONENT - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.TeamType
- OPPONENT - Static variable in class com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen
- OpponentElement - Class in com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays
-
Created by Jay113355 on 11/15/2020.
- OpponentElement(PixelmonClientData, Screen, ScreenParticleEngine) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OpponentElement
- OpponentInfo - Class in com.pixelmonmod.pixelmon.client.gui.battles
-
Information about opponent Pokémon that is slowly revealed over the course of a battle.
- OpponentInfo() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- OpponentMemory - Class in com.pixelmonmod.pixelmon.battles.controller.ai
-
Information that a smart AI has gathered about an opponent Pokémon.
- OpponentMemory(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.OpponentMemory
-
Initializes a memory.
- opponentPartyX - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The x coordinate of the left of the opponent's party.
- opponentPartyY - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The y coordinate of the left of the opponent's party.
- opponentSize - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
The size of the opponent's team.
- opponentTeam - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
The opponent's team.
- opponentUUID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
-
The UUID of the opponent in the battle.
- opponentUUID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
- Opportunist - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
If an opponent's stat is boosted, the Pokémon seizes the opportunity to boost the same stat for itself.
- Opportunist() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Opportunist
- OPPORTUNIST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- OpportunistTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- OpportunistTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.OpportunistTests
- optEntity - Variable in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Reel
- option(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- OPTION_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- OPTION_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
The height of one option in the menu.
- OPTIONAL_COLOR - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- OPTIONAL_DIMENSIONS_CODEC - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonCodecs
- OPTIONAL_SHADER_DATA_SERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- optionConverter - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- options - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- options - Variable in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- options() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
-
Returns the value of the
options
record component. - options(Pokemon...) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- options(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- OptionsKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- OptionsKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.OptionsKey
- OR_DELIMITER - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- ORAN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- ORAN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- oran_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OranFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- OranFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.OranFoliagePlacer
- Orange - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- ORANGE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- ORANGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ORANGE - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- orange_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ORANGE_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- orange_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ORANGE_DAPPLES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- orange_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ORANGE_FOREHEAD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- orange_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ORANGE_MASK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ORANGE_ORCA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- orange_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- orange_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_tank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- orange_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ORANGE_TWO_TONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- orange_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- orange_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ORANGURU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ORANGURU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- orb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- orb - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
- orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ORB - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- ORB - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- OrbBlock - Class in com.pixelmonmod.pixelmon.blocks
- OrbBlock(EnumOrbShard) - Constructor for class com.pixelmonmod.pixelmon.blocks.OrbBlock
- ORBEETLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ORBEETLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- orbIn - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- OrbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- OrbItem(EnumOrbShard) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.OrbItem
- OrbTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- OrbTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- OrbTileEntity(BlockPos, BlockState, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- OrbTileEntity(BlockEntityType<?>, BlockPos, BlockState, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- order - Variable in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- ORDER_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- OrderUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
The user attacks with elegant poise.
- OrderUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.OrderUp
- ORDINARY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ORDINARY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- ORE_DAWN - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ORE_DUSK - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ORE_FIRE_STONE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ORE_LEAF_STONE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ORE_MOON_STONE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ORE_SHINY - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ORE_SUN - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ORE_WATER_STONE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- OreColor() - Constructor for class com.pixelmonmod.pixelmon.api.config.OreColorConfig.OreColor
- OreColor(String, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.config.OreColorConfig.OreColor
- OreColorConfig - Class in com.pixelmonmod.pixelmon.api.config
- OreColorConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.OreColorConfig
- OreColorConfig.OreColor - Class in com.pixelmonmod.pixelmon.api.config
- orElse(RegistryValue<T>) - Method in class com.pixelmonmod.api.registry.RegistryValue
- orElse(Object) - Method in class com.pixelmonmod.api.registry.RegistryValue
- OreSense - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- OreSense() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.OreSense
- ORICHALCUM_PULSE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- OrichalcumPulse - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Turns the sunlight harsh when the Pokémon enters a battle.
- OrichalcumPulse() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OrichalcumPulse
- ORICORIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ORIENTATION_PROPERTY - Static variable in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- ORIGIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ORIGIN_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- ORIGIN_PULSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ORIGINAL_TRAINER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the player who caught the Pokémon.
- ORIGINAL_TRAINER_NAME_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- ORIGINAL_TRAINER_UUID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the player who caught the Pokémon.
- originalCache - Variable in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
- originalEVYields - Variable in class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
- originalMove - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- originalOptions - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- originalSpec - Variable in class com.pixelmonmod.api.AbstractSpecification
- originalTargetX - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- originalTargetY - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- originalTargetZ - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- OriginalTexture - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- originalTicks() - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- originalTrainer(UUID, String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the original trainer UUID of the Pokémon
- originalTrainer(Player) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the original trainer UUID of the Pokémon
- OriginalTrainer - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- originalTrainerName - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- OriginalTrainerNameRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- OriginalTrainerNameRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.OriginalTrainerNameRequirement
- OriginalTrainerNameRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.OriginalTrainerNameRequirement
- originalTrainerUUID - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- originalUserX - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- originalUserY - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- originalUserZ - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- OriginFormItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- OriginFormItem(Item.Properties, EnumHeldItems, Supplier<Species>) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.OriginFormItem
- orThrow(A) - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Gets the instance that was parsed otherwise throws the given exception
- orThrow(Supplier<A>) - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Gets the instance that was parsed otherwise throws the given exception
- ORTHWORM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ORTHWORM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- OSHAWOTT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- OSHAWOTT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- other - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- Other - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
- OTHER - Static variable in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent.Constants
- otherParticipant(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Get the other participant in the battle.
- OU - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
- outline(RenderStateShard.CullStateShard) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- outline(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- Outrage - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Outrage - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- OUTRAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- outside_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- OUTSIDE_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- OutsideEffectsConfig - Class in com.pixelmonmod.pixelmon.api.config
- OutsideEffectsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.OutsideEffectsConfig
- Oval - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- oval_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- OVAL_CHARM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- OVAL_CHARM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The state of the Oval Charm equipped by the Player
- oval_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ovalCharm - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shiny Charm.
- OvalCharm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- OvalCharm - Enum constant in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
- ovalCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- OvalCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
- OvalCharmCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.OvalCharmCommand
- ovalStone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- oven - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- OVEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- OVERCAST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- Overcoat - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Blocks weather damage and powder moves.
- Overcoat() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Overcoat
- OVERCOAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- OVERDRIVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Overgrow - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the power of Grass-type moves by 50% when below 1/3rd hp.
- Overgrow() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Overgrow
-
Initializes Overgrow.
- OVERGROW - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Overheat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Overheat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Overheat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Overheat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Overheat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Overheat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Overheat - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- OVERHEAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- overlay - Variable in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- OverlayBase - Class in com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays
-
Base class for Pokémon details in the battle interface.
- OverlayBase(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Initializes the overlay.
- OverlayGraphicType - Enum Class in com.pixelmonmod.pixelmon.client.gui.custom.overlays
- OverlayNew - Class in com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays
-
Created by Jay113355 on 10/25/2020.
- OverlayNew(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
-
Initializes the overlay.
- OverlayScreenState - Enum Class in com.pixelmonmod.pixelmon.api.screens
- OverlayToggles - Class in com.pixelmonmod.pixelmon.client.render
- OverlayToggles() - Constructor for class com.pixelmonmod.pixelmon.client.render.OverlayToggles
- Overlord - Class in com.pixelmonmod.pixelmon.battles.status
-
Keeps track of the number of fainted pokemon when the status was created.
- Overlord - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Overlord(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Overlord
- OVERQWIL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- OVERQWIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- override(StatefulWidget<U>, Consumer<WidgetRenderState<U>>) - Static method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- overrideAbilitySlot() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Ignores the previously found ability slot for the Pokémon and finds the new one
- overrideAttackCategory(AttackCategory) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- OverrideList() - Constructor for class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel.OverrideList
- overridePalette - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- overridePower - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Overridden base power of the attack.
- overridePPMax(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Replaces the maximum PP of a move, overriding any PP Up/PP Max used.
- overridesDefendingStat(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psystrike
- overridesDefendingStat(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
-
Changes the stat the target uses to defend.
- overrideTexture - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- overrideType(Element) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- overwriteEnergy - Variable in class com.pixelmonmod.tcg.duel.state.CommonCardState
-
This will regard all energy attachments as this overwriteEnergy
- OWN_TEMPO - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- OwnedTileEntity - Class in com.pixelmonmod.tcg.tileentity
- OwnedTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
- owner - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- owner - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- owner - Variable in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
- owner - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- owner - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- owner() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- owner() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- owner() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- owner() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- owner() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Gets the player which this research is for.
- owner() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ServerPlayerResearch
- owner(StatefulScreen) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- OWNER_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- OwnTempo - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents confusion.
- OwnTempo() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.OwnTempo
-
Initializes Own Tempo.
- OwnTempoTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- OwnTempoTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.OwnTempoTests
P
- PA_U - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- PACHIRISU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PACHIRISU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- pack - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- pack() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
- PACK - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- PackConfirmScreen - Class in com.pixelmonmod.tcg.client.gui
- PackConfirmScreen() - Constructor for class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- packet - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
The packet that will be processed once rules are synced.
- PacketDirection - Enum Class in com.pixelmonmod.pixelmon.comm.data
-
An enum linking the
NetworkDirection
andDist
classes for easier abstraction - PacketDirection - Enum Class in com.pixelmonmod.tcg.network.data
-
An enum linking the
NetworkDirection
andDist
classes for easier abstraction - PacketInfo - Annotation Interface in com.pixelmonmod.pixelmon.comm.data
-
Annotation for
PixelmonPacket
packet registry data - PacketInfo - Annotation Interface in com.pixelmonmod.tcg.network.data
-
Annotation for
TCGPacket
packet registry data - PacketRegistration - Class in com.pixelmonmod.tcg.init.registry
- PacketRegistration() - Constructor for class com.pixelmonmod.tcg.init.registry.PacketRegistration
- PacketRegistry - Class in com.pixelmonmod.pixelmon.comm
-
Registers all packets for Pixelmon.
- PacketRegistry() - Constructor for class com.pixelmonmod.pixelmon.comm.PacketRegistry
- packItem - Variable in class com.pixelmonmod.tcg.api.events.PackOpenEvent
- PackItem - Class in com.pixelmonmod.tcg.item
- PackItem() - Constructor for class com.pixelmonmod.tcg.item.PackItem
- PackOpenEvent - Class in com.pixelmonmod.tcg.api.events
-
PackOpenEvent - Fired when right-clicking on a pack to open it.
- PackOpenEvent(ServerPlayer, ItemStack, ImmutableCard[]) - Constructor for class com.pixelmonmod.tcg.api.events.PackOpenEvent
- PackOpenEvent.Post - Class in com.pixelmonmod.tcg.api.events
-
Fires after a pack has been opened.
- PackOpenEvent.Pre - Class in com.pixelmonmod.tcg.api.events
-
Fired before a pack is opened, before cards in the pack are calculated.
- PACKS - Static variable in class com.pixelmonmod.tcg.init.registry.CreativeModeTabRegistration
- PackScreen - Class in com.pixelmonmod.tcg.client.gui
- PackScreen() - Constructor for class com.pixelmonmod.tcg.client.gui.PackScreen
- PackScreen(int, ImmutableCard[]) - Constructor for class com.pixelmonmod.tcg.client.gui.PackScreen
- PackSyncPacket - Class in com.pixelmonmod.tcg.network.packets
- PackSyncPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.PackSyncPacket
- PackSyncPacket(int, int, float) - Constructor for class com.pixelmonmod.tcg.network.packets.PackSyncPacket
- padding - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
The distance from the main PCScreen
- PADDING_BETWEEN_ICONS - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- PADDING_LEFT - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
-
Distance from the left side of the screen
- PADDING_LEFT - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- PADDING_START_END - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
-
Padding before and after the first and last icons respectively
- PADDING_TOP - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- paddingY - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- paddingY - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- padlock - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Locked Pokémon icon.
- page - Variable in class com.pixelmonmod.tcg.client.container.BinderInventory
- page() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns the value of the
page
record component. - page(ChatPage) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- page(Component, Component) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- pages - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenPagedDialogueInteractionResult
- pages() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns the value of the
pages
record component. - pages(ChatPage...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- pages(Collection<ChatPage>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- PAGES - Static variable in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
- PAIN_SPLIT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PainSplit - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Splits the user's and the target's hp evenly.
- PainSplit - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PainSplit() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PainSplit
- PAINTING - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- PaintingItem - Class in com.pixelmonmod.pixelmon.items
- PaintingItem() - Constructor for class com.pixelmonmod.pixelmon.items.PaintingItem
- PAINTINGS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- PaintingTypeRegistry - Class in com.pixelmonmod.pixelmon.init.registry
-
This is used to register Minecraft paintings for various Pixelmon related things
- PaintingTypeRegistry() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- PAIR_ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- PALAFIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PALDEAN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a form is Paldean
- PALDEAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- palette - Variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- palette - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- palette - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- palette - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- palette - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Whether the Pokémon is Shiny.
- palette() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- palette() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- palette(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the palette of the Pokémon Setting to null selects a random default palette from the form
- palette(ColorPalette) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- palette(PaletteProperties) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- palette(String) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- Palette - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette
- Palette(String, Set<Species>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.Palette
-
Basic constructor for palette
- PALETTE - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- PALETTE - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- PALETTE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PALETTE - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
- PALETTE_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- PALETTE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- PaletteParticles - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- PaletteParticles(ParticleSystems) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
- PaletteParticles(ParticleType<?>) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.PaletteParticles
- PaletteProperties - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette
- PaletteProperties(String, String, List<ModelLocator>, ResourceWithFallback, List<Holder<SoundEvent>>, Optional<AmbientParticleSettings>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- PalettePropertiesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette
- PalettePropertiesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PalettePropertiesTypeAdapter
- PaletteRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- PaletteRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- PaletteRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
- PaletteRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.PaletteRequirement
- PaletteRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PaletteRequirement
- PaletteRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.PaletteRequirement
- PALETTES - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.ShearInteraction
- PALKIA - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
- PALKIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PALKIA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PALOSSAND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PALOSSAND - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PALPITOAD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PAMTRE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- PAMTRE - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- pamtre_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PamtreFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PamtreFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PamtreFoliagePlacer
- PANCHAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PANGORO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PANPOUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PANPOUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PANSAGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PANSEAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PARABOLIC_CHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ParadoxBoost - Class in com.pixelmonmod.pixelmon.battles.status
- ParadoxBoost - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ParadoxBoost() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ParadoxBoost
- ParadoxBoost(PixelmonWrapper, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.ParadoxBoost
- ParadoxBoostAbility - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ParadoxBoostAbility() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- parallelogram - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
A 256x parallelogram.
- Paralysis - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from moving 25% of the time and quarters its speed.
- Paralysis - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Paralysis() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Paralysis
-
Initializes the status.
- paralyze(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
-
Paralyzes the target if possible.
- paralyze_heal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PARALYZED - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardCondition
- parameterId - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- parameterId - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- parameterId2 - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- parameterId2 - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- parameters - Variable in class com.pixelmonmod.tcg.duel.state.CommonCardState
- PARAS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PARAS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PARASECT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PARASECT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- parent - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
The battle GUI that the screen is a part of.
- parent - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
- parent - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
The battle GUI that contains this screen.
- parent - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- parent - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- parent - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- parent() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- parent(StatefulWidget<? extends StatefulWidget<?>>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- PARENTAL_BOND - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ParentalBond - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes the user to attack twice, with the second hit being at 50% power.
- ParentalBond() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParentalBond
- ParentalBondTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ParentalBondTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ParentalBondTests
- parentOne - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
- parentOne - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
- parentOne - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
- parentOne - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
- parentOne - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
- parentOne - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
- parentTwo - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
- parentTwo - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
- parentTwo - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
- parentTwo - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
- parentTwo - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
- parentTwo - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
- park - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Park Ball.
- park(String) - Static method in class com.pixelmonmod.api.loader.DataSyncLock
- PARK_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.NormalParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.CommentParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.DefaultParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.LineParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KaParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KdMapParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KdParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.KsParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MaterialFileParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.MaterialParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.mtl.NsParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FaceParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FreeFormParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.GroupParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.MaterialParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.TextureCooParser
- parse() - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.VertexParser
- parse(JsonArray) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Parses a
JsonArray
to a list of items with chance - parse(JsonObject) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.drops.ItemWithChance
-
Parses a
JsonObject
to am item with chance - parse(StringReader) - Method in class com.pixelmonmod.pixelmon.command.impl.research.ResearchArgument
- parse(InputStream) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- parse(Object) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.BattleProperty
-
Attempts to parse the object into a
PropertyValue<T>
Will returnOptional.empty()
if fails to parse - parse(Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BattleTypeProperty
- parse(Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ClausesProperty
- parse(Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.OldGenModeProperty
- parse(Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TierProperty
- parse(Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractBooleanProperty
- parse(Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.type.AbstractIntegerProperty
- parse(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardModifier
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AcidEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.AttachDiscardEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BenchDamageOppSelectEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeResistanceEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ChangeWeaknessEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ConditionEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageBonusEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DamageEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DevolveEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableAttackEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DisableCardEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DiscardAttachmentEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.DrawCardEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HardenEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.HealEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ImmuneEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ProphecyEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ReduceDamageEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardWithEnergyCostEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.ThunderstormEffect
- parse(String...) - Method in class com.pixelmonmod.tcg.duel.attack.effects.WildfireEffect
- ParseAttempt<T> - Class in com.pixelmonmod.api.parsing
-
A data transfer object storing information about an attempt to parse an object
If, for some reason, the syntax is incorrect then it will provide an error inParseAttempt.getError()
If there is an exception during parsing then it will provide the error inParseAttempt.getException()
- ParseAttempt(T, String, Throwable) - Constructor for class com.pixelmonmod.api.parsing.ParseAttempt
- ParseAttemptTypeAdapter<A extends Specification<B,
C>, B, C> - Class in com.pixelmonmod.api -
Type adapter implementation for writing any form of
Specification
to JSON - ParseAttemptTypeAdapter(Class<A>) - Constructor for class com.pixelmonmod.api.ParseAttemptTypeAdapter
- parseBoolean(String) - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
- parseBoolean(String) - Static method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- parseBoolean(String) - Method in class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
- parseBoolean(String) - Method in class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
- parseColour(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Attempts to parse the colour code firstly as a hex, then as a legacy
- parseDouble(double, String, boolean) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- parseDouble(double, String, int, int, boolean) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- parseDouble(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
-
Parses the arg to a double
- parseDouble(String) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- parseEffect(String) - Static method in class com.pixelmonmod.tcg.api.card.attack.CardAttackEffectParser
- parseEffects(String) - Static method in class com.pixelmonmod.tcg.api.card.attack.CardAttackEffectParser
- parseInt(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
-
Parses the arg to an integer
- parseItem(String) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
Finds an item from its item ID.
- parseLong(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
-
Parses the arg to a long
- parseNumber(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NumberHelper
-
Attempts to parse the given string to a number
- parseOrNull(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets the type for the given index or returns null
- parseOrNull(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.AttackCategory
- parseOrNull(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets a type from its name.
- parseOrNull(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- parser - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- parser(BiFunction<String, String, ParseAttempt<T>>) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the parser for the requirement
- parsers - Variable in class com.pixelmonmod.pixelmon.client.models.obj.LineParserFactory
- parseType(int) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets a type from its index.
- parseType(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Gets a type from its name.
- parseUserInput(String, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ItemStackHelper
-
Reads the data from a user and converts it into an
ItemStack
with the given amount - PartialDetectionLogic - Class in com.pixelmonmod.pixelmon.api.replacement.detection
- PartialDetectionLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.detection.PartialDetectionLogic
- PartialDetectionLogic(String) - Constructor for class com.pixelmonmod.pixelmon.api.replacement.detection.PartialDetectionLogic
- partialTick - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
- partialTicks() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- PartialTrap - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes residual damage and prevents Pokémon from switching.
- PartialTrap - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- PartialTrap() - Constructor for class com.pixelmonmod.pixelmon.battles.status.PartialTrap
-
Initializes the status.
- PartialTrap(ImmutableAttack, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.PartialTrap
-
Initializes the status.
- participant - Variable in class com.pixelmonmod.pixelmon.api.events.battles.SetBattleAIEvent
- participant - Variable in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
- participant - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The participant who owns this Pokémon.
- participantCanDynamax(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if a participant is capable of dynamaxing and that it is their turn.
- participantMovesFirst(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MoveOrderModifier
- participantMovesFirst(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.TrickRoom
-
Reverses the turn order by letting the slower Pokémon move first.
- participantName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- participantName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BagItemAction
- participantName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HealPokemonAction
- participantReady(PlayerParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Alerted from a packet received from a participant that they have viewed all the battle messages and the next sub-turn can begin.
- ParticipantReadyPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Signals that a player has finished seeing pending battle messages.
- ParticipantReadyPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ParticipantReadyPacket
-
Empty constructor for packet registration.
- ParticipantReadyPacket(int, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ParticipantReadyPacket
-
Signals that a player has finished seeing pending battle messages.
- participants - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- participants - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The participants in the battle.
- participants - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- particle - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- ParticleArcanery - Class in com.pixelmonmod.pixelmon.client.particle
- ParticleArcanery(double, double, double, double, double, double, float, ParticleEffect) - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Particle with specified sizing.
- ParticleArcanery(double, double, double, double, double, double, ParticleEffect) - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Particle with default sizing.
- ParticleArcaneryDispatcher - Class in com.pixelmonmod.pixelmon.api.world
- ParticleArcaneryDispatcher() - Constructor for class com.pixelmonmod.pixelmon.api.world.ParticleArcaneryDispatcher
- ParticleBlocks - Class in com.pixelmonmod.pixelmon.client.render
-
A particle spawned when a multiblock is broken.
- ParticleBlocks(ClientLevel, double, double, double, double, double, double, BlockState) - Constructor for class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
-
Initializes the particle.
- particleClass - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
- ParticleEffect - Class in com.pixelmonmod.pixelmon.client.particle
- ParticleEffect() - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- ParticleEffects - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- ParticleEffects() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.ParticleEffects
- particleEngine - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Particle engine for this UI.
- particleEngine - Variable in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- ParticleEvents - Class in com.pixelmonmod.pixelmon.client.particle
- ParticleEvents() - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleEvents
- ParticleGastly - Class in com.pixelmonmod.pixelmon.battles.animations.particles
- ParticleGastly(ClientLevel, double, double, double, double, double, double, boolean, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleGastly
- ParticleKoffing - Class in com.pixelmonmod.pixelmon.battles.animations.particles
- ParticleKoffing(ClientLevel, double, double, double, double, double, double, float, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleKoffing
- ParticleKoffing(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleKoffing
- ParticleMathHelper - Class in com.pixelmonmod.pixelmon.client.particle
- ParticleMathHelper() - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleMathHelper
- ParticleRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- ParticleRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- particles - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- Particles - Enum Class in com.pixelmonmod.pixelmon.client.particle
- PARTICLES_TYPES - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- ParticleShiny - Class in com.pixelmonmod.pixelmon.battles.animations.particles
- ParticleShiny(ClientLevel, double, double, double, double, double, double, float, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleShiny
- ParticleShiny(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleShiny
- ParticleSmoke - Class in com.pixelmonmod.pixelmon.battles.animations.particles
- ParticleSmoke(ClientLevel, double, double, double, double, double, double, SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke
- ParticleSmoke.Factory - Class in com.pixelmonmod.pixelmon.battles.animations.particles
- ParticleSystem - Class in com.pixelmonmod.pixelmon.client.particle
- ParticleSystem() - Constructor for class com.pixelmonmod.pixelmon.client.particle.ParticleSystem
- ParticleSystems - Enum Class in com.pixelmonmod.pixelmon.client.particle
- particleVariables - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- parties - Variable in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- PARTING_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PartingShot - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- PartingShot() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PartingShot
- PartingShotTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- PartingShotTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- party - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
The
PlayerPartyStorage
that the lure is housed in. - party - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
The
PlayerPartyStorage
that the lure is housed in. - party - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Cured
- party - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread
- party - Variable in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- party - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
The player's Pokémon.
- party - Variable in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- party - Variable in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- party - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
The player's party Pokémon.
- party - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- party - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- party() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- party(Selector<TeamSupplier>) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- party(PartyStorage) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- party(TeamSupplier) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- party(PartyStorage) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- party(Player) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- PARTY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonStorageTypes
- PARTY_BOX_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- PARTY_FAINT_RESPAWN - Static variable in class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- PARTY_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag of a Pokémon in the player's party.
- PARTY_INDEX_OFFSET - Static variable in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
- PARTY_SEPARATOR - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The distance of party Poké Balls/Pokémon from each other.
- PARTY_SLOTS - Static variable in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- PartyCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- PartyCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- PartyCondition(PokemonSpecification...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- PartyCondition(Element...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- PartyCondition(String...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- PartyFainedRespawnPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- PartyFainedRespawnPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PartyFainedRespawnPacket
- PartyFaintRespawnEvent - Class in com.pixelmonmod.pixelmon.api.events
-
These events are fired when the player's entire party gets wiped and they are about to be respawned at their last spawn point.
- PartyFaintRespawnEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.PartyFaintRespawnEvent
- PartyFaintRespawnEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
- PartyFaintRespawnEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Cancel this event to stop the player being sent to the fainted screen and thus being respawned at their last spawn point.
- PartySelectionFactory - Class in com.pixelmonmod.pixelmon.api.selection
- PartySelectionFactory() - Constructor for class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory
- PartySelectionFactory.SelectionData - Class in com.pixelmonmod.pixelmon.api.selection
- PartySelectionScreen - Class in com.pixelmonmod.pixelmon.api.selection
-
Util for creating party selection screens
- PartySelectionScreen() - Constructor for class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen
- PartySelectionScreen.Builder - Class in com.pixelmonmod.pixelmon.api.selection
- PartySlotDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PartySlotDataProvider(int) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PartySlotDataProvider
- PartyStorage - Class in com.pixelmonmod.pixelmon.api.storage
- PartyStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- PartyStorage(ResourceLocation, UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.AbsenceOfHealthCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BattleCriticalCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BlocksWalkedOutsideBallCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ChanceCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoRockCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoScrollCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.FriendshipCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GenderCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GimmighoulCoinCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HasPaletteCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HeldItemCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HighAltitudeCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InBattleLevelCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InvertCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.IsBurningCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.LevelCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoonPhaseCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveTypeCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveUsesCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NatureCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NuggetCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PotionEffectCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.RecoilCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ShinyCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatRatioCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatusPersistCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.TimeCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WeatherCondition
- passes(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WithinStructureCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.AbsenceOfHealthCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BattleCriticalCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BiomeCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.BlocksWalkedOutsideBallCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ChanceCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoCondition
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
EvoCondition.passes(Pokemon)
instead - passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoRockCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.EvoScrollCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.FriendshipCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GenderCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.GimmighoulCoinCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HasPaletteCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HeldItemCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.HighAltitudeCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InBattleLevelCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.InvertCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.IsBurningCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.LevelCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoonPhaseCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveTypeCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveUsesCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NatureCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.NuggetCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PotionEffectCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.RecoilCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ShinyCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatRatioCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatusPersistCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.TimeCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WeatherCondition
- passes(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WithinStructureCondition
- PASSHO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- PASSHO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- passho_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PasshoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PasshoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PasshoFoliagePlacer
- PASSIMIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PASSIMIAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PASSIVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
- PassiveEffectProxy - Class in com.pixelmonmod.pixelmon.api.pokemon.effects
-
Static proxy class for the
PassiveEffectTicker
implementation To change from the defaultWalkingPassiveEffectTicker
implementation then use thePassiveEffectProxy.setInstance(PassiveEffectTicker)
method during initialization - PassiveEffectProxy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.effects.PassiveEffectProxy
- PassiveEffectTicker - Interface in com.pixelmonmod.pixelmon.api.pokemon.effects
- PassiveHealEvent - Class in com.pixelmonmod.pixelmon.api.events
- PassiveHealEvent(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent
- PassiveHealEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after passive healing has been applied to a Pokemon.
- PassiveHealEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when passive healing is doing random checks to see what it should heal.
- PassiveHealingProxy - Class in com.pixelmonmod.pixelmon.api.pokemon.healing
-
Static proxy class for the
PassiveHealingTicker
implementation To change from the defaultWalkingPassiveHealingTicker
implementation then use thePassiveHealingProxy.setInstance(PassiveHealingTicker)
method during initialization - PassiveHealingProxy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.healing.PassiveHealingProxy
- PassiveHealingTicker - Interface in com.pixelmonmod.pixelmon.api.pokemon.healing
- passiveHealTick - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- PassivePoisonEvent - Class in com.pixelmonmod.pixelmon.api.events
- PassivePoisonEvent() - Constructor for class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent
- PassivePoisonEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
- PassivePoisonEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
- passivePoisonTick - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- PASSTURN - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- PASTA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- pastActions - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Action history to undo/redo
- pastActions() - Method in record class com.pixelmonmod.pixelmon.client.gui.pc.RecordedHistory
-
Returns the value of the
pastActions
record component. - paste - Variable in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- paste(String) - Method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- PASTEL_VEIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PastelVeil - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the user and its allies from poison.
- PastelVeil() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PastelVeil
-
Initializes PastelVeil.
- PastelVeilTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- PastelVeilTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.PastelVeilTests
- path - Variable in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- PATH - Static variable in class com.pixelmonmod.pixelmon.api.config.BetterSpawnerConfig
- PATRAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PATRAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- pattern() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Returns the value of the
pattern
record component. - pattern(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
- pattern(Pattern) - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
- pause(SoundInstance) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- pauseBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Pauses the battle.
- pauses(boolean) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- PAWMI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PAWMI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PAWMO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PAWMO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PAWMOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PAWMOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PAWNIARD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PAWNIARD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Pay_Day - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- PAY_DAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PAYAPA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- payapa_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PayapaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PayapaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PayapaFoliagePlacer
- Payback - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the user moves after the target.
- Payback - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Payback - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Payback - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Payback - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Payback - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Payback() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Payback
- PAYBACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- payDay - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
The amount of money earned from Pay Day after the battle ends.
- payDay - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
The amount of money earned from Pay Day after the battle ends.
- PayDay - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Gives PokéDollars to the player after battle.
- PayDay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- PayDay() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PayDay
- PAYPAPA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pc - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- PC - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.DeleteType
- PC - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- PC - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
A PC box contained within a PC.
- PC - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonStorageTypes
- PC - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PC - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- PC_COLOUR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The color of the PC.
- PC_MODES - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- PC_NUM_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The number of Pokémon that can fit along the height of the PC GUI.
- PC_NUM_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The number of Pokémon that can fit along the width of the GUI.
- PC_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the player who placed the PC.
- PC_RAVE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the PC will randomly change color.
- PC_SORTING_LOGIC_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- pcActionHistory() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- PCBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- PCBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- pcBottom - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the PC.
- PCBox - Class in com.pixelmonmod.pixelmon.api.storage
- PCBox() - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCBox
-
Only use this for JSON deserialization.
- PCBox(PCStorage, int) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCBox
- PCBox(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCBox
- PCBoxSearch - Class in com.pixelmonmod.pixelmon.api.storage
- PCBoxSearch(PCStorageSearch, int) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCBoxSearch
- PCClonePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pc
-
Clones a Pokemon from the PC
- PCClonePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCClonePacket
- PCClonePacket(StoragePosition) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCClonePacket
- PcCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PcCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PcCommand
- PCFilter - Class in com.pixelmonmod.pixelmon.client.gui.pc
- PCFilter(PokemonScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- PCFilter(PokemonScreen, PokemonSpecification) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- pcLeft - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the PC.
- pcMode - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- PCMode - Class in com.pixelmonmod.pixelmon.client.gui.pc
- PCMode(String, PokemonScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- pcModeIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- pcModeKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The pc options keybindings.
- pcPointer - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- pcPointerGrabbed - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- pcRenameIcon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- pcRenameKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The pc options keybindings.
- pcResources - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PC GUI resources.
- pcRight - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the PC.
- pcs - Variable in class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- PCS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- pcScreen - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- pcScreen - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
The PC Screen this is attached to.
- PCScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
The PC GUI.
- PCScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
Initializes the PC GUI at last known position or 0.
- PCScreen(StoragePosition) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
-
Initializes the PC GUI at the given position or last position.
- pcSearchIcon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The pc options icons
- pcSearchKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The pc options keybindings.
- PCSortingLogic - Class in com.pixelmonmod.pixelmon.client.gui.pc.sorting
- PCSortingLogic() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.sorting.PCSortingLogic
- pcSortingLogicTypes - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- pcSortKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The pc options keybindings.
- PCSortPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pc
-
Updates held items server-side when a Pokémon in the party is given a held item.
- PCSortPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCSortPacket
- PCSortPacket(int, PCSortingLogic, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCSortPacket
- PCStorage - Class in com.pixelmonmod.pixelmon.api.storage
- PCStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCStorage
- PCStorage(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCStorage
- PCStorageSearch - Class in com.pixelmonmod.pixelmon.api.storage
-
Might switch to positions rather than pokémon.
- PCStorageSearch(int, int, AdvancedPCSearchScreen) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- pcSwapScreenKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The pc options keybindings.
- PCTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- PCTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- PCTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- PCToolbar - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
The Pokemon Summary screen that appears when hovering over a Pokemon during PC operations.
- PCToolbar(PCToolbarHost) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- PCToolbar(PCToolbarHost, PCToolbar.ToolbarButtons[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- PCToolbar.ToolbarButtons - Enum Class in com.pixelmonmod.pixelmon.client.gui.pc
- PCToolbarHost - Interface in com.pixelmonmod.pixelmon.client.gui.pc
- pcTop - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The locations of the corners of the PC.
- pcWallpaperIcon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- pcWallpaperKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The pc options keybindings.
- pearl - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pearl_string - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- peat_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PECHA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- PECHA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- pecha_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PechaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PechaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PechaFoliagePlacer
- PECHARUNT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PECK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Peek - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 10/17/2016.
- Peek() - Constructor for class com.pixelmonmod.tcg.duel.power.Peek
- PEEK - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- PEEVED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- PELIPPER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PELIPPER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- pendant - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- PENDANT - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- PendingAttack - Class in com.pixelmonmod.tcg.duel.attack
-
Created by Hy on 5/29/2016.
- PendingAttack(PlayerServerState, PokemonCardState, PokemonAttackStatus) - Constructor for class com.pixelmonmod.tcg.duel.attack.PendingAttack
- pendingPrizeCount - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- pendingPrizePlayerIndex - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- PerBench - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
- Percent - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.ValueType
- PERCENT_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- percentage - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- percentChance - Variable in class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- percentRecoil - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Recoil
- PerDamage - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
- PerEnergy - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
- PerEnergy - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
- perfectIVs - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- performBattleStartCheck(Level, BlockPos, Entity, PixelmonEntity, BattleStartTypes, BlockState, Object...) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawningHandler
-
Rolls to determine if a battle should happen and then calls for the specific battle type
- performBonemeal(ServerLevel, RandomSource, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- performBonemeal(ServerLevel, RandomSource, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- performBonemeal(ServerLevel, RandomSource, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelp
- performBonemeal(ServerLevel, RandomSource, BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepSeaGrass
- perilous_soup - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- perimeter() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- Perish - Class in com.pixelmonmod.pixelmon.battles.status
-
Faints the Pokémon after three turns have passed.
- Perish - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Perish() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Perish
-
Initializes Perish Song.
- PERISH_BODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PERISH_SONG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PerishBody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- PerishBody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PerishBody
- permanentStats - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- PermanentStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
A Pokémon's stats.
- PermanentStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
- permissionNode - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.HasPermissionDataProvider
- PerOppBench - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
- perpDot(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- PerPokemon - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
- PERRSERKER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PERRSERKER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PerSelfBench - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
- PERSIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PERSIAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PERSIM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- PERSIM - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- persim_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PersimFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PersimFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PersimFoliagePlacer
- persistent - Variable in class com.pixelmonmod.pixelmon.battles.controller.FutureBattleTask
- persistentData - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- persistentData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds the persistent nbt data for the pokemon
- PETAL - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- PETAL_BLIZZARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PETAL_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PetalBlizzard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PetalDance - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Continues for 2-3 turns, confusing user afterwards.
- PetalDance() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.PetalDance
- PetalDanceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- PetalDanceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
- PETAYA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- PETAYA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- petaya_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PetayaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PetayaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PetayaFoliagePlacer
- PETILIL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PHANPY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PHANPY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PHANTOM_FORCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PhantomForce - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- PhantomForce - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PHANTUMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PHANTUMP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- phase - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonUpdateEvent
-
The
TickEvent.Phase
that the update is occurring in. - Phase - Enum Class in com.pixelmonmod.tcg.duel
- PhaseAction - Enum Class in com.pixelmonmod.tcg.network.packets.enums
-
Created by Hy on 5/10/2016.
- PHEROMOSA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PHEROMOSA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PHIONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PHIONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PHONY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- photo - Variable in class com.pixelmonmod.pixelmon.api.events.CameraEvent.TakePhoto
- PHOTON_GEYSER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PhotonGeyser - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- PhotonGeyser() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PhotonGeyser
- PHYSICAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.AttackCategory
- PICHU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PICHU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PICHU_FRIEND - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Used to track if a pichu has found a spike eared pichu.
- pick(ServerPlayer, int, boolean[]) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- Pick(Level, BlockState, BerryType, BlockPos, ServerPlayer, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.BerryEvent.Pick
- Pick(Level, BlockState, ApricornType, BlockPos, ServerPlayer, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ApricornEvent.Pick
- PICK_STARTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonResearch
- PICK_UP_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- PICKACTION - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.BattleStage
- PickApricornInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- PickApricornInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PickApricornInteractionEvent
- PickBerryInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- PickBerryInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PickBerryInteractionEvent
- pickBestChoice(List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Picks a single move choice from a list of the best choices.
- pickBestChoice(List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Picks a single move choice from a list of the best choices.
- pickDirection(boolean) - Method in class com.pixelmonmod.pixelmon.ai.FlyingGoal
- pickDirection(boolean) - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- pickDirection(boolean) - Method in class com.pixelmonmod.pixelmon.ai.SwimmingGoal
- pickHeight() - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- Pickpocket - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Steals an attacker's held item on contact if the Pokémon has no held item.
- Pickpocket() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pickpocket
- PICKPOCKET - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PickPocketTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- PickPocketTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.PickPocketTests
- pickSpeed() - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- pickSpeed() - Method in class com.pixelmonmod.pixelmon.ai.SwimmingGoal
- pickTopNBestChoices(int, List<MoveChoice>, List<MoveChoice>, BattleController) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.RaidAI
- Pickup - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Retrieves held items previously consumed by other Pokémon.
- Pickup() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pickup
- PICKUP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PickupEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires when a Pokémon finds an item with Pickup.
- PickupEvent(PixelmonWrapper, PlayerParticipant, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.PickupEvent
- pickupItem(PlayerParticipant) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pickup
-
10% chance of giving a random item to the player if a party Pokémon has Pickup.
- PickUpItemInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- PickUpItemInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PickUpItemInteractionEvent
- pickUpLureInLureSlot(ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Takes the lure that is currently in the player's lure slot and sets it as being carried by the cursor.
- PIDGEOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIDGEOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- pidgeotite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Pidgeot
- PIDGEOTTO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIDGEOTTO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PIDGEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIDGEY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PIDOVE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIDOVE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- pieceSize() - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Returns the value of the
pieceSize
record component. - PIGNITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIGNITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PIKA_HOOD - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- PIKA_PAPOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Pikachu - Class in com.pixelmonmod.pixelmon.items.fireworks.shapes
- Pikachu() - Constructor for class com.pixelmonmod.pixelmon.items.fireworks.shapes.Pikachu
- PIKACHU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIKACHU - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- PIKACHU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PIKACHU - Static variable in class com.pixelmonmod.tcg.api.accessors.Coins
- pikanium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Pikanium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- pikashunium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Pikashunium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- PIKIPEK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIKIPEK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PILLAR - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
- PILLAR_COLUMN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- PILLAR_COLUMN_FRACTURED_BOTTOM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- PILLAR_COLUMN_FRACTURED_TOP - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- PILLAR_PLATFORM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- PILOSWINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PILOSWINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PIN_MISSILE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PINAP - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- PINAP - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- pinap_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pinap_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PinapFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PinapFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PinapFoliagePlacer
- PINCURCHIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PINECO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PINECO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Pink - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- Pink - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- PINK - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- PINK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- PINK - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- PINK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- pink_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pink_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PINK_BERRY_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- pink_berry_wood_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pink_berry_wood_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pink_berry_wood_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_berry_wood_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PINK_DAPPLES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- pink_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pink_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_nectar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PINK_ORCA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- pink_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pink_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PINK_TWO_TONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- pink_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- pink_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PINKAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- pinkbadgecase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PinMissile - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- PINSIR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PINSIR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- pinsirite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Pinsir
- PIPLUP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PIPLUP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PIROUETTE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- PIXEL_DOLLARS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of PokéDollars that the player has.
- PIXEL_SNAPSHOT_BLOCK_MOD - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The mod ID where the block originated from.
- PIXEL_SNAPSHOT_BLOCK_NAME - Static variable in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
The NBT tag for a block's name
- PIXEL_SNAPSHOT_HAS_TE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the block has a tile entity on it.
- PIXEL_SNAPSHOT_TILE_ENTITY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag of the tile entity on a block.
- PixelArmorTier - Class in com.pixelmonmod.pixelmon.items.tools
- PixelArmorTier(String, int, int[], int, SoundEvent, float, Supplier<Ingredient>) - Constructor for class com.pixelmonmod.pixelmon.items.tools.PixelArmorTier
- PixelBlockSnapshot - Class in com.pixelmonmod.pixelmon.api.util
-
Created by clienthax on 15/3/2015.
- PixelBlockSnapshot(BlockPos, String, String, CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Raw constructor designed for serialization usages.
- PixelBlockSnapshot(BlockPos, BlockState, CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Raw constructor designed for serialization usages.
- PixelBlockSnapshot(Level, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Initializes a block snapshot.
- PixelBlockSnapshot(Level, BlockPos, BlockState, CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Initializes a block snapshot.
- PixelCommand - Class in com.pixelmonmod.pixelmon.command
- PixelCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.PixelCommand
- PixelCommand(CommandDispatcher<CommandSourceStack>, String, String, int) - Constructor for class com.pixelmonmod.pixelmon.command.PixelCommand
- PixelExtrasData - Class in com.pixelmonmod.pixelmon.storage.extras
-
Created by Jay113355 on 12/4/2018.
- PixelExtrasData(UUID) - Constructor for class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- PixelExtrasData.Category - Enum Class in com.pixelmonmod.pixelmon.storage.extras
- PixelExtrasData.HatType - Enum Class in com.pixelmonmod.pixelmon.storage.extras
- PixelExtrasData.MonocleType - Enum Class in com.pixelmonmod.pixelmon.storage.extras
- PixelExtrasData.RobeType - Enum Class in com.pixelmonmod.pixelmon.storage.extras
- PixelExtrasData.SashType - Enum Class in com.pixelmonmod.pixelmon.storage.extras
- PixelExtrasData.SphealType - Enum Class in com.pixelmonmod.pixelmon.storage.extras
- PixelExtrasData.WingType - Enum Class in com.pixelmonmod.pixelmon.storage.extras
- PixelExtrasDisplayClientPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Created by Jay113355 on 1/4/2019.
- PixelExtrasDisplayClientPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayClientPacket
- PixelExtrasDisplayClientPacket(PixelExtrasData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayClientPacket
- PixelExtrasDisplayServerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Created by Jay113355 on 1/4/2019.
- PixelExtrasDisplayServerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayServerPacket
- PixelExtrasDisplayServerPacket(PixelExtrasData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PixelExtrasDisplayServerPacket
- PixelExtrasStorage - Class in com.pixelmonmod.pixelmon.storage.extras
-
Created by Jay113355 on 1/5/2019.
- PixelExtrasStorage() - Constructor for class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
- PixelItemTier - Class in com.pixelmonmod.pixelmon.items.tools
- PixelItemTier(int, Supplier<Ingredient>, int, int, float, float) - Constructor for class com.pixelmonmod.pixelmon.items.tools.PixelItemTier
- pixelmon - Variable in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.CameraEvent
-
The Pokémon being photographed.
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxCandyEvent
-
The Pokémon the Dynamax Candy is being used on
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.LensUsedEvent
-
The
PixelmonEntity
the lens is being used on. - pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.MaxSoupEvent
-
The Pokémon the Max Soup is being used on
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.MoveSkillCooldownEvent
-
The Pokémon entity using the move skill.
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.moveskills.UseMoveSkillEvent
-
The Pokémon entity using the move skill.
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
-
The Pokemon that triggered the event if from a
MoveSkill
otherwise it will be null - pixelmon - Variable in class com.pixelmonmod.pixelmon.api.events.RidePokemonEvent
-
The Pokémon being mounted
- pixelmon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
The Pokémon who has this pokemonLevel.
- pixelmon - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- pixelmon - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- pixelmon - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
- pixelmon - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The Pokémon being caught by the Poké Ball.
- pixelmon(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
-
Will create a resource location from the String in the Pixelmon namespace and return null if it is invalid
- Pixelmon - Class in com.pixelmonmod.pixelmon
-
Main class for Pixelmon.
- Pixelmon() - Constructor for class com.pixelmonmod.pixelmon.Pixelmon
- PIXELMON - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- PIXELMON_ENCHANTED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- pixelmon_grass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PIXELMON_GRASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- PIXELMON_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The deprecated version of the Pokémon's ID.
- PIXELMON_ID_1 - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The first part of the Pokémon's ID.
- PIXELMON_ID_2 - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The second part of the Pokémon's ID.
- PIXELMON_MOVE_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- PIXELMON_MOVE_ID_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of an external move the Pokémon has.
- PIXELMON_MOVE_NAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of a move in the Pokémon's moveset.
- PIXELMON_MOVE_PP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- PIXELMON_MOVE_PPBASE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- PIXELMON_MOVE_PPMAX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The maximum possible PP of a move in the Pokémon's moveset.
- PIXELMON_MOVE_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- PIXELMON_NUMBER_MOVES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- PIXELMON_ORDER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The position of the Pokémon in a party or a box.
- PIXELMON_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the player who owns the Pokémon.
- pixelmon_spawner - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PIXELMON_SPAWNER - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- PIXELMON_SPAWNER - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- PIXELMON_SPAWNER_AGGRESSION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_BOSS_RATIO - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_FIRE_ON_TICK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_GMAX_RATIO - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_LEVEL_MAX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_LEVEL_MIN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_MAX_SPAWNS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_NUM_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_SHINY_RATIO - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_SPAWN_LOCATION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_SPAWN_RADIUS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_SPAWN_TICK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_UNBATTLEABLE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_UNBREEDABLE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PIXELMON_SPAWNER_UNCATCHABLE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- pixelmon_sprite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PIXELMON_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the Pokémon's spawn location.
- PIXELMON_WIKI - Static variable in class com.pixelmonmod.pixelmon.client.keybindings.WikiKey
-
The base URL of the Pixelmon wiki.
- PixelmonAdvancementEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires when a player earns a Pixelmon advancement
- PixelmonAdvancementEvent(ServerPlayer, Advancement) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonAdvancementEvent
- PixelmonAdvancements - Class in com.pixelmonmod.pixelmon.advancements
- PixelmonAdvancements() - Constructor for class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- PixelmonBEWLRs - Class in com.pixelmonmod.pixelmon.client.models.items
- PixelmonBiomes - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonBiomes() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonBiomes
- PixelmonBiomeTags - Class in com.pixelmonmod.pixelmon.init.registry
- PixelmonBiomeTags() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- PixelmonBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Default block class for blocks in the Pixelmon mod
- PixelmonBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.PixelmonBlock
- PixelmonBlock(BlockBehaviour.Properties, boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.PixelmonBlock
- PixelmonBlockItem - Class in com.pixelmonmod.pixelmon.items
-
The item form of a block.
- PixelmonBlockItem(Block, Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
Initializes an item block.
- PixelmonBlockItem(Block, Item.Properties, Supplier<BEWLRCallable>) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
- PixelmonBlocks - Class in com.pixelmonmod.pixelmon.api.registries
-
With the ObjectHolder annotation, all fields in this class will be populated by forge after the respective registration events.
- PixelmonBlocks() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PixelmonBlockStartingBattleEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when a battle is started by a block, for example seaweed, tall grass, rock smashing, etc.
- PixelmonBlockStartingBattleEvent(Level, BlockPos, ServerPlayer, BattleStartTypes, PixelmonEntity, PixelmonEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
- PixelmonBlockTags - Class in com.pixelmonmod.pixelmon.init.registry
- PixelmonBlockTags() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- PixelmonBlockTriggeredBattleEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires when a battle MIGHT be started as a result of a block such as seaweed, tall grass, rock smash, etc.
- PixelmonBlockTriggeredBattleEvent(BlockSpawningHandler, Level, BlockPos, ServerPlayer, PixelmonEntity, BattleStartTypes) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
- PixelmonBoatEntity - Class in com.pixelmonmod.pixelmon.entities.custom
- PixelmonBoatEntity(EntityType<? extends Boat>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- PixelmonBoatEntity(Level, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- PixelmonBoatItem - Class in com.pixelmonmod.pixelmon.items
- PixelmonBoatItem(boolean, Boat.Type, Item.Properties, WoodType) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonBoatItem
- PixelmonBoatRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- PixelmonBoatRenderer(EntityRendererProvider.Context, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonBoatRenderer
- PixelmonBootsItem - Class in com.pixelmonmod.pixelmon.items
-
Makes the player run faster.
- PixelmonBootsItem(ArmorMaterial, ArmorItem.Type) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonBootsItem
-
Initializes a running shoes item.
- PixelmonBreedingLogic - Class in com.pixelmonmod.pixelmon.api.pokemon.egg.impl
-
Default Pixelmon implementation of the breeding logic
- PixelmonBreedingLogic() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- PixelmonChestBoatEntity - Class in com.pixelmonmod.pixelmon.entities.custom
- PixelmonChestBoatEntity(EntityType<? extends Boat>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- PixelmonChestBoatEntity(Level, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- PixelmonChestBoatItem - Class in com.pixelmonmod.pixelmon.items
- PixelmonChestBoatItem(boolean, Boat.Type, Item.Properties, WoodType) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonChestBoatItem
- PixelmonClientData - Class in com.pixelmonmod.pixelmon.client.gui.battles
-
Object for displaying Pokemon in the GUI.
- PixelmonClientData() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Initializes an empty Pokémon.
- PixelmonClientData(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Initializes a Pokémon.
- PixelmonClientData(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Initializes a Pokémon.
- PixelmonCodec - Class in com.pixelmonmod.pixelmon.api.codec
- PixelmonCodec() - Constructor for class com.pixelmonmod.pixelmon.api.codec.PixelmonCodec
- PixelmonCodecs - Class in com.pixelmonmod.pixelmon.client.render.shader
- PixelmonCodecs() - Constructor for class com.pixelmonmod.pixelmon.client.render.shader.PixelmonCodecs
- PixelmonCommands - Class in com.pixelmonmod.pixelmon.command
- PixelmonCommands(CommandDispatcher<CommandSourceStack>, Commands.CommandSelection) - Constructor for class com.pixelmonmod.pixelmon.command.PixelmonCommands
- PixelmonCommandUtils - Class in com.pixelmonmod.pixelmon.api.command
- PixelmonCommandUtils() - Constructor for class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- PixelmonConfigProxy - Class in com.pixelmonmod.pixelmon.api.config
-
Static accessors for all YAML Pixelmon configs Also allows for reloading them
- PixelmonConfigProxy() - Constructor for class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- pixelmonCreativeInventory - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Inventory GUI when in Creative mode.
- PixelmonDamageTypes - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonDamageTypes() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonDamageTypes
- PixelmonDataProviders - Class in com.pixelmonmod.pixelmon.api.registries
-
Static class containing all of Pixelmon's
InteractionEvent
s - PixelmonDataSerializers - Class in com.pixelmonmod.pixelmon.api.data
- PixelmonDataSerializers() - Constructor for class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- PixelmonDayCare - Class in com.pixelmonmod.pixelmon.api.daycare
- PixelmonDayCare() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.PixelmonDayCare
- PixelmonDayCareCondition - Class in com.pixelmonmod.pixelmon.api.daycare.impl
-
Default Pixelmon implementation of the
DayCareCondition
- PixelmonDayCareCondition() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- PixelmonDebugChunkGenerator - Class in com.pixelmonmod.pixelmon.world.dimension.debug
- PixelmonDebugChunkGenerator(Holder.Reference<Biome>) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.debug.PixelmonDebugChunkGenerator
- PixelmonDeletedEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires when a Pokémon is deleted or otherwise lost.
- PixelmonDeletedEvent(ServerPlayer, Pokemon, DeleteType) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonDeletedEvent
- PixelmonDimensionRenderInfo - Class in com.pixelmonmod.pixelmon.world.dimension.client
- PixelmonDimensionRenderInfo() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
- PixelmonDimensionRenderInfo(float, boolean, DimensionSpecialEffects.SkyType, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.client.PixelmonDimensionRenderInfo
- pixelmonDoubleGrassPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for Pixelmon double-grass spawning. - PixelmonDownloadingPackFinder - Class in com.pixelmonmod.pixelmon.client
- PixelmonDownloadingPackFinder(File) - Constructor for class com.pixelmonmod.pixelmon.client.PixelmonDownloadingPackFinder
- PixelmonEggGroups - Class in com.pixelmonmod.pixelmon.api.registries
-
Stores all constants related to the egg groups
- PixelmonEggGroups() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- pixelmonEntity - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary
- pixelmonEntity - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- pixelmonEntity - Variable in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
- PixelmonEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
-
A Pokémon entity.
- PixelmonEntity(EntityType<PixelmonEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- PixelmonEntity(Level, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Sets up the Pokémon.
- PixelmonEntity(Level, CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- PixelmonEntityContextDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon
- PixelmonEntityContextDataProvider(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PixelmonEntityContextDataProvider
- PixelmonEventHandler - Class in com.pixelmonmod.pixelmon
-
Drops certain items from Pokémon when defeated.
- PixelmonEventHandler() - Constructor for class com.pixelmonmod.pixelmon.PixelmonEventHandler
- PixelmonFaintEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires every time a Pokémon faints Called during battle, or when the Pokémon's health is set to a value less than 0!
- PixelmonFaintEvent(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent
- PixelmonFaintEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after the poke has fainted
- PixelmonFaintEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired before the fainting occurs Cancelling this will prevent the health going <= 0
- PixelmonFeature - Class in com.pixelmonmod.pixelmon.world.generation
- PixelmonFeature() - Constructor for class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- PixelmonFireworkShape - Interface in com.pixelmonmod.pixelmon.items.fireworks
-
For use with
FireworkRegistration
- PixelmonForms - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonForms() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- PixelmonGameRules - Class in com.pixelmonmod.pixelmon.api.rules
- PixelmonGameRules() - Constructor for class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- PixelmonGrassBlock - Class in com.pixelmonmod.pixelmon.blocks.spawning
- PixelmonGrassBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- pixelmonGrassPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for Pixelmon grass spawning. - PixelmonGroundPathNavigation - Class in com.pixelmonmod.pixelmon.ai.naivgator
- PixelmonGroundPathNavigation(Mob, Level) - Constructor for class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigation
- PixelmonGrowths - Class in com.pixelmonmod.pixelmon.api.registries
-
Static class containing all of Pixelmon's
Growth
s - PixelmonInitEvent - Class in com.pixelmonmod.pixelmon.api.events.init
-
Fired when Pixelmon is about to decide which
StorageManager
,BankAccountManager
, andBreedingLogicFactory
to use. - PixelmonInitEvent(PixelmonStorageManager, StorageSaveAdapter, StorageSaveScheduler, PixelmonBreedingLogic, ResearchStorageSaveAdapter, ResearchStorageSaveScheduler, ResearchStorageManager) - Constructor for class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- PixelmonInteraction - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom
-
A special interaction with a specific pokemon of Pokémon.
- PixelmonInteraction(int) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
Initializes an interaction.
- PixelmonInteractionEvents - Class in com.pixelmonmod.pixelmon.api.registries
-
Static class containing all of Pixelmon's
InteractionEvent
s - PixelmonItem - Class in com.pixelmonmod.pixelmon.items
-
An item introduced by Pixelmon.
- PixelmonItem(Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonItem
-
Initializes an item.
- PixelmonItem(Item.Properties, BEWLRCallable) - Constructor for class com.pixelmonmod.pixelmon.items.PixelmonItem
- PixelmonItems - Class in com.pixelmonmod.pixelmon.api.registries
-
With the ObjectHolder annotation, all fields in this class will be populated by forge after the respective registration events.
- PixelmonItems() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PixelmonItemTags - Class in com.pixelmonmod.pixelmon.init.registry
- PixelmonItemTags() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PixelmonItemTags
- PixelmonItemTiers - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonItemTiers() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- PixelmonKeyMapping - Class in com.pixelmonmod.pixelmon.client.keybindings
- PixelmonKeyMapping(String, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- PixelmonKeyMapping(String, InputConstants.Type, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- PixelmonKeyMapping(String, IKeyConflictContext, InputConstants.Key, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- PixelmonKeyMapping(String, IKeyConflictContext, InputConstants.Type, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- PixelmonKeyMapping(String, IKeyConflictContext, KeyModifier, InputConstants.Key, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- PixelmonKeyMapping(String, IKeyConflictContext, KeyModifier, InputConstants.Type, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PixelmonKeyMapping
- PixelmonKnockoutEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires every time a Pokémon is knocked out
- PixelmonKnockoutEvent(PixelmonWrapper, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonKnockoutEvent
- PixelmonLayerHead - Class in com.pixelmonmod.pixelmon.client.render.layers
-
Renders a hat on a player.
- PixelmonLayerHead(PlayerRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
- PixelmonLayerRobe - Class in com.pixelmonmod.pixelmon.client.render.layers
-
Created by Jay113355 on 5/17/2018.
- PixelmonLayerRobe(PlayerRenderer) - Constructor for class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerRobe
- PixelmonLoaders - Class in com.pixelmonmod.pixelmon.init.loaders
- PixelmonLoaders() - Constructor for class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- PixelmonModelBase<E extends net.minecraft.world.entity.Entity> - Class in com.pixelmonmod.pixelmon.client.models
- PixelmonModelBase() - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- PixelmonModelRenderer - Class in com.pixelmonmod.pixelmon.client.models
- PixelmonModelRenderer(Model) - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- PixelmonModelRenderer(Model, String) - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- PixelmonModelRenderer(Model, String, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- PixelmonModelSmd<M extends net.minecraft.world.entity.Entity> - Class in com.pixelmonmod.pixelmon.client.models
- PixelmonModelSmd() - Constructor for class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
- PixelmonMovementBase - Class in com.pixelmonmod.pixelmon.entities.pixelmon.movement
- PixelmonMovementBase(AbstractMovesEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- PixelmonMovementController - Class in com.pixelmonmod.pixelmon.ai
- PixelmonMovementController(Mob) - Constructor for class com.pixelmonmod.pixelmon.ai.PixelmonMovementController
- PixelmonMovementFlying - Class in com.pixelmonmod.pixelmon.entities.pixelmon.movement
- PixelmonMovementFlying(AbstractMovesEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementFlying
- PixelmonMovementGround - Class in com.pixelmonmod.pixelmon.entities.pixelmon.movement
- PixelmonMovementGround(AbstractMovesEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementGround
- PixelmonMusic - Class in com.pixelmonmod.pixelmon.client.music
-
Created by Jay113355 on 8/16/2021.
- PixelmonMusic() - Constructor for class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- pixelmonOverlayExtended2 - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Inventory party overlay.
- PixelmonOverlayScreen - Class in com.pixelmonmod.pixelmon.client.gui
-
The party interface when not in battle.
- PixelmonOverlayScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
- PixelmonPacket - Interface in com.pixelmonmod.pixelmon.comm.data
-
Interface that represents all packets going between the Pixelmon server instance and client
- PixelmonPaintingEntity - Class in com.pixelmonmod.pixelmon.entities.custom
- PixelmonPaintingEntity(EntityType<PixelmonPaintingEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- PixelmonPaintingEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- PixelmonPaintingEntity(Level, BlockPos, Direction) - Constructor for class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- PixelmonPalettes - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonPalettes() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- PixelmonPlayerResearch - Class in com.pixelmonmod.pixelmon.api.storage.research.impl
- PixelmonPlayerResearch(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- PixelmonPlayerResearch(Player, Research) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- PixelmonPlayerResearchObjective - Class in com.pixelmonmod.pixelmon.api.storage.research.impl
- PixelmonPlayerResearchObjective(UUID, ServerPlayerResearch, PlayerResearchStage, ResearchObjective) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- PixelmonPlayerResearchStage - Class in com.pixelmonmod.pixelmon.api.storage.research.impl
- PixelmonPlayerResearchStage(UUID, ServerPlayerResearch, ResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- PixelmonPlayerTracker - Class in com.pixelmonmod.pixelmon.listener
-
Event handlers for player login and logout.
- PixelmonPlayerTracker() - Constructor for class com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker
- PixelmonPlayerUtils - Class in com.pixelmonmod.pixelmon.api.util
-
Any functions to do with operating on or with the player list.
- PixelmonPlayerUtils() - Constructor for class com.pixelmonmod.pixelmon.api.util.PixelmonPlayerUtils
- PixelmonPokemonProxy - Class in com.pixelmonmod.pixelmon.api.pokemon
-
Default Pixelmon implementation of the
PokemonProxy
- PixelmonPokemonProxy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PixelmonPokemonProxy
- PixelmonPoolElementTypes - Class in com.pixelmonmod.pixelmon.world.structure
- PixelmonPoolElementTypes() - Constructor for class com.pixelmonmod.pixelmon.world.structure.PixelmonPoolElementTypes
- PixelmonPotionEffect - Class in com.pixelmonmod.pixelmon.comm
- PixelmonPotionEffect(MobEffectCategory, DyeColor) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonPotionEffect
- PixelmonRegistry - Class in com.pixelmonmod.pixelmon.init.registry
- PixelmonRegistry() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- PixelmonRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- PixelmonRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonRenderer
- PixelmonRendering - Class in com.pixelmonmod.pixelmon.client.render
- PixelmonRenderingHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- PixelmonRenderingHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
- PixelmonRequirements - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonRequirements() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- PixelmonResearch - Class in com.pixelmonmod.pixelmon.api.registries
-
Static class containing references to Pixelmon's
Research
s - PixelmonResearchStorage - Class in com.pixelmonmod.pixelmon.api.storage.research.impl
- PixelmonResearchStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- PixelmonRichPresence - Class in com.pixelmonmod.pixelmon.client.richpresence
- PixelmonRichPresence(long) - Constructor for class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- PixelmonSelectorTypes - Class in com.pixelmonmod.pixelmon.api.registries
-
Static class containing all of Pixelmon's
SelectorType
s - PixelmonServerConfig - Class in com.pixelmonmod.pixelmon.api.config
-
Created by Jay113355 on 10/6/2017.
- PixelmonServerConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- PixelmonShaders - Class in com.pixelmonmod.pixelmon.client.render.shader
- PixelmonShaders() - Constructor for class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- PixelmonSpawner - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- PixelmonSpawnerBlock - Class in com.pixelmonmod.pixelmon.blocks.spawning
-
A block that spawns Pokémon.
- PixelmonSpawnerBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
-
Initializes the Pixelmon spawner block.
- PixelmonSpawnerData - Class in com.pixelmonmod.pixelmon.comm
- PixelmonSpawnerData() - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonSpawnerData
- PixelmonSpawnerData(BlockPos, CompoundTag, List<PokemonRarity>) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonSpawnerData
- PixelmonSpawnerEvent - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
This class contains all the relevant events to when a Pixelmon spawner block attempts to/successfully spawn(s) a Pokemon
- PixelmonSpawnerEvent(PixelmonSpawnerTileEntity, PokemonSpecification, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
-
The basic constructor for the event
- PixelmonSpawnerEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
This is the post-pixelmon spawn event fired after the entity is spawned and after the Pokemon is created from the specification This is where you can modify the pokemon/entity that has been spawned This is not cancellable
- PixelmonSpawnerEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
This is the pre-pixelmon spawn event fired before the entity is spawned and before the Pokemon is created from the specification Cancelling this will prevent the entity from being spawned
- PixelmonSpawnerScreen - Class in com.pixelmonmod.pixelmon.client.gui.spawner
-
The GUI while editing a Pixelmon spawner.
- PixelmonSpawnerScreen(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
Initializes the spawner GUI.
- PixelmonSpawnerTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- PixelmonSpawnerTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- PixelmonSpawnerTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- PixelmonSpawnerTileEntity.AreaType - Enum Class in com.pixelmonmod.pixelmon.blocks.tileentity
- PixelmonSpawning - Class in com.pixelmonmod.pixelmon.spawning
-
Managing class for Pixelmon's implementation of the Better Spawner.
- PixelmonSpawning() - Constructor for class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
- PixelmonSpecies - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonSpecies() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PixelmonStandingSignBlock - Class in com.pixelmonmod.pixelmon.blocks
- PixelmonStandingSignBlock(BlockBehaviour.Properties, WoodType) - Constructor for class com.pixelmonmod.pixelmon.blocks.PixelmonStandingSignBlock
- PixelmonStatsData - Class in com.pixelmonmod.pixelmon.comm
-
A container to send stats to the client with.
- PixelmonStatsData() - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- PixelmonStatsData(PermanentStats) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- PixelmonStatsData(CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- PixelmonStorageAsyncScheduler - Class in com.pixelmonmod.pixelmon.api.storage.research.save.impl
- PixelmonStorageAsyncScheduler - Class in com.pixelmonmod.pixelmon.storage.schedulers
- PixelmonStorageAsyncScheduler() - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- PixelmonStorageAsyncScheduler() - Constructor for class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- PixelmonStorageManager - Class in com.pixelmonmod.pixelmon.api.storage
-
The default
StorageManager
for Pixelmon. - PixelmonStorageManager() - Constructor for class com.pixelmonmod.pixelmon.api.storage.PixelmonStorageManager
- PixelmonStorageStandardScheduler - Class in com.pixelmonmod.pixelmon.storage.schedulers
- PixelmonStorageStandardScheduler() - Constructor for class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageStandardScheduler
- PixelmonStorageTypes - Class in com.pixelmonmod.pixelmon.init.registry
- PixelmonStorageTypes() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PixelmonStorageTypes
- PixelmonTabs - Class in com.pixelmonmod.pixelmon.client.gui.inventory.tabs
- PixelmonTabs() - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.PixelmonTabs
- PixelmonTCG - Static variable in class com.pixelmonmod.tcg.init.registry.CreativeModeTabRegistration
- PixelmonTicketType - Class in com.pixelmonmod.pixelmon.api.registries
- PixelmonTicketType() - Constructor for class com.pixelmonmod.pixelmon.api.registries.PixelmonTicketType
- PixelmonToast - Class in com.pixelmonmod.pixelmon.api.util.toast
- PixelmonToast(ToastData) - Constructor for class com.pixelmonmod.pixelmon.api.util.toast.PixelmonToast
- PixelmonTradeEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires when a trade is completing.
- PixelmonTradeEvent(Player, Player, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent
- PixelmonTradeEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
- PixelmonTradeEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Canceling this event will prevent the Pokemon from being exchanged
- PixelmonUpdateEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired specifically when update() is started and finished on EntityPixelmon.
- PixelmonUpdateEvent(PixelmonEntity, TickEvent.Phase) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonUpdateEvent
- pixelmonUUID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The ID of the Pokémon to transform.
- PixelmonWallSignBlock - Class in com.pixelmonmod.pixelmon.blocks
- PixelmonWallSignBlock(BlockBehaviour.Properties, WoodType) - Constructor for class com.pixelmonmod.pixelmon.blocks.PixelmonWallSignBlock
- PixelmonWeather - Class in com.pixelmonmod.pixelmon.world.weather
- PixelmonWeather() - Constructor for class com.pixelmonmod.pixelmon.world.weather.PixelmonWeather
- PixelmonWidget - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Created by Jay113355 on 11/15/2020.
- PixelmonWidget() - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- PixelmonWoodType - Class in com.pixelmonmod.pixelmon.init.registry
- PixelmonWoodType() - Constructor for class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- PixelmonWrapper - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
Wrapper for a Pokémon in battle.
- PixelmonWrapper(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- PixelmonWrapper(BattleParticipant, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Constructs the wrapper.
- PixelmonWrapper(BattleParticipant, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Constructs the wrapper.
- PixelmonWrapper(BattleParticipant, PixelmonEntity, BattleController) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Constructs up the wrapper.
- PixelmonWrapper(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Makes a deep copy of the PixelmonWrapper object
- PixelmonWrapper(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- PixelRenderPlayer - Class in com.pixelmonmod.pixelmon.client.render.player
-
Exists purely for the reason that Mojang can't code.
- PixelRenderPlayer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
-
Initializes the renderer.
- PixelRenderPlayer(EntityRendererProvider.Context, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
-
Initializes the renderer.
- PIXIE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- pixie_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Fairy-type attacks.
- Pixilate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes Normal-type moves into Fairy-type moves and increases their power by 1.3x.
- Pixilate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pixilate
-
Initializes the Ability.
- PIXILATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PL - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- place(FeaturePlaceContext<SurfaceBiomeFeatureConfig>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeOreFeature
- place(FeaturePlaceContext<SurfaceCategoryFeatureConfig>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryOreFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldIslandFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldKelpFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldSeaGrassFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FallenLeavesFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FireStoneOreFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FossilsFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.GracideaFlowersFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.lanakila.CandyCaneFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.LeafStoneOreFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.MaxMushroomsFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.PokeChestFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.TumblestoneFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterGyserFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMetalPipeFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMonolithFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantMonolithFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantXurkitreeFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepKelpFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepSeaSpikeFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DesertSpikeFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.UltraBossFeature
- place(FeaturePlaceContext<NoneFeatureConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.WaterStoneOreFeature
- place(FeaturePlaceContext<OreConfiguration>) - Method in class com.pixelmonmod.pixelmon.world.generation.features.MoonStoneOreFeature
- place(TreeDecorator.Context) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator.PresentTreeDecorator
- place(TreeDecorator.Context) - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
- place(TreeDecorator.Context) - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
- place(StructureTemplateManager, WorldGenLevel, StructureManager, ChunkGenerator, BlockPos, BlockPos, Rotation, BoundingBox, RandomSource, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- place(StructureTemplateManager, WorldGenLevel, StructureManager, ChunkGenerator, BlockPos, BlockPos, Rotation, BoundingBox, RandomSource, boolean) - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- place(LevelSimulatedReader, RandomSource, List<BlockPos>, List<BlockPos>, TreeDecorator.Context) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator.PresentTreeDecorator
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, SurfaceBiomeFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeOreFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, SurfaceCategoryFeatureConfig) - Method in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryOreFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldIslandFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.drownedworld.DrownedWorldSeaGrassFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FallenLeavesFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FireStoneOreFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.FossilsFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.GracideaFlowersFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.lanakila.CandyCaneFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.LeafStoneOreFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.MaxMushroomsFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.PokeChestFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.TumblestoneFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterGyserFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMetalPipeFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.crater.CraterMonolithFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantMonolithFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantXurkitreeFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepKelpFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DeepSeaSpikeFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.spike.DesertSpikeFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.UltraBossFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, NoneFeatureConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.WaterStoneOreFeature
- place(WorldGenLevel, ChunkGenerator, RandomSource, BlockPos, OreConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.MoonStoneOreFeature
- placeBed(Level, BlockPos, Direction, DyeColor) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
- PlaceChain(Player, TimespaceAltarTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceChain
- placeholder - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- PlaceholderCollectEvent<A> - Class in com.pixelmonmod.pixelmon.api.npc.interaction.context.event
-
Event fired when the mod is starting to collect placeholders for different
ContextKey
s. - PlaceholderCollectEvent(ResourceLocation, Class<A>, List<ContextPlaceholder<A>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.context.event.PlaceholderCollectEvent
- placeholders() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Returns the value of the
placeholders
record component. - placeLogAxis(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, BlockPos, TreeConfiguration, Direction.Axis) - Static method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
- placeLogAxis(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, BlockPos, TreeConfiguration, Direction.Axis) - Static method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
- placeLogAxisX(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, BlockPos, TreeConfiguration) - Static method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
- placeLureInLureSlot(ItemStack, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Places the lure being carried by the cursor in the lure slot.
- PlaceOrb(Player, TimespaceAltarTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.PlaceOrb
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GinkgoFancyTrunkPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraElmTrunkPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraJungleTrunkPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.EggantTrunkPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LumTrunkPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StraightTrunkPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
- placeTrunk(LevelSimulatedReader, BiConsumer<BlockPos, BlockState>, RandomSource, int, BlockPos, TreeConfiguration) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.TougaTrunkPlacer
- PLAIN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- plain_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- plannedSpawn - Variable in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Catch
- plant_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PLANT_CLOAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- PLANT_MONOLITH - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- PLANT_XURKITREE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- PlantMonolithFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant
- PlantMonolithFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantMonolithFeature
- PlantXurkitreeFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant
- PlantXurkitreeFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.plant.PlantXurkitreeFeature
- plasma_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- plasma_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- plasma_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PLASMA_FISTS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- plasma_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- plasma_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- plate - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- plateAdded - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- PlateItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
A plate that boosts the power of certain types of moves by 20%.
- PlateItem(Element) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.PlateItem
-
Initializes a plate.
- PLATES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- platesIn - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- PlateTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- PlateTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.PlateTests
- PLATINUM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- PLATINUM_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- platinum_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PLATINUM_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- platinum_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_ingot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PLATINUM_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- platinum_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- platinum_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- play(Holder<SoundEvent>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- play(Holder<SoundEvent>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- play(Holder<SoundEvent>, float) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- play(Holder<SoundEvent>, float) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- play(Holder<SoundEvent>, float, float) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- play(Holder<SoundEvent>, float, float) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- play(SoundEvent) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- play(SoundEvent) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- play(SoundEvent, float) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- play(SoundEvent, float) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- play(SoundEvent, float, float) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- play(SoundEvent, float, float) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- PLAY - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- PLAY_CLIENT - Enum constant in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
- PLAY_CLIENT - Enum constant in enum class com.pixelmonmod.tcg.network.data.PacketDirection
- PLAY_NICE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PLAY_ROUGH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PLAY_SERVER - Enum constant in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
- PLAY_SERVER - Enum constant in enum class com.pixelmonmod.tcg.network.data.PacketDirection
- playAnimation(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Does animation for the attack.
- PLAYBASIC - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- PlayBattleMusicPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music
- PlayBattleMusicPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music.PlayBattleMusicPacket
- PlayBattleMusicPacket(BattleMusicType, int, long, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.music.PlayBattleMusicPacket
- PlayBattleParticleSystemPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- PlayBattleParticleSystemPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayBattleParticleSystemPacket
- PlayBattleParticleSystemPacket(AttackAnimation, Attack, AttackAnimationData, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayBattleParticleSystemPacket
- PlayBattleParticleSystemPacket(Level, AttackAnimationData, ImmutableAttack, int, Vec3, int, Vec3) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayBattleParticleSystemPacket
- playButtonPressSound() - Static method in class com.pixelmonmod.pixelmon.client.SoundHelper
-
Plays the button pressing sound.
- playCardFromHandToActive(PlayerServerState, int, ImmutableCard) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- playCardFromHandToActive(PlayerServerState, int, ImmutableCard) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- playClick() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- playClick() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- playDownSound(SoundManager) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTabsScreen
- player - Variable in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.The player who made the dialogue choice.
- player - Variable in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueEndedEvent
-
The player closing the GUI
- player - Variable in class com.pixelmonmod.pixelmon.api.events.AggressionEvent
-
The player being challenged.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.BeatWildPixelmonEvent
-
The player who beat the Pokémon
- player - Variable in class com.pixelmonmod.pixelmon.api.events.CameraEvent
-
The player taking a photo.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.CurryFinishedEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.DropEvent
-
The player who will be given the drops
- player - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxCandyEvent
-
The player using the Dynamax Candy
- player - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.PostEvolve
-
The player whose Pokémon is evolving
- player - Variable in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.FishingEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.HealerEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
-
The player owner of the Pokémon, if there is a player owner.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.KeyEvent
-
The player who pressed the key
- player - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
-
The UUID of the player most relevant to the event.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.LensUsedEvent
-
The player using the lens.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.LostToWildPixelmonEvent
-
The player who lost to the Pokémon
- player - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiredEvent
-
The player whose lure has expired.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.lures.LureExpiringEvent
-
The player whose lure is degrading.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.MaxSoupEvent
-
The player using the Max Soup
- player - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PartyFaintRespawnEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PickupEvent
-
The
PlayerParticipant
who's Pokémon that just picked up an item. - player - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonAdvancementEvent
-
The player who has earned the achievement
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
The player being engaged in the battle
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
-
The player who triggered the event
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonDeletedEvent
-
The player deleting the Pokémon
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent
-
The player attempting to collect the Poke Loot.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.SetNicknameEvent
-
The player doing the renaming.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Cured
- player - Variable in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.RidePokemonEvent
-
The player attempting to mount the Pokémon
- player - Variable in class com.pixelmonmod.pixelmon.api.events.ShopEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent.ChoosePlayer
-
The player to potentially spawn a legendary near.
- player - Variable in class com.pixelmonmod.pixelmon.api.events.StatueEvent
-
The player causing the statue event
- player - Variable in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
-
The player throwing the Pokéball
- player - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- player - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.CanBattleInteractionCondition
- player - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.SetCooldownInteractionResult
- player - Variable in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- player - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon
- player - Variable in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- player - Variable in class com.pixelmonmod.pixelmon.api.storage.event.PlayerCloseStorageEvent
- player - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.PlayerCommandAction
- player - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
The player that this participant is representing.
- player - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- player - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- player - Variable in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- player - Variable in class com.pixelmonmod.tcg.api.events.PackOpenEvent
- player() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- player() - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- player() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- player() - Method in record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Returns the value of the
player
record component. - player(boolean, TextureProvider) - Static method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- player(Codec<A>, A) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- player(RaidData.RaidPlayer) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- player(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- PLAYER - Enum constant in enum class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.TargetType
- PLAYER - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattlePerspectiveMode
- PLAYER - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- PLAYER - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- PLAYER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the player associated with something, like a storage owner
- PLAYER_ACTIVATED - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- PLAYER_EDITING_PARTY - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- PLAYER_EXTRAS - Static variable in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasStorage
- PLAYER_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- PLAYER_LOGIN - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- player_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PLAYER_PARTY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonStorageTypes
- PLAYER_QUIT - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- player1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- player1Ready - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- player2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- player2Ready - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- PlayerActivateShrineEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires whenever a legendary bird shrine is activated Canceling this event will prevent the shrine from activating
- PlayerActivateShrineEvent(BlockPos, ServerPlayer, ShrineBlock, ShrineType, BirdShrineTileEntity, boolean, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent
-
Basic constructor
- PlayerActivateShrineEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
- PlayerActivateShrineEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
- PlayerBasedLevels - Class in com.pixelmonmod.pixelmon.spawning
-
Tweaks the levels of Pokémon to be closer to the player's pokemonLevel if the cause of the spawn is a player.
- PlayerBasedLevels() - Constructor for class com.pixelmonmod.pixelmon.spawning.PlayerBasedLevels
- PlayerClientMyState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/10/2016.
- PlayerClientMyState(PlayerServerState, GamePhase, GameServerState, boolean) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
-
Create client data to send to client
- PlayerClientMyState(FriendlyByteBuf, GameServerState) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- PlayerClientOpponentState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/10/2016.
- PlayerClientOpponentState(PlayerServerState, GamePhase, GameServerState, boolean) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerClientOpponentState
- PlayerClientOpponentState(FriendlyByteBuf, GameServerState) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerClientOpponentState
- PlayerCloseStorageEvent - Class in com.pixelmonmod.pixelmon.api.storage.event
-
This event is fired when a player closes a storage screen.
- PlayerCloseStorageEvent(ServerPlayer, PokemonStorage) - Constructor for class com.pixelmonmod.pixelmon.api.storage.event.PlayerCloseStorageEvent
- PlayerCommandAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- PlayerCommandAction(int, ServerPlayer, String) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.PlayerCommandAction
- PlayerCommandListener - Class in com.pixelmonmod.pixelmon.listener
- PlayerCommandListener() - Constructor for class com.pixelmonmod.pixelmon.listener.PlayerCommandListener
- PlayerCommonState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/10/2016.
- PlayerCommonState() - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- PlayerCommonState(PlayerServerState, GameServerState, boolean) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- PlayerCommonState(FriendlyByteBuf, GameServerState, boolean) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- PlayerContextDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PlayerContextDataProvider(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerContextDataProvider
- PlayerControlledMovement - Class in com.pixelmonmod.pixelmon.client.camera.movement
- PlayerControlledMovement(Level, CameraEntity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
- playerCount - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- PlayerCraftItemsEvent - Class in com.pixelmonmod.api.event
-
An event that is fired when a player crafts items.
- PlayerCraftItemsEvent(ServerPlayer, RecipeHolder<?>, List<ItemStack>) - Constructor for class com.pixelmonmod.api.event.PlayerCraftItemsEvent
- playerData - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- PlayerData - Class in com.pixelmonmod.pixelmon.storage.playerData
-
Player data for certain event items.
- PlayerData() - Constructor for class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
- PlayerDayCare - Class in com.pixelmonmod.pixelmon.api.storage.breeding
-
All breeding related storage for a Player
- PlayerDayCare(PlayerPartyStorage) - Constructor for class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Default constructor taking just the party
- PlayerDeathPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- PlayerDeathPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerDeathPacket
- playerDestroy(Level, Player, BlockPos, BlockState, BlockEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- PlayerEatCakeEvent - Class in com.pixelmonmod.api.event
-
An event that is fired when a player eats a cake.
- PlayerEatCakeEvent(ServerPlayer, BlockState, BlockPos) - Constructor for class com.pixelmonmod.api.event.PlayerEatCakeEvent
- playerEncounters - Variable in class com.pixelmonmod.pixelmon.api.util.EncounterData
- playerEntity - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- PlayerExecuteCommandInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- PlayerExecuteCommandInteractionResult(List<String>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerExecuteCommandInteractionResult
- PlayerExpLevelDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PlayerExpLevelDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerExpLevelDataProvider
- PlayerExtraDataStore - Class in com.pixelmonmod.pixelmon.storage.extras
-
Client side data store.
- PlayerExtraDataStore() - Constructor for class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- PlayerExtrasPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Created by Jay113355 on 11/1/2016.
- PlayerExtrasPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayerExtrasPacket
- PlayerFallListener - Class in com.pixelmonmod.pixelmon.listener
-
Created by clienthax on 16/3/2015.
- PlayerFallListener() - Constructor for class com.pixelmonmod.pixelmon.listener.PlayerFallListener
- PlayerGameModeDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PlayerGameModeDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerGameModeDataProvider
- PlayerHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- PlayerHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.PlayerHelper
- playerIndex - Variable in class com.pixelmonmod.tcg.duel.state.CoinFlipState
- PlayerInventoryDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PlayerInventoryDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerInventoryDataProvider
- PlayerIPDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PlayerIPDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerIPDataProvider
- PlayerKeyListener - Interface in com.pixelmonmod.pixelmon.api.storage
-
An interface for listening to key presses from a player
You can register this using thePlayerPartyStorage.registerKeyListener(PlayerKeyListener)
method. - playerModel - Variable in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- playerMoney - Static variable in class com.pixelmonmod.pixelmon.storage.ClientData
- playerName - Variable in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- playerName - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The name of the player whose storage this is.
- playerName - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- PlayerNameDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PlayerNameDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerNameDataProvider
- playerNumber - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The number of players in the battle.
- PlayerParticipant - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
A battle participant representing a player.
- PlayerParticipant(boolean, ServerPlayer, Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Initializes the player participant for a raid.
- PlayerParticipant(ServerPlayer, Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Initializes the player participant.
- PlayerParticipant(ServerPlayer, List<Pokemon>, int) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Initializes the player participant.
- PlayerPartyStorage - Class in com.pixelmonmod.pixelmon.api.storage
- PlayerPartyStorage(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- PlayerPartyStorage(UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- playerPartyX - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The x coordinate of the left of the player's party.
- playerPartyY - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The y coordinate of the left of the player's party.
- playerPokedex - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The player's Pokédex.
- PlayerPokedex - Class in com.pixelmonmod.pixelmon.api.pokedex
-
Displays Pokémon data for seen and caught Pokémon.
- PlayerPokedex() - Constructor for class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Initializes a Pokédex with no owner.
- PlayerPokedex(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Registers a Pokédex to its owner.
- PlayerPokedex.PokedexSpawnData - Class in com.pixelmonmod.pixelmon.api.pokedex
- playerPokemon - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- PlayerRenderingHandler - Class in com.pixelmonmod.pixelmon.api.model.type
-
Renders a player model with the given skin
- PlayerRenderingHandler(boolean, TextureProvider) - Constructor for class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- PlayerResearch - Interface in com.pixelmonmod.pixelmon.api.storage.research
-
This interface represents data stored about the player's progress on the
Research
. - PlayerResearchObjective - Interface in com.pixelmonmod.pixelmon.api.storage.research
-
Represents the player's data for a specific research objective.
- PlayerResearchStage - Interface in com.pixelmonmod.pixelmon.api.storage.research
-
Represents a stage of research that a player is currently on.
- PLAYERS_INDEX_OFFSET - Static variable in class com.pixelmonmod.pixelmon.client.gui.raids.RaidStartScreen
- PLAYERS_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- PlayerServerState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/10/2016.
- PlayerServerState(Player) - Constructor for class com.pixelmonmod.tcg.duel.state.PlayerServerState
- playerSkinURL(String, ResourceLocation) - Static method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
Crates a URL texture provider
- PlayerSkinURLTextureProvider - Record Class in com.pixelmonmod.pixelmon.api.texture.type
-
The URL texture provider that takes a URL, downloads the image, adds it to the resource manager and stores it at the provided target location
This player specific version of the URL texture provider is required for making sure the player's arm, legs, head (etc) are correctly positioned in the texture created. - PlayerSkinURLTextureProvider(String, ResourceLocation) - Constructor for record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
-
Creates an instance of a
PlayerSkinURLTextureProvider
record class. - PlayerStartNPCBattleInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- PlayerStartNPCBattleInteractionResult() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PlayerStartNPCBattleInteractionResult
- PlayerStats - Class in com.pixelmonmod.pixelmon.api.storage
-
Keeps track of player stats.
- PlayerStats() - Constructor for class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Initializes an empty set of stats.
- playerStorage - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
-
The
PlayerPartyStorage
of the player being tracked. - PlayerTargetsScreen - Class in com.pixelmonmod.tcg.client.gui
-
Created by Hy on 5/30/2016.
- PlayerTargetsScreen() - Constructor for class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
- PlayerTickInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- PlayerTickInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PlayerTickInteractionEvent
- playerTouch(Player) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- PlayerTrackingCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
-
A /checkspawns for the regular
PlayerTrackingSpawner
. - PlayerTrackingCheckSpawns() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.PlayerTrackingCheckSpawns
- PlayerTrackingSpawner - Class in com.pixelmonmod.pixelmon.spawning
-
Pixelmon's implementation of a
TickingSpawner
. - PlayerTrackingSpawner(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder<T extends PlayerTrackingSpawner> - Class in com.pixelmonmod.pixelmon.spawning
- PlayerTrackingSpawnerBuilder() - Constructor for class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- playerUUID - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent
- playerUUID - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent
-
The UUID of the player most relevant to the event.
- playerUUID - Variable in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- playerUUID - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQuery
- playerUUID - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
-
The UUID of the player being tracked.
- PlayerUUIDDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PlayerUUIDDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PlayerUUIDDataProvider
- playerUUIDs - Variable in class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
- playerWakeUp(PlayerWakeUpEvent) - Static method in class com.pixelmonmod.pixelmon.listener.SleepHandler
-
Heals the player's Pokémon after waking up.
- playerWillDestroy(Level, BlockPos, BlockState, Player) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- playerWillDestroy(Level, BlockPos, BlockState, Player) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- playerWillDestroy(Level, BlockPos, BlockState, Player) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
- playEssenceJarEffect(int, int, int, int, ServerLevel, BlockPos, Color) - Static method in class com.pixelmonmod.tcg.listener.TCGServerEventListeners
- PlayFlute(ServerPlayer, ItemStack, TimespaceAltarTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ArceusEvent.PlayFlute
- playGallopSound(SoundType) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- playGallopSound(SoundType) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- playJumpSound() - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- playJumpSound() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- PlayParticleSystemPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- PlayParticleSystemPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayParticleSystemPacket
- PlayParticleSystemPacket(ParticleSystems, double, double, double, Level, float, boolean, double...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PlayParticleSystemPacket
- playPlacementSound() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- playPokemonCardToBench(PlayerServerState, int, ImmutableCard, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- playPokemonCardToBench(PlayerServerState, int, ImmutableCard, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- PlayRough - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- PlayRough - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- playSound - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- playSound(SoundEvent) - Static method in class com.pixelmonmod.pixelmon.client.SoundHelper
- playSound(SoundEvent, float, float) - Static method in class com.pixelmonmod.pixelmon.client.SoundHelper
-
Plays a sound.
- playStadiumCard(PlayerServerState, int, ImmutableCard) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- playStadiumCard(PlayerServerState, int, ImmutableCard) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- playStepSound(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- playStepSound(BlockPos, BlockState) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- playTrainerCard(PlayerServerState, int, ImmutableCard) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- playTrainerCard(PlayerServerState, int, ImmutableCard) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- Pledge - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If two different Pledge moves are used by a team during a turn, inflicts a Pledge status on the opponent's side depending on which Pledge moves were used.
- Pledge() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pledge
- PledgeBase - Class in com.pixelmonmod.pixelmon.battles.status
-
Traits shared by all Pledge statuses.
- PledgeBase(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.PledgeBase
-
Initializes the Pledge.
- Pluck - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Pluck - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- PLUCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PLUME - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- plume_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- plumeFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Plume Fossil's model.
- Plus - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases Special attack by 50% if another Pokémon on the user's side has Plus or Minus.
- Plus - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardModifier
- Plus() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Plus
- PLUS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PLUS_POWER - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- PLUS_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- PlusBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- PlusBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
- PLUSLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PLUSLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PlusPower - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- PlusPower() - Constructor for class com.pixelmonmod.tcg.duel.trainer.PlusPower
- poffin_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POIPOLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POIPOLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- poison(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Poison
-
Poisons the target if possible.
- Poison - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals 1/8th of the Pokémon's maximum hp in damage every turn.
- Poison - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Poison() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Poison
-
Initializes the status.
- Poison(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Poison
-
Initializes the status.
- POISON - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- POISON - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- POISON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- POISON - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- poison_barb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POISON_FANG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POISON_GAS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- poison_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POISON_HEAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Poison_Jab - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Poison_Jab - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Poison_Jab - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Poison_Jab - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- POISON_JAB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- poison_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Poison.
- POISON_POINT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- POISON_POWDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POISON_STING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POISON_TAIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POISON_TOUCH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- poisonBadly(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
-
Badly poisons the target if possible.
- PoisonBadly - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals an increasing amount of damage to the Pokémon every turn.
- PoisonBadly - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- PoisonBadly() - Constructor for class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
-
Initializes the status.
- poisonBarb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- POISONED - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardCondition
- PoisonHeal - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- PoisonHeal() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PoisonHeal
- poisonium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Poisonium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- PoisonJab - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- PoisonJab - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PoisonPoint - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
30% chance of poisoning a Pokémon who makes contact.
- PoisonPoint() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PoisonPoint
- poisonsAfterSecondaryMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- poisonsBeforeMummyStealsAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- poisonsTargetsIfUserDamagesTargetWithContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- PoisonTail - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PoisonTouch - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
30% chance of poisoning a Pokémon upon making contact with it.
- PoisonTouch() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PoisonTouch
- PoisonTouchTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- PoisonTouchTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- poke - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Poké Ball.
- poke - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- POKE - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- POKE_BAG - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- POKE_BAG_COLOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_BAG_ITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- poke_ball - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POKE_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- POKE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- POKE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- POKE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- POKE_BALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- POKE_BALL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- POKE_BALL_BASES - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonItemTags
- POKE_BALL_CAPTURE - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- POKE_BALL_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_BALL_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonBEWLRs
- poke_ball_lid - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POKE_BALL_LID_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonBEWLRs
- POKE_BALL_MODE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- POKE_BALL_RECIPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- POKE_BALL_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- POKE_BALL_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- POKE_BALL_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- POKE_BALLS - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- poke_center_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- poke_center_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_CENTER_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- poke_chest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_CHEST - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_CHEST - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- POKE_CHEST - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- poke_dirt - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_DIRT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- poke_display - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_DISPLAY - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_DISPLAY - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- POKE_DISPLAY_ANIMATE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_ANIMATION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_BB_MODE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_FLYING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_LABEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_ORIGINAL_FORM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_ORIGINAL_PALETTE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_POKE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKE_DISPLAY_TEXTURE_MODE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- poke_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- poke_gift - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_GIFT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_GIFT - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- poke_gift_event - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_GIFT_EVENT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- poke_grass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_GRASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_LOOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- poke_mart_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_MART_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- poke_sand - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_SAND - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_SAND_CORNER_1 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_SAND_CORNER_2 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_SAND_CORNER_3 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_SAND_CORNER_4 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- poke_sand_corner1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- poke_sand_corner2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- poke_sand_corner3 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- poke_sand_corner4 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_SAND_SIDE_1 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_SAND_SIDE_2 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_SAND_SIDE_3 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKE_SAND_SIDE_4 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- poke_sand_side1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- poke_sand_side2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- poke_sand_side3 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- poke_sand_side4 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKE_STORE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the NPC Trainer's Pokémon.
- poke1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- poke2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- PokeBag(Container, DyeColor, int) - Constructor for class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- POKEBAG_BLACKLIST - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonItemTags
- PokeBagContainer - Class in com.pixelmonmod.pixelmon.container
- PokeBagContainer(int, Inventory, PokeBagItem.PokeBag) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer
- PokeBagContainer(int, Inventory, FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer
- PokeBagContainer.ExtendedSlot - Class in com.pixelmonmod.pixelmon.container
- PokeBagContainer.PokeBagSlot - Class in com.pixelmonmod.pixelmon.container
- PokeBagContainer.Screen - Class in com.pixelmonmod.pixelmon.container
- PokeBagItem - Class in com.pixelmonmod.pixelmon.items
- PokeBagItem(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.items.PokeBagItem
- PokeBagItem.PokeBag - Class in com.pixelmonmod.pixelmon.items
- PokeBagSlot(Container, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer.PokeBagSlot
- pokeball - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- pokeBall - Variable in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
- pokeBall - Variable in class com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent
-
The Pokéball whose effect this relates too
- PokeBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball
-
Class representing the look and mechanics of a Poké Ball.
- PokeBall - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 7/24/2016.
- PokeBall() - Constructor for class com.pixelmonmod.tcg.duel.trainer.PokeBall
- PokeBall(String, String, ResourceWithFallback, ResourceWithFallback, ResourceWithFallback, ResourceWithFallback, ResourceWithFallback, String, String[], String, double, double, double, double, boolean, boolean, Rarity, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
-
Constructs a new Poké Ball.
- POKEBALL - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
- POKEBALL - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- POKEBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- POKEBALL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- POKEBALL_CAPTURE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- POKEBALL_CAPTURE_SUCCESS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- POKEBALL_CLOSE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- POKEBALL_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- POKEBALL_RELEASE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- pokeball_statue - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
-
Decorative Poké Ball statue block.
- POKEBALL_THROW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PokeBallBEWLR - Class in com.pixelmonmod.pixelmon.client.render.item.bewlr
- PokeBallBEWLR() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.bewlr.PokeBallBEWLR
- PokeballEffectEvent - Class in com.pixelmonmod.pixelmon.api.events
-
The superclass for all graphical effects related to Pokéballs.
- PokeballEffectEvent.SentOutEffect - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired before the particles on a Pokémon breaking from a Pokéball.
- PokeballEffectEvent.StartCaptureEffect - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired upon Pokéball close at the beginning of capturing a Pokémon, prior to the effect.
- PokeballEffectEvent.SuccessfullCaptureEffect - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired upon successful capture of a Pokémon, prior to the effect.
- PokeBallEntity - Class in com.pixelmonmod.pixelmon.entities.pokeballs
-
A Poké Ball entity in the world.
- PokeBallEntity(EntityType<? extends PokeBallEntity>, PokeBall, Level, LivingEntity, PokeBallMode) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Initializes the specified Poké Ball and its data watcher attributes.
- PokeBallEntity(EntityType<? extends PokeBallEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Initializes an ordinary Poké Ball and its data watcher attributes.
- PokeBallImpactEvent - Class in com.pixelmonmod.pixelmon.api.events
-
This event is fired when a Poke Ball collides with something.
- PokeBallImpactEvent(PokeBallEntity, HitResult) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeBallImpactEvent
-
The basic constructor for the impact event taking the Poke Ball that is taking the collision and the ray traced block/entity that it has collided with
- PokeBallItem - Class in com.pixelmonmod.pixelmon.items
- PokeBallItem() - Constructor for class com.pixelmonmod.pixelmon.items.PokeBallItem
- PokeBallItemModel - Class in com.pixelmonmod.pixelmon.client.models.items
- PokeBallItemModel(BakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- PokeBallItemModel.OverrideList - Class in com.pixelmonmod.pixelmon.client.models.items
- PokeBallLidBEWLR - Class in com.pixelmonmod.pixelmon.client.render.item.bewlr
- PokeBallLidBEWLR() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.bewlr.PokeBallLidBEWLR
- PokeBallLidItem - Class in com.pixelmonmod.pixelmon.items
-
Used to craft a Poké Ball.
- PokeBallLidItem() - Constructor for class com.pixelmonmod.pixelmon.items.PokeBallLidItem
-
Initializes the lid.
- PokeBallLidItemModel - Class in com.pixelmonmod.pixelmon.client.models.items
- PokeBallLidItemModel(BakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- PokeBallMode - Enum Class in com.pixelmonmod.pixelmon.entities.pokeballs
-
The state that the Poké Ball is in.
- PokeBallPart - Interface in com.pixelmonmod.pixelmon.items
- PokeBallRecipe - Class in com.pixelmonmod.pixelmon.api.recipe
- PokeBallRecipe(String, CraftingBookCategory, Item, RegistryValue<PokeBall>) - Constructor for class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe
- PokeBallRecipe.Serializer - Class in com.pixelmonmod.pixelmon.api.recipe
- PokeBallRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball
- PokeBallRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- PokeBallRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- PokeBallRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.PokeBallRenderer
- PokeBallRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- PokeBallRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
- PokeBallRequirement(PokeBall) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PokeBallRequirement
- pokeballs - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
-
The types of Poké Balls that the opponent's Pokémon are in.
- POKEBALLS - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
- pokeballType - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- PokeBallTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball
- PokeBallTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallTypeAdapter
- pokeblock_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PokeBombCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeBombCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeBombCommand
- POKECENTER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PokeCheckerHelper - Class in com.pixelmonmod.pixelmon.client.gui
-
Used to add a Poke Checker (the floating box) to the screen
- PokeCheckerHelper() - Constructor for class com.pixelmonmod.pixelmon.client.gui.PokeCheckerHelper
- PokeCheckerMovesScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
-
The PokéChecker's move details screen.
- PokeCheckerMovesScreen(PokemonStorage, StoragePosition, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
- pokecheckerPopup - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéChecker menu in PC.
- PokeCheckerRibbonsScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon
- PokeCheckerRibbonsScreen(PokeCheckerScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.PokeCheckerRibbonsScreen
- PokeCheckerScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
-
PokéChecker summary screen.
- PokeCheckerScreen(PokemonStorage, StoragePosition, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- PokeCheckerScreen(PokeCheckerScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
Copy constructor.
- PokeCheckerStatsScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
-
Displays a Pokémon's stats in the PokéChecker.
- PokeCheckerStatsScreen(PokemonStorage, StoragePosition, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerStatsScreen
- PokeCheckerTabsScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
-
A button in a Pixelmon GUI.
- PokeCheckerTabsScreen(int, int, int, int, int, int, String, Pokemon, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTabsScreen
- PokeCheckerTabsScreen(int, int, int, int, int, int, String, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTabsScreen
- PokeCheckerTMsScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
- PokeCheckerTMsScreen(PokeCheckerScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTMsScreen
- PokeCheckerWarningLevelScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
-
Warning screen for enabling/disabling leveling on a Pokémon.
- PokeCheckerWarningLevelScreen(PokeCheckerScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerWarningLevelScreen
-
Initializes the warning screen.
- POKECHEST_CHEST_ONE_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké chest will disappear after being claimed.
- POKECHEST_CLAIMED_PLAYERS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag storing the players who have claimed from the Poké chest.
- POKECHEST_CUSTOM_DROP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké chest has custom loot.
- POKECHEST_CUSTOM_DROP_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The ID of the custom loot inside the Poké chest.
- POKECHEST_CUSTOM_DROPS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
A list of custom loot the Poké chest can have.
- POKECHEST_DROP_ONE_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké chest will prevent a player from accessing the Poké chest more than once.
- POKECHEST_GROTTO - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké chest is inside a Hidden Grotto.
- POKECHEST_LEAST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The least significant bits of the ID of a player who has claimed from the Poké chest.
- POKECHEST_MANUAL_CONTROL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké chest inherits its behavior from the server config files.
- POKECHEST_MOST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKECHEST_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKECHEST_PLAYER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
A player who has claimed from the Poké chest.
- POKECHEST_SPECIAL_EVENT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké chest is inside a Gem shrine.
- POKECHEST_TIME_CLAIMED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The time that the player last claimed from the Poké chest.
- POKECHEST_TIME_ENABLED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké chest can be claimed again after an amount of time has passed.
- POKECHEST_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The type of the Poké chest.
- POKECHEST_VISIBILITY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the visibility type of the Poké chest.
- PokeChestBlock - Class in com.pixelmonmod.pixelmon.blocks
-
A block that contains a special drop inside of it.
- PokeChestBlock(EnumPokeChestType) - Constructor for class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- PokeChestFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
-
Generates PokéLoot chests in the world.
- PokeChestFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.PokeChestFeature
- PokeChestTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- PokeChestTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- PokeChestTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- PokeCloneCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeCloneCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeCloneCommand
- PokeColorCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeColorCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeColorCommand
- PokeDelCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeDelCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeDelCommand
- pokedex() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- Pokedex - Class in com.pixelmonmod.pixelmon.api.pokemon.species
- Pokedex - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- Pokedex - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- Pokedex() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
- Pokedex() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Pokedex
- POKEDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokédex progress of the player.
- POKEDEX - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- POKEDEX_ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
- POKEDEX_KEY - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- POKEDEX_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- POKEDEX_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- pokedexBack - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- pokedexCaught - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Assets for new Pokedex
- PokeDexDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player
- PokeDexDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PokeDexDataProvider
- PokedexEntry - Class in com.pixelmonmod.pixelmon.api.pokedex
-
A single Pokémon's entry in the Pokédex.
- PokedexEntry(int, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
- PokedexEntry(int, String, float, float) - Constructor for class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
-
Initializes a Pokédex entry.
- PokedexEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when a new Pokémon is being added to the Pokédex as seen or caught.
- PokedexEvent(UUID, PokedexRegistrationStatus, Pokemon, PokedexRegistrationStatus, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- PokedexEvent(UUID, Pokemon, PokedexRegistrationStatus, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- PokedexEvent.Constants - Class in com.pixelmonmod.pixelmon.api.events
-
Class used for storing constants relating to the cause of the
PokedexEvent
- PokedexEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after the player's pokedex is updated
- PokedexEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired just before the player's pokedex is updated Cancelling will mean the pokemon doesn't get modified in their pokedex
- pokedexForward - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- pokedexItemIcon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The Pokédex icon.
- PokedexKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
Opens the Pokédex when a hotkey is pressed.
- PokedexKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PokedexKey
-
Initializes the hotkey.
- pokedexKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for opening the Pokédex.
- PokedexListener - Class in com.pixelmonmod.pixelmon.listener
- PokedexPokemonInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- PokedexPokemonInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PokedexPokemonInteractionEvent
- PokedexRegistrationStatus - Enum Class in com.pixelmonmod.pixelmon.api.pokedex
-
Possible statuses for player seen data.
- PokedexScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokedex
- PokedexScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
- PokedexSeenInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- PokedexSeenInteractionResult(List<PokemonSpecification>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PokedexSeenInteractionResult
- pokedexSize - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
-
The number of Pokémon in existence in-game.
- PokedexSpawnData(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- PokedexTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- PokedexTrigger() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
- PokedexTrigger.Instance - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- PokeDisplayBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- PokeDisplayBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- PokeDisplayEditor - Class in com.pixelmonmod.pixelmon.client.gui.statueEditor
- PokeDisplayEditor(BlockPos) - Constructor for class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
-
Initializes the GUI.
- PokeDisplayOpenPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
- PokeDisplayOpenPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayOpenPacket
- PokeDisplayOpenPacket(BlockPos) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayOpenPacket
- PokeDisplaySwapPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
- PokeDisplaySwapPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplaySwapPacket
- PokeDisplaySwapPacket(BlockPos, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplaySwapPacket
- PokeDisplayTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- PokeDisplayTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- PokeDisplayTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- PokeDisplayUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
- PokeDisplayUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- PokeDisplayUpdatePacket(EnumStatuePacketMode, PokeDisplayTileEntity, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- PokeDisplayUpdatePacket(EnumStatuePacketMode, PokeDisplayTileEntity, double) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- PokeDisplayUpdatePacket(EnumStatuePacketMode, PokeDisplayTileEntity, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- PokeDisplayUpdatePacket(EnumStatuePacketMode, PokeDisplayTileEntity, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.PokeDisplayUpdatePacket
- pokedollar - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéDollar icon.
- pokeDollars - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The amount of money the player has.
- PokeDollarsConfig - Class in com.pixelmonmod.pixelmon.api.config
- PokeDollarsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.PokeDollarsConfig
- PokeDollarsRequirement - Class in com.pixelmonmod.pixelmon.api.daycare.impl.requirement
-
Should parse an amount of pokedollars to take from the user
- PokeDollarsRequirement() - Constructor for class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
- PokeEditCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeEditCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeEditCommand
- PokeFlute - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- PokeFlute() - Constructor for class com.pixelmonmod.tcg.duel.trainer.PokeFlute
- POKEGIFT_CHEST_ONE_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké Gift will disappear after being claimed.
- POKEGIFT_CLAIMED_PLAYERS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The tag storing details about players who have claimed from the Poké Gift.
- POKEGIFT_CLAIMER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The most significant bits of the ID of a player who has claimed from the Poké Gift.
- POKEGIFT_DROP_ONE_TIME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Poké Gift can only be claimed once by each player.
- POKEGIFT_LEAST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The least significant bits of the ID of a player who has claimed from the Poké Gift.
- POKEGIFT_MOST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKEGIFT_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The most significant bits of the ID of the Poké Gift's owner.
- POKEGIFT_OWNER_ID_LEAST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The least signficant bits of the ID of the Poké Gift's owner.
- POKEGIFT_OWNER_ID_MOST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKEGIFT_PIXELMON - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The tag containing details about the Pokémon inside the Poké Gift.
- POKEGIFT_PLAYER_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The tag storing details about a player who has claimed from the Poké Gift.
- POKEGIFT_SPECIAL_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The tag containing details about a special Pokémon inside the Poké Gift
- POKEGIFT_SPECIALS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The tag containing the tags of all special Pokémon in the Poké Gift.
- POKEGIFT_TIME_CLAIMED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The time a player last claimed from the Poké Gift.
- POKEGIFT_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Poké Gift's type.
- PokeGiftBlock - Class in com.pixelmonmod.pixelmon.blocks
-
A block that a Pokémon can be placed inside to be claimed by another player.
- PokeGiftBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- PokeGiftBlock(EnumPokegiftType) - Constructor for class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- PokegiftEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired when a /pokegift is attempted.
- PokegiftEvent(ServerPlayer, ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokegiftEvent
- PokeGiftEventBlock - Class in com.pixelmonmod.pixelmon.blocks
- PokeGiftEventBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.PokeGiftEventBlock
- PokeGiftTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Tile entity for a Poké Gift.
- PokeGiftTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
- PokeGiftTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
- PokeGiveCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Gives a Pokémon to a player.
- PokeGiveCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeGiveCommand
- PokeKillCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeKillCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeKillCommand
- POKELOOT_OBTAINED - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PokeLootEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for actions related to Poke Loot.
- PokeLootEvent(ServerPlayer, PokeChestTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeLootEvent
- PokeLootEvent.Claim - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when a Poke Loot is attempted to be claimed.
- PokeLootEvent.Drop - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when loot is given from a Poke Loot.
- PokeLootEvent.GetDrops - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when a Poke Loot in the process of being claimed chooses its drops.
- PokeLootRate - Enum Class in com.pixelmonmod.pixelmon.api.config
-
The spawn rate of PokéLoot chests.
- PokeLootRateAdapter - Class in com.pixelmonmod.pixelmon.api.config.adapter
- PokeLootRateAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.config.adapter.PokeLootRateAdapter
- pokemail_air - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_bloom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_brick - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_bridged - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_bridgem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_bridges - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_bridgev - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_bubble - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_dream - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_fab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_favored - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_flame - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_glitter - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_grass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_greet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_heart - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_inquiry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_like - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_mech - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_mosaic - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_orange - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_reply - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_retro - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_rsvp - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_snow - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_space - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_steel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_thanks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_wave - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pokemail_wood - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PokemartMain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
- PokemartSecond - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
- pokeMenu - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.ExperienceGainEvent
-
The Pokemon gaining the experience
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent
-
The Pokémon who is getting the new item.
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent
-
The
Pokemon
which is being modified. - pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PickupEvent
-
The
PixelmonWrapper
that just picked up an item. - pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonDeletedEvent
-
The Pokémon being deleted in NBT form
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonKnockoutEvent
-
The Pokémon which is knocked out
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonUpdateEvent
-
The
PixelmonEntity
instance that's being updated - pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.EVsGainedEvent
-
The Pokémon whose EVs are being adjusted.
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.ItemFormChangeEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.SetLevellingEvent
-
The Pokémon subject to this.
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.SetNicknameEvent
-
The Pokémon being renamed.
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Cured
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.events.storage.ChangeStorageEvent
-
The Pokemon that has moved position.
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesEntityInteractionCondition
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesInteractionCondition
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.MatchesSpecDataProvider
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController.LearnMove
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
- pokemon - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon
-
The
Pokemon
that is spawning. - pokemon - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- pokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.PokemonRelatedBattleAction
- pokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- pokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokemon object underlying this wrapper.
- pokemon - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- pokemon - Variable in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- pokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
The Pokemon currently being displayed
- pokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- pokemon - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- pokemon() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- pokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- pokemon(Pokemon) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- pokemon(Pokemon) - Static method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- pokemon(Pokemon...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- pokemon(PixelmonWrapper...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- pokemon(PixelmonEntity...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- Pokemon - Class in com.pixelmonmod.pixelmon.api.pokemon
-
Default implementation of a Pokemon
- Pokemon() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
This constructor is STRONGLY discouraged, and exists only for JSON deserialization.
- Pokemon(UUID) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- Pokemon(UUID, Species) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- POKEMON - Enum constant in enum class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.TargetType
- POKEMON - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattlePerspectiveMode
- POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- POKEMON_BASE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- POKEMON_BREEDER - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- POKEMON_CAUGHT - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- POKEMON_CENTER - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- POKEMON_CENTER - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- POKEMON_DELETED - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- POKEMON_DROP_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- pokemon_editor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POKEMON_EDITOR - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
- POKEMON_EDITOR - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- pokemon_egg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POKEMON_EGG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POKEMON_ELEMENTS - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
- POKEMON_ENTITY - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- POKEMON_FLUTE - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- POKEMON_PER_BOX - Static variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- POKEMON_RELEASED - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- POKEMON_TRADER - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- Pokemon3D - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.OverlayGraphicType
- PokemonAttackStatus - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 6/19/2016.
- PokemonAttackStatus(CardAttack) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- PokemonAttackStatus(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- PokemonBanClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Bans certain Pokémon.
- PokemonBanClause(String, PokemonBase...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.PokemonBanClause
-
Creates a clause to ban certain Pokémon.
- PokemonBanClause(String, Species...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.PokemonBanClause
-
Creates a clause to ban certain Pokémon.
- PokemonBase - Class in com.pixelmonmod.pixelmon.api.pokemon
-
The most minimal values required to represent a pokemon on a player's screen Created by Jay113355 on 10/27/2018.
- PokemonBase() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Default constructor
- PokemonBase(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Copies the base of the Pokemon
- PokemonBase(Species) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Initializes a Pokémon in its default form,
Gender.MALE
, and no custom palette - PokemonBase(Species, Stats) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- PokemonBase(Species, Stats, Gender) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Initializes the pokemon base with no custom palette
- PokemonBase(Species, Stats, PaletteProperties, Gender) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Initializes the pokemon base with specified values
- PokemonBase(Species, Stats, PaletteProperties, Gender, int, PokeBall) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Initializes the pokemon base with specified values
- PokemonBase(Species, Stats, PaletteProperties, Gender, PokeBall) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Initializes the pokemon base with specified values
- PokemonBreeder - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- PokemonBreeder() - Constructor for class com.pixelmonmod.tcg.duel.trainer.PokemonBreeder
- PokemonBuilder - Class in com.pixelmonmod.pixelmon.api.pokemon
-
Builder class for creating a new Pokemon instance
- PokemonCardState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/10/2016.
- PokemonCardState(ImmutableCard, int) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonCardState
- PokemonCardState(BaseTrainerEffect, TrainerCardState, int) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonCardState
- PokemonCardState(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonCardState
- PokemonCardStatus - Class in com.pixelmonmod.tcg.duel.state
- PokemonCardStatus() - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- PokemonCardStatus(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- PokemonCenter - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/15/2016.
- PokemonCenter() - Constructor for class com.pixelmonmod.tcg.duel.trainer.PokemonCenter
- PokemonContextDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon
- PokemonContextDataProvider(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonContextDataProvider
- PokemonConverterFactory - Class in com.pixelmonmod.pixelmon.api.pokemon.export
-
Static utility class for using the
PokemonConverterProxy
andPokemonConverterRegistry
- PokemonConverterFactory() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterFactory
- PokemonConverterProxy - Interface in com.pixelmonmod.pixelmon.api.pokemon.export
-
Represents a converter that is used for converting a
Pokemon
to and from a given text format - PokemonConverterRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.export
-
A registry class containing the registered
PokemonConverterProxy
types The default instance is used by the editor for parsing logic - PokemonConverterRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterRegistry
- PokemonDropInformation - Class in com.pixelmonmod.pixelmon.api.pokemon.drops
-
Represents the potential drops from a given
PokemonSpecification
- PokemonDropInformation(JsonObject) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.drops.PokemonDropInformation
-
Json constructor
- PokemonDropInformation(PokemonSpecification, ItemWithChance...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.drops.PokemonDropInformation
-
Basic constructor taking default values
- PokemonDropItemInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- PokemonDropItemInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.PokemonDropItemInteractionEvent
- pokemonDrops - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
- PokemonEditor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- PokemonEditorIndividualScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
- PokemonEditorIndividualScreen(List<Pokemon>, List<Pokemon>, Pokemon, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- PokemonEditorItem - Class in com.pixelmonmod.pixelmon.items
-
Used to edit a player's Pokémon.
- PokemonEditorItem() - Constructor for class com.pixelmonmod.pixelmon.items.PokemonEditorItem
-
Initializes the item.
- PokemonEditorTeamScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
-
Editor GUI for a Pokémon party.
- PokemonEditorTeamScreen(List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
Initializes the GUI.
- PokemonEditorTeamScreen(List<Pokemon>, List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
Initializes the GUI.
- PokemonEggBlock - Class in com.pixelmonmod.pixelmon.blocks
- PokemonEggBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- PokemonFactory - Class in com.pixelmonmod.pixelmon.api.pokemon
-
Static factory for creating
Pokemon
instances - PokemonFactory() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
- PokemonFaintClientListener - Class in com.pixelmonmod.pixelmon.listener
- PokemonFaintClientListener() - Constructor for class com.pixelmonmod.pixelmon.listener.PokemonFaintClientListener
- PokemonFaintListener - Class in com.pixelmonmod.pixelmon.listener
- PokemonFaintListener() - Constructor for class com.pixelmonmod.pixelmon.listener.PokemonFaintListener
- pokemonFont - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
High quality Pokemon-ish font
- PokemonHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Static helper class for generic pokemon operations
- PokemonHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.PokemonHelper
- PokemonImportException - Exception in com.pixelmonmod.pixelmon.api.pokemon.export.exception
-
Thrown when an error occurs during import of
Pokemon
- PokemonImportException(String, String, Object) - Constructor for exception com.pixelmonmod.pixelmon.api.pokemon.export.exception.PokemonImportException
-
Default constructor
- PokemonLevel - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
A Pokémon's pokemonLevel.
- PokemonLevel(DelegateLink) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Initializes a pokemonLevel.
- pokemonLevelContainer - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- PokemonLevelDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon
- PokemonLevelDataProvider() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.pokemon.PokemonLevelDataProvider
- PokemonLink - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.links
-
Links to a Pokémon object to get or update data.
- PokemonLink() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- pokemonList - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- pokemonList - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.chooseMoveset.ChoosingMovesetData
- pokemonList - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
- PokemonListPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Opens a Pokémon selection list.
- PokemonListPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
- PokemonListPacket(PokemonBase[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
-
Initializes a Pokémon list packet.
- PokemonListPacket(Species...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
-
Initializes a Pokémon list packet.
- PokemonListPacket(Species[], String[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.PokemonListPacket
-
Initializes a Pokémon list packet.
- PokemonListScreen - Class in com.pixelmonmod.pixelmon.client.gui.spawner
-
The list of Pokémon in the Pixelmon spawner.
- PokemonListScreen(PixelmonSpawnerScreen, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
-
Initializes the list.
- PokemonMenuButton - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens
-
Created by Jay113355 on 12/1/2020.
- PokemonMenuButton(int, PixelmonClientData, Screen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.PokemonMenuButton
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeAbilityAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.ChangeTypeAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.GlobalStatusAddAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.HeldItemChangeAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.MegaEvolveAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatChangeAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusAddAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusRemoveAction
- pokemonName - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- pokemonOccupied - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- pokemonOverlay - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
The Pixelmon overlay accompanying the GUI.
- pokemonProgress - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- pokemonProgress - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- PokemonProxy<T extends Pokemon> - Interface in com.pixelmonmod.pixelmon.api.pokemon
-
The proxy used for creating a
Pokemon
Implement this factory and override the default methods if you wish to provide a customPokemon
implementation To get the current usage usePokemonFactory
- PokemonRarity - Class in com.pixelmonmod.pixelmon.blocks.machines
- PokemonRarity(PokemonSpecification, int) - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- PokemonReceivedEvent - Class in com.pixelmonmod.pixelmon.api.events
-
This event is fired when a Pokemon is given to a player
- PokemonReceivedEvent(ServerPlayer, Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent
-
Constructor for the receive event
- PokemonReceivedEvent.Constants - Class in com.pixelmonmod.pixelmon.api.events
-
All constants relating to the receive event
- PokemonRelatedBattleAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action
- PokemonRelatedBattleAction(int, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.PokemonRelatedBattleAction
- PokemonRenderingHandler - Class in com.pixelmonmod.pixelmon.api.model.type
-
Renders a Pokemon
- PokemonRenderingHandler(int, String, Gender, String, int, double, AnimationType) - Constructor for class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- PokemonRepresentation - Record Class in com.pixelmonmod.pixelmon.api.trading
- PokemonRepresentation(Component, ResourceWithFallback, boolean) - Constructor for record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
-
Creates an instance of a
PokemonRepresentation
record class. - PokemonRetrievedEvent - Class in com.pixelmonmod.pixelmon.api.events
-
This event is fired when a LivingEntity retrieves the entity of their Pokémon (that they already own, not a newly caught Pokémon) from the world.
- PokemonRetrievedEvent(LivingEntity, Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent
-
Constructor for the retrieve event
- PokemonRetrievedEvent.Constants - Class in com.pixelmonmod.pixelmon.api.events
-
All constants relating to the retrieve event
- PokemonRetrievedEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired after the Pokémon entity has been removed from the world.
- PokemonRetrievedEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired before the Pokémon entity has been removed from the world.
- PokemonScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
Backend of the PC GUI.
- PokemonScreen(StoragePosition) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
Initializes the PC GUI at the given position (box) or last position.
- PokemonSendOutEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires around the Pokemon send out logic from the player's key press
- PokemonSendOutEvent(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent
- PokemonSendOutEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired after the pokemon has been sent out by the player
- PokemonSendOutEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired before the pokemon is sent out by the player Cancelling this will prevent the pokemon entity from appearing in the world
- PokemonSlot - Class in com.pixelmonmod.api.client.screen.widget.input
- PokemonSlot - Class in com.pixelmonmod.pixelmon.client.gui.raids
- PokemonSlot(Pokemon, ActionFunction<PokemonSlot>) - Constructor for class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- PokemonSlot(RaidData, double, double, double, Pokemon, Consumer<Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- PokemonSlot(RaidData, double, double, double, RaidData.RaidPlayer, Consumer<Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- PokemonSlot(RaidData, ActionFunction<PokemonSlot>) - Constructor for class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- PokemonSlot(RaidData, Pokemon, ActionFunction<PokemonSlot>) - Constructor for class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- PokemonSlot(RaidData, RaidData.RaidPlayer, ActionFunction<PokemonSlot>) - Constructor for class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- PokemonSlot.RaidState - Class in com.pixelmonmod.api.client.screen.widget.input
- pokemonSound - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- pokemonSpec(String...) - Static method in interface com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplier
-
Creates a
TeamSupplier
that reads a team from a list ofPokemonSpecification
s - pokemonSpec(Collection<String>) - Static method in interface com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplier
-
Creates a
TeamSupplier
that reads a team from a list ofPokemonSpecification
s - PokemonSpecialShadersListener - Class in com.pixelmonmod.pixelmon.listener
- PokemonSpecialShadersListener() - Constructor for class com.pixelmonmod.pixelmon.listener.PokemonSpecialShadersListener
- PokemonSpecification - Class in com.pixelmonmod.api.pokemon
-
Implementation of the abstract specification for the
Pokemon
andPixelmonEntity
types for Pixelmon - PokemonSpecification(String, List<Requirement<Pokemon, PixelmonEntity, ?>>) - Constructor for class com.pixelmonmod.api.pokemon.PokemonSpecification
- PokemonSpecificationAdapter - Class in com.pixelmonmod.pixelmon.api.config.adapter
- PokemonSpecificationAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.config.adapter.PokemonSpecificationAdapter
- PokemonSpecificationProxy - Class in com.pixelmonmod.api.pokemon
-
Static proxy class for the
SpecificationFactory
where it handles passing in the class - PokemonSpecTeamSupplier - Record Class in com.pixelmonmod.pixelmon.api.storage.supplier
- PokemonSpecTeamSupplier(List<String>) - Constructor for record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
-
Creates an instance of a
PokemonSpecTeamSupplier
record class. - PokemonSprite - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.OverlayGraphicType
- PokemonStorage - Class in com.pixelmonmod.pixelmon.api.storage
- PokemonStorage(ResourceLocation, UUID) - Constructor for class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- PokemonSummaryPCScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
The Pokemon Summary screen that appears when hovering over a Pokemon during PC operations.
- PokemonSummaryPCScreen(PCScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- pokemonToChoose - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
A list of Pokémon to choose actions for.
- PokemonTrader - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- PokemonTrader() - Constructor for class com.pixelmonmod.tcg.duel.trainer.PokemonTrader
- PokemonUI - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Created by Jay113355 on 5/16/2020.
- PokemonUI(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.PokemonUI
-
Creates a pokemon ui.
- pokemonUUID - Variable in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
-
The Pokémon being affected by the message.
- pokemonUUID - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.AttackData
- pokemonUUID - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.EvoInfo
- pokemonUUID - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The UUID of the Pokémon.
- pokemonUUID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ChooseAttackPacket
-
The UUID of the Pokémon with the attack.
- pokemonUUID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- pokemonUUID - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQuery
-
The UUID of the evolving Pokémon.
- pokePaste(String) - Static method in interface com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplier
-
Creates a
TeamSupplier
that reads a team from a PokePaste URL. - PokePasteHelper - Class in com.pixelmonmod.pixelmon.api.util
- PokePasteHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.PokePasteHelper
- PokePasteHelper.Builder - Class in com.pixelmonmod.pixelmon.api.util
- PokePasteReader - Class in com.pixelmonmod.pixelmon.api.util
-
Utility class for reading PokePaste.es links or files To read a pokepaste use
PokePasteReader.from(File)
orPokePasteReader.from(String)
- PokePasteTeamSupplier - Record Class in com.pixelmonmod.pixelmon.api.storage.supplier
- PokePasteTeamSupplier(String) - Constructor for record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
-
Creates an instance of a
PokePasteTeamSupplier
record class. - pokeradar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PokeResetCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeResetCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeResetCommand
- PokeRestartCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeRestartCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeRestartCommand
- PokeRetrieveCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeRetrieveCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeRetrieveCommand
- pokerus - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- pokerus(Pokerus) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokérus status of the Pokémon
- Pokerus - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
- Pokerus - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Pokerus(PokerusStrain) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- POKERUS - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- POKERUS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKERUS_ANNOUNCED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKERUS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- POKERUS_SPREAD - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKERUS_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PokerusConfig - Class in com.pixelmonmod.pixelmon.api.config
- PokerusConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.PokerusConfig
- pokerusCured - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- PokerusEvent - Class in com.pixelmonmod.pixelmon.api.events
-
All sort of events regarding the Pokémon's Pokérus status.
- PokerusEvent() - Constructor for class com.pixelmonmod.pixelmon.api.events.PokerusEvent
- PokerusEvent.Cured - Class in com.pixelmonmod.pixelmon.api.events
-
Fires on the server when a reasonable amount of time has passed and the Pokérus is cured.
- PokerusEvent.Spread - Class in com.pixelmonmod.pixelmon.api.events
-
Fires on the server when the Pokérus spreads from an opponent or from a party member to another.
- PokerusEvent.Spread.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fires on the server after the Pokérus has spread from an opponent or from a party member.
- PokerusEvent.Spread.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fires on the server before the Pokérus spreads from an opponent or from a party member.
- pokerusInfectious - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- PokerusRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- PokerusRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
- PokerusRequirement(PokerusStrain) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PokerusRequirement
- PokerusSpreader - Class in com.pixelmonmod.pixelmon.listener
- PokerusSpreader() - Constructor for class com.pixelmonmod.pixelmon.listener.PokerusSpreader
- PokerusStrain - Enum Class in com.pixelmonmod.pixelmon.api.pokemon
-
https://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9rus
- pokeseeAllowOfflineCheck - Variable in class com.pixelmonmod.pixelmon.api.config.CommandsConfig
- PokeSeeCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeSeeCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeSeeCommand
- PokeSpawnCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Spawns a Pokémon.
- PokeSpawnCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeSpawnCommand
- pokestop - Variable in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
- POKESTOP - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- POKESTOP_CLAIMED_PLAYERS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COLOR_ALPHA - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COLOR_BLUE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COLOR_GREEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COLOR_RED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COOLDOWN_COLOR_ALPHA - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COOLDOWN_COLOR_BLUE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COOLDOWN_COLOR_GREEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_COOLDOWN_COLOR_RED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_LOOT_TABLE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_ONE_TIME_USE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_SCALE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- POKESTOP_TIME_CLAIMED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PokeStopBlock - Class in com.pixelmonmod.pixelmon.blocks
- PokeStopBlock(Color, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- PokeStopEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for actions related to PokeStops.
- PokeStopEvent(Player, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent
- PokeStopEvent.CooldownCheck - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when a PokeStop is used, and the cooldown is being checked Use shouldCheckCooldown to override if you want the cooldown check to happen
- PokeStopEvent.CooldownCheck.Post - Class in com.pixelmonmod.pixelmon.api.events
- PokeStopEvent.CooldownCheck.PostCalculate - Class in com.pixelmonmod.pixelmon.api.events
- PokeStopEvent.CooldownCheck.Pre - Class in com.pixelmonmod.pixelmon.api.events
- PokeStopEvent.CooldownCheck.PreCalculate - Class in com.pixelmonmod.pixelmon.api.events
-
Pre-Calculate is used for changing the amount of time a pokestop goes on cooldown for the given player that used it.
- PokeStopEvent.Drops - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when loot is given from a PokeStop.
- PokeStopEvent.Drops.Post - Class in com.pixelmonmod.pixelmon.api.events
- PokeStopEvent.Drops.Pre - Class in com.pixelmonmod.pixelmon.api.events
- PokeStopEvent.Use - Class in com.pixelmonmod.pixelmon.api.events
-
Event that fires when a PokeStop is attempted to be used.
- PokeStopEvent.Use.Post - Class in com.pixelmonmod.pixelmon.api.events
- PokeStopEvent.Use.Pre - Class in com.pixelmonmod.pixelmon.api.events
- PokeStopModel() - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
- PokeStopTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- PokeStopTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- PokeStopTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- PokeTakeCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeTakeCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeTakeCommand
- poketch_b - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- poketch_r - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PokeTestCommand - Class in com.pixelmonmod.pixelmon.command.impl
- PokeTestCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.PokeTestCommand
- POLAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- polished_ultra_space_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POLISHED_ULTRA_SPACE_STONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- polished_ultra_space_stone_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POLISHED_ULTRA_SPACE_STONE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- polished_ultra_space_stone_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POLISHED_ULTRA_SPACE_STONE_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- polished_ultra_space_stone_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- POLISHED_ULTRA_SPACE_STONE_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- POLITOED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POLIWAG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POLIWAG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- POLIWHIRL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POLIWHIRL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- POLIWRATH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POLIWRATH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- poll() - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- POLLEN_PUFF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PollenPuff - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/26/2020.
- PollenPuff - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- PollenPuff - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PollenPuff() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PollenPuff
- PollenStench - Class in com.pixelmonmod.tcg.duel.power
- PollenStench() - Constructor for class com.pixelmonmod.tcg.duel.power.PollenStench
- POLTEAGEIST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POLTEAGEIST - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Poltergeist - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 1/7/2021.
- Poltergeist - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Poltergeist() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Poltergeist
- POLTERGEIST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POLY_FACE - Static variable in class com.pixelmonmod.pixelmon.client.models.obj.Face
- POM_POM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- POMEG - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- POMEG - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- pomeg_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PomegFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PomegFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PomegFoliagePlacer
- PONYTA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PONYTA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- POOCHYENA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POOL - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- pop() - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- pop() - Method in class com.pixelmonmod.pixelmon.battles.raids.WeightedItemStacks
- POPPLIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- POPPLIO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- populate(ScoreboardLocation, String, Collection<String>, Collection<String>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
- populate(List<Component>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- populateTasks(AbstractInteractionsEntity, GoalSelector) - Method in class com.pixelmonmod.pixelmon.api.util.helpers.AIHelper
- populateWithNPCs() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- POPULATION_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PopulationBomb - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Hits the target one to ten times in a row.
- PopulationBomb() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PopulationBomb
- populationBombShouldAlwaysHitMaxWithZoomLens(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- populationBombShouldAlwaysMissOrHitFourToTenTimesIfLoadedDice(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- populationBombShouldAlwaysMissOrHitTenTimesIfSkillLinked(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- populationBombShouldEndWithHittingProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- populationBombShouldTriggerContactAbilitiesWithEachHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- popups - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- PORTAL_D - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PORTAL_X - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PORTAL_Y - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PORTAL_Z - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- PORYGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PORYGON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- porygon_body - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- porygon_head - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- porygon_leg - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- porygon_piece - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- porygon_tail - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PORYGON_Z - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PORYGON2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PorygonItem - Class in com.pixelmonmod.pixelmon.items
-
Created by Jay113355 on 2/28/2018.
- PorygonItem() - Constructor for class com.pixelmonmod.pixelmon.items.PorygonItem
- PorygonListener - Class in com.pixelmonmod.pixelmon.listener
-
Created by Jay113355 on 3/9/2019.
- PorygonListener() - Constructor for class com.pixelmonmod.pixelmon.listener.PorygonListener
- PORYGONZ - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- pos - Variable in class com.pixelmonmod.pixelmon.api.events.HealerEvent.Pre
- pos - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
The exact position of the block starting the battle
- pos - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
-
The position of the block triggering the event
- pos - Variable in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
The position of the block snapshot.
- pos - Variable in class com.pixelmonmod.pixelmon.api.world.MutableLocation
- pos - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CreateNPCFromPresetPacket
- pos1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- pos2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- pose() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- posIsInRectArea(StoragePosition, StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- position - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- position - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The position of the Pokémon.
- position - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.SlotPC
- position - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- position - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- position - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQuery
- position() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- position() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- position(double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- position(double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- position(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- position(BlockPos) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- position(Vec3) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- position(TargetPoint) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- position(Position) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- POSITION - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- PositionedMovement - Class in com.pixelmonmod.pixelmon.client.camera.movement
-
Focuses at a battle, periodically changing view angle.
- PositionedMovement(Level, CameraEntity) - Constructor for class com.pixelmonmod.pixelmon.client.camera.movement.PositionedMovement
- positionRemap() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- positionRemap(UnaryOperator<ScreenVector>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- PositionRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- PositionRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- PositionRequirement(Set<String>, BiConsumer<String, PixelmonEntity>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
- PositionRequirement(Set<String>, BiConsumer<String, PixelmonEntity>, String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
- PositionRequirement(Set<String>, BiConsumer<String, StatueEntity>) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
- PositionRequirement(Set<String>, BiConsumer<String, StatueEntity>, String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
- positionRider(Entity, Entity.MoveFunction) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- positionRider(Entity, Entity.MoveFunction) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- PositionTriState - Enum Class in com.pixelmonmod.pixelmon.api.enums
-
Created by Jay113355 on 6/15/2020.
- possibleCatch - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- possibleGenders - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- possibleSpawns - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- possibleSpawns - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- post() - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent.Pre
- post() - Method in class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent.Pre
- post() - Method in class com.pixelmonmod.pixelmon.api.events.PartyFaintRespawnEvent.Pre
- Post(Pokemon, Ribbon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.ReceiveRibbon.Post
- Post(Pokemon, Ribbon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.RemoveRibbon.Post
- Post(Pokemon, Ribbon, ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon.Post
- Post(Pokemon, EVYields) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent.DoubleYieldEvent.Post
- Post(Pokemon, EVYields) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent.Post
- Post(Pokemon, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent.Post
-
The post constructor
- Post(PlayerPartyStorage, PixelmonWrapper, PokerusStrain) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread.Post
- Post(BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleTickEvent.Post
- Post(BattleController, Pokemon, BonusStats) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent.Post
- Post(BattleController, BattleParticipant[], BattleParticipant[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent.Post
- Post(BattleController, PixelmonWrapper, PixelmonWrapper, BattleStatsType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent.Post
- Post(BattleController, String, ServerPlayer, BagSection, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Post
- Post(BattleController, String, ServerPlayer, ItemStack, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem.Post
- Post(MysteryBoxTileEntity, Player, BlockState, ItemStack, long, long, long, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
Fired when a Mystery Box has been opened, and its variables are being updated from that process.
- Post(PixelmonSpawnerTileEntity, PokemonSpecification, BlockPos, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Post
- Post(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent.Post
- Post(UUID, PokedexRegistrationStatus, Pokemon, PokedexRegistrationStatus, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Post
- Post(UUID, BellTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary.Post
- Post(BlockPos, ServerPlayer, ShrineBlock, ShrineType, BirdShrineTileEntity, boolean, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent.Post
-
Basic constructor
- Post(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.PartyFaintRespawnEvent.Post
- Post(ServerPlayer, boolean, BlockPos, Vec3) - Constructor for class com.pixelmonmod.pixelmon.api.events.ElevatorEvent.Post
- Post(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Post
- Post(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent.Post
- Post(ServerPlayer, Pokemon, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Post
- Post(ServerPlayer, Pokemon, Evolution, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Post
-
Basic constructor for the post evolution event Including the player, Pokémon, evolution and entity
- Post(ServerPlayer, Pokemon, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent.Post
-
The post constructor
- Post(ServerPlayer, Pokemon, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent.Post
- Post(ServerPlayer, Pokemon, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.Post
-
Basic constructor taking all pertinent information
- Post(ServerPlayer, PokemonLink, ExperienceGainType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.LevelUpEvent.Post
- Post(ServerPlayer, ShopBuilder, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopEvent.Purchase.Post
- Post(ServerPlayer, ShopBuilder, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopEvent.Sell.Post
- Post(ServerPlayer, PlayerPartyStorage, ItemStack, PropertyDispatch.TriFunction<ServerPlayer, Integer, int[], Boolean>) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed.Post
- Post(ServerPlayer, PokemonStorage, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.EggHatchEvent.Post
- Post(ServerPlayer, PlayerResearch) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchDiscardEvent.Post
- Post(ServerPlayer, PlayerResearch) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchStartEvent.Post
- Post(ServerPlayer, PlayerResearch, PlayerResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent.Post
- Post(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchObjective) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent.Post
- Post(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchObjective, InteractionEvent, InteractionContext) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent.Post
- Post(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent.Post
- Post(ServerPlayer, IlexShrineBlock, PixelmonEntity, IlexShrineTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent.Post
- Post(ServerPlayer, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.Post
- Post(ServerPlayer, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use.Post
- Post(ServerPlayer, PokeStopTileEntity, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops.Post
- Post(ServerPlayer, WormholeEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent.Post
- Post(ServerPlayer, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent.Post
- Post(ServerPlayer, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent.Post
- Post(ServerPlayer, ItemStack, ImmutableCard[]) - Constructor for class com.pixelmonmod.tcg.api.events.PackOpenEvent.Post
- Post(ServerPlayer, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail.Post
- Post(ServerPlayer, ItemStack, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail.Post
- Post(ServerPlayer, ItemStack, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Post
- Post(LivingEntity, Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Post
-
The post constructor
- Post(Player, Pokemon, NPC, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt.Post
- Post(Player, TimespaceAltarTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon.Post
- Post(Player, NPC, Pokemon, List<LearnableMove>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Post
- Post(Player, NPC, TradePair) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade.Post
- Post(Player, NPC, TradePair, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade.Post
- Post(Player, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.HealerEvent.Post
- Post(Player, Player, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent.Post
- Post(ItemStack, Player, String, BlockPos, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Post
- Post(Level, BlockPos, BlockState, Species) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies.Post
- Post(Level, BlockPos, BlockState, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight.Post
- PostAnimation - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
- PostBlockBroke(Level, BlockState, BlockPos, Player, ItemStack, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockBroke
-
The basic constructor
- PostBlockDestroy(Level, BlockState, BlockPos, Player, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostBlockDestroy
-
Constructor taking player and all block details
- PostCalculate(ServerPlayer, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.PostCalculate
- PostCollect(ServerPlayer, PlayerPartyStorage, Pokemon, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostCollect
- PostConditionStatusUpdate(ServerPlayer, PlayerPartyStorage, DayCareBox, DayCareCondition, DayCareRequirement, boolean, Component) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
- PostCooldownEnd(Level, BlockState, BlockPos, boolean, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostCooldownEnd
- PostDurationCalculate(ServerPlayer, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostDurationCalculate
- PostEggCalculate(ServerPlayer, PlayerPartyStorage, Pokemon, Pokemon, Pokemon, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
- postEvo - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.PostEvolve
-
The post-evo
PixelmonEntity
instance for the Pokémon Dynamaxing - PostEvolve(ServerPlayer, PixelmonEntity, boolean, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.PostEvolve
- PostGrow(Level, BlockState, BlockPos, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostGrow
-
Basic constructor
- postInit(FMLLoadCompleteEvent) - Static method in class com.pixelmonmod.pixelmon.Pixelmon
-
Handles post-initialization for Pixelmon aspects.
- PostPokemonAdd(ServerPlayer, PlayerPartyStorage, Pokemon, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostPokemonAdd
- postProcess(WorldGenLevel, StructureManager, ChunkGenerator, RandomSource, BoundingBox, ChunkPos, BlockPos) - Method in class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserPiece
- postProcessAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Electromorphosis
- postProcessAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after the Pokémon is attacked.
- postProcessAttackAllHits(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Applies any post-damage effects after all hits of a move.
- postProcessAttackOther(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Dancer
- postProcessAttackOther(PixelmonWrapper, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after any Pokémon attacks.
- postProcessAttackUser(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Magician
- postProcessAttackUser(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after the Pokémon attacks.
- postProcessAttackUser(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers after the holder uses an attack.
- postProcessAttackUser(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LifeOrbItem
- postProcessAttackUser(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ThroatSprayItem
- postProcessAttackUserHitOrMiss(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GulpMissile
- postProcessAttackUserHitOrMiss(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after the Pokémon attacks, no matter if the Pokémon hits or misses.
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers after the holder is hit by a damaging attack.
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AirBalloonItem
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRecoilItem
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.EjectButtonItem
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RaiseStatItem
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.RedCardItem
- postProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.WeaknessPolicyItem
- postProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers after the holder uses a damaging attack.
- postProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ShellBellItem
- postRender(WidgetRenderState<ScrollableViewport>) - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- postRender(WidgetRenderState<W>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- postRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- postRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- postRender(Consumer<WidgetRenderState<W>>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- postRenderTick(RenderConsumer) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- postSpawnEntity(Pokemon, PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Method for after the entity has been spawned in battle
- postTick(Consumer<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- postTick(Consumer<W>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- PostTimerBegin(ServerPlayer, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostTimerBegin
- PostTransaction(ServerPlayer, BankAccount, EconomyEvent.TransactionType, BigDecimal, BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PostTransaction
- POTASSIUM_CHLORIDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- POTATO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- potentialRewards - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- potion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Potion - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- Potion() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Potion
- POTION - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- PotionEffectCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Created by Jay113355 on 8/1/2020.
- PotionEffectCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PotionEffectCondition
- PotionEffectCondition(List<String>) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PotionEffectCondition
- potionElixirList - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
A list of all Medicine.
- PotionItem - Class in com.pixelmonmod.pixelmon.items
-
A type of medicine that heals hp.
- PotionItem(IMedicine...) - Constructor for class com.pixelmonmod.pixelmon.items.PotionItem
-
Initializes the item.
- PotionRecipe - Class in com.pixelmonmod.pixelmon.api.config.recipes
- PotionRecipe() - Constructor for class com.pixelmonmod.pixelmon.api.config.recipes.PotionRecipe
- Pounce - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- POUNCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POUND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- powder - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- Powder - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes attempts to use Fire-type moves to instead damage the Pokémon for 25% hp.
- Powder - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Powder() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Powder
-
Initializes the status.
- POWDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POWDER_SNOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- power - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- power - Variable in class com.pixelmonmod.pixelmon.battles.status.EchoedVoiceStatus
-
The current power of Echoed Voice.
- power - Variable in class com.pixelmonmod.pixelmon.battles.status.FuryCutterStatus
-
The current power of Fury Cutter.
- POWER - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardPowerType
- POWER - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- power_anklet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- power_band - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- power_belt - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- power_bracer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POWER_CONSTRUCT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- POWER_GEM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- power_herb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- power_lens - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POWER_OF_ALCHEMY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- POWER_SHIFT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POWER_SPLIT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POWER_SPOT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- POWER_SWAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POWER_TRICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- POWER_TRIP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Power_Up_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- POWER_UP_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- power_weight - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- POWER_WHIP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- powerChange - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CheckedStrikes
- PowerConstruct - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Created by Jay113355 on 4/27/2020.
- PowerConstruct() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- PowerConstructTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- PowerConstructTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.PowerConstructTests
- POWERED - Static variable in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
- POWERED - Static variable in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
- POWERED - Static variable in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
- PowerEffects - Class in com.pixelmonmod.tcg.api.accessors
- PowerEffects() - Constructor for class com.pixelmonmod.tcg.api.accessors.PowerEffects
- PowerGem - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- PowerGem - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- powerHerb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- PowerHerbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- PowerHerbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.PowerHerbItem
- powerModified - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SheerForce
- PowerOfAlchemy - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- PowerOfAlchemy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
- PowerShift - Class in com.pixelmonmod.pixelmon.battles.status
-
https://bulbapedia.bulbagarden.net/wiki/Power_Shift_(move)
- PowerShift - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- PowerShift() - Constructor for class com.pixelmonmod.pixelmon.battles.status.PowerShift
-
Initializes the status.
- PowerSplit - Class in com.pixelmonmod.pixelmon.battles.status
-
Splits the user and target's attack stats evenly.
- PowerSplit - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- PowerSplit() - Constructor for class com.pixelmonmod.pixelmon.battles.status.PowerSplit
-
Initializes the status.
- PowerSpot - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the power of allies' attacks by 30%
- PowerSpot() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerSpot
- PowerSwap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Swaps the user's and the target's attack and Special attack stage modifiers.
- PowerSwap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- PowerSwap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PowerSwap
-
Initializes Power Swap.
- PowerTrick - Class in com.pixelmonmod.pixelmon.battles.status
-
Switches the user's attack and Defense.
- PowerTrick - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- PowerTrick() - Constructor for class com.pixelmonmod.pixelmon.battles.status.PowerTrick
-
Initializes the status.
- PowerWhip - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- pp - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The attack's PP.
- pp_max - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pp_up - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PP_UP - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen.Mode
- ppLevel - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The number of PP UP's that have been used, always 3 for a PP max
- ppRestore - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- PPRestoreItem - Class in com.pixelmonmod.pixelmon.items
-
Restores the PP of a Pokémon's move.
- PPRestoreItem(boolean) - Constructor for class com.pixelmonmod.pixelmon.items.PPRestoreItem
-
Initializes a PP-restoring item.
- PPUpItem - Class in com.pixelmonmod.pixelmon.items
-
Created by Jay113355 on 5/17/2019.
- PPUpItem(boolean) - Constructor for class com.pixelmonmod.pixelmon.items.PPUpItem
-
Initializes an item.
- Prankster - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Prankster() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Prankster
- PRANKSTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PranksterTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- PranksterTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- Pre(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent.Pre
-
Basic constructor
- Pre(Pokemon, Ribbon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.ReceiveRibbon.Pre
- Pre(Pokemon, Ribbon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.RemoveRibbon.Pre
- Pre(Pokemon, Ribbon, ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon.Pre
- Pre(Pokemon, EVYields) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent.DoubleYieldEvent.Pre
- Pre(Pokemon, EVYields) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent.Pre
- Pre(PlayerPartyStorage, PixelmonWrapper, PokerusStrain) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread.Pre
- Pre(BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleTickEvent.Pre
- Pre(BattleController, Pokemon, BonusStats) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent.Pre
- Pre(BattleController, BattleParticipant[], BattleParticipant[]) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent.Pre
- Pre(BattleController, PixelmonWrapper, PixelmonWrapper, BattleStatsType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent.Pre
- Pre(BattleController, String, ServerPlayer, BagSection) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
- Pre(BattleController, String, ServerPlayer, BagSection, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
- Pre(BattleController, String, ServerPlayer, ItemStack, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem.Pre
- Pre(MysteryBoxTileEntity, Player, BlockState, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Pre
-
Fired when a Mystery Box is about to be opened.
- Pre(PixelmonSpawnerTileEntity, PokemonSpecification, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Pre
- Pre(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent.Pre
- Pre(UUID, Pokemon, PokedexRegistrationStatus, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Pre
- Pre(UUID, BellTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary.Pre
- Pre(BlockPos, ServerPlayer, ShrineBlock, ShrineType, BirdShrineTileEntity, boolean, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent.Pre
-
Basic constructor
- Pre(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.PartyFaintRespawnEvent.Pre
- Pre(ServerPlayer, boolean, BlockPos, Vec3) - Constructor for class com.pixelmonmod.pixelmon.api.events.ElevatorEvent.Pre
- Pre(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.MegaEvolutionEvent.Pre
-
Basic constructor for the pre event taking the pokemon
- Pre(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassivePoisonEvent.Pre
- Pre(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonFaintEvent.Pre
- Pre(ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonSendOutEvent.Pre
-
Basic constructor
- Pre(ServerPlayer, Pokemon, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
- Pre(ServerPlayer, Pokemon, Evolution, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Pre
-
Basic constructor for the pre evolution event Including the player, Pokémon and evolution
- Pre(ServerPlayer, Pokemon, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent.Pre
- Pre(ServerPlayer, PokemonLink, ExperienceGainType, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.LevelUpEvent.Pre
- Pre(ServerPlayer, ShopBuilder, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopEvent.Purchase.Pre
- Pre(ServerPlayer, ShopBuilder, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopEvent.Sell.Pre
- Pre(ServerPlayer, PlayerPartyStorage, ItemStack, PropertyDispatch.TriFunction<ServerPlayer, Integer, int[], Boolean>) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed.Pre
- Pre(ServerPlayer, PokemonStorage, Pokemon, Component) - Constructor for class com.pixelmonmod.pixelmon.api.events.EggHatchEvent.Pre
- Pre(ServerPlayer, PlayerResearch) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchDiscardEvent.Pre
- Pre(ServerPlayer, PlayerResearch) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchStartEvent.Pre
- Pre(ServerPlayer, PlayerResearch, PlayerResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent.Pre
- Pre(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchObjective) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent.Pre
- Pre(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchObjective, InteractionEvent, InteractionContext) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent.Pre
- Pre(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent.Pre
- Pre(ServerPlayer, IlexShrineBlock, PixelmonEntity, IlexShrineTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent.Pre
- Pre(ServerPlayer, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.Pre
- Pre(ServerPlayer, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use.Pre
- Pre(ServerPlayer, PokeStopTileEntity, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops.Pre
- Pre(ServerPlayer, WormholeEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent.Pre
- Pre(ServerPlayer, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent.Pre
- Pre(ServerPlayer, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent.Pre
- Pre(ServerPlayer, ItemStack, ImmutableCard[]) - Constructor for class com.pixelmonmod.tcg.api.events.PackOpenEvent.Pre
- Pre(ServerPlayer, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail.Pre
- Pre(ServerPlayer, ItemStack, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail.Pre
- Pre(ServerPlayer, ItemStack, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Pre
- Pre(LivingEntity, Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Pre
-
Basic constructor
- Pre(Player, Pokemon, NPC, ImmutableAttack) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent.MoveLearnt.Pre
- Pre(Player, TimespaceAltarTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon.Pre
- Pre(Player, NPC, Pokemon, List<LearnableMove>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Pre
- Pre(Player, NPC, TradePair) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade.Pre
- Pre(Player, NPC, TradePair, Pokemon, Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade.Pre
- Pre(Player, BlockPos, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.HealerEvent.Pre
- Pre(Player, Player, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.PixelmonTradeEvent.Pre
- Pre(ItemStack, Player, String, BlockPos, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Pre
- Pre(Level, BlockPos, BlockState, Species) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies.Pre
- Pre(Level, BlockPos, BlockState, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight.Pre
- PRE_BATTLE_COMMANDS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the commands executed when a Player begins battle with the NPC Trainer.
- PreAnimation - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
- preBattleChecks() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Adds the participant to a battle.
- preBattleChecks() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- preBattleChecks() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- preBattleChecks() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- preBattleChecks() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- preBattleChecks() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- PreBlockBroke(Level, BlockState, BlockPos, Player, ItemStack, List<ItemStack>) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockBroke
-
The basic constructor
- PreBlockDestroy(Level, BlockState, BlockPos, Player, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreBlockDestroy
-
Constructor taking player and all block details
- precalculate(ModelData, SmdModel, ValveStudioModel) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
- PreCalculate(Player, PokeStopTileEntity, long) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.PreCalculate
- precalculateAnimation(ModelData, SmdModel, ValveStudioModel) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- preCaptureChecks(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs pre-capture checks for a regular capture attempt (not a raid).
- PreChoice - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
- PRECIPICE_BLADES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PreCollect(ServerPlayer, PlayerPartyStorage, Pokemon, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
- PreConditionStatusUpdate(ServerPlayer, PlayerPartyStorage, DayCareBox, DayCareCondition, DayCareRequirement, boolean, Component) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
- PreCooldownEnd(Level, BlockState, BlockPos, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreCooldownEnd
- PreDurationCalculate(ServerPlayer, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreDurationCalculate
- PreEggCalculate(ServerPlayer, PlayerPartyStorage, Pokemon, Pokemon, Pokemon, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
- preEvo - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.PostEvolve
-
The pre-evo
PixelmonEntity
instance for the Pokémon Dynamaxing - preEvolutions - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- prefix - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- prefix - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- prefix - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- prefix - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The location of Pixelmon's assets.
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- prefix() - Method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- prefix() - Method in interface com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove
-
Prefix of this tm/tr type.
- prefix(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- PREFIX - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- PreGrow(Level, BlockState, BlockPos, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreGrow
-
Basic constructor
- PrehistoricPower - Class in com.pixelmonmod.tcg.duel.power
- PrehistoricPower() - Constructor for class com.pixelmonmod.tcg.duel.power.PrehistoricPower
- preInit(FMLCommonSetupEvent) - Static method in class com.pixelmonmod.tcg.TCG
- preloadModels() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
-
Preloads models for use on send out
- PreMatch - Enum constant in enum class com.pixelmonmod.tcg.duel.state.GamePhase
- premier - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Premier Ball.
- PREMIER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- PREMIER_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- PREMIERBALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- premierFlash() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Spawns a particle if the Poké Ball is a Premier Ball.
- prepareDeck() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- prepareForDrop() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- prepareSmoothDrawing(PoseStack) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- PrePokemonAdd(ServerPlayer, PlayerPartyStorage, Pokemon, Pokemon, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
- preProcessAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Berserk
- preProcessAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- preProcessAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pressure
- preProcessAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers before the Pokémon is attacked.
- preProcessAttackStatBeforeDamageCalc(PixelmonWrapper, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurifyingSalt
- preProcessAttackStatBeforeDamageCalc(PixelmonWrapper, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThickFat
- preProcessAttackStatBeforeDamageCalc(PixelmonWrapper, double) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers when another Pokémon is attacking this Pokémon, the attack will hit, and the attack is not charging.
- preProcessAttackUser(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GorillaTactics
- preProcessAttackUser(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers before the Pokémon attacks.
- preProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers before the holder is struck by a damaging attack.
- preProcessDamagingAttackTarget(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryTypeReducingItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers before the holder uses a damaging attack.
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.ExpertBeltItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.GemsItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.IncensePowerIncreaseItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LegendPlateItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LifeOrbItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MetalCoatItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.SoulDewItem
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.TimespaceOrbItem
-
Triggers before the holder uses a damaging attack.
- preProcessDamagingAttackUser(PixelmonWrapper, PixelmonWrapper, Attack, double) - Method in class com.pixelmonmod.pixelmon.items.heldItems.TypeEnhancingItems
- preRaidCaptureChecks(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, RaidData, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs pre-capture checks for a raid capture attempt.
- preRender(WidgetRenderState<ScrollableViewport>) - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- preRender(WidgetRenderState<W>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- preRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- preRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- preRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- preRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.CycloneBlob
- preRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
- preRender(ParticleArcanery, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.ShadowBlob
- preRender(Consumer<WidgetRenderState<W>>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- preRenderTick(RenderConsumer) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- Present - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Randomly heals or damages the enemy.
- Present() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Present
- PRESENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PresentTreeDecorator - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator
- PresentTreeDecorator(float) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator.PresentTreeDecorator
- preset - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnInfoNPC
- preset - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.CreateNPCFromPresetPacket
- pressable - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- pressEnterToConfirmForfeiting(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- pressEscapeToGoBackInMenu(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- Pressure - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Drains an extra PP per move used against the Pokémon.
- Pressure() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Pressure
- PRESSURE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- preTick(Consumer<StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- preTick(Consumer<W>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- PreTimerBegin(ServerPlayer, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreTimerBegin
- PreTransaction(ServerPlayer, BankAccount, EconomyEvent.TransactionType, BigDecimal, BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PreTransaction
- pretty_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- pretty_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- prevBoxNumber - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- preventDiscard() - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
-
Prevent the battle controller from automatically discard the trainer
- preventDiscard() - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
- preventDiscard() - Method in class com.pixelmonmod.tcg.duel.trainer.Defender
- preventDiscard() - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
- preventDiscard() - Method in class com.pixelmonmod.tcg.duel.trainer.PlusPower
- preventedStatuses - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
-
The statuses that the Ability grants an immunity to.
- preventedStatuses - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
-
The statuses that the Ability grants an immunity to.
- preventFleeOnSwitch - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the player can flee (click the "Run" button) when they need to switch Pokémon.
- PreventRedirect - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
-
Makes the move ignore attack redirection.
- PreventRedirect(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.PreventRedirect
-
Initializes the modifier.
- preventsCriticalHits(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleArmour
- preventsCriticalHits(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShellArmour
- preventsCriticalHits(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Fires in query of whether the Pokémon is protected from critical hits.
- preventsItemRemoval(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StickyHold
- preventsItemRemoval(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Whether this ability prevents an item being stolen
- PreventSleep - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents Pokémon from falling asleep.
- PreventSleep(String, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventSleep
-
Initializes the Ability.
- preventsRedirection(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stalwart
- preventsRedirection(PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Prevents redirection abilities and moves from changing the targets of the user's attacks
- preventsRedirection(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Prevents redirection abilities and moves from changing the targets of the user's attacks
- preventsRedirection(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.PreventRedirect
- preventsRedirection(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pursuit
- PreventStatDrop - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon's stats from being lowered.
- PreventStatDrop(String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatDrop
-
Initializes the Ability.
- PreventStatus - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon from being afflicted by certain statuses.
- PreventStatus(String, String, StatusType...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatus
-
Initializes the Ability.
- PreventStatusTeam - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon and allies from being afflicted by certain statuses.
- PreventStatusTeam(String, String, StatusType...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PreventStatusTeam
-
Initializes the Ability.
- prevForm - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- prevForm - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The Pokémon's previous form.
- previous(PokemonStorage, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- previousPage(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- PreviousPokemonKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- PreviousPokemonKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.PreviousPokemonKey
- previousScreen - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- previousScreen - Variable in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
-
The screen that opened the warning screen.
- previousTurnHP - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- prevPaletteName - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- prevRotationRoll - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- PRIDEFUL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- PRIMAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- PRIMAL_EVOLUTION - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- PRIMAL_EVOLUTION_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- PrimalEvolutionRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- PrimalEvolutionRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- PrimalEvolutionRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PrimalEvolutionRequirement
- PrimalEvolutionRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.PrimalEvolutionRequirement
- PrimalEvolutionRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.PrimalEvolutionRequirement
- PrimalEvolutionRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.PrimalEvolutionRequirement
- PRIMARINA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PRIMARINA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- primarium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Primarium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- PRIMARY_CIRCULAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- PrimaryTypePredicate - Class in com.pixelmonmod.pixelmon.client.gui.pc.sorting
- PrimaryTypePredicate() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.sorting.PrimaryTypePredicate
- PRIMEAPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PRIMEAPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PrimordealSeaTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- PrimordealSeaTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- PRIMORDIAL_SEA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PrimordialSea - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- PrimordialSea() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrimordialSea
- PRINPLUP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PRINPLUP - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- priority - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- priority - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Priority
- priority - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.GrassyGlide
- priority - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
The priority of the move.
- priority - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's priority in the turn.
- priority(int) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the priority for the requirement
Defaults to 1
The higher the priority the sooner it will be checked - Priority - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
-
Causes the move to be executed at the beginning or the end of turn order.
- Priority(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Priority
-
Initializes a priority effect.
- priorityDropped - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MyceliumMight
- priorityModifier - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickDraw
- priorityModifier - Variable in class com.pixelmonmod.pixelmon.items.heldItems.BerryCustapItem
- priorityModifier - Variable in class com.pixelmonmod.pixelmon.items.heldItems.QuickClawItem
- PRISM_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- prism_scale - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PrismArmor - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- PrismArmor() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PrismArmor
- PRISMATIC_LASER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- prismScale - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- prison_bottle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Prize - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- prizeCards - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- prizeCount - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- PrizeSelectorScreen - Class in com.pixelmonmod.tcg.client.gui.duel
-
Created by Hy on 10/17/2016.
- PrizeSelectorScreen(TCGScreen, BattleOwnedTileEntityController) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
- PrizeSelectorToClientPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- PrizeSelectorToClientPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToClientPacket
- PrizeSelectorToClientPacket(BlockPos, int, ImmutableCard) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToClientPacket
- PrizeSelectorToServerPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- PrizeSelectorToServerPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToServerPacket
- PrizeSelectorToServerPacket(BlockPos, int) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.PrizeSelectorToServerPacket
- PRO_ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- probability - Variable in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- PROBOPASS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PROBOPASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- proceed - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleMessagePacket
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleTaskPacket
-
Will be called once per frame until you return false.
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedReviveTask
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.EnforcedSwitchTask
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.FailedSwitchFleeTask
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPIncreaseTask
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.HPUpdateTask
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
-
Will be called once per frame until you return false.
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
-
Will be called once per frame until you return false.
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.StatusUpdateTask
- process(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
- process(TriConsumer<Gson, ResourceLocation, JsonElement>) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
- processAction(int, int, ItemStack, ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- processBattleTasks() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- processClient() - Method in class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
- processCookingInteract() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- processEffect(UseOnContext) - Static method in class com.pixelmonmod.pixelmon.items.tools.ToolEffects
-
Causes an effect when an evolution stone tool is used.
- processingClone - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- processInteract(AbstractBaseEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.CameruptInteraction
- processInteract(AbstractBaseEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.MiltankInteraction
- processInteract(AbstractBaseEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
Handles a player interacting with the Pokémon.
- processInteract(AbstractBaseEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.ShearInteraction
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.interactions.IInteraction
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionAbilityCapsule
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionAbilityPatch
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionBerryJuice
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionBottleCap
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionChangeForm
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionColorfulShake
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionCurry
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDynamaxCandy
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionElixir
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEther
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEvolution
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionGaeBolg
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionGimmighoulCoins
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionHeldItem
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMaxSoup
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMeltanNuggets
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionMint
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPerilousSoup
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPotion
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionPPUp
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionRainbowWing
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionRareCandy
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTechnicalMove
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionTM
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionVitamins
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionZombie
- processInteract(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionZygardeCube
- processOnEmptyHand(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.interactions.IInteraction
- processOnEmptyHand(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- processOnEmptyHand(PixelmonEntity, Player, InteractionHand, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionEvolution
- PROCESSOR - Static variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
- processors - Variable in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- processors - Variable in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- processorsCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- processorsCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- processPacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
Acts upon the inner packet when rules have been synced.
- processPacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionChoosePacket
- processPacket(CustomPayloadEvent.Context) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionFixed
- processScroll() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
- processScroll() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
- processUpDown(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- PROF_OAK - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- PROFESSION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the NPC's profession.
- ProfessorDialogue - Record Class in com.pixelmonmod.pixelmon.api.dialogue.professor
-
All the information needed to display a dialogue with the professor.
- ProfessorDialogue(List<ChatPage>, RenderingHandler, int, Color, Color, ResourceWithFallback, ResourceWithFallback) - Constructor for record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Creates an instance of a
ProfessorDialogue
record class. - ProfessorDialogue.Builder - Class in com.pixelmonmod.pixelmon.api.dialogue.professor
- ProfessorDialogueFactory - Class in com.pixelmonmod.pixelmon.api.dialogue.professor
-
Factory for tracking ProfessorDialogue instances.
- ProfessorDialogueScreen - Class in com.pixelmonmod.pixelmon.client.gui.professor
- ProfessorDialogueScreen(ProfessorDialogue) - Constructor for class com.pixelmonmod.pixelmon.client.gui.professor.ProfessorDialogueScreen
- professors_mask - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- profileTileEntityRender - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- ProfOak - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/15/2016.
- ProfOak() - Constructor for class com.pixelmonmod.tcg.duel.trainer.ProfOak
- ProgressResearchObjectiveEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player progresses an objective in a
PlayerResearchStage
. - ProgressResearchObjectiveEvent(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchObjective, InteractionEvent, InteractionContext) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- ProgressResearchObjectiveEvent.Post - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired after the objective is progressed.
- ProgressResearchObjectiveEvent.Pre - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired before the objective is progressed.
- ProgressResearchStageEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player progresses to a new
PlayerResearchStage
. - ProgressResearchStageEvent(ServerPlayer, PlayerResearch, PlayerResearchStage, PlayerResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- ProgressResearchStageEvent.Post - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired after the player progresses to the new stage.
- ProgressResearchStageEvent.Pre - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired before the player progresses to the new stage.
- prop_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.WorkplaceBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.HiddenCubeBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FanBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.machines.WashingMachineBlock
- propagatesSkylightDown(BlockState, BlockGetter, BlockPos) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- propagatesSkylightDown(BlockState, LevelReader, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.WindowBlock
- PROPELLER_TAIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PropellerTail - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Propeller Tail makes its user's moves ignore the target-redirecting effects of moves and Abilities.
- PropellerTail() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PropellerTail
- properties - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- properties - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- properties(EntityProperties) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- properties(EntityProperties) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- properties(Selector<EntityProperties>) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset.Builder
- properties(EntityProperties.Builder) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- PropertyGetter() - Constructor for class com.pixelmonmod.pixelmon.items.ItemFinderItem.PropertyGetter
- PropertyValue<T> - Interface in com.pixelmonmod.pixelmon.battles.api.rules
-
An interface representing a value for a
BattleProperty
of given type T ThePropertyValue.encode(FriendlyByteBuf)
andPropertyValue.decode(FriendlyByteBuf)
methods do not have to be implemented unless the value is being sent to the client (only useful for internal uses or when a client-side mod is present) ThePropertyValue.write(String, CompoundTag)
andPropertyValue.read(String, CompoundTag)
methods should only be implemented if you want the data to persist on NPCs/Entities which store the relevantBattleRules
- PROPHECY_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- ProphecyEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- ProphecyEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ProphecyEffect
- Propose - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
- ProposeBattleRulesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Proposes a set of battle rules to the other player.
- ProposeBattleRulesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.ProposeBattleRulesPacket
-
Empty constructor for packet registration.
- ProposeBattleRulesPacket(int, BattleRules) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.ProposeBattleRulesPacket
-
Initializes a packet.
- proposeRules(ServerPlayer, BattleRules) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
Proposes a set of rules to use for the battle.
- Protean - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
When the Pokémon uses a move, changes the Pokémon's type into the move's type.
- Protean() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Protean
- PROTEAN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Protect - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects the user from most attacks for the turn.
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Protect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Protect() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Protect
-
Initializes Protect.
- Protect(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Protect
-
Initializes Protect.
- PROTECT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- protective_pads - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- protectivePads - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ProtectivePadsItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Protects the holder from effects caused by making direct contact with the target
- ProtectivePadsItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ProtectivePadsItem
-
Initializes the held item.
- ProtectivePadsTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- ProtectivePadsTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
- protector - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- protector - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- protectsInARow - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The number of times the Pokémon has successfully used Protect (or similar moves) in a row.
- ProtectVariation - Class in com.pixelmonmod.pixelmon.battles.status
-
Uses a shared counter that reduces the chance of move success upon consecutive use.
- ProtectVariation(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
-
Initializes the Protect variation.
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.BurningBulwark
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.CraftyShield
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.KingsShield
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.MaxGuard
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Obstruct
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.QuickGuard
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.SilkTrap
- protectVariationBlocksAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
- ProtectVariationTeam - Class in com.pixelmonmod.pixelmon.battles.status
-
A Protect variation that affects the whole team.
- ProtectVariationTeam(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.ProtectVariationTeam
-
Initializes the status.
- protein - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Protosynthesis - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Protosynthesis() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Protosynthesis
- PROTOSYNTHESIS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ProtosynthesisTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ProtosynthesisTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- proxy - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- ProxyPathNavigation - Class in com.pixelmonmod.pixelmon.ai.naivgator
- ProxyPathNavigation(Mob, Level, PathNavigation) - Constructor for class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- ps - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- ps - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCMode
- ps - Variable in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- Psybeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PSYBEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Psyblade - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If the current terrain is Electic Terrain and the user is grounded, this move has its power increased to 120.
- Psyblade() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psyblade
- PSYBLADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Psych_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Psych_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Psych_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Psych_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Psych_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- PSYCH_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Psychic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PSYCHIC - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.Terrain
- PSYCHIC - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- PSYCHIC - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- PSYCHIC - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- PSYCHIC - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PSYCHIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- PSYCHIC - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- psychic_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PSYCHIC_FANGS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- psychic_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- psychic_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Psychic.
- PSYCHIC_NOISE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- psychic_seed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PSYCHIC_SURGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PSYCHIC_TERRAIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PsychicFangs - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- PsychicFangs - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PsychicNoise - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- PsychicNoise - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PsychicNoise() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychicNoise
- PsychicSurge - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Applies the Psychic Terrain environment on switch in.
- PsychicSurge() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PsychicSurge
- PsychicTerrain - Class in com.pixelmonmod.pixelmon.battles.status
- PsychicTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- PsychicTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- PsychicTerrain - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PsychicTerrain(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- PsychicTerrain(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- PsychicTerrainTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- PsychicTerrainTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- psychium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Psychium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- PSYCHO_BOOST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PSYCHO_CUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PSYCHO_SHIFT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PsychoCut - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- PsychoShift - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Transfers the user's non-volatile status to the target.
- PsychoShift() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychoShift
- PsychUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Causes the user to copy the opponent's stat boosts.
- PsychUp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PsychUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychUp
- PsychUpTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- PsychUpTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.PsychUpTests
- PSYDUCK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PSYDUCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PSYSHIELD_BASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Psyshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Psyshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Psyshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Psyshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Psyshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- PSYSHOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Psystrike - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Psystrike uses the opponent's defense stat to reduce defense despite being a special attack.
- Psystrike() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psystrike
- PSYSTRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PsystrikeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- PsystrikeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- Psywave - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals damage between 50% and 150% of the user's pokemonLevel.
- Psywave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Psywave() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Psywave
- PSYWAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PU - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- PU - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
- PUGRASSDOUBLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- PUGRASSSINGLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- pulse - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- PULVERIZING_PANCAKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PUMKIN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- PUMKIN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- pumkin_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PumkinFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- PumkinFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.PumkinFoliagePlacer
- Pumped - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases crit stage by 1 for each layer.
- Pumped - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Pumped() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Pumped
-
Initializes the status with 2 crit stage boosts.
- Pumped(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Pumped
-
Initializes the status.
- PUMPED_UP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- PUMPKABOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PUMPKABOO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- PUMPKIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- punch - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- punching_glove - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- punchingGlove - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- PunchingGloveItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the power of punching moves by 10% and prevents contact with targets done by those moves.
- PunchingGloveItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.PunchingGloveItem
-
Initializes the held item.
- PunchingGloveTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- PunchingGloveTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
- Punishment - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- Punishment() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Punishment
- PUNISHMENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PUNK_ROCK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PunkRock - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves damage from Sound Based moves, increases power of Sound Based moves
- PunkRock() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PunkRock
- PUPITAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Purchase(ServerPlayer, ShopBuilder, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopEvent.Purchase
- purchaseHandler() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Gets the purchase handler for the shop.
- pure_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PURE_POWER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- pureIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- PurePower - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- PurePower() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurePower
- Purify - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/28/2020.
- Purify() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Purify
- PURIFY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PURIFYING_SALT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- PurifyingSalt - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon from being afflicted by non-volatile status conditions and yawn.
- PurifyingSalt() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PurifyingSalt
- PurifyingSaltTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- PurifyingSaltTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- purple - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- PURPLE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- PURPLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- PURPLE - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- purple_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PURPLE_BERRY_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- purple_berry_wood_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- purple_berry_wood_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- purple_berry_wood_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_berry_wood_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PURPLE_BUBBLES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- purple_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PURPLE_DIAMONDS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- purple_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- purple_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_nectar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- PURPLE_PATCHES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- purple_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- purple_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- purple_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- PURRLOIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Pursuit - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Hits a target before it switches and doubles in power if this occurs.
- Pursuit() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pursuit
- PURSUIT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PursuitTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- PursuitTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- PURUGLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PURUGLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- push(double, double) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- push(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- push(double, double, double, double) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- push(float, float, float, float) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- push(int, int, int, int) - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- push(Position...) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- push(Entity) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- pushEntities() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- pushEntities() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- Pushout - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
- PUT - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket.Change
- putAttribute(String, Object) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- PutFossil(ServerPlayer, Item, BlockEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutFossil
- PutFossil(ServerPlayer, BlockEntity, Item) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilCleanerEvent.PutFossil
- PutPokeball(ServerPlayer, PokeBall, BlockEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutPokeball
- pw - Variable in class com.pixelmonmod.pixelmon.api.events.DynamaxEvent.BattleEvolve
-
The
PixelmonWrapper
instance for the Pokémon Dynamaxing - PYRO_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- PYROAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- PYUKUMUKU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
Q
- quad(float, float, float, float, float, Color) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- quad(float, float, float, float, float, Color, boolean) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- quad(float, float, float, float, float, IntUnaryOperator) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- quad(float, float, float, float, float, IntUnaryOperator, boolean) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- Quadstate - Enum Class in com.pixelmonmod.pixelmon.tools
- quadWithHoverColor(WidgetRenderState<?>, float, float, float, float, float, Color, Color, boolean) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- QUAG - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- QUAGSIRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- QUAGSIRE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- QUAGSIRE_MASK - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
- quake_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- QUALOT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- QUALOT - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- qualot_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- QualotFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- QualotFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.QualotFoliagePlacer
- QuantifiedIngredient - Class in com.pixelmonmod.pixelmon.api.recipe
-
Taken from SuperTech (with permission from Oa10712).
- QuantifiedIngredient(Ingredient, int) - Constructor for class com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
- quantifiedItemsFromJson(JsonArray) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.JsonHelper
- quantity - Variable in class com.pixelmonmod.pixelmon.api.item.JsonItemStack
- quantity - Variable in class com.pixelmonmod.pixelmon.api.recipe.QuantifiedIngredient
- quantity - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
The buy/sell quantity of the currently selected item.
- QUAQUAVAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- QUAQUAVAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- QUARANTINE_MASK - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
- QUARK_DRIVE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- QuarkDrive - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- QuarkDrive() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuarkDrive
- QUARTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- Quash - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Makes the target move last in the turn.
- Quash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Quash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Quash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Quash() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Quash
- QUASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- QuaternionHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- QuaternionHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.QuaternionHelper
- QUAXLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- QUAXLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- QUAXWELL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- QUAXWELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- QUEENLY_MAJESTY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- QueenlyMajesty - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- QueenlyMajesty() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QueenlyMajesty
- query() - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- query(String) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- queryIndex - Variable in class com.pixelmonmod.pixelmon.battles.BattleQuery
-
The index of the query.
- queryIndex - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.BattleQueryPacket
-
The index of the battle query.
- queryList - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
All drop queries that are currently active.
- queryList - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
All Pokémon that are currently evolving.
- queryResourceLocationExistence(ResourceLocation, Consumer<Boolean>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Query existence of a ResourceLocation on the client.
- QueryResourceLocationPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Queries if a ResourceLocation exists on the client.
- QueryResourceLocationPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationPacket
-
Required constructor.
- QueryResourceLocationPacket(UUID, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationPacket
- QueryResourceLocationResult - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Result of a query of ResourceLocation existence.
- QueryResourceLocationResult() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationResult
- QueryResourceLocationResult(UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.QueryResourceLocationResult
- QUEST - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- QUEST_ABANDONABLE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_COMPLETE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_COMPLETION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_COMPLETION_REF - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_DATA_1 - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_DATA_2 - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_DATA_KEY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_DATA_VALUE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- quest_editor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- QUEST_FAILED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_FILENAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_IDENTIFIER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_STAGE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QUEST_STARTED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- QuestEditorItem - Class in com.pixelmonmod.pixelmon.items
-
Item for creating and editing quests with, in the past.
- QuestEditorItem() - Constructor for class com.pixelmonmod.pixelmon.items.QuestEditorItem
- question_mark - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- questionMark - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Icon for an empty starter option.
- QuestItem - Class in com.pixelmonmod.pixelmon.items
-
Quest/misc items.
- QuestItem() - Constructor for class com.pixelmonmod.pixelmon.items.QuestItem
-
Initializes a quest item.
- QUESTS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Tags for research.
- QUEUE_IF_BATTLE_OTHERWISE_RUN - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskType
-
If the target player is in a battle, queue the consumer for execution at the end.
- QUEUE_IF_BATTLE_OTHERWISE_SKIP - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskType
-
If the target player is in a battle, queue the consumer for execution at the end.
- queueChangedStorages() - Method in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- queueChangedStorages() - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- QUEUED - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskResult
- quick - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Quick Ball.
- QUICK_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- QUICK_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- quick_claw - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- QUICK_DRAW - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- QUICK_FEET - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- QUICK_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- quick_powder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- QuickBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- QuickBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.QuickBall
- quickClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- QuickClawItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Gives the holder a 20% chance of moving first regardless of speed.
- QuickClawItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.QuickClawItem
-
Initializes the held item.
- QuickClawTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- QuickClawTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.QuickClawTests
- quickDepositOrWithdraw(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- QuickDraw - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Enables the Pokémon to move first occasionally.
- QuickDraw() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickDraw
- QuickFeet - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the Pokémon's speed by 50% if the Pokémon has a non-volatile status.
- QuickFeet() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.QuickFeet
- QuickGuard - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects against priority moves.
- QuickGuard - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- QuickGuard() - Constructor for class com.pixelmonmod.pixelmon.battles.status.QuickGuard
-
Initializes Quick Guard.
- QuickGuardTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- QuickGuardTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- quickMoveStack(Player, int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareContainer
- quickMoveStack(Player, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
-
Called when a player shift-clicks on a slot.
- quickMoveStack(Player, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
-
Called when a player shift-clicks on a slot.
- quickMoveStack(Player, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
- quickMoveStack(Player, int) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer
- quickMoveStack(Player, int) - Method in class com.pixelmonmod.tcg.client.container.BinderContainer
- quickMoveStack(Player, int) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
- quickPowder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- QUIET - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- QUILAVA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- QUILAVA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- QUILLADIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- QUIRKY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- QUIT - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- QUIT - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- QUIVER_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- QWILFISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- QWILFISH_HISUI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
R
- r - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- r - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- r - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- R - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- R_K_S_SYSTEM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- RABOOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RABOOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RABSCA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RABUTA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- RABUTA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- rabuta_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RabutaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- RabutaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RabutaFoliagePlacer
- radial() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- RADIAL - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- RADIAL - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- RadialData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- RadialThunder - Class in com.pixelmonmod.pixelmon.client.particle.systems
- RadialThunder() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.RadialThunder
- RADIALTHUNDER - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- radiant_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- radius - Variable in class com.pixelmonmod.pixelmon.api.spawning.util.SpatialData
-
The diameter of space at the location.
- radius - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- radius - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- radius - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- radius - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.FlameParticles
- radiusXZ() - Method in class com.pixelmonmod.pixelmon.api.entity.sensor.EngageSensorType
- radiusY() - Method in class com.pixelmonmod.pixelmon.api.entity.sensor.EngageSensorType
- Rage - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
While the move is in effect, the user will gain one stage of attack when hit directly.
- Rage - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Rage() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rage
- RAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- rage_candy_bar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RAGE_FIST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RAGE_POWDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RageFist - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- RageFist() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RageFist
- Raging - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases the Pokémon's attack whenever it gets hit.
- Raging - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Raging() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Raging
-
Initializes the status.
- RAGING_BOLT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RAGING_BULL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RAGING_FURY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RAGINGBOLT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RagingBull - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- RagingBull() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RagingBull
- RAICHU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RAICHU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RAICHU_ALOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- raid() - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- raid(RaidData) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot.RaidState
- Raid(int, String) - Constructor for class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.Raid
- RAID - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- RAID - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- RAID_CATCH - Static variable in class com.pixelmonmod.api.client.screen.ScreenIdentifiers
- RAID_DATA - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- RAID_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- RAID_DATA_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- RAID_DEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonTicketType
- RAID_DROP_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- RAID_EXPIRED - Enum constant in enum class com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
- raid_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RAID_START - Static variable in class com.pixelmonmod.api.client.screen.ScreenIdentifiers
- RAID_TRAINER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- RaidActionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.raids
- RaidActionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
- RaidActionPacket(int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
- RaidActionPacket(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
- RaidActionPacket(int, int, int, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket
- RaidActionPacket.Actions - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.raids
- RaidAI - Class in com.pixelmonmod.pixelmon.battles.controller.ai
-
Uses both offensive and status moves, using the raid governor as the source of moves.
- RaidAI(RaidGovernor, RaidPixelmonParticipant) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.RaidAI
-
Initializes the AI.
- RaidBiomeGrouping(String) - Constructor for class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidBiomeGrouping
- RaidButton - Class in com.pixelmonmod.pixelmon.client.gui.raids
- RaidButton(double, double, double, double, double, String, RaidData, Consumer<Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
- RaidCatchScreen - Class in com.pixelmonmod.pixelmon.client.gui.raids
- RaidCatchScreen(RaidData, boolean, ItemStack[], List<ItemData>, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- RaidCollection(List<String>, RaidRegistry.RaidStarGrouping) - Constructor for class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidCollection
- RaidData - Class in com.pixelmonmod.pixelmon.battles.raids
-
Created by Waterdude.
- RaidData(int, int, int, String) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
- RaidData(int, int, Species) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
- RaidData(int, int, Species, Stats) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
- RaidData(CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
- RaidData(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData
- RaidData.RaidPlayer - Class in com.pixelmonmod.pixelmon.battles.raids
- RaidDropItemInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- RaidDropItemInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.RaidDropItemInteractionEvent
- raidDrops - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
- RaidDropsEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- RaidDropsEvent(RaidData, RaidData.RaidPlayer, RaidGovernor, Pokemon, ArrayList<ItemStack>, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- RaidDropsTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Waterdude on 31/07/2021.
- RaidDropsTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
-
Empty constructor for packet registration.
- RaidDropsTask(boolean, List<ItemData>, RaidData, boolean, RaidData.RaidPlayer) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.RaidDropsTask
-
Initializes a packet.
- RaidDynamaxTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Waterdude on 31/07/2021.
- RaidDynamaxTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
-
Empty constructor for packet registration.
- RaidDynamaxTask(List<UUID>) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.RaidDynamaxTask
-
Initializes a packet.
- RaidElement - Class in com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays
- RaidElement(PixelmonClientData, Screen, ScreenParticleEngine) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.RaidElement
- RaidGovernor - Class in com.pixelmonmod.pixelmon.battles.raids
-
Created by Waterdude.
- RaidGovernor(RaidSettings) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- RaidPixelmonParticipant - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
A wild Raid Pokémon in battle.
- RaidPixelmonParticipant(RaidData, RaidSettings, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
-
Initializes a wild Raid Pokémon participant
- RaidPlayer(int, ServerPlayer, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- RaidPlayer(RaidPokemon, int) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- RaidPlayer(CompoundTag) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- RaidPlayer(FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- RaidPokemon - Class in com.pixelmonmod.pixelmon.battles.raids
-
Created by Waterdude.
- RaidPokemon(String, RegistryValue<Species>, Item, String, ImmutableAttack...) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidPokemon
- RaidPokemon(String, RegistryValue<Species>, Item, String, List<ImmutableAttack>) - Constructor for class com.pixelmonmod.pixelmon.battles.raids.RaidPokemon
- RaidRandomizer - Class in com.pixelmonmod.pixelmon.battles.raids
-
Created by Waterdude.
- RaidRegistry - Class in com.pixelmonmod.pixelmon.init.registry
-
Register raid spawns from JSON files.
- RaidRegistry.Raid - Class in com.pixelmonmod.pixelmon.init.registry
- RaidRegistry.RaidBiomeGrouping - Class in com.pixelmonmod.pixelmon.init.registry
- RaidRegistry.RaidCollection - Class in com.pixelmonmod.pixelmon.init.registry
- RaidRegistry.RaidStarGrouping - Class in com.pixelmonmod.pixelmon.init.registry
- RaidsConfig - Class in com.pixelmonmod.pixelmon.api.config
- RaidsConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.RaidsConfig
- RaidSettings - Class in com.pixelmonmod.pixelmon.battles.raids
-
Created by Waterdude.
- RaidSettings.Builder - Class in com.pixelmonmod.pixelmon.battles.raids
- RaidShieldsTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Jay113355 on 2/25/2021.
- RaidShieldsTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
-
Empty constructor for packet registration.
- RaidShieldsTask(UUID, int, int) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
-
Initializes a packet.
- RaidStarGrouping() - Constructor for class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidStarGrouping
- RaidStartScreen - Class in com.pixelmonmod.pixelmon.client.gui.raids
- RAIKOU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RAIKOU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- rain() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- RAIN - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
- RAIN - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- RAIN - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- RAIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- rain_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Rain_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Rain_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Rain_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Rain_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Rain_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Rain_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- RAIN_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RAIN_DANCE - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- RAIN_DISH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- RAINBOW - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- RAINBOW - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- RAINBOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- RAINBOW - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- rainbow_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rainbow_flower - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RAINBOW_MAREEP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- RAINBOW_MAREEP_TICK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- rainbow_pass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RAINBOW_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- RAINBOW_SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- RAINBOW_SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- RAINBOW_SWIRL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- RAINBOW_TUMBLESTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- rainbow_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RAINBOW_WOOLOO - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- RAINBOW_WOOLOO_TICK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- RainbowMareepTicker - Class in com.pixelmonmod.pixelmon.api.entity.ticking.type
-
Entity ticker implementation for a rainbow Wooloo
- RainbowMareepTicker() - Constructor for class com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowMareepTicker
- rainbowShader - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- RainbowShaderRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl.shader
- RainbowShaderRequirement - Class in com.pixelmonmod.api.statue.requirement.impl.shader
- RainbowShaderRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.RainbowShaderRequirement
- RainbowShaderRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.RainbowShaderRequirement
- RainbowShaderRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.RainbowShaderRequirement
- RainbowShaderRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.RainbowShaderRequirement
- RainbowWoolooTicker - Class in com.pixelmonmod.pixelmon.api.entity.ticking.type
-
Entity ticker implementation for a rainbow Wooloo
- RainbowWoolooTicker() - Constructor for class com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowWoolooTicker
- RainDance - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- RainDance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- RainDance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- RainDance() - Constructor for class com.pixelmonmod.tcg.duel.power.RainDance
- RainData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- RainDish - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Heals the Pokémon by 1/16th of its maximum hp every turn in rain.
- RainDish() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RainDish
- Rainy - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases the power of Water-type moves by 50% and decreases the power of Fire-type moves by 50%.
- Rainy - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Rainy() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Rainy
-
Initializes heavy rain.
- Rainy(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Rainy
- Rainy(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Rainy
-
Initializes heavy rain.
- Rainy(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Rainy
-
Initializes heavy rain.
- RAINY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- RAISE_TO_CAP - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- raiseRandomStat(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Raises a random stat.
- raiseShields() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- RaiseStatItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
A held item that raises a stat when hit by a certain type of move.
- RaiseStatItem(EnumHeldItems, BattleStatsType, Element) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RaiseStatItem
-
Initializes the held item.
- raiseStats - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
- raiseStats - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rototiller
- RaiseStats - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Chance of raising all stats by one stage.
- RaiseStats() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RaiseStats
- raiseTier(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Raises the tier of the choice.
- raiseToCapButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The button used to toggle the raise-to-cap rule.
- RaiseToCapProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- RaiseToCapProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.RaiseToCapProperty
- raiseWeight(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Raises the weight of the choice.
- raiseWeightLimited(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Raises the weight of the choice, but not above 100.
- RALTS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RALTS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RAMPARDOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RAMPARDOS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- random - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- random - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- random - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- random() - Static method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with random values between 0 and 3.
- random() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Gets this battle's
BattleRandomSource
, which supplies all random values needed for the battle. - random(double, double) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparator
-
Generates a random value from a normal distribution with the given mean and standard deviation.
- random(double, double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
- random(double, double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
- random(double, double) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
- random(Pokemon) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Gets a random size for the given Pokemon.
- random(BattleRandomSource) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the random source for the battle to use.
- RANDOM - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
- RANDOM - Enum constant in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- RANDOM_SPECIES - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- RANDOM_SPECIES_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- RandomAI - Class in com.pixelmonmod.pixelmon.battles.controller.ai
-
Selects moves randomly.
- RandomAI(BattleParticipant) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.RandomAI
-
Initializes the AI.
- RandomChanceInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math
- RandomChanceInteractionCondition(double) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.RandomChanceInteractionCondition
- RandomCombinationTeamSupplier - Record Class in com.pixelmonmod.pixelmon.api.storage.supplier
- RandomCombinationTeamSupplier(List<String>, int, int) - Constructor for record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
-
Creates an instance of a
RandomCombinationTeamSupplier
record class. - RandomHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Helper methods for generating random numbers.
- RandomHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
- randomiseSpheal() - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- randomize() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- randomizeMaxEVs() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Allocates all EVs into random stats.
- RandomizePokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Randomizes the Pokémon in a player's party.
- RandomizePokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RandomizePokemonPacket
-
Empty constructor for packet registration.
- RandomizePokemonPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RandomizePokemonPacket
- RandomizeRaidAllyEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- RandomizeRaidAllyEvent(RaidData, RaidPokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidAllyEvent
- RandomizeRaidEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- RandomizeRaidEvent(DenEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent
- RandomizeRaidEvent.ChooseSpecies - Class in com.pixelmonmod.pixelmon.api.events.raids
- RandomizeRaidEvent.ChooseStarLevel - Class in com.pixelmonmod.pixelmon.api.events.raids
- RandomizeRaidEvent.RollChance - Class in com.pixelmonmod.pixelmon.api.events.raids
- randomSpecies() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species to a randomly selected species using
PixelmonSpecies.getRandomSpecies()
- randomSpecies(boolean, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species to a randomly selected species using
PixelmonSpecies.getRandomSpecies(boolean, boolean, boolean)
} - randomSpecies(RegistryValue<Species>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species to a random species excluding those given
- randomSpecies(Collection<RegistryValue<Species>>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species to a random species excluding those given
- randomSpecies(Predicate<Species>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species to a random species excluding those set to be excluded in the predicate
- RandomSpeciesRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- RandomSpeciesRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- RandomSpeciesRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- RandomSpeciesRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- RandomSpeciesRequirement(PokemonSpecification) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- RandomSpeciesRequirement(StatueSpecification) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.IncenseBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.MaxMushroomBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- randomTick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- RandomWeightedSet<A> - Class in com.pixelmonmod.pixelmon.api.util
-
A set of items that have weighted and can be randomly selected from according to said weightings
- RandomWeightedSet() - Constructor for class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- RandomWeightedSet(A, double) - Constructor for class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- RandomWeightedSet.WeightedEntry<B> - Record Class in com.pixelmonmod.pixelmon.api.util
- randomYawVelocity - Variable in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- range - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Scare
- range() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the range, in blocks, of this move skill.
- range() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Returns the value of the
range
record component. - range(int) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the range, in blocks, of this move skill.
- Range - Class in com.pixelmonmod.pixelmon.api.util
- Range - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.ValueType
- Range.TypeAdapter - Class in com.pixelmonmod.pixelmon.api.util
- rangeDisplayInNumbers - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
Determines whether box numbers or box names are used when displaying the range of boxes on screen
- RangeGrowthComparator - Record Class in com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type
- RangeGrowthComparator(double, double) - Constructor for record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
-
Creates an instance of a
RangeGrowthComparator
record class. - RANK_ADMIN - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- RANK_DEV - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- RANK_JR - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- RANK_MODELER - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- RANK_SUPPORT - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- RAPID_SPIN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RAPID_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- RAPIDASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RapidSpin - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Removes Leech Seed, entry hazards, and partially-trapping effects from the user's side.
- RapidSpin() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RapidSpin
- RARE - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardRarity
- RARE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- RARE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- rare_bone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rare_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RARE_CANDY - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- rare_pokestop - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RARE_POKESTOP - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- RARE_POKESTOP - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- RARE_ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- rare_soda - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RARE_SODA - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- rareCandy - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- RareCandyEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fires whenever a rare candy is attempted to be used on a Pokémon.
- RareCandyEvent(ServerPlayer, PixelmonEntity, ItemStack, ExpCandyItem) - Constructor for class com.pixelmonmod.pixelmon.api.events.RareCandyEvent
- rarity - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- rarity - Variable in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- rarity - Variable in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnData
- rarity - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- Rarity - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
- Rarity(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.Rarity
- RarityMultiplier - Class in com.pixelmonmod.pixelmon.api.spawning.conditions
-
A component of
SpawnInfo
which mutates the rarity of the spawn if the location it is trying to spawn at satisfies the condition and does not satisfy the anticondition. - RarityMultiplier() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.conditions.RarityMultiplier
- rarityMultipliers - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
A list of rarity multipliers to apply to all the spawns this processes.
- rarityMultipliers - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- rarityMultipliers - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- RarityRequirement - Class in com.pixelmonmod.api.tcg.requirement.impl
- RarityRequirement() - Constructor for class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
- RarityRequirement(CardRarity) - Constructor for class com.pixelmonmod.api.tcg.requirement.impl.RarityRequirement
- rarityThreshold - Variable in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- RarityTweak - Interface in com.pixelmonmod.pixelmon.api.spawning
- rarityTweaks - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
A list of rarity tweaks to apply to spawns.
- ras - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- RAS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- RASH - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- RasLensItem - Class in com.pixelmonmod.pixelmon.items
- RasLensItem(EnumCheatItemType) - Constructor for class com.pixelmonmod.pixelmon.items.RasLensItem
- RATICATE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RATICATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- rating - Variable in class com.pixelmonmod.pixelmon.api.events.CurryFinishedEvent
- ratingFromOrdinal(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- ratingFromQuality(int) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- RATINGS - Static variable in class com.pixelmonmod.pixelmon.command.impl.FillCurryDexCommand
- ratio - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatRatioCondition
- ratio(float, float, float) - Static method in class com.pixelmonmod.pixelmon.tools.LineCalc
- RATTATA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RATTATA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Rattled - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases speed when hit by a Bug, Dark, or Ghost move; or when affected by intimidate.
- Rattled() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Rattled
- RATTLED - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- rawPosition() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- rawSize() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- RAWST - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- RAWST - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- rawst_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RawstFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- RawstFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RawstFoliagePlacer
- RAYQUAZA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RAYQUAZA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RayTraceCheckSpawns - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns
-
A /checkspawns for a ray-trace-based triggers.
- RayTraceCheckSpawns(LocationType, Predicate<BlockState>, String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.RayTraceCheckSpawns
- rayTraceEyes(LivingEntity, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
- razor_claw - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- razor_fang - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RAZOR_LEAF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RAZOR_SHELL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Razor_Wind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- RAZOR_WIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- razorClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RazorClawItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the Pokémon's critical hit ratio by one stage.
- RazorClawItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RazorClawItem
-
Initializes the held item.
- razorFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RazorFangItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
10% of flinching the target with a move.
- RazorFangItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RazorFangItem
-
Sets up the held item.
- RazorShell - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- RazorWind - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn, attacks on second turn.
- RazorWind() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.RazorWind
-
Initializes Razor Wind.
- RAZZ - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- RAZZ - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- razz_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RazzFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- RazzFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RazzFoliagePlacer
- reachedTarget() - Method in class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- read(Gson, JsonElement) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Reads the condition from JSON
- read(Gson, JsonElement) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareDuration
-
Reads the duration from JSON
- read(Gson, JsonElement) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Reads the breeding requirement from JSON
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.AdditiveDuration
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.ConstantDuration
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.MultiplicativeDuration
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.duration.NegativeDuration
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.replacement.detection.PartialDetectionLogic
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.replacement.detection.SimpleDetectionLogic
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.NoReplacementLogic
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.SimpleReplacementLogic
- read(Gson, JsonElement) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.VillagerReplacementLogic
- read(Gson, JsonElement) - Method in interface com.pixelmonmod.pixelmon.api.replacement.SpawnDetectionLogic
-
Reads the data required from the datapack JSON
- read(Gson, JsonElement) - Method in interface com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementLogic
-
Reads the data required from the datapack JSON
- read(JsonDeserializationContext, JsonObject) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.DeveloperRibbonTypeReader
- read(JsonDeserializationContext, JsonObject) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonTypeReader
- read(JsonDeserializationContext, JsonObject) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.RibbonTypeReader
- read(JsonReader) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.AttackBaseTypeAdapter
- read(JsonReader) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.AttackTypeAdapter
- read(JsonReader) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ImmutableAttackTypeAdapter
- read(JsonReader) - Method in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags.Adapter
-
Reads one JSON value (an array, object, string, number, boolean or null) and converts it to a Java object.
- read(ByteBuf) - Static method in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- read(String, CompoundTag) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
Reads a value from the
CompoundTag
with the specified key Only implement if you want the battle rule/property to be persistent - read(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
- read(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
- read(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
- read(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
- read(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
- read(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
- read(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Reads the condition from NBT
- read(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Reads the requirement from NBT
- read(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- read(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- read(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- read(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
- read(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
- read(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- read(FriendlyByteBuf) - Static method in class com.pixelmonmod.mixin.MixinRecipeBookSettings
- read(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.data.LambdaDataSerializer
- read(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- read(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Reads a
Research
from the givenFriendlyByteBuf
. - read(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
- read(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
- read(FriendlyByteBuf) - Static method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
- read(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- read(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Value
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- readAdditionalSaveData(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- readBlockPos(FriendlyByteBuf) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- readCard(FriendlyByteBuf) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- readCard(ItemStack) - Method in interface com.pixelmonmod.tcg.api.card.CardFactory
-
Gets the instance of a card from the item
- readCard(ItemStack) - Static method in class com.pixelmonmod.tcg.api.card.CardProxy
-
Gets the instance of a card from the item
- readCardList(FriendlyByteBuf) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- readCardState(FriendlyByteBuf) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- readFromBuffer(ByteBuf) - Static method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- readFromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- readFromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- readFromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- readFromBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Reads the Pokemon's EVs from a ByteBuffer
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Reads the IVs from a byte buffer
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff.BuffData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion.ExplosionData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- readFromByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- readFromByteBuffer(FriendlyByteBuf, EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- readFromItemStack(Player, ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- readFromItemStack(Player, ItemStack) - Static method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- readFromItemStack(Player, ItemStack) - Static method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- readFromItemStack(ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem.BadgeCase
- readFromJson(Gson, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
Attempts to read a JSON input as a condition
- readFromJson(Gson, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- readFromJson(Gson, JsonElement) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- readFromNBT(Pokemon, CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- readFromNBT(PlayerDayCare, CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Crates a daycare instance from NBT
- readFromNBT(PlayerPartyStorage, CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Creates a day care instance from the NBT
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Reads Pokédex register status from NBT.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Reads the Pokémon's EVs from NBT.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Reads IVs from NBT.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Reads the moveset from NBT.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Reads the Pokémon's stats from NBT.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Reads the Pokémon's pokemonLevel from NBT.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Reads stats from NBT.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Reads the storage from the given NBT tag
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- readFromNBT(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Reads a block snapshot from NBT data.
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Reads rules from NBT data.
- readFromNBT(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.storage.playerData.ISaveData
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
- readFromNBT(CompoundTag) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- readFromNBT(CompoundTag, String) - Static method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- readFromNBT(Level, CompoundTag) - Static method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Reads a block snapshot from NBT data.
- readFromNBTClient(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- readInventoryFromNBT(CompoundTag) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- ReadMail(ServerPlayer, ItemStack, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
- readPacket(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersion
-
Reads back the contained packet from buffer data.
- readPacket(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionChoosePacket
- readPacket(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.CheckRulesVersionFixed
- readPacketData(ByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- readPacketData(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonSpawnerData
- readPokemonData(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
Reads a single Pokémon from a buffer.
- ReadPokePasteScreenOld - Class in com.pixelmonmod.pixelmon.client.gui.pokemoneditor
- ReadPokePasteScreenOld(IImportableContainer, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- readSpawnData(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- readStatusFromNBT(CompoundTag) - Static method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
-
Reads the Pokémon's status from NBT.
- readStringLongMapFromByteBuf(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
- readStringStringMapFromByteBuf(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
- ready - Variable in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Whether the player is ready to trade.
- ready() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- ready(Player, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- Ready - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
- ready1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- ready2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- REAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- reaper_cloth - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- reaperCloth - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- rearrangeBoxes(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- reArrangeTabs() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- reArrangeTabs() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- reArrangeTabs() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- reArrangeTabs() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- reassembly_unit - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- REASSEMBLY_UNIT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- REASSEMBLY_UNIT - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- ReassemblyUnitTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Jay113355 on 4/28/2020.
- ReassemblyUnitTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- ReassemblyUnitTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- ReassemblyUnitTileEntity.Mode - Enum Class in com.pixelmonmod.pixelmon.blocks.tileentity
- rebuild() - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.ResearchTab
- rebuild(BiConsumer<StatefulScreen, StatefulScreen>) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- recalculateBoundingBox() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- recalculateFillPercent() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- recalculateMaxHP() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- recalculateMoveSpeed(BattleController, int) - Static method in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
-
Recalculates turn order for Pokémon that have not yet moved in the turn.
- recalculateStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Recalculates the pokemon's stats and then updates their health percentage
- recalculateXP() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Resets the Pokémon experience to the beginning of the pokemonLevel.
- recalculateXP() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- receiveAbility(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
-
Receives target pokemon's ability if possible.
- RECEIVED_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- receivedDate - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- receivedDate - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- receivedDate(long) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- receivedGift(int) - Method in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
-
Marks that the player has received a gift box.
- receiveKeyInput(int, int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Receives key input events from the client and forwards them to the registered key listeners.
- receiver - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- receiver - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- receiver(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- receiver(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- Receiver - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Receiver() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Receiver
- RECEIVER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- receiveResourceLocationQueryResult(UUID, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- ReceiveRibbon(Pokemon, Ribbon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.ReceiveRibbon
- ReceiverTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ReceiverTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- receivesTicks() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- Recharge - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the Pokémon unable to move for a turn.
- Recharge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Recharge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Recharge
-
Initializes the status.
- Recharge(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Recharge
-
Initializes the status.
- recipe - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe.RecipeMatchesInteractionCondition
- RECIPE - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- RECIPE_BUTTON_SPRITES - Static variable in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- RECIPE_SERIALIZERS - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- RECIPE_TYPES - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- RecipeBookCategoryRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- RecipeBookCategoryRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- recipeBookComponent - Variable in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- RecipeBookTypeRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- RecipeBookTypeRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.RecipeBookTypeRegistration
- recipeMatches(RecipeHolder<? extends Recipe<Container>>) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- RecipeMatchesInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe
- RecipeMatchesInteractionCondition(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.recipe.RecipeMatchesInteractionCondition
- RecipeRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- RecipeRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- recipesUpdated() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- recipient - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.BagItemAction
- Reckless - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of recoil moves by 20%.
- Reckless() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Reckless
- RECKLESS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- recoil() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- Recoil - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers
-
Damages the Pokémon by a fraction of the damage dealt.
- Recoil - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Recoil(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Recoil
-
Initializes the effect.
- Recoil(BattleController, PixelmonWrapper, double, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Recoil
- RECOIL - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- RecoilCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- RecoilCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.RecoilCondition
- RecoilStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
- RecoilStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- RecoilStats(int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- recomputePath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- RECORD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- recordAbilitySlot(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Finds the ability slot used for the Pokémon to persist through ability losses
- RecordedAction - Class in com.pixelmonmod.pixelmon.client.gui.pc
- RecordedAction(List<StoragePosition>, List<StoragePosition>, BiFunction<List<StoragePosition>, List<StoragePosition>, Boolean>, BiFunction<List<StoragePosition>, List<StoragePosition>, Boolean>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.RecordedAction
- RecordedHistory - Record Class in com.pixelmonmod.pixelmon.client.gui.pc
- RecordedHistory(Stack<RecordedAction>, Stack<RecordedAction>) - Constructor for record class com.pixelmonmod.pixelmon.client.gui.pc.RecordedHistory
-
Creates an instance of a
RecordedHistory
record class. - Recover - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals the Pokémon by a percentage of its maximum hp.
- Recover(Value...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recover
-
Initializes Recover.
- RECOVER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- rect(WidgetRenderState<? extends StatefulWidget<?>>, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- rect(GuiGraphics, double, double, double, double, double, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- rect(GuiGraphics, ScreenVector, ScreenVector, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- rectangle() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- rectangle(double) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- rectBottom - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The y coordinate of the bottom of the screen.
- Recycle - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Restores the user's previously consumed held item.
- Recycle - Class in com.pixelmonmod.tcg.duel.trainer
- Recycle - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Recycle() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recycle
- Recycle() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Recycle
- RECYCLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RECYCLE - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- RecycleTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- RecycleTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
- red - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- red - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- Red - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- Red - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- RED - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- RED - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- RED - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumOrbShard
- RED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- RED - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- red_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- red_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RED_BERRY_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- red_berry_wood_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- red_berry_wood_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- red_berry_wood_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_berry_wood_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_card - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- red_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_chain - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- red_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RED_EIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- RED_FIVE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- red_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RED_FLUTE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- red_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RED_FOUR - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- red_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- red_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_nectar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RED_NINE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- RED_ONE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- red_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RED_ORB - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
- RED_ORB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- red_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- red_poke_bag - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RED_RINGED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- red_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_scale - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RED_SEVEN - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- red_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RED_SIX - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- RED_STRIPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- RED_TEN - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- RED_THREE - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- red_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_tumblestone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RED_TUMBLESTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- RED_TWO - Enum constant in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
- red_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- red_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- redbadgecase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- redBlueJadeOrb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- redCard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RedCardItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Switches out the Pokémon who attacks the holder.
- RedCardItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RedCardItem
-
Initializes the held item.
- RedCardTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- RedCardTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
- REDCHAIN_IN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- RedChainPortal - Class in com.pixelmonmod.pixelmon.client.particle.systems
- RedChainPortal() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.RedChainPortal
- REDCHAINPORTAL - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- RedeemFossilCommand - Class in com.pixelmonmod.pixelmon.command.impl
- RedeemFossilCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.RedeemFossilCommand
- Redirect - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Grants an immunity to a type and redirects any single-target moves of that type to the Pokémon.
- Redirect(Element, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Redirect
-
Initializes the Ability.
- redirectAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Redirect
- redirectAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether the Pokémon's Ability causes an incoming attack to be redirected.
- redirectAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.FollowMe
- redirectAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Spotlight
- redirectAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status causes an incoming attack to be redirected.
- redo() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- redo() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.RecordedAction
- redo(List<StoragePosition>, List<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- redoFn - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.RecordedAction
- RedOrbShrinking - Class in com.pixelmonmod.pixelmon.client.particle.particles
- RedOrbShrinking - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- RedOrbShrinking(double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.RedOrbShrinking
- redoSort(List<StoragePosition>, List<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- ReduceDamageEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 8/14/2016.
- ReduceDamageEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ReduceDamageEffect
- reducePP(boolean, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Reduce the Power Points (PP) of a move after it has been used.
- reduceTurnCount() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- Reel(ServerPlayer, HookEntity, Entity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FishingEvent.Reel
- ReelIn - Class in com.pixelmonmod.tcg.duel.power
- ReelIn() - Constructor for class com.pixelmonmod.tcg.duel.power.ReelIn
- Reflect - Class in com.pixelmonmod.pixelmon.battles.status
-
Raises the team's Defense.
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Reflect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Reflect() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Reflect
-
Initializes Reflect Screen with the default five turn duration.
- Reflect(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Reflect
-
Initializes Reflect with a custom duration.
- REFLECT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- REFLECT_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- reflectable - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- reflectMove(Attack, PixelmonWrapper, PixelmonWrapper, String) - Static method in class com.pixelmonmod.pixelmon.battles.status.MagicCoat
-
Reflects a status move back at its user.
- ReflectType - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the user's type into the target's type.
- ReflectType() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ReflectType
- ReflectTypeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ReflectTypeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ReflectTypeTests
- reform() - Method in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
-
Changes the transformations so that they are global transforms, instead of local ones.
- reform() - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- reformChildren() - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- refresh - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- Refresh - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals burn, poison, and paralysis on the user.
- Refresh() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Refresh
- REFRESH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- refreshClient(Consumer<PixelExtrasData>) - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- refreshData(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
Updates the mutable data that will be sent to the client This also marks the Pokemon's ribbon data as "dirty"
- refreshSearchResults() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- refreshSearchResults() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- refreshSearchResults() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
- refreshSearchResults() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- refreshSelectedPositions() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
-
Updates selectedPositions based on selectedPokemon.
- refreshThresholdIndex() - Method in class com.pixelmonmod.pixelmon.storage.playerData.CaptureCombo
- Refrigerate - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes Normal-type moves into Ice-type moves and increases their power by 1.3x.
- Refrigerate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Refrigerate
-
Initializes the Ability.
- REFRIGERATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Regenerator - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Heals 1/3 of the Pokémon's health upon switching out.
- Regenerator() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Regenerator
- REGENERATOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- RegexPatterns - Class in com.pixelmonmod.pixelmon.api.util
-
Created by aaa801 on 23/09/2015.
- RegexPatterns() - Constructor for class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- REGICE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REGICE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- REGIDRAGO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REGIDRAGO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- REGIELEKI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REGIELEKI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- REGIGIGAS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REGIGIGAS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- REGIONAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a form is a regional variant
- REGIONAL_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- REGIROCK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REGIROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- REGISTEEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REGISTEEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry
-
Register a custom spawn handler from a JSON object
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.tcg.api.accessors.CardSets
- register(Gson, ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- register(Requirement<Pokemon, PixelmonEntity, ?>) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
Register a new
Requirement
- register(Requirement<Pokemon, StatueEntity, ?>) - Static method in class com.pixelmonmod.api.statue.StatueSpecificationProxy
-
Register a new
Requirement
- register(Requirement<Card, ItemStack, ?>) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
Register a new
Requirement
- register(PokeBall) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- register(RibbonType) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- register(RibbonTypeReader) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonTypeRegistry
- register(SpawnReplacement) - Static method in class com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry
-
Registers a spawn replacement
- register(BattleProperty<T>) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
-
Registers the given property under it's ID This will return an unmodified version of the parameter given so that you can use it for caching you're properties
- register(AbstractHoldsItemsEntity, ArrayList<DroppedItem>, ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
-
Registers an instance of item drops and sends it to the client.
- register(PixelmonFireworkShape) - Static method in class com.pixelmonmod.pixelmon.init.registry.FireworkRegistration
- register(CardPower) - Static method in class com.pixelmonmod.tcg.api.accessors.CardPowers
- register(CardAttack) - Static method in class com.pixelmonmod.tcg.api.accessors.CardAttacks
- register(ImmutableCard) - Static method in class com.pixelmonmod.tcg.api.accessors.Cards
- register(CardSet) - Static method in class com.pixelmonmod.tcg.api.accessors.CardSets
- register(ThemeDeck) - Static method in class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- register(Class<?>) - Static method in class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry
- register(Class<C>, Requirement<A, B, ?>) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
Register a new
Requirement
for the givenSpecification
- register(Class<T>) - Static method in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- register(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- register(String) - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeBookTypeRegistration
- register(String, ItemStack...) - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeBookCategoryRegistration
- register(String, T) - Static method in class com.pixelmonmod.api.registry.RegistryManager
- register(String, T, Class<T>) - Static method in class com.pixelmonmod.api.registry.RegistryManager
- register(Supplier<? extends SpawnDetectionLogic>) - Static method in class com.pixelmonmod.pixelmon.api.replacement.ReplacementDetectionRegistry
-
Registers a new logic type
- register(Supplier<? extends SpawnReplacementLogic>) - Static method in class com.pixelmonmod.pixelmon.api.replacement.ReplacementLogicRegistry
-
Registers a new logic type
- register(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- register(IEventBus) - Static method in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- register(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.world.dimension.client.ClientDimensionRegistration
- register(T) - Static method in class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
-
Registers a new
EggGroup
instance - register(T) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
-
Registers a new clause in the registry.
- register(T) - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.PixelmonTabs
- register(T) - Static method in class com.pixelmonmod.tcg.api.accessors.Boards
- register(T) - Static method in class com.pixelmonmod.tcg.api.accessors.CardBacks
- register(T) - Static method in class com.pixelmonmod.tcg.api.accessors.Coins
- register(T) - Static method in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- register(T) - Static method in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- Register(RaidRegistry.RaidStarGrouping) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
- Register(ServerPlayer, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Register
- REGISTER - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket.Action
- registerAnimationCounters() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- registerAnimationCounters() - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
- registerAttributes(EntityAttributeCreationEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- registerAttributes(EntityAttributeCreationEvent) - Static method in class com.pixelmonmod.tcg.init.registry.EntityRegistration
- registerBadgeCase(ItemStack, Player) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- registerBattle - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- registerBattle() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets if the battle will be registered in the
BattleRegistry
when it is started
This should be false for tests as the battle will not be cleaned up and will cause memory leaks - registerBattle(boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
This sets if the battle will be registered in the
BattleRegistry
when it is started
This should be false for tests as the battle will not be cleaned up and will cause memory leaks - registerBattle(BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Registers a battle in the battle list.
- registerBossTier(BossTier) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- registerCaptureMethod(CaptureMethod, String...) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethodRegistry
-
Registers a new
CaptureMethod
for the given keys. - registerCell(ZygardeCellTileEntity, BlockState, Player, ItemStack) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- registerControllers(AnimatableManager.ControllerRegistrar) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- registerConverter(String, T) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterRegistry
-
Registers a converter with the given id
- registerDropItems(ResourceLocation, JsonElement) - Static method in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
Registers special drop data from drops.json.
- registerDuration(Supplier<T>) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareDurationRegistry
-
Register a new supplier for a given type of
DayCareDuration
- REGISTERED_ENTRIES - Static variable in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- REGISTERED_POSITIONS - Static variable in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- registerEncounter(Player) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
- registerGoals() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- registerInteractions() - Static method in class com.pixelmonmod.pixelmon.CommonProxy
-
Registers Pixelmon player interactions.
- registerItemLayers() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
- registerKeyBindings(RegisterKeyMappingsEvent) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- registerKeyListener(PlayerKeyListener) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Registers a key listener that will receive key input events from the client.
- registerListener(Player, Consumer<Player>) - Static method in class com.pixelmonmod.pixelmon.listener.SpinListener
- registerModels() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- registerMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Registers an enemy move into the AI's memory.
- registerMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
- RegisterMoveSkillPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills
-
Packet sent to the client to notify it of a new
MoveSkill
to register for this server session or to tell the client to unregister a move skill in the case of servers disabling some external moves. - RegisterMoveSkillPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.RegisterMoveSkillPacket
- RegisterMoveSkillPacket(MoveSkill) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.RegisterMoveSkillPacket
- RegisterMoveSkillPacket(MoveSkill, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.RegisterMoveSkillPacket
- registerPackets() - Static method in class com.pixelmonmod.pixelmon.comm.PacketRegistry
-
Registers all packets for Pixelmon.
- registerPackets() - Static method in class com.pixelmonmod.tcg.init.registry.PacketRegistration
-
Registers all packets for TCG.
- registerParticleFactory(RegisterParticleProvidersEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- registerPermission(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PlayerHelper
-
Registers a permission node with this class
- registerPermission(String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PlayerHelper
-
Registers a permission node with this class
- registerPlayer(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- RegisterRaidAllyEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- RegisterRaidAllyEvent(List<RaidPokemon>) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidAllyEvent
- RegisterRaidEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- RegisterRaidEvent(RaidRegistry.RaidStarGrouping) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent
- RegisterRaidEvent.AddDefault - Class in com.pixelmonmod.pixelmon.api.events.raids
- RegisterRaidEvent.Register - Class in com.pixelmonmod.pixelmon.api.events.raids
- registerRaidSpawns(JsonObject) - Static method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry
-
Registers raid spawns.
- registerRenderers() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- registerRenderers() - Static method in class com.pixelmonmod.pixelmon.init.registry.ItemRegistration
-
Registers renderers for all Pixelmon items.
- registerRequirement(Supplier<T>) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
Register a new supplier for a given type of
DayCareRequirement
- registerRules() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Registers entered fields in the screen into the rules object.
- RegisterScreenStylesEvent - Class in com.pixelmonmod.api.client.screen.event
-
Event fired when screen styles are registered.
- RegisterScreenStylesEvent() - Constructor for class com.pixelmonmod.api.client.screen.event.RegisterScreenStylesEvent
- registerSpectator(ServerPlayer, BattleController) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Registers a spectator in a battle.
- registerStarterList(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.TickHandler
-
Adds a player to the starter Pokémon GUI list.
- registerStrategy(WikiCommandStrategy) - Static method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategyLoader
-
Register a Custom Wiki Strategy
- registerSwitch(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Registers an enemy switch-in into the AI's memory.
- registerTeamSelect(ServerPlayer, int[], boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
-
Registers a selection that a player has made.
- registerTicker(EntityTicker) - Static method in class com.pixelmonmod.pixelmon.api.entity.ticking.TickingEntityFactory
-
Registers an entity ticker that is checked against all entities every tick
- registerTickHandlers() - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- registerTileEntityRenderers(EntityRenderersEvent.RegisterRenderers) - Static method in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- registerTileEntityRenderers(EntityRenderersEvent.RegisterRenderers) - Static method in class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
- RegisterTraderPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- RegisterTraderPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.RegisterTraderPacket
- RegisterTraderPacket(UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.RegisterTraderPacket
- registerZMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Register a Z-Move as used after it has been used.
- registry - Variable in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- registry(ResourceLocation, ResourceLocation, Component) - Static method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Creates a new registry input type with the given value
- registry(ResourceLocation, IForgeRegistry<?>, Component) - Static method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Creates a new registry input type with the given value
- Registry() - Constructor for class com.pixelmonmod.api.registry.RegistryManager.Registry
- REGISTRY_CODEC - Static variable in record class com.pixelmonmod.pixelmon.api.research.Research
- registryAccess() - Method in class com.pixelmonmod.pixelmon.api.dummy.DummyClientPacketListener
- registryAccess() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
-
Gets the correct
RegistryAccess
for the current side - registryDirPath(ResourceLocation) - Static method in class com.pixelmonmod.mixin.MixinRegistryDataLoader
- RegistryHandler - Class in com.pixelmonmod.pixelmon.api.config
-
Created by Jay113355 on 9/20/2017.
- RegistryHandler() - Constructor for class com.pixelmonmod.pixelmon.api.config.RegistryHandler
- RegistryHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Utility class for registry related operations.
- RegistryHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.RegistryHelper
- RegistryInputType - Class in com.pixelmonmod.pixelmon.api.ui.type
-
This input type represents a single String input from the user
- RegistryInputType(Component, ResourceLocation, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- registryKey() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
-
Returns the value of the
registryKey
record component. - registryKeySet() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- registryLifecycle() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- RegistryManager - Class in com.pixelmonmod.api.registry
- RegistryManager() - Constructor for class com.pixelmonmod.api.registry.RegistryManager
- RegistryManager.Registry<T> - Class in com.pixelmonmod.api.registry
- RegistryValue<T> - Class in com.pixelmonmod.api.registry
- RegistryValue(String) - Constructor for class com.pixelmonmod.api.registry.RegistryValue
- RegistryValue(String, T) - Constructor for class com.pixelmonmod.api.registry.RegistryValue
- REGULAR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
- REGULAR - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
- reins_of_unity - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rejectClause - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
-
The ID of the clause that is rejecting the selected team.
- RejectTeamSelectPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection
-
Notifies the client that team selection violates battle rules.
- RejectTeamSelectPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.RejectTeamSelectPacket
-
Empty constructor for packet registration.
- RejectTeamSelectPacket(String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.RejectTeamSelectPacket
-
Initializes a team select rejection packet.
- RELATIVE_SCREEN - Enum constant in enum class com.pixelmonmod.api.client.screen.util.MathMode
-
This is for screens like raids, that take up the whole viewport.
- relativeGrabPoint - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The Point the box was picked up from.
- RELAX - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- RELAXED - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- RELEARNABLE_MOVES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- relearnableEvolutionMoves - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Moves that may be relearned due to them being prompted during an evolution.
- Relearner - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- Relearner - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumNPCType
- RELEARNER_ACCEPT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- RELEARNER_CLOSE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- RELEARNER_COST_STACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The ItemStack needed to use the relearner.
- RelearnerBuilder - Class in com.pixelmonmod.pixelmon.api.relearner
- relearnerCost - Static variable in class com.pixelmonmod.pixelmon.client.ServerStorageDisplay
- RelearnerFactory - Class in com.pixelmonmod.pixelmon.api.relearner
- RelearnerInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- RelearnerInteractionResult(ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.RelearnerInteractionResult
- RelearnerScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
-
GUI for relearning moves.
- RelearnerScreen(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
-
Initializes the GUI.
- RelearnerTutorClosePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- RelearnerTutorClosePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RelearnerTutorClosePacket
- RelearnerTutorClosePacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.RelearnerTutorClosePacket
- release(String) - Static method in class com.pixelmonmod.api.loader.DataSyncLock
- RELEASE_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- released - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Signifies a Pokémon outside of its Poké Ball.
- releasedSelected - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Signifies the currently selected Pokémon if it is outside of its Poké Ball.
- releaseEffect() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Spawns particles when a pokemon is sent out
- releaseFromPokeball() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Releases the Pokémon from its Poké Ball.
- releasePokemon() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- releasePokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Attempts to spawn the entity for the provided wrapper.
- ReleasePokemonInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- ReleasePokemonInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.ReleasePokemonInteractionEvent
- ReleaseWarningScreen - Class in com.pixelmonmod.pixelmon.client.gui.pc
-
Confirmation screen for releasing a Pokémon.
- ReleaseWarningScreen(Screen, PokemonStorage, StoragePosition) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.ReleaseWarningScreen
- ReleaseWarningScreen(Screen, PokemonStorage, StoragePosition[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.ReleaseWarningScreen
-
Initializes the warning screen.
- relic_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- relic_band - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RELIC_BAND - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- relic_copper - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- relic_crown - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RELIC_CROWN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- relic_gold - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- relic_silver - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RELIC_SONG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- relic_statue - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RELIC_STATUE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- relic_vase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RELIC_VASE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- RELICANTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RELICANTH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RelicBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- RelicBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.RelicBlock
- RelicCrownItem - Class in com.pixelmonmod.pixelmon.items
- RelicCrownItem(Block) - Constructor for class com.pixelmonmod.pixelmon.items.RelicCrownItem
- RelicSong - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- RelicSong() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RelicSong
- RELLOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- reload() - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonConfigProxy
- reload() - Static method in class com.pixelmonmod.tcg.api.config.TCGConfigProxy
- reloadModel() - Method in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- ReloadMoveAnimations - Class in com.pixelmonmod.pixelmon.command.impl
- ReloadMoveAnimations(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.ReloadMoveAnimations
- remainingRequirements - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- remap() - Static method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry
- REMORAID - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- remove(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- remove(int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Decrease the size of the stack in slot (first int arg) by the amount of the second int arg.
- remove(NPC) - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
-
Removes an NPC from the storage
- remove(SpawnedTracker.SpawnedData) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- remove(Object) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- remove(UUID) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- remove(ServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- remove(Entity.RemovalReason) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- remove(T) - Method in interface com.pixelmonmod.pixelmon.api.entity.npc.EntityStorage
-
Removes an entity from being tracked and stored
- remove(T) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
- Remove(ServerPlayer, boolean, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Remove
- REMOVE - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket.Action
- REMOVE_ARGUMENT - Static variable in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- removeAfterChangingDimensions() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- removeAfterChangingDimensions() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- removeAfterChangingDimensions() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
- removeAllAttacks() - Static method in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
-
Clears loaded attacks cache
- removeAllConditions() - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- removeAny(List<T>, Class<E>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- removeAttack(RegistryValue<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- removeAttack(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- removeAttack(Optional<ImmutableAttack>...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- removeBadge(ItemStack, Player, int) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- removeBattleTask() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- removeBoard(Scoreboard) - Static method in class com.pixelmonmod.pixelmon.client.overlay.scoreboard.ClientScoreboardFactory
- removeClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- removeClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Removes a player from the list of players who have claimed the Poké Gift.
- removeClaimer(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- removeCondition(CardCondition) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- removeCooldown() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- removeCooldown(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Removes the cooldown of the associated key
- removed() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.AcceptDenyScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.CharmScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.DoctorScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
-
Called when the screen is unloaded.
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.MegaItemScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomDirectJoinServerScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
- removed() - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- removed(Player) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer
- removed(Player) - Method in class com.pixelmonmod.tcg.client.container.BinderContainer
- removed(Player) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
- removeDialogue(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogueFactory
-
Removes the dialogue for the given player.
- removeDrop(DroppedItem) - Method in class com.pixelmonmod.pixelmon.api.events.DropEvent
-
Removes the given DroppedItem from the list of planned drops
- removeDropDown(DropDown) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownManager
-
Removes a drop-down menu from the manager.
- removeDropDown(DropDown<?>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
Removes a drop-down menu from the screen.
- removeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
- removeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
- removeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Ends the multi-turn move.
- removeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.PetalDance
- removeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Rollout
- removeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
- removeEffect(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Uproar
- removeEntity(Entity) - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- removeFlag(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- RemoveFossil(ServerPlayer, EnumFossils[], BlockEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemoveFossil
- removeFromList(int) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
-
Removes a Pokémon from the spawner list.
- removeFromTempParties - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- removeFromTempParty() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the battle builder to remove the player from the temporary party mode if they are in it at the end of the battle
- removeFromTurnList(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Removes a Pokémon from the turn list if the Pokémon has not made a move yet.
- removeGlobalStatus(GlobalStatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Removes the specified status.
- removeGlobalStatus(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Removes the status with the specified type.
- removeGlobalStatuses(StatusType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Removes statuses with the specified types.
- removeHeldItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the Pokémon's held item.
- removeIf(Predicate<? super Attack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- removeIllegalMoves() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Removes moves that the species/form should not be able to learn
- removeImmediateDialogue() - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- removeIntervalTime(String) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- removeItem(int, int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- removeItem(int, int) - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
- removeItem(int, int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Removes from an inventory slot up to a specified number of items and returns them in a new stack.
- removeItem(int, int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- removeItem(int, int) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- removeItem(int, int) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- removeItemNoUpdate(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- removeItemNoUpdate(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- removeItemNoUpdate(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
When some containers are closed they call this on each slot, then drop whatever it returns as an EntityItem - like when you close a workbench GUI.
- removeItemNoUpdate(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- removeItemNoUpdate(int) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- removeItemNoUpdate(int) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- removeKeyListener(PlayerKeyListener) - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- removeMoveSkill(MoveSkill) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Removes a given move skill from the map of available move skills.
- removeMoveSkill(String) - Static method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Removes a given move skill from the map of available move skills.
- removeNewLine(String) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Removes a trailing newline character from a string.
- removeNickname() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Removes the Pokemon's current nickname
- removeNonExistent() - Method in class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- removeNPC - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- removePassenger(Entity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- removePlayer(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- removePlayer(ServerPlayer, BattleEndCause) - Static method in class com.pixelmonmod.pixelmon.listener.PixelmonPlayerTracker
-
Removes a player from processes that track all players.
- removePlayer(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- removePlayerBoard(UUID) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- removePlayerBoard(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- RemovePokeball(ServerPlayer, PokeBall, BlockEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemovePokeball
- removePopup(AbstractWidget) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- removePositionBoard(TargetPoint) - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- removePrimaryStatus() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the Pokémon's non-volatile status and returns it.
- removePrimaryStatus(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the Pokémon's non-volatile status and returns it.
- removeProtectStatuses(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Feint
- removeQuery(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
- REMOVEQUOTES - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- removeRandomElementFromCollection(Collection<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Removes a random element from a collection and returns it.
- removeRandomElementFromCollection(Collection<T>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets and removes a random element from a given collection.
- removeRandomElementFromList(List<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Removes a random element from a list and returns it.
- removeRandomElementFromList(List<T>) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Gets and removes a random element from a given list.
- removeRelearner(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerFactory
- removeResearch(PlayerResearch) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- removeResearch(PlayerResearch) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Removes the research from the storage bypassing the check for if the
Research
isResearch.abandonable()
. - removeRibbon(Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Removes a ribbon from this Pokémon.
- RemoveRibbon(Pokemon, Ribbon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.RemoveRibbon
- removeSelection(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory
- removeSelection(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry
-
Removes the team selection containing a player, if any.
- removeShadow(Shadow) - Method in interface com.pixelmonmod.pixelmon.client.gui.ShadowDelete
- removeShadow(Shadow) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
-
Removes a shadow from the GUI.
- removeShop(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.shop.ShopFactory
-
Removes the shop that is currently open for the player.
- removeSpecies(Integer) - Static method in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
-
Removes a species from the registry
- removeSpectator(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Removes a spectator from the battle.
- RemoveSpectatorPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Removes a spectator from a battle server-side.
- RemoveSpectatorPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RemoveSpectatorPacket
-
Empty constructor for packet registration.
- RemoveSpectatorPacket(int, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RemoveSpectatorPacket
-
Initializes the packet.
- removeStatus(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the status at the specified index.
- removeStatus(StatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the status from the Pokémon.
- removeStatus(StatusBase, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the status from the Pokémon.
- removeStatus(StatusType) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the specified status from the Pokémon.
- removeStatus(StatusType, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the specified status from the Pokémon.
- removeStatuses(boolean, StatusType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the specified statuses from the Pokémon.
- removeStatuses(StatusType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- removeStatuses(StatusType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Removes the specified statuses from the Pokémon.
- removeStatuses(StatusType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- removeStatuses(StatusType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes the specified statuses from the Pokémon.
- removeStockpile(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Stockpile
-
Removes Stockpile and its defense boosts.
- removeTeamStatus(StatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes a team status from Pokémon on this Pokémon's side of the field.
- removeTeamStatus(StatusType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes team statuses from Pokémon on this Pokémon's side of the field.
- removeTutor(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.tutor.TutorFactory
- removeType(Element) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Removes a given element from the base types.
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- removeWhenFarAway(double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- rename - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéChecker Pokémon rename GUI.
- Rename - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- RenamePokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Renames a Pokémon.
- RenamePokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RenamePokemonPacket
-
Empty constructor for packet registration.
- RenamePokemonPacket(StoragePosition, UUID, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RenamePokemonPacket
-
Initializes a rename packet.
- RenamePokemonScreen - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker
- RenamePokemonScreen(PokeCheckerScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- render - Variable in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- render() - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.BoardPosition
- render() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- render() - Method in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- render() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- render(PoseStack, Tesselator, BufferBuilder, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- render(PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- render(PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- render(PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- render(PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- render(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- render(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- render(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.GenericModelHolder
- render(PoseStack, VertexConsumer, int, int, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper
- render(PoseStack, ParticleArcanery, Tesselator, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- render(PoseStack, ParticleArcanery, Tesselator, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- render(PoseStack, ParticleArcanery, Tesselator, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Beam
- render(PoseStack, ParticleArcanery, Tesselator, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Electric
- render(PoseStack, ParticleArcanery, Tesselator, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerCharms
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerEquippables
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerMegaItems
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerSash
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.LayerWings
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerRobe
- render(PoseStack, MultiBufferSource, int, AbstractClientPlayer, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.player.LayerWrapper
- render(PoseStack, MultiBufferSource, int, T, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.CustomPixelmonHeadLayer
- render(VertexConsumer, Camera, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- render(VertexConsumer, Camera, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
- render(VertexConsumer, Camera, float) - Method in class com.pixelmonmod.pixelmon.client.render.ParticleBlocks
- render(ScreenStyle.Design, Runnable) - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- render(ScreenStyle.Design, Runnable, ScreenStyle.Design, Runnable) - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- render(ScreenStyle.Design, Runnable, ScreenStyle.Design, Runnable, ScreenStyle.Design, Runnable) - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- render(WidgetRenderState<CollapsableForm>) - Method in class com.pixelmonmod.api.client.screen.widget.design.CollapsableForm
- render(WidgetRenderState<Form>) - Method in class com.pixelmonmod.api.client.screen.widget.design.Form
- render(WidgetRenderState<Label>) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- render(WidgetRenderState<Rendering>) - Method in class com.pixelmonmod.api.client.screen.widget.design.Rendering
- render(WidgetRenderState<ScrollableViewport>) - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- render(WidgetRenderState<Viewport>) - Method in class com.pixelmonmod.api.client.screen.widget.design.Viewport
- render(WidgetRenderState<Button>) - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- render(WidgetRenderState<PokemonSlot>) - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- render(WidgetRenderState<Scrollbar>) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- render(WidgetRenderState<Assignment>) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- render(WidgetRenderState<Collection>) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- render(WidgetRenderState<Image>) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- render(WidgetRenderState<Research>) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- render(WidgetRenderState<DragTest>) - Method in class com.pixelmonmod.api.client.screen.widget.test.DragTest
- render(WidgetRenderState<W>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- render(ArcChaliceTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityArcChalice
- render(BellTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityBell
- render(CloningMachineTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCloningMachine
- render(CookingPotTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCookingPot
- render(FossilCleanerTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilCleaner
- render(FossilDisplayTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilDisplay
- render(FossilMachineTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilMachine
- render(GymSignTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
- render(HealerTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityHealer
- render(InfuserTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityInfuser
- render(MysteryBoxTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMysteryBox
- render(OrbTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
- render(PokeChestTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeChest
- render(PokeDisplayTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeDisplay
- render(PokeGiftTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeGift
- render(ReassemblyUnitTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityReassemblyUnit
- render(ScrollTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityScroll
- render(TimespaceAltarTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTimespaceAltar
- render(TreeTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTree
- render(TVTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTV
- render(ZygardeCellTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityZygardeCell
- render(CameraEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.InvisibleCameraRenderer
- render(BikeEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.BikeRenderer
- render(ChairMountEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.ChairMountRenderer
- render(PixelmonPaintingEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
- render(DenEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
- render(NPC, float, float, PoseStack, MultiBufferSource, int) - Method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- render(NPC, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- render(NPC, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- render(NPC, float, float, PoseStack, MultiBufferSource, int) - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- render(NPC, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCEntityRenderer
- render(PokeBallEntity, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PokeBallRenderer
- render(PokeBallEntity, PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
- render(BattleOwnedTileEntityController, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.BattleControllerTileEntityRenderer
- render(BattleSpectatorOwnedTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.BattleSpectatorTileEntityRenderer
- render(EssenceJarTileEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.EssenceJarTileEntityRenderer
- render(E, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- render(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- render(GuiGraphics, double, double, float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.ImageEntry
- render(GuiGraphics, double, double, float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
- render(GuiGraphics, double, double, float) - Method in interface com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardEntry
- render(GuiGraphics, int, int) - Method in interface com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip.OnHover
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.AcceptDenyScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Draws the screen and all the components in it.
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.CharmScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.ChooseMovesetScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.DoctorScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.ExtrasEditorScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.faint.FaintScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Draws the GUI screen.
- render(GuiGraphics, int, int, float) - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonBase
-
Calls the superclass's drawScreen().
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.DayCareTab
- render(GuiGraphics, int, int, float) - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
-
Draws the screen and all the components in it.
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
-
Draws the screen and all the components in it.
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.mail.MailScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.MegaItemScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.moveskills.MoveSkillSelectScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCTrackerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.NPCTraderScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TradeYesNoScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npcEditor.ConfirmDeleteNPCScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomAddServerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomDirectJoinServerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomEditServerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.professor.ProfessorDialogueScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.SelectStatScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.TradingScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.vendingmachine.VendingMachineScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.WarningScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.KeyBindImageButton
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.UpdatingImageButton
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeCubeScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen
-
Draws the screen and all the components in it.
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.Screen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiOptional
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.abilities.GuiPeek
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
-
Draws the screen and all the components in it.
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.BinderScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.CardScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.CardWelcomeScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.DeckScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.FlippingCoinScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- render(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
-
Draws the screen and all the components in it.
- render(GuiGraphics, int, int, float, DropDown) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Draws the list to the screen.
- render(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayBase
-
Renders the overlay.
- render(GuiGraphics, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.pokemonOverlays.OverlayNew
-
Renders the overlay.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
-
Draws the battle screen.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuScreen
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
-
Draws the battle screen.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ChooseMove
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ReplaceAttack
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
-
Draws the battle screen.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
-
Draws the battle screen.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.ChooseTargets
-
Draws the battle screen.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
-
Draws the battle screen.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.WaitingScreen
-
Draws the battle screen.
- render(GuiGraphics, int, int, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoDialogue
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList.Entry
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList.Entry
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList.Entry
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.LANHeader
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- render(GuiGraphics, int, int, int, int, int, int, int, boolean, float) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- render(GuiGraphics, PlayerClientMyState, PlayerClientOpponentState, float) - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- render(GuiGraphics, ToastComponent, long) - Method in class com.pixelmonmod.pixelmon.api.toast.ExpandingTutorialToast
- render(GuiGraphics, ToastComponent, long) - Method in class com.pixelmonmod.pixelmon.api.util.toast.PixelmonToast
- render(AbstractClientPlayer, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
- render(Entity, PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
- render(Entity, PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
- render(Entity, PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- render(Entity, PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
- render(FishingHook, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.HookRenderer
- render(Boat, float, float, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonBoatRenderer
- render(BlockEntity, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityDecorativeBase
- render(T, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- render(T, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- render(T, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- render(T, BlockState, double, double, double, float, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- RenderableEntity - Interface in com.pixelmonmod.pixelmon.client.render.entity.renderers.smd
- RenderableSprite - Record Class in com.pixelmonmod.pixelmon.api.util
- RenderableSprite(ResourceWithFallback) - Constructor for record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
- RenderableSprite(ResourceWithFallback, Color) - Constructor for record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
- RenderableSprite(ResourceWithFallback, Color, Vector3f) - Constructor for record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
-
Creates an instance of a
RenderableSprite
record class. - RenderableSprite(ResourceWithFallback, Vector3f) - Constructor for record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- renderBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- renderBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- renderBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.curryDex.CurryDexScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.faint.FaintScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogMenuScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCPresetSelectorScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.RelearnerScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- renderBackground(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleBaseScreen
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ReplaceAttack
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoForfeit
- renderBackground(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoReplaceMove
- renderBase(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineScreen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer.Screen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.tcg.client.gui.BinderScreen
- renderBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.tcg.client.gui.DeckScreen
- renderBlockModel(PoseStack.Pose, VertexConsumer, BlockState, BakedModel, float, float, float, int, int, ModelData, RenderType) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- renderBone(PoseStack, MultiBufferSource, int, int, Bone) - Static method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.SMDRenderer
- renderBuyScreen(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- renderByItem(ItemStack, ItemDisplayContext, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.bewlr.ChestBEWLR
- renderByItem(ItemStack, ItemDisplayContext, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.bewlr.MysteryBoxBEWLR
- renderByItem(ItemStack, ItemDisplayContext, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.bewlr.PokeBallBEWLR
- renderByItem(ItemStack, ItemDisplayContext, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.bewlr.PokeBallLidBEWLR
- renderByItem(ItemStack, ItemDisplayContext, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.item.bewlr.ScrollBEWLR
- renderByItem(ItemStack, ItemDisplayContext, PoseStack, MultiBufferSource, int, int) - Method in class com.pixelmonmod.tcg.client.renderers.EssenceJarBEWLR
- renderCamera(GuiGraphics, int, int, Minecraft) - Static method in class com.pixelmonmod.pixelmon.client.gui.CameraOverlayScreen
- RenderCard - Class in com.pixelmonmod.tcg.duel
- RenderCard() - Constructor for class com.pixelmonmod.tcg.duel.RenderCard
- renderClouds(ClientLevel, int, float, PoseStack, double, double, double, Matrix4f) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
- renderColor(Color) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- renderCompletionAsString(GuiGraphics, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
-
Render one of the completions without any fancy formatting or extra info.
- renderCompletionAsString(GuiGraphics, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Render one of the completions without any fancy formatting or extra info.
- renderCompletionWithExtraInfoAsString(GuiGraphics, int, int, MutableComponent, List<MutableComponent>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Renders the text for the one of the completions for the auto-complete/dropdown portion of this widget.
- RenderConsumer - Interface in com.pixelmonmod.api.client.screen.util
- renderContents(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
-
Renders the list of options that opens up (aka that drops-down) upon opening the drop-down.
- renderContents(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- renderContents(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- renderCount - Variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- renderCustomModels(PoseStack, VertexConsumer, int, int, float, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- renderDebugAreaOfScreenRectangle(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderDebugAreaOfScreenRectangle(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- renderDecorations(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- renderDecorations(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- renderDecorations(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- renderDecorations(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraScreen
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- renderDirtBackground(GuiGraphics) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- renderDraggedRow(GuiGraphics, Pokemon, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- RenderDuel - Class in com.pixelmonmod.tcg.duel
- RenderDuel() - Constructor for class com.pixelmonmod.tcg.duel.RenderDuel
- rendered - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- renderEditBoxAsDropDown(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
-
Renders an Edit Box larger to fit extra info.
- renderEditBoxAsDropDown(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Renders an Edit Box larger to fit extra info.
- renderEntity(PoseStack, MultiBufferSource.BufferSource, T, int, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- renderEntity(GuiGraphics, T, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- renderEntityInInventory(GuiGraphics, float, float, int, Vector3f, Quaternionf, Quaternionf, NPC) - Static method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList.Entry
- renderEntityInInventory(GuiGraphics, float, float, int, Vector3f, Quaternionf, Quaternionf, LivingEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
- renderEntityInInventoryFollowsMouse(GuiGraphics, int, int, int, int, int, float, float, float, NPC) - Static method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList.Entry
- renderEntityInInventoryFollowsMouse(GuiGraphics, LivingEntity, int, int, int, int, int, float, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
- RenderEvents - Class in com.pixelmonmod.pixelmon.client.render.player
- RenderEvents() - Constructor for class com.pixelmonmod.pixelmon.client.render.player.RenderEvents
- renderGlass(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelBrokenCloningMachine
- renderGlass(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
- renderGroup(Group, PoseStack, VertexConsumer, int, int) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- renderHandEvent(RenderHandEvent) - Static method in class com.pixelmonmod.pixelmon.client.gui.CameraOverlayScreen
- renderHat(PoseStack, MultiBufferSource, int, int, Player, PixelExtrasData, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
- renderHeldItemSprite(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderHiddenPowerTypeImage(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderHiddenPowerTypeTooltip(GuiGraphics, Element, int, int, AtomicInteger, AtomicInteger, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderIcon(NPC, PoseStack, MultiBufferSource, Component) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCEntityRenderer
- renderIcon(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.button.SpriteButton
- Rendering - Class in com.pixelmonmod.api.client.screen.widget.design
- Rendering(Consumer<WidgetRenderState<Rendering>>) - Constructor for class com.pixelmonmod.api.client.screen.widget.design.Rendering
- RENDERING_HANDLER - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- RENDERING_HANDLER_SYNC - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- RENDERING_HANDLER_TYPE_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- renderingHandler - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- renderingHandler - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- renderingHandler() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns the value of the
renderingHandler
record component. - renderingHandler(RenderingHandler) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- renderingHandler(RenderingHandler) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- RenderingHandler - Interface in com.pixelmonmod.pixelmon.api.model
-
Used for dictating how the given data should be rendered on the client
- RenderingHandlerType<A extends RenderingHandler> - Record Class in com.pixelmonmod.pixelmon.api.model
- RenderingHandlerType(Codec<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.model.RenderingHandlerType
- RenderingHandlerType(Codec<A>, Supplier<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.model.RenderingHandlerType
-
Creates an instance of a
RenderingHandlerType
record class. - renderInternal(GuiGraphics, double, double, float, boolean) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- renderLabel(StatueEntity, PoseStack, MultiBufferSource, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
- renderLabel(E, PoseStack, MultiBufferSource, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- renderLabels(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- renderLabels(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotScreen
-
Draw the foreground layer for the GuiContainer (everything in front of the items)
- renderLabels(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
-
Draw the foreground layer for the GuiContainer (everything in front of the items)
- renderLabels(GuiGraphics, int, int) - Method in class com.pixelmonmod.tcg.client.gui.BinderScreen
- renderLabels(GuiGraphics, int, int) - Method in class com.pixelmonmod.tcg.client.gui.DeckScreen
- renderLast(RenderLevelStageEvent) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEvents
- renderList(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- renderMask(PoseStack, MultiBufferSource, int, int, Player, PixelExtrasData, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
- renderMenu(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Renders the list of items displayed in the current tab.
- renderModel(A, PoseStack, MultiBufferSource, VertexConsumer, int, int, float[], ModelData) - Static method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.SMDRenderer
- renderModel(A, PoseStack, MultiBufferSource, VertexConsumer, int, int, float[], ModelData, ShaderParameters) - Static method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.SMDRenderer
- renderModel(A, PoseStack, MultiBufferSource, VertexConsumer, int, int, float, float, float, float, ModelData, ValveStudioModel, ShaderParameters, boolean) - Static method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.SMDRenderer
- renderModel(PoseStack, MultiBufferSource, int, int, GenericModelHolder<GenericSmdModel>, ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityBell
- renderModel(PoseStack, MultiBufferSource, Model, ResourceLocation, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- renderModel(PoseStack, MultiBufferSource, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- renderMonocle(PoseStack, MultiBufferSource, int, int, Player, PixelExtrasData, float) - Method in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
- renderMultipass(PoseStack, MultiBufferSource, DenEntity, double, double, double, float, float, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.DenRenderer
- renderNameTag(E, Component, PoseStack, MultiBufferSource, int) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- renderNatureStatIncreaseAndDecrease(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderOBJ(PoseStack, MultiBufferSource, Model, ResourceLocation, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- renderOBJ(PoseStack, MultiBufferSource, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- renderParty(GuiGraphics, Minecraft, int, Pokemon[]) - Method in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- renderPass - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- renderPass - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- renderPass - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
-
Rendering only fields
- renderPass - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Rendering only fields
- RenderPixelmonPainting - Class in com.pixelmonmod.pixelmon.client.render.custom
- RenderPixelmonPainting(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
- renderPokeBallSprite(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderPokemonModel(GuiGraphics, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderPokemonModelCycleButton(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderPokemonSprite(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderQuadList(PoseStack.Pose, VertexConsumer, float, float, float, List<BakedQuad>, int, int) - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- renderResources(GuiGraphics, float, float, float, float, float) - Method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- renderRotateableEntityToScreen(GuiGraphics, LivingEntity, int, int, int, int, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
-
Renders the statue model on the GUI.
- renderRotateableEntityToScreen(GuiGraphics, LivingEntity, int, int, int, int, float, float, float, float, float, float, float, float, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
-
Renders the statue model on the GUI.
- renderRotateableEntityWithXYZAxisToScreen(GuiGraphics, LivingEntity, int, int, int, int, float, float, float, float, float, float, float, float, boolean, boolean, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
-
Renders the statue model on the GUI.
- renderSelection(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- renderSelection(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- renderSelection(GuiGraphics, int, int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- renderSky(ClientLevel, int, float, PoseStack, Camera, Matrix4f, boolean, Runnable) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
- renderSMD(PoseStack, MultiBufferSource, Model, ResourceLocation, int, int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- renderSMD(PoseStack, MultiBufferSource, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- renderSnowAndRain(ClientLevel, int, float, LightTexture, double, double, double) - Method in class com.pixelmonmod.pixelmon.world.dimension.client.DrownedWorldDimensionEffects
- renderSpecialBg(GuiGraphics, float, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- RenderState - Class in com.pixelmonmod.tcg.duel.state
-
Created by SamPlummer on 20/04/2016.
- RenderState() - Constructor for class com.pixelmonmod.tcg.duel.state.RenderState
- RenderStatePreBattleSyncPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- RenderStatePreBattleSyncPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.RenderStatePreBattleSyncPacket
- RenderStatePreBattleSyncPacket(BlockPos, ServerOwnedTileEntityBattleController) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.RenderStatePreBattleSyncPacket
- RenderStateSyncPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- RenderStateSyncPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.RenderStateSyncPacket
- RenderStateSyncPacket(BlockPos, GameServerState, Player, ServerOwnedTileEntityBattleController) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.RenderStateSyncPacket
- renderTabButton(GuiGraphics, SurvivalTab) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- renderTileEntity(CloningMachineTileEntity, PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelCloningMachine
- renderTileEntity(BlockEntity, PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelBrokenCloningMachine
- renderTileEntity(T, PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock
- RenderTileEntityArcChalice - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityArcChalice(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityArcChalice
- RenderTileEntityBell - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renders Legendary bird shrines.
- RenderTileEntityBell(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityBell
-
Initializes the shrine renderer.
- RenderTileEntityCloningMachine - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityCloningMachine(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCloningMachine
- RenderTileEntityCookingPot - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityCookingPot(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCookingPot
- RenderTileEntityDecorativeBase - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renders ancient pillars and broken pillars.
- RenderTileEntityDecorativeBase(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityDecorativeBase
- RenderTileEntityFossilCleaner - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renderer for Fossil cleaners.
- RenderTileEntityFossilCleaner(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilCleaner
-
Initializes the renderer.
- RenderTileEntityFossilDisplay - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renders a Fossil display.
- RenderTileEntityFossilDisplay(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilDisplay
-
Initializes the renderer.
- RenderTileEntityFossilMachine - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityFossilMachine(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityFossilMachine
- RenderTileEntityGeneric<G extends RenderTileEntityGeneric<G,
T>, T extends net.minecraft.world.level.block.entity.BlockEntity> - Class in com.pixelmonmod.pixelmon.client.render.tileEntities -
Created by clienthax on 7/3/2015.
- RenderTileEntityGeneric(String, BlockEntityRendererProvider.Context, String, Model, int) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- RenderTileEntityGeneric(BlockEntityRendererProvider.Context, String, Model) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- RenderTileEntityGeneric(BlockEntityRendererProvider.Context, String, Model, int) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- RenderTileEntityGenericSMD<T extends net.minecraft.world.level.block.entity.BlockEntity> - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityGenericSMD(BlockEntityRendererProvider.Context, GenericModelHolder<GenericSmdModel>, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- RenderTileEntityGenericSMD(BlockEntityRendererProvider.Context, String, String) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- RenderTileEntityGenericSMD(BlockEntityRendererProvider.Context, ResourceLocation, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- RenderTileEntityGymSign - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Renders a gym sign.
- RenderTileEntityGymSign(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
-
Initializes the gym sign renderer.
- RenderTileEntityHealer - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityHealer(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityHealer
- RenderTileEntityInfuser - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityInfuser(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityInfuser
- RenderTileEntityMysteryBox - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityMysteryBox() - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMysteryBox
- RenderTileEntityMysteryBox(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityMysteryBox
- RenderTileEntityOrb - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityOrb(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb
- RenderTileEntityOrb.EnumOrbModels - Enum Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityPokeChest - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityPokeChest(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeChest
- RenderTileEntityPokeDisplay - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityPokeDisplay(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeDisplay
- RenderTileEntityPokeGift - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityPokeGift(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeGift
- RenderTileEntityPokeStop - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityPokeStop(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop
- RenderTileEntityPokeStop.PokeStopModel - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityReassemblyUnit - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 4/28/2020.
- RenderTileEntityReassemblyUnit(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityReassemblyUnit
- RenderTileEntityScroll - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityScroll(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityScroll
- RenderTileEntityTimespaceAltar - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
- RenderTileEntityTimespaceAltar(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTimespaceAltar
-
Initializes the shrine renderer.
- RenderTileEntityTree - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 5/14/2017.
- RenderTileEntityTree(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTree
- RenderTileEntityTV - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 5/14/2017.
- RenderTileEntityTV(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityTV
- RenderTileEntityZygardeCell - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 5/5/2020.
- RenderTileEntityZygardeCell(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityZygardeCell
- renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelEntityBlock
- renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelMechanicalAnvil
- renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- renderToBuffer(PoseStack, VertexConsumer, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- renderTooltip(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.KeyBindImageButton
- renderTooltip(GuiGraphics, int, int, int, int, int, boolean, boolean, String...) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Renders a tooltip on the screen.
- renderTooltip(GuiGraphics, int, int, Collection<Component>, int, int, int, boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Renders a tooltip on the screen.
- renderTooltip(GuiGraphics, int, int, Collection<Component>, int, int, int, boolean, boolean, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Renders a tooltip on the screen.
- renderToolTip(GuiGraphics, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
- renderTransparentBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- renderTransparentBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCInteractionEditorScreen
- renderTransparentBackground(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- renderTransparentBackground(GuiGraphics) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- renderTransparentBackground(GuiGraphics) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
-
Draws the dark grey background for the chat box the player types in.
- renderTransparentSMD(PoseStack, MultiBufferSource, Model, ResourceLocation, int, int, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- RENDERTYPE_ENTITY_SMOOTH_CUTOUT_FRESNEL_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- RENDERTYPE_GUI_FXAA_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- rendertypeEntitySmoothCutoutFresnelShader - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- rendertypeGuiFXAAShader - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- renderVignette(GuiGraphics, int, int, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Render a vignette on the player's screen, as you would see near Minecraft's world border.
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.ActionButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.PokemonMenuButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ItemMenuButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.Button
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen.ItemButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendedEditBox
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ButtonRename
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerTabsScreen
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.starter.StarterButton
-
Draws this button to the screen.
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen.ThemedButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.button.SpriteButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ButtonWithIcon
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.CheckboxButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DiscordButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButton
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.ColouredTextFieldWidget
- renderWidget(GuiGraphics, int, int, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- renderWidgetWithDropDown(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
-
Literally a duplicate of
EditBox.renderWidget(GuiGraphics, int, int, float)
except that the typed text is not centered and instead kept at the top of the edit box. - renderWidgetWithDropDown(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Literally a duplicate of
EditBox.renderWidget(GuiGraphics, int, int, float)
except that the typed text is not centered and instead kept at the top of the edit box. - renderWildLevels - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- renderWildLevels - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
-
Whether wild pokemon levels should be rendered or not
- renderXYZAxisToScreen(GuiGraphics, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.PixelmonRenderingHelper
- repeat - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Repeat Ball.
- repeat(boolean) - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- REPEAT_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- repeatable() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns the value of the
repeatable
record component. - repeatable(boolean) - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- RepeatBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- RepeatBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.RepeatBall
- RepeatDamage - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes residual damage.
- RepeatDamage() - Constructor for class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
-
Initializes the status.
- RepeatDamage(ImmutableAttack, PixelmonWrapper, int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
-
Initializes the status.
- repeats() - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- repeatsAttack() - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.MultipleHit
-
Determines whether the attack will continue.
- repeatUntilComplete(Callable<Boolean>, long) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- repeatUntilComplete(Callable<Boolean>, long, TimeUnit) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- repel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- REPEL - Enum constant in enum class com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
- REPEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.EffectRegistration
- RepelEffect - Class in com.pixelmonmod.pixelmon.entities.effects
- RepelEffect() - Constructor for class com.pixelmonmod.pixelmon.entities.effects.RepelEffect
- RepelHandler - Class in com.pixelmonmod.pixelmon.listener
- RepelHandler() - Constructor for class com.pixelmonmod.pixelmon.listener.RepelHandler
- RepelItem - Class in com.pixelmonmod.pixelmon.items
- RepelItem(RepelItem.EnumRepel) - Constructor for class com.pixelmonmod.pixelmon.items.RepelItem
- RepelItem.EnumRepel - Enum Class in com.pixelmonmod.pixelmon.items
- replace(int, ExtendedServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- replace(A, String) - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Replaces the placeholders in the text
- replace(A, String) - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.context.placeholder.ContextPlaceholder
- replace(String) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Handles the replacement of the placeholders in the text
- replace(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement
-
Handles replacing the entity
- REPLACE - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen.Mode
- REPLACE_ATTACK - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- REPLACE_ATTACK_EXTERNAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- ReplaceAttack - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove
-
GUI when learning a new attack and forgetting an old one.
- ReplaceAttack(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.chooseMove.ReplaceAttack
-
Initializes the GUI.
- replacedAttack - Variable in class com.pixelmonmod.pixelmon.api.events.pokemon.MovesetEvent.LearntMoveEvent
-
The attack that was replaced, if one was.
- replacedBlock - Variable in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
The block represented by the snapshot.
- replacedEOTFaint - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
- replacedMove(Pokemon, Attack) - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
- replacedMove(PokemonLink, Attack) - Static method in class com.pixelmonmod.pixelmon.listener.RotomListener
- replaceFrom(RecipeBookSettings) - Method in class com.pixelmonmod.mixin.MixinRecipeBookSettings
- replacement - Variable in class com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement
- REPLACEMENT_DETECTION_LOGIC - Static variable in class com.pixelmonmod.pixelmon.api.replacement.ReplacementDetectionRegistry
- ReplacementDetectionRegistry - Class in com.pixelmonmod.pixelmon.api.replacement
-
Registry for custom detection types
- ReplacementDetectionRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.ReplacementDetectionRegistry
- ReplacementLogicRegistry - Class in com.pixelmonmod.pixelmon.api.replacement
-
Registry containing all the custom replacement logic types
- ReplacementLogicRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.ReplacementLogicRegistry
- replacements - Variable in class com.pixelmonmod.pixelmon.api.replacement.logic.SimpleReplacementLogic
- replaceMove(RegistryValue<ImmutableAttack>, RegistryValue<ImmutableAttack>, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- replaceMove(RegistryValue<ImmutableAttack>, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Replaces a move in the moveset with another move.
- ReplaceMovePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Replaces a Pokémon's move with a new move.
- ReplaceMovePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ReplaceMovePacket
- ReplaceMovePacket(UUID, String, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ReplaceMovePacket
-
Initializes a move-replacing packet.
- replaceMusicTicker() - Static method in class com.pixelmonmod.pixelmon.client.music.VoidMusicTicker
- replaceSpawn(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.BeeReplacementLogic
- replaceSpawn(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.NoReplacementLogic
- replaceSpawn(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.SimpleReplacementLogic
- replaceSpawn(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.logic.VillagerReplacementLogic
- replaceSpawn(EntityJoinLevelEvent) - Method in interface com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementLogic
-
Handles replacing the spawn
- replaceWith(List<String>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Replaces the Pokémon moveset with a new one.
- Replenish - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Restores the user's previously consumed held item.
- Replenish() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Replenish
- reply(boolean, Dialogue...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.Simple shortcut to send dialogues back to the player.
- reply(Dialogue...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.Simple shortcut to send dialogues back to the player.
- reply(String, String...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.Simple shortcut to send dialogues back to the player.
- reply(CustomPayloadEvent.Context, Object) - Method in class com.pixelmonmod.pixelmon.comm.data.AbstractPixelmonPacket
-
Abstracted method for replying to the received packet
- reply(CustomPayloadEvent.Context, Object) - Method in class com.pixelmonmod.tcg.network.data.AbstractTCGPacket
-
Abstracted method for replying to the received packet
- requestAbility(int, BoardLocation, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- requestAbility(int, BoardLocation, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- RequestAllRibbonsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Sends a packet to close the edited player GUI.
- RequestAllRibbonsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestAllRibbonsPacket
-
Empty constructor for packet registration.
- RequestAllRibbonsPacket(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestAllRibbonsPacket
-
Initializes a packet.
- requestAttack(int, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- requestAttack(int, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- RequestBagItemsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- RequestBagItemsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestBagItemsPacket
- RequestBagItemsPacket(BagSection) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestBagItemsPacket
- RequestCloseEditedPlayerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Sends a packet to close the edited player GUI.
- RequestCloseEditedPlayerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditedPlayerPacket
-
Empty constructor for packet registration.
- RequestCloseEditedPlayerPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditedPlayerPacket
-
Initializes a packet.
- RequestCloseEditingPlayerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Sends a packet to close the Pokémon editor GUI.
- RequestCloseEditingPlayerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditingPlayerPacket
-
Empty constructor for packet registration.
- RequestCloseEditingPlayerPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RequestCloseEditingPlayerPacket
- RequestCustomRulesUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Requests for the server to update the client's custom battle rules.
- RequestCustomRulesUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestCustomRulesUpdatePacket
- RequestDayCareChildPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- RequestDayCareChildPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RequestDayCareChildPacket
- RequestDayCareChildPacket(int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RequestDayCareChildPacket
- requestEndTurn(PlayerServerState) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- requestEndTurn(PlayerServerState) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- RequestExtrasDisplayDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Requests the extras data from the server.
- RequestExtrasDisplayDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestExtrasDisplayDataPacket
-
Required constructor.
- RequestExtrasDisplayDataPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestExtrasDisplayDataPacket
- requestFlip(PlayerServerState) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- requestFlip(PlayerServerState) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- requestFrameID() - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- RequestNPCEditorPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- RequestNPCEditorPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.RequestNPCEditorPacket
- RequestNPCEditorPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.RequestNPCEditorPacket
- requestPickAttack(int, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- requestPickAttack(int, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- requestRetreatAndSwitch(PlayerServerState, List<CommonCardState>, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- requestRetreatAndSwitch(PlayerServerState, List<CommonCardState>, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- RequestSpawnDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex
-
Created by Justin
- RequestSpawnDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.RequestSpawnDataPacket
- RequestSpawnDataPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.RequestSpawnDataPacket
- RequestSpectatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- RequestSpectatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
- RequestSpectatePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.RequestSpectatePacket
- requestSwitch(PlayerServerState, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- requestSwitch(PlayerServerState, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- RequestToggleFreeMoveInBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
- RequestToggleFreeMoveInBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestToggleFreeMoveInBattlePacket
- RequestToggleFreeMoveInBattlePacket(Component) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RequestToggleFreeMoveInBattlePacket
- RequestTrainerCardPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard
-
A packet sent to the server to figure out what needs to be displayed on the Trainer Card.
- RequestTrainerCardPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.RequestTrainerCardPacket
- RequestTrainerCardPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.RequestTrainerCardPacket
- requestUpdate(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
Requests the server for an update of a Pokémon photo ItemStack
- RequestUpdatedPokemonList - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- RequestUpdatedPokemonList() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RequestUpdatedPokemonList
- require(boolean, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Requires the given boolean to be true otherwise the error message is thrown
- require(Optional<T>, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Requires the optional to have a value otherwise the error will be thrown
- require(T, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Requires the object to be neither null, false or empty otherwise error message is sent
- required - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenTradeInteractionResult
- requiredAmount() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns the value of the
requiredAmount
record component. - requiredAmount(int) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- requiredByClient() - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.BattleProperty
-
If the property's value is required by the client for UI logic
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BattleTypeProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.BooleanBattleProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ClausesProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.ExitableProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.FullHealProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.LevelCapProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.NoCritsProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.NumPokemonProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.OldGenModeProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.RaiseToCapProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamPreviewProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamSelectProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TierProperty
- requiredByClient() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.property.TurnTimeProperty
- requiredItems - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- requiredItems - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- requiredSpace - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
Required diameter of the spawn location.
- requireEntityPlayer(String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Checks if the user is online.
- requireEntityPlayer(CommandSourceStack) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- requireHealerBlock - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.HealPlayerPartyInteractionResult
- requireInt(String, int, int, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Requires the input to be an Integer within the min and max boundsotherwise it will throw a
CommandRuntimeException
with the given message - requireInt(String, String) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Requires the input to be an Integer otherwise it will throw a
CommandRuntimeException
with the given message - requireManualClose() - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- requirement - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostConditionStatusUpdate
- requirement - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
- Requirement<A,
B, C> - Interface in com.pixelmonmod.api.requirement -
A basic requirement for matching and creating
- requirementBuilder(Class<T>) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
Creates a new
GenericBuiltPokemonRequirement.Builder
- RequirementRegistry - Class in com.pixelmonmod.tcg.api.accessors
- RequirementRegistry() - Constructor for class com.pixelmonmod.tcg.api.accessors.RequirementRegistry
- requirements - Variable in class com.pixelmonmod.api.AbstractSpecification
- requirements - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- requirements - Variable in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
- requirements - Variable in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- requirements - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- requirements(Class<? extends Specification<A, B>>, String) - Static method in class com.pixelmonmod.api.SpecificationFactory
-
Gets the list of
Requirement
s created from the given spec for the specifiedSpecification
- requirements(String) - Static method in class com.pixelmonmod.api.pokemon.PokemonSpecificationProxy
-
Gets the list of
Requirement
s created from the given spec - requirements(String) - Static method in class com.pixelmonmod.api.statue.StatueSpecificationProxy
-
Gets the list of
Requirement
s created from the given spec - requirements(String) - Static method in class com.pixelmonmod.api.tcg.CardSpecificationProxy
-
Gets the list of
Requirement
s created from the given spec - requires() - Method in class com.pixelmonmod.pixelmon.api.entity.sensor.EngageSensorType
- requiresRestart() - Element in annotation interface com.pixelmonmod.pixelmon.api.config.api.ui.ConfigSetting
- rerollMoveset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- rerollMoveset(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- research - Variable in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- research - Variable in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent
- research - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- research - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchStageEvent
- research() - Method in record class com.pixelmonmod.pixelmon.api.research.ConditionalResearch
-
Returns the value of the
research
record component. - research() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Returns the value of the
research
record component. - research() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- research(ClientResearch) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- research(ClientResearch) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- research(RewardPool<ConditionalResearch>) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchTrigger.Builder
- Research - Class in com.pixelmonmod.api.client.screen.widget.misc
- Research - Record Class in com.pixelmonmod.pixelmon.api.research
- Research() - Constructor for class com.pixelmonmod.api.client.screen.widget.misc.Research
- Research(Component, ResearchTier, List<ResearchStage>, boolean, boolean, boolean) - Constructor for record class com.pixelmonmod.pixelmon.api.research.Research
-
Creates an instance of a
Research
record class. - RESEARCH - Static variable in class com.pixelmonmod.api.client.screen.ScreenIdentifiers
- RESEARCH_COMPARATOR - Static variable in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- RESEARCH_FORM - Static variable in class com.pixelmonmod.api.client.screen.StandardColorPalette
- RESEARCH_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- RESEARCH_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- RESEARCH_TRIGGER_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- Research.Builder - Class in com.pixelmonmod.pixelmon.api.research
- ResearchArgument - Class in com.pixelmonmod.pixelmon.command.impl.research
- ResearchArgument() - Constructor for class com.pixelmonmod.pixelmon.command.impl.research.ResearchArgument
- ResearchCommand - Class in com.pixelmonmod.pixelmon.command.impl.research
- ResearchCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.research.ResearchCommand
- ResearchCompleteEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player completes a
PlayerResearch
. - ResearchCompleteEvent(ServerPlayer, PlayerResearch) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchCompleteEvent
- ResearchDiscardEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player discards a
PlayerResearch
. - ResearchDiscardEvent(ServerPlayer, PlayerResearch) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchDiscardEvent
- ResearchDiscardEvent.Post - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired after the research is discarded.
- ResearchDiscardEvent.Pre - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired before the research is discarded.
- ResearchLike - Interface in com.pixelmonmod.api.client.screen.widget.misc
- ResearchObjective - Record Class in com.pixelmonmod.pixelmon.api.research
- ResearchObjective(Component, DescribableResource, List<InteractionEvent>, InteractionCondition, List<InteractionResult>, int) - Constructor for record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
- ResearchObjective(Component, DescribableResource, Set<InteractionEvent>, InteractionCondition, List<InteractionResult>, int) - Constructor for record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Creates an instance of a
ResearchObjective
record class. - ResearchObjective.Builder - Class in com.pixelmonmod.pixelmon.api.research
- ResearchStage - Record Class in com.pixelmonmod.pixelmon.api.research
- ResearchStage(List<ResearchObjective>, List<InteractionResult>, List<DescribableResource>) - Constructor for record class com.pixelmonmod.pixelmon.api.research.ResearchStage
-
Creates an instance of a
ResearchStage
record class. - ResearchStage.Builder - Class in com.pixelmonmod.pixelmon.api.research
- ResearchStageCompleteEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player completes a
PlayerResearchStage
. - ResearchStageCompleteEvent(ServerPlayer, PlayerResearch, PlayerResearchStage) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchStageCompleteEvent
- ResearchStartEvent - Class in com.pixelmonmod.pixelmon.api.research.event
-
An event that is fired when a player starts a new
Research
. - ResearchStartEvent(ServerPlayer, PlayerResearch) - Constructor for class com.pixelmonmod.pixelmon.api.research.event.ResearchStartEvent
- ResearchStartEvent.Post - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired after the research is started.
- ResearchStartEvent.Pre - Class in com.pixelmonmod.pixelmon.api.research.event
-
This event is fired before the research is started.
- ResearchStorage - Interface in com.pixelmonmod.pixelmon.api.storage.research
-
This interface represents the storage of research data for a player.
- ResearchStorageManager - Interface in com.pixelmonmod.pixelmon.api.storage.research.manager
-
The storage manager is the class that needs to be implemented for handling the load and saving of the player's research data
It's recommended that you use the methods that returnCompletableFuture
as these will not lock the main thread if the player's storage is still loading when you attempt to access it. - ResearchStorageProxy - Class in com.pixelmonmod.pixelmon.api.storage.research
-
Static factory for managing pixelmon research storage
- ResearchStorageSaveAdapter - Interface in com.pixelmonmod.pixelmon.api.storage.research.save
-
Interface for the persistence adapter of
ResearchStorage
s. - ResearchStorageSaveScheduler - Interface in com.pixelmonmod.pixelmon.api.storage.research.save
-
Interface responsible for scheduling storage saving using the appropriate
ResearchStorageSaveAdapter
. - ResearchTab - Class in com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl
- ResearchTier - Record Class in com.pixelmonmod.pixelmon.api.research
- ResearchTier(Component, Color, Color) - Constructor for record class com.pixelmonmod.pixelmon.api.research.ResearchTier
-
Creates an instance of a
ResearchTier
record class. - ResearchTier.Builder - Class in com.pixelmonmod.pixelmon.api.research
- ResearchTrigger - Record Class in com.pixelmonmod.pixelmon.api.research
-
A ResearchTrigger is a datapackable concept that dictates when a player should receive/start a
Research
. - ResearchTrigger(List<InteractionEvent>, InteractionCondition, RewardPool<ConditionalResearch>) - Constructor for record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
An ease of use constructor for creating a ResearchTrigger that converts the List to a Set
- ResearchTrigger(Set<InteractionEvent>, InteractionCondition, RewardPool<ConditionalResearch>) - Constructor for record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Constructor that creates an immutable copy of the set of events.
- ResearchTrigger.Builder - Class in com.pixelmonmod.pixelmon.api.research
-
Builder for a ResearchTrigger
- reset() - Static method in class com.pixelmonmod.api.client.screen.render.ScissorStack
- reset() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- reset() - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
Clears all registered conditions
- reset() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- reset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
- reset() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
-
Resets all the stats to 0
- reset() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
- reset() - Static method in class com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry
-
Resets the replacement registry
- reset() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Clears the day care data
- reset() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- reset() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- reset() - Static method in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- RESET_EVS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- RESET_IVS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- resetAbility() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Sets a random ability and records the ability slot for future evolutions.
- resetAFKTime() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Resets the AFK time limit.
- resetAI() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Resets the Pokémon's AI to its default.
- resetAll() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- resetAll() - Static method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- resetAll() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Invalidates all moves on the screen.
- resetAlterations(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- resetBattleEvolution() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Resets a Mega and Ash-Greninja Evolved Pokémon back to their base form.
- resetBoard() - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
- resetClientGame() - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- resetCounter(AbstractBaseEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.CameruptInteraction
- resetCounter(AbstractBaseEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.PixelmonInteraction
-
Ticks the timer for incrementing the Pokémon's interactions.
- resetCursor() - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- resetDamage() - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- resetDataWatchers() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- resetDataWatchers() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- resetDataWatchers() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- ResetEVsRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- ResetEVsRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ResetEVsRequirement
- resetFade(SoundInstance, boolean) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- resetForm() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- ResetIVsRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- ResetIVsRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ResetIVsRequirement
- resetLoweredBattleStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- resetMaxVisitedNodesMultiplier() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- resetMove() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Restores the base attack's details if they are modified during the attack.
- resetMoveTimer() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Resets the timer for the participant making a move.
- resetNotice() - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- resetOnSwitch() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Resets Pokémon attributes when switching.
- resetOverlays() - Static method in class com.pixelmonmod.pixelmon.client.render.OverlayToggles
- resetOverridePower() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- resetPalette() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- resetPayDay() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- resetPayDay() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- resetPokedex() - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.Pokedex
- resetStat(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Resets a specific stat.
- resetStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Resets a specific stat.
- resetState() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Resets the internal
RandomSource
state by constructing a new instance of the RandomSource, and setting its seed to the same initial seed. - resetStuckTimeout() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- resetSwitchSimulation(PixelmonWrapper, int, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
-
Resets variables that are temporarily modified when simulating switches.
- resetTags() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- resetValues() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- resetViewEntity() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Resets the camera to focus on the player.
- resetViewEntity() - Static method in class com.pixelmonmod.tcg.client.helper.BattleHelper
- resetWeight() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Sets the choice's tier and weight to 0.
- resetWinLoss() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Resets the player's win and loss counts to 0.
- RESHIRAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RESHIRAM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- resist_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- resist_mochi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- resist_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RESISTANCE_GYM - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- resize(StatefulScreen) - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.ResearchTab
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomAddServerScreen
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomDirectJoinServerScreen
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomEditServerScreen
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- resize(Minecraft, int, int) - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- RESOLUTE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- resolve(BakedModel, ItemStack, ClientLevel, LivingEntity, int) - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel.OverrideList
- resolve(SoundManager) - Method in class com.pixelmonmod.pixelmon.client.music.BattleMusic.FixedTrackSound
- resolveAbility(int, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
- resolveFromOldStyleSlot(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
- resolveTexture(PokeBallEntity, boolean) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PokeBallRenderer
- Resonance - Class in com.pixelmonmod.pixelmon.battles.status
- Resonance() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Resonance
-
Initializes Resonance with the default five turn duration.
- Resonance(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Resonance
- Resonance(PixelmonWrapper, int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Resonance
-
Initializes Resonance with a custom duration.
- resource - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- resource - Variable in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- resource - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- resource - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
- resource() - Method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
-
Returns the value of the
resource
record component. - resource() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
-
Returns the value of the
resource
record component. - resource() - Method in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
-
Returns the value of the
resource
record component. - resource(ResourceWithFallback) - Static method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
Creates a resource texture provider
- resource(String) - Static method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
Creates a resource texture provider
- resource(ResourceLocation) - Static method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
Creates a resource texture provider
- RESOURCE_LOCATION - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- RESOURCE_LOCATION - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- RESOURCE_LOCATION - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- RESOURCE_LOCATION - Static variable in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- ResourceLoader - Class in com.pixelmonmod.pixelmon.client.models
-
Created by Jay113355 on 3/9/2018.
- ResourceLoader() - Constructor for class com.pixelmonmod.pixelmon.client.models.ResourceLoader
- resourceLoc - Variable in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- ResourceLocationAdapter - Class in com.pixelmonmod.pixelmon.api.util
- ResourceLocationAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.util.ResourceLocationAdapter
- resourceLocationExists(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- resourceLocationExists(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
-
Checks whether there is a resource at the given location.
- ResourceLocationHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Helper class for easily creating ResourceLocations
- ResourceLocationHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ResourceLocationHelper
- ResourceLocationTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
typeTypeAdapter
for theResourceLocation
class such that it can be converted to and from Json text when loading to/fromSpecies
data. - ResourceLocationTypeAdapter - Class in com.pixelmonmod.pixelmon.api.spawning.util
- ResourceLocationTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- ResourceLocationTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceLocationTypeAdapter
- ResourceLocationTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.ResourceLocationTypeAdapter
- ResourceLocationTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.ResourceLocationTypeAdapter
- resourceQueries - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
- Resources - Class in com.pixelmonmod.pixelmon.client.gui
-
Images used for GUIs.
- Resources() - Constructor for class com.pixelmonmod.pixelmon.client.gui.Resources
- ResourceWithFallback - Class in com.pixelmonmod.pixelmon.api.util
- ResourceWithFallbackTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
typeTypeAdapter
for theResourceWithFallback
class such that it can be converted to and from Json text when loading to/fromSpecies
data. - ResourceWithFallbackTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceWithFallbackTypeAdapter
- RespondDayCareChildPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- RespondDayCareChildPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RespondDayCareChildPacket
- RespondDayCareChildPacket(boolean, Pokemon, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.RespondDayCareChildPacket
- RespondPokemonEditorAllowed - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
A response for whether a player allows Pokémon editors to be used.
- RespondPokemonEditorAllowed() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RespondPokemonEditorAllowed
-
Empty constructor for packet registration.
- RespondPokemonEditorAllowed(UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.RespondPokemonEditorAllowed
-
Initializes a packet.
- RespondToggleFreeMoveInBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
- RespondToggleFreeMoveInBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.RespondToggleFreeMoveInBattlePacket
- rest - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- Rest - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Makes the user fall asleep and heals it fully.
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Rest - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Rest() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rest
- REST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- restInverted - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- restoreAttack() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Restores the base attack's details if they are modified during the attack.
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.NoStatus
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.PoisonBadly
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- restoreFromNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
-
Loads the status from NBT.
- restoreMusicTicker() - Static method in class com.pixelmonmod.pixelmon.client.music.VoidMusicTicker
- restorePP(PokemonLink, int, boolean) - Static method in class com.pixelmonmod.pixelmon.items.PPRestoreItem
-
Restores a move's PP.
- restorePP(PokemonLink, Attack, int, boolean) - Static method in class com.pixelmonmod.pixelmon.items.PPRestoreItem
-
Restores a move's PP.
- restorePPOrSendBagPacket(PixelmonClientData, Item) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ApplyToPokemon
- restoreSettingsAndClose() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Closes the battle GUI.
- restoreSettingsAndClose() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Marks the battle as ended.
- restoreSettingsAndCloseStatic(ClientBattleManager) - Static method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- result - Variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe
- result - Variable in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
- result - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The result of the simulated attack.
- result - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
The result of the move.
- result() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns the value of the
result
record component. - result() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
-
Returns the value of the
result
record component. - result() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- result(InteractionResult) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- result(InteractionResult...) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- result(InteractionResult...) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- result(InteractionResult...) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- result(ResultData) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionData
- result(Collection<InteractionResult>) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- result(Collection<InteractionResult>) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- result(List<InteractionResult>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- ResultData - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- ResultData(Selector<List<InteractionResult>>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- ResultData(ResultData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- ResultData(ResourceLocation, List<InputType<?>>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- resultId() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- resultId(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- results - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleEndEvent
- results - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.EndBattle
- results - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.DelayInteractionResult
- results - Variable in class com.pixelmonmod.tcg.duel.state.CoinFlipState
- results(Selector<List<InteractionResult>>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction.Builder
- resultSprites() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
-
Returns the value of the
resultSprites
record component. - resultSprites(DescribableResource...) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- resultSprites(Collection<DescribableResource>) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchStage.Builder
- resume(SoundInstance) - Static method in class com.pixelmonmod.pixelmon.client.music.PixelmonMusic
- Retaliate - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if another Pokémon in the user's party fainted last turn.
- Retaliate - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Retaliate - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Retaliate - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Retaliate() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Retaliate
- RETALIATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Retreat - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- Retreat - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
- RETREAT - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- RETREAT_AID - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- RetreatAid - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- RetreatAid() - Constructor for class com.pixelmonmod.tcg.duel.power.RetreatAid
- RetreatAndSwitchPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- RetreatAndSwitchPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.RetreatAndSwitchPacket
- RetreatAndSwitchPacket(BlockPos, boolean[], int) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.RetreatAndSwitchPacket
- retreatModifier(PokemonCardState, PlayerCommonState) - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
- retreatModifier(PokemonCardState, PlayerCommonState) - Method in class com.pixelmonmod.tcg.duel.power.RetreatAid
- retrieve(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- retrieve(String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Catches the Pokémon in a Poké Ball.
- retrieve(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- retrieveAll(String) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets all the pokemon in the storage and removes them from the world so that any operations made on the storage can be done safely
- retrieveEntityDuringBattleUnlessRiding(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
If a player/trainer is riding their Pokémon and gets in a battle while riding it, they shouldn't be knocked off their Pokémon.
- Return - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has higher power if the user's friendship is higher.
- Return - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Return - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Return - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Return - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Return - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Return - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Return() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Return
- RETURN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RETURN - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- ReturnBagItemsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- ReturnBagItemsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- ReturnBagItemsPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- ReturnBagItemsPacket(BagSection, List<ItemData>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- ReturnBagItemsPacket(BagSection, List<ItemData>, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ReturnBagItemsPacket
- returnToBasePos() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Returns the Pokémon to where it was at the start of the battle.
- returnToStart - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- returnToStorage() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Returns the egg and parents to the player's party/pc
- REUNICLUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REVAVROOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- REVAVROOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Reveal - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
- reveal_glass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- REVEAL_HAND - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- revealedBlocks - Static variable in class com.pixelmonmod.pixelmon.client.render.blockReveal.BlockRevealRenderer
- revealHand() - Method in class com.pixelmonmod.tcg.duel.power.BasePowerEffect
-
Reveal hand of other player
- revealHand() - Method in class com.pixelmonmod.tcg.duel.power.RevealHand
- RevealHand - Class in com.pixelmonmod.tcg.duel.power
- RevealHand() - Constructor for class com.pixelmonmod.tcg.duel.power.RevealHand
- revealPrize(int, ImmutableCard) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- REVELATION_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RevelationDance - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- RevelationDance() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RevelationDance
- Revenant - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom
-
Regenerates health and shuffles moves and typings when reduced to zero HP a number of times.
- Revenant() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- REVENANT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Revenge - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the user has taken damage in the turn.
- Revenge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Revenge() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Revenge
- REVENGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Reversal - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Deals more damage as the user's health gets lower.
- Reversal - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Reversal - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Reversal() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Reversal
- REVERSAL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- REVERSE_HOLO - Static variable in class com.pixelmonmod.tcg.api.card.CardTags
- reverseMapGet(Map<K, V>, V) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- reverseStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Reverses all stat boosts.
- REVIVAL_BLESSING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- revival_herb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RevivalBlessing - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Revival Blessing allows the player to select a fainted Pokémon in the party, the selected Pokémon will be revived, and half of its maximum HP will be restored.
- RevivalBlessing() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RevivalBlessing
- revive - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Revive - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- Revive() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Revive
- REVIVE - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- reviveAfterDefeat(BattleParticipant) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- ReviveItem - Class in com.pixelmonmod.pixelmon.items
-
Revives a fainted Pokémon.
- ReviveItem(IMedicine...) - Constructor for class com.pixelmonmod.pixelmon.items.ReviveItem
-
Initializes the item.
- revivePokemon(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- revivePokemon(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- revivePokemon(PixelmonWrapper, float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- reviveTimer - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- revokeServerCosmetics(ServerCosmetics...) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- rewardCount - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- RewardLootTableInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- RewardLootTableInteractionResult(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.RewardLootTableInteractionResult
- RewardPool<T> - Class in com.pixelmonmod.pixelmon.api.util
- RewardPool(RewardPool.Builder<T>) - Constructor for class com.pixelmonmod.pixelmon.api.util.RewardPool
- RewardPool(Optional<T>, int, int, double, RandomWeightedSet<T>) - Constructor for class com.pixelmonmod.pixelmon.api.util.RewardPool
- RewardPool.Builder<A> - Class in com.pixelmonmod.pixelmon.api.util
- rewards(RandomWeightedSet<A>) - Method in class com.pixelmonmod.pixelmon.api.util.RewardPool.Builder
- rgb - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- rgbToDecimal(int, int, int) - Static method in class com.pixelmonmod.api.helpers.ColorHelper
-
Converts a rgb color to a decimal color via bit-shifting the value
- RHYDON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RHYDON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RHYHORN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RHYHORN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RHYPERIOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RHYPERIOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ribbon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent
- ribbon - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
- ribbon(GuiGraphics, float, float, Color, Color, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- Ribbon - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon
-
This class represents a ribbon that has been given to a Pokemon.
- Ribbon(String, long, Component) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- Ribbon(String, long, Component, MutableRibbonData) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- RIBBON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- RIBBON_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- RIBBON_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- Ribbon.Builder - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon
- RibbonButton - Class in com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon
- RibbonButton(int, int, int, int, Component, Button.OnPress, Ribbon, Predicate<Ribbon>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
- ribbonData - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- ribbonData - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- ribbonData(MutableRibbonData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- RibbonEvent - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
Event class containing all sub events relating to ribbons
- RibbonEvent(Pokemon, Ribbon) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent
- RibbonEvent.ReceiveRibbon - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
The event relating to when a Pokemon is given a ribbon
- RibbonEvent.ReceiveRibbon.Post - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
Fired after the ribbon is given to the Pokemon
- RibbonEvent.ReceiveRibbon.Pre - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
Fired just before the ribbon is given Here you can modify the ribbon given, or if it will be set as the display ribbon Cancelling this will prevent the ribbon being given or displayed
- RibbonEvent.RemoveRibbon - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
This contains the events relating to when a ribbon is removed from a Pokemon
- RibbonEvent.RemoveRibbon.Post - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
Fired after the ribbon is removed from the Pokemon
- RibbonEvent.RemoveRibbon.Pre - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
The event fired just before the ribbon is removed from the Pokemon Here you can set the ribbon or if the displayed ribbon will be removed (and set to no display)] Cancelling this will cancel the removal & the removal of the display
- RibbonEvent.SetDisplayedRibbon - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
The event called for when a pokemon's displayed ribbon is set
- RibbonEvent.SetDisplayedRibbon.Post - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
Fired after the displayed ribbon has been set You cannot cancel this event
- RibbonEvent.SetDisplayedRibbon.Pre - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.event
-
Fired before the ribbon is set.
- RibbonRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon
- RibbonRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- RibbonRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- RibbonRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
- RibbonRequirement(List<Ribbon>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.RibbonRequirement
- ribbons - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- ribbons(Collection<Ribbon>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds ribbons to the Pokemon
- Ribbons - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- RIBBONS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- RIBBONS - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- RIBBONS_NEW - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- RibbonType - Interface in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type
-
A ribbon is a cosmetic that can be given, and selected by the owner, to a Pokemon.
- RibbonTypeReader - Interface in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type
- RibbonTypeRegistry - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon
- RibbonTypeTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.json
- RibbonTypeTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.json.RibbonTypeTypeAdapter
- ribchop - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- RIBCHOP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- RIBOMBEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RICH - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- rich_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RIDE - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- ride_pager - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RidePokemonEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired whenever a player attempts to ride a Pokémon.
- RidePokemonEvent(ServerPlayer, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.RidePokemonEvent
- Riding - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
- RidingConfig - Class in com.pixelmonmod.pixelmon.api.config
- RidingConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.RidingConfig
- ridingInitialised - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Whether a player is riding the Pokémon.
- RidingModelPredicate - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type
- RidingModelPredicate(boolean, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.RidingModelPredicate
- RidingMovementPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- RidingMovementPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingMovementPacket
- RidingMovementPacket(List<EnumKeybinds>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingMovementPacket
- ridingOffset(Entity) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- RidingOffsets - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters
- RidingOffsets() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.RidingOffsets
- RidingOffsets(Vector3f, Vector3f) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.RidingOffsets
- RidingOffsetsTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
typeTypeAdapter
for theRidingOffsets
class such that it can be converted to and from Json text when loading to/fromSpecies
data. - RidingOffsetsTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.RidingOffsetsTypeAdapter
- ridingPlayerVertical - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Stores player jump and crouch input.
- ridingSpeedMultiplier - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- ridingSpeedMultiplier - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
-
Multiplier for the speed that mounted Pokémon travel at.
- RidingVerticalMovementPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- RidingVerticalMovementPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingVerticalMovementPacket
- RidingVerticalMovementPacket(EnumMovement[], EnumMovementType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RidingVerticalMovementPacket
- right - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- Right - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.widgets.TextAlignment
- Right - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- Right - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
- RIGHT - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Alignment
- RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.PositionTriState
- RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.notice.EnumOverlayLayout
- RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardJustification
- RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.starter.MoveDirection
- RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TextJustification
- RIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- RIGHT_BOTTOM - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
- RIGHT_CLICK_ENTITY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- RIGHT_MIDDLE - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
- RIGHT_TOP - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
- rightArrow - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- rightArrow - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- rightArrowWallpaper - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- RightClickEntityInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
-
An implementation of the
InteractionEvent
for thePlayerInteractEvent.EntityInteractSpecific
Forge event - RightClickEntityInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.RightClickEntityInteractionEvent
- RILLABOOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RILLABOOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RINDO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- RINDO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- rindo_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RindoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- RindoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RindoFoliagePlacer
- ring - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- RING - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- ring_target - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ringTarget - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RingTargetItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Negates the holder's type immunities
- RingTargetItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RingTargetItem
-
Initializes the held item.
- RingTargetTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- RingTargetTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.RingTargetTests
- RIOLU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RIOLU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Ripen - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Doubles the benefit of some berries.
- Ripen() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Ripen
- RIPEN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- RipenTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- RipenTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- rising_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RISING_VOLTAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RisingVoltage - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If Electric Terrain is in effect and the target is grounded upon its execution, this move gets a 2× power increase.
- RisingVoltage() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RisingVoltage
- Rivalry - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of moves that hit Pokémon of the same gender, and decreases the power of moves that hit Pokémon of the opposite gender.
- Rivalry() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Rivalry
- RIVALRY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- RIVER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- RKSSystem - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- RKSSystem() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RKSSystem
- Roar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Roar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Roar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Roar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Roar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Roar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Roar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ROAR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ROAR_OF_TIME - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ROARINGMOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ROARINGMOON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ROASTED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ROBE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
- rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ROCK - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- ROCK - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- ROCK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ROCK - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- rock_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ROCK_BLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ROCK_CLIMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- rock_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ROCK_HEAD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- rock_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rock_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Rock.
- Rock_Polish - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Rock_Polish - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Rock_Polish - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Rock_Polish - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- ROCK_POLISH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Rock_Slide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Rock_Slide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Rock_Slide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Rock_Slide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Rock_Slide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- ROCK_SLIDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Rock_Smash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Rock_Smash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Rock_Smash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- ROCK_SMASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ROCK_SMASH - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- ROCK_SMASHABLE_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- ROCK_THROW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Rock_Tomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Rock_Tomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Rock_Tomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Rock_Tomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Rock_Tomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- ROCK_TOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ROCK_WRECKER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RockBlast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- RockBlast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- rocket_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rocket_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rocket_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rocket_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ROCKETS_MINE_FIELD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- ROCKETS_SECRET_EXPERIMENT - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- ROCKETS_TRAP - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- RockHead - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- RockHead() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RockHead
- RockHeadTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- RockHeadTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.RockHeadTests
- rockIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- rockium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Rockium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- ROCKRUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ROCKRUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RockSlide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- RockSlide - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- rocksmash - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.rocksmashSpawner
. - RockSmash - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Breaks a stone block that the player is looking at.
- RockSmash() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.RockSmash
- ROCKSMASH - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- rockSmashPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for Rock Smash spawning. - rocksmashSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for Rock Smash. - RockTomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- RockTomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- rockType - Variable in class com.pixelmonmod.pixelmon.blocks.EvolutionRockBlock
- rocky_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ROCKY_PAYLOAD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- rockyHelmet - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RockyHelmetItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Damages Pokémon that make contact by 1/6 hp.
- RockyHelmetItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RockyHelmetItem
-
Initializes the held item.
- RockyHelmetTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- RockyHelmetTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.RockyHelmetTests
- RockyPayload - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- RockyPayload() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RockyPayload
- rod - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- ROD - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The quality of an identified fishing rod
- ROGGENROLA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ROGGENROLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ROLE_PLAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RolePlay - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Copies the target's Ability.
- RolePlay() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RolePlay
- roll(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- roll(Predicate<T>) - Method in class com.pixelmonmod.pixelmon.api.util.RewardPool
- rollChance() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.TrySpawn
-
Rolls the current spawn attempt chance.
- RollChance(DenEntity, float) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.RollChance
- ROLLING_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Rollout - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Continues for up to 5 turns, doubling in power every hit.
- Rollout - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Rollout() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Rollout
- ROLLOUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RollSuccessEvent(UUID, BellTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.RollSuccessEvent
- ROLYCOLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ROLYCOLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ROOKIDEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ROOKIDEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- room_service - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RoomServiceItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- RoomServiceItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RoomServiceItem
- RoomServiceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- RoomServiceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.RoomServiceTests
- Roost - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals the Pokémon by 50% of its maximum hp and removes its Flying type for the turn.
- Roost - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Roost - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Roost - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Roost() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Roost
-
Initializes Roost.
- ROOST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Roosting - Class in com.pixelmonmod.pixelmon.battles.status
-
Suppresses the Pokémon's Flying type until the end of the turn.
- Roosting - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Roosting(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Roosting
-
Initializes the status.
- RoostTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- RoostTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- root - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- ROOT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- root_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rootFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Root Fossil's model.
- rose_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- roseIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- ROSELI - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- ROSELI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- roseli_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ROSELIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RoseliFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- RoseliFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RoseliFoliagePlacer
- ROSERADE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- roserade_tea - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rotate - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- rotate(double, double, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- rotate(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
-
Necessary for a block used in a structure to rotate when the structure rotates.
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockStanding
- rotate(BlockState, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- rotate(BlockState, LevelAccessor, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.DecorationBlock
- rotate(BlockState, LevelAccessor, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- rotate(BlockState, LevelAccessor, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MugBlock
- rotate(BlockState, LevelAccessor, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- rotate(BlockState, LevelAccessor, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- rotate(BlockState, LevelAccessor, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- rotate(BlockState, LevelAccessor, BlockPos, Rotation) - Method in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- Rotate180 - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
- rotateAngle - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- rotateAngle() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- rotateAngle(Vector3f) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- rotateDegrees - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- RotateEntityPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- RotateEntityPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RotateEntityPacket
-
Empty constructor for packet registration.
- RotateEntityPacket(int, float, float) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.RotateEntityPacket
-
Initializes an entity rotation packet.
- rotateImg(BufferedImage, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ImageHelper
- rotateX(double) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- rotateZ(double) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- rotation - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- ROTATION - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- ROTATION - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- ROTATION - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- ROTATION_PROPERTY - Static variable in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- rotationRoll - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- rotationSpeed - Variable in class com.pixelmonmod.pixelmon.ai.flying.FlySpeeds
- rotationX - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- rotationXY - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- rotationXZ - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- rotationYZ - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- rotationZ - Variable in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- ROTOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ROTOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- RotomListener - Class in com.pixelmonmod.pixelmon.listener
- RotomListener() - Constructor for class com.pixelmonmod.pixelmon.listener.RotomListener
- Rototiller - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Raises the attack and Special attack of all grounded Pokémon by one stage.
- Rototiller() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rototiller
- ROTOTILLER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ROUGH_SKIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- RoughSkin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Damages Pokémon who make contact by 1/8 hp.
- RoughSkin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RoughSkin
-
Initializes Iron Barbs.
- RoughSkinTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- RoughSkinTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.RoughSkinTests
- Round - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Other allied Pokémon also using Round will move directly after the first one and double the move's power.
- Round - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Round - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Round - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Round - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Round() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Round
- ROUND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- RoundButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
A button with rounded edges.
- RoundButton(int, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Creates a rounded button.
- RoundButton(int, int, String, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
- RoundButton(int, int, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Creates a rounded button.
- RoundButton(int, int, Component, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
- roundedButton - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
A button in the GUI.
- roundedButtonOver - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
A moused-over button in the GUI.
- ROWAP - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- ROWAP - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- rowap_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rowapBerry - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RowapFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- RowapFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.RowapFoliagePlacer
- ROWDY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- ROWLET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ROWLET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ROYAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- RU - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
- ruby - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RUBY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- RUBY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- RUBY_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- ruby_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_azelf - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RUBY_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ruby_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RUBY_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ruby_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_mesprit - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RUBY_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ruby_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ruby_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RUBY_SWIRL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ruby_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RUBY_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- ruby_uxie - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- RubyItem - Class in com.pixelmonmod.pixelmon.items
- RubyItem() - Constructor for class com.pixelmonmod.pixelmon.items.RubyItem
- RUFFLET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RugBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
-
Created by clienthax on 7/3/2015.
- RugBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.RugBlock
- RUINATION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ruins_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- RUINS_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- RULE_CHANGE_BATTLE_PERSPECTIVE - Static variable in class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- RULE_MOVE_DURING_ALL_BATTLES - Static variable in class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- RULE_MOVE_DURING_PVP_BATTLES - Static variable in class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- RULE_MOVE_DURING_WILD_BATTLES - Static variable in class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- rulebook - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- RULEBOOK - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- RulebookItem - Class in com.pixelmonmod.tcg.item
- RulebookItem() - Constructor for class com.pixelmonmod.tcg.item.RulebookItem
- RulebookUpdatePacket - Class in com.pixelmonmod.tcg.network.packets
- RulebookUpdatePacket() - Constructor for class com.pixelmonmod.tcg.network.packets.RulebookUpdatePacket
- RulebookUpdatePacket(CompoundTag, int) - Constructor for class com.pixelmonmod.tcg.network.packets.RulebookUpdatePacket
- ruleLabels - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Rule labels and their descriptions.
- rules - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- rules - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- rules - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The battle rules that are in effect for the battle.
- rules - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The rules currently in effect for the battle.
- rules - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The battle rules that are currently being edited in the screen.
- rules - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
The rules of the battle.
- rules(BattleRules) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the battle rules
- rules(BattleRules) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery.Builder
- Rules - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
- RULES_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- rumble_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- run() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.AFKTask
- run() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.HPTask
- run() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.tasks.SwitchTask
- RUN - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
- RUN_AWAY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- RunAway - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- RunAway() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.RunAway
- RUNERIGUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- RUNERIGUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- runInfrequentSpecialAnimation(AnimationType, IncrementingVariable, ValveStudioModel) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- runTests(BattleTestRegistry.Loggable, boolean) - Static method in class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry
- rusted_shield - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rusted_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- rustedShield - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RustedShieldItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Changes Zamazenta's form on battle start.
- RustedShieldItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RustedShieldItem
-
Initializes the held item.
- rustedSword - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- RustedSwordItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Changes Zacian's form on battle start.
- RustedSwordItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.RustedSwordItem
-
Initializes the held item.
S
- s_exp_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sablenite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Sableye
- SABLEYE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SABLEYE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SABLEYE_HOOD - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- SABRINAS_GAZE - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- SABRINAS_PSYCHIC_CONTROL - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- sachet - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- sachet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SACRED_FIRE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SACRED_SWORD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- sacredash - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SacredAshItem - Class in com.pixelmonmod.pixelmon.items
- SacredAshItem() - Constructor for class com.pixelmonmod.pixelmon.items.SacredAshItem
- safari - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Safari Ball.
- SAFARI_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- SAFARI_BIOME - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBiomes
- SafariBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- SafariBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.SafariBall
- Safeguard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Safeguard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Safeguard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Safeguard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Safeguard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Safeguard - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SafeGuard - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the opponent from inflicting statuses on the user's side.
- SafeGuard - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SafeGuard() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SafeGuard
-
Initializes Safeguard.
- SAFEGUARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- safety_goggles - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- safetyGoggles - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- SafetyGogglesItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Protects from powder-based moves.
- SafetyGogglesItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.SafetyGogglesItem
-
Initializes the held item.
- SafetyGogglesTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- SafetyGogglesTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.SafetyGogglesTests
- SAFFRON_CITY_GYM - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- SAIL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- sail_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sailFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Sail Fossil's model.
- SALAC - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- SALAC - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- salac_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SalacFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- SalacFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.SalacFoliagePlacer
- SALAD - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- SALAMENCE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SALAMENCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- salamencite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Salamence
- SALANDIT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SALAZZLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SALT_CURE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SaltCure - Class in com.pixelmonmod.pixelmon.battles.status
-
Salt Cure inflicts 1/8 of the target's maximum HP as damage per turn in addition to the damage dealt when it is used.
- SaltCure - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SaltCure() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SaltCure
-
Initializes the status.
- SALTED_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- sampleSortDialog() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- SAMUROTT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SAMUROTT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Sand - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- SAND_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SAND_ATTACK_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- SAND_FORCE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SAND_RUSH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SAND_SPIT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SAND_STREAM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SAND_STREAM - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- SAND_TOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SAND_VEIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SANDACONDA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SANDACONDA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SandAttackEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- SandAttackEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.SandAttackEffect
- SandForce - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
During a sandstorm, Sand Force increase the power of Rock-, Ground-, and Steel-type moves used by the Pokémon by 30%.
- SandForce() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandForce
- SANDILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SANDILE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SandRush - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
During a sandstorm, the speed stat of Pokémon with this Ability is doubled.
- SandRush() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandRush
- SANDSEAR_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SANDSHREW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SANDSHREW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SANDSLASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SANDSLASH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SandSpit - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SandSpit() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandSpit
- Sandstorm - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals residual 1/16 damage to Pokémon that are not Rock, Ground, or Steel types.
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Sandstorm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Sandstorm() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sandstorm
-
Initializes a sandstorm.
- Sandstorm(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sandstorm
-
Initializes a sandstorm.
- Sandstorm(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sandstorm
-
Initializes a sandstorm.
- SANDSTORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SANDSTORM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SANDSTORM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- SandStream - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes a sandstorm when the user switches in.
- SandStream() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandStream
- SandTomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SandTomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SandVeil - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SandVeil() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandVeil
- SANDY_CLOAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- sandy_grass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SANDY_GRASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- SANDYGAST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SANDYGAST - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SANDYSHOCKS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SAP_SIPPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- saplingBlock() - Method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- sapphire - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SAPPHIRE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- SAPPHIRE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- sapphire_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SAPPHIRE_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- sapphire_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SAPPHIRE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- sapphire_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sapphire_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SAPPY_SEED - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SapSipper - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Grants an immunity to Grass-type moves, and raises attack by one stage if hit by one.
- SapSipper() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SapSipper
- SapSipperTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SapSipperTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SapSipperTests
- SASH - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
- SASSY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- SAUCY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- SAUSAGE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- SAVAGE_SPIN_OUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SAVANNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- save - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- save() - Method in interface com.pixelmonmod.pixelmon.api.config.api.Config
-
Saves the data to the file
- save() - Method in class com.pixelmonmod.pixelmon.api.config.api.yaml.AbstractYamlConfig
- save() - Method in interface com.pixelmonmod.pixelmon.api.entity.npc.EntityStorage
-
Saves the entities to the storage
- save() - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
-
Saves the NPCs to the storage
- save() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.storage.NBTEntityStorage
- save() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- save() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
-
Saves the edited Pokémon.
- save(PokemonStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageSaveAdapter
-
Saves the given
PokemonStorage
into persistent data. - save(PokemonStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.StorageSaveScheduler
-
Saves the storage using the
StorageProxy.getSaveAdapter()
- save(PokemonStorage) - Method in class com.pixelmonmod.pixelmon.storage.adapters.NBTStorageSaveAdapter
- save(PokemonStorage) - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- save(ResearchStorage) - Method in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.NBTStorageSaveAdapter
- save(ResearchStorage) - Method in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- save(ResearchStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.save.ResearchStorageSaveAdapter
-
Saves the given
ResearchStorage
into persistent data. - save(ResearchStorage) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.save.ResearchStorageSaveScheduler
-
Saves the storage using the
StorageProxy.getSaveAdapter()
- save(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- save(CompoundTag) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- save0(CompoundTag) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BirdShrineTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.IlexShrineTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- saveAdditional(CompoundTag) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- saveAll() - Method in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageStandardScheduler
- saveAndRefresh() - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- saveAndSend() - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- saveAttack() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Saves the base attack's details.
- saveClientData() - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- savedAccuracy - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The original accuracy of the attack before modifications.
- savedAttack - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The original attack before modifications.
- savedPower - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
The original power of the attack before modifications.
- saveHistory() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- saveInventory(CompoundTag) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- saveInventory(CompoundTag) - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- saveInventory(CompoundTag) - Method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- saveList - Variable in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- saveList - Variable in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- saveLog(String) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- savePreviousAttackValues() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Saves all the data on this attack to the info for the previous attack.
- saveSpawningHeightmap(ChunkDataEvent.Save) - Static method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
- saveToFile(File) - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- saveToFile(File) - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Saves the
Research
to a file using theResearch.toJson()
method - saveToFile(File) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Saves the
ResearchTrigger
to a file using theResearchTrigger.toJson()
method - SaveToPresetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- SaveToPresetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SaveToPresetPacket
- SaveToPresetPacket(NPC, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SaveToPresetPacket
- SaveToPresetPacket(UUID, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SaveToPresetPacket
- saving - Variable in class com.pixelmonmod.pixelmon.api.storage.research.save.impl.PixelmonStorageAsyncScheduler
- saving - Variable in class com.pixelmonmod.pixelmon.storage.schedulers.PixelmonStorageAsyncScheduler
- SAWK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SAWK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SAWSBUCK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Scald - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Scald - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Scald - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Scald - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Scald - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SCALD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- scale - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- scale - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- scale - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- scale - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- scale - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- scale - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- scale - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- scale - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- scale() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- scale() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- scale() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns the value of the
scale
record component. - scale(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- scale(float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- scale(E, PoseStack, float) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- scale(Vector3f) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- scale(Vector3f, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- SCALE - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The model scale of the Poké Ball.
- SCALE_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SCALE_X - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- SCALE_Y - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- scaledFactor - Variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- scaledHeight - Variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- scaledWidth - Variable in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- scales - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- SCALES - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- ScaleShot - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Raises Speed by 1 but lowers Defense by 1 after attack doesn't miss a hit.
- ScaleShot - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ScaleShot() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScaleShot
- ScaleShotTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ScaleShotTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ScaleShotTests
- scan(ServerPlayer, BagSection) - Static method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner
-
Performs an inventory scan for battle items.
- scan(ServerPlayer, BagSection, List<ItemStack>, ItemStack, List<ItemData>) - Method in interface com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.ItemScanner
- Scare - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- Scare() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Scare
- SCARY_FACE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ScaryFace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- ScaryFace - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SCATTERBUG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCEPTILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCEPTILE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- sceptilite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Sceptile
- schedule(int, Runnable, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.Scheduling
- schedule(int, Consumer<Scheduling.ScheduledTask>, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.Scheduling
- schedule(Runnable, long) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- schedule(Runnable, long, TimeUnit) - Static method in class com.pixelmonmod.api.scheduler.DelayedScheduler
- schedule(Runnable, long, TimeUnit) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- schedule(Supplier<A>, long, TimeUnit) - Static method in class com.pixelmonmod.api.scheduler.DelayedScheduler
- scheduleAtFixedRate(Runnable, long, long) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- Scheduling - Class in com.pixelmonmod.pixelmon.api.util
- Scheduling() - Constructor for class com.pixelmonmod.pixelmon.api.util.Scheduling
- Scheduling.ScheduledTask - Class in com.pixelmonmod.pixelmon.api.util
- SCHOOL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- Schooling - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Schooling() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- SCHOOLING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ScissorStack - Class in com.pixelmonmod.api.client.screen.render
- SCIZOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCIZOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- scizorite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Scizor
- SCOLIPEDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCOLIPEDE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SCOOP_UP - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- ScoopUp - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- ScoopUp() - Constructor for class com.pixelmonmod.tcg.duel.trainer.ScoopUp
- scope_lens - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- scopeLens - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ScopeLensItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the holder's critical hit ratio.
- ScopeLensItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ScopeLensItem
-
Initializes the held item.
- SCOR_HOOD - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- SCORBUNNY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCORBUNNY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SCORCHING_SANDS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ScorchingSands - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- ScorchingSands - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ScorchingSands() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScorchingSands
- Scoreboard - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard
- Scoreboard() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- Scoreboard(String, ScreenBoardPosition) - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- ScoreboardDisplayPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard
- ScoreboardDisplayPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard.ScoreboardDisplayPacket
- ScoreboardDisplayPacket(Scoreboard, TargetPoint) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.overlay.scoreboard.ScoreboardDisplayPacket
- ScoreboardEntry - Interface in com.pixelmonmod.pixelmon.api.overlay.scoreboard.line
- ScoreboardFactory - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard
- ScoreboardFactory() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- ScoreboardJustification - Enum Class in com.pixelmonmod.pixelmon.client.gui.custom.overlays
- ScoreboardLine - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard.line
- ScoreboardLine() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- ScoreboardLine(boolean, float, float, int, List<ScoreboardEntry>, boolean, Color) - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- ScoreboardLocation - Enum Class in com.pixelmonmod.pixelmon.client.gui.custom.overlays
- SCOVILLAIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCOWLING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SCRAFTY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCRAGGY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Scrappy - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Makes Normal and Fighting-type moves able to hit Ghost-type Pokémon.
- Scrappy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Scrappy
- SCRAPPY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SCRATCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SCREAMTAIL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCREAMTAIL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Screech - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SCREECH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- screen() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- Screen - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases a certain defensive stat for the team.
- Screen(StatusType, BattleStatsType, int, String, String, String) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Screen
-
Initializes the screen.
- Screen(PokeBagContainer, Inventory, Component) - Constructor for class com.pixelmonmod.pixelmon.container.PokeBagContainer.Screen
- SCREEN_CLEANER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ScreenBoardPosition - Enum Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard.type
-
An enum representing the location of the Pixelmon scoreboard on the client's screen
- ScreenCleaner - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Ends effects of LightScreen, AuroraVeil, and Reflect for both sides when sent out.
- ScreenCleaner() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ScreenCleaner
- ScreenCleanerTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ScreenCleanerTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ScreenCleanerTests
- screenFlickerTick - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- ScreenFunctions - Class in com.pixelmonmod.api.client.screen
- ScreenHelper - Class in com.pixelmonmod.pixelmon.client.gui
-
Helper methods for Pixelmon GUIs.
- ScreenHelper() - Constructor for class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- ScreenIdentifiers - Class in com.pixelmonmod.api.client.screen
- ScreenModifier - Interface in com.pixelmonmod.pixelmon.client.gui.override
- ScreenParticleEngine - Class in com.pixelmonmod.pixelmon.client.gui
-
Waterdude, 5/7/21 at 4:30 am!
- ScreenParticleEngine() - Constructor for class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine
- ScreenParticleEngine.GuiParticle - Class in com.pixelmonmod.pixelmon.client.gui
- ScreenResources - Class in com.pixelmonmod.api.client.screen
- ScreensTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ScreensTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
- ScreenStyle - Class in com.pixelmonmod.api.client.screen
- ScreenStyle.ColorScheme - Class in com.pixelmonmod.api.client.screen
- ScreenStyle.Design - Class in com.pixelmonmod.api.client.screen
- ScreenVector - Class in com.pixelmonmod.api.client.screen.util
-
Vector of doubles implementing
Position
, with methods and utilities designed specifically for screen use cases, in particular that ofStatefulScreen
andStatefulWidget
. - ScreenVector(double, double) - Constructor for class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Constructs a new mutable vector with the given values, and the z value set to 0.
- ScreenVector(double, double, double) - Constructor for class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Constructs a new mutable vector with the given values.
- ScreenVector(Position) - Constructor for class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Constructs a new mutable vector with values copied from an existing
Position
. - ScreenVector.Immutable - Class in com.pixelmonmod.api.client.screen.util
-
Immutable version of
ScreenVector
. - scroll() - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- scroll() - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- SCROLL - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- SCROLL_ISTER - Static variable in class com.pixelmonmod.pixelmon.client.models.items.PixelmonBEWLRs
- scroll_of_darkness - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- scroll_of_waters - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ScrollableListWidget<T extends net.minecraft.client.gui.layouts.LayoutElement & net.minecraft.client.gui.components.Renderable> - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- ScrollableListWidget(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- ScrollableListWidget(int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- ScrollableViewport - Class in com.pixelmonmod.api.client.screen.widget.design
-
Widget which performs scissor on all of its child widgets.
- ScrollableViewport(double) - Constructor for class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- Scrollbar - Class in com.pixelmonmod.api.client.screen.widget.input
- Scrollbar(float, float, float) - Constructor for class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- scrollbarVisible() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- scrollBattleLogDown() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- scrollBattleLogUp() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- scrollBattleLogUpOrDownFromKeyPress(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- ScrollBEWLR - Class in com.pixelmonmod.pixelmon.client.render.item.bewlr
- ScrollBEWLR() - Constructor for class com.pixelmonmod.pixelmon.client.render.item.bewlr.ScrollBEWLR
- ScrollBlock - Class in com.pixelmonmod.pixelmon.blocks
- ScrollBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- ScrollBlock.ScrollBlockHanging - Class in com.pixelmonmod.pixelmon.blocks
- ScrollBlock.ScrollBlockStanding - Class in com.pixelmonmod.pixelmon.blocks
- ScrollBlock.Type - Enum Class in com.pixelmonmod.pixelmon.blocks
- ScrollBlockHanging() - Constructor for class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- ScrollBlockStanding() - Constructor for class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockStanding
- ScrollItem - Class in com.pixelmonmod.pixelmon.items
- ScrollItem(ScrollBlock.Type) - Constructor for class com.pixelmonmod.pixelmon.items.ScrollItem
- scrollMultiplier - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- scrollRate() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- scrollRate() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- scrollRate() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- scrollRemaining() - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- scrollSlate - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- scrollStand - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- ScrollTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- ScrollTileEntity(BlockPos, BlockState, ScrollBlock.Type) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- ScrollTileEntity(BlockEntityType<?>, BlockPos, BlockState, ScrollBlock.Type) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- scrollTo(double) - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- scrollTo(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- scrollTop - Variable in class com.pixelmonmod.pixelmon.client.models.blocks.ModelScroll
- scrollWidgetUponMouseClicked(T) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
-
Scrolls the scrollbar upon a widget being clicked.
- SCYTHER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SCYTHERF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SCYTHERM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- sdx - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- sdy - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- sea_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SEADRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SEADRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SEAFLOOR - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- seaIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- SEAKING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SEAKING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- seal_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sealed - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
- SEALEO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SealMail(ServerPlayer, ItemStack, ItemStack, String, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
- search - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- search(PokemonStorage, String) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerQueryPCPacket
-
'query' should have only 1 space between 2 words, and should be lower cased.
- Search - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- SEARCH_DISCARD_COST_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- SEARCH_DISCARD_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- SEARCH_TREE_SYNC_COUNT - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- SEARCH_TREE_SYNC_COUNTER - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- SearchableClipboardSelectionList - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- SearchableClipboardSelectionList(int, int, int, int, int, Consumer<CopiedNPC>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- SearchableClipboardSelectionList.Entry - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- SearchableResourceLocationSelectionList - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- SearchableResourceLocationSelectionList(int, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
-
If the elements cannot be fit between the topScrollY and the bottomScrollY positions then the scroll bar will be rendered
- SearchableResourceLocationSelectionList.Entry - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- SearchableTrackedNPCSelectionList - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- SearchableTrackedNPCSelectionList(int, int, int, int, int, Consumer<StoredEntity<NPC>>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- SearchableTrackedNPCSelectionList.Entry - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- SearchCache(AdvancedPCSearchScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.AdvancedPCSearchScreen.SearchCache
- SearchDiscardEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- SearchDiscardEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardEffect
- SearchDiscardWithEnergyCostEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- SearchDiscardWithEnergyCostEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.SearchDiscardWithEnergyCostEffect
- searchField - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- searchId - Variable in class com.pixelmonmod.pixelmon.api.storage.PCStorageSearch
- SEARING_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SEARING_SUNRAZE_SMASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- searuby_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SEASONED - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- seaweed - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.seaweedSpawner
. - SEAWEED - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- SEAWEED - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- seaweedPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for seaweed spawning. - seaweedSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for seaweed (NOT IMPLEMENTED). - second - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsEqualInteractionCondition
- second - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.item.ItemsTagsMatchInteractionCondition
- second - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.EqualInteractionCondition
- second - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NotEqualInteractionCondition
- second - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareCaseInsensitiveInteractionCondition
- second - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareInteractionCondition
- Second - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen.EnumLevelStage
- SECONDARY_CIRCULAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- secondItemOnInfuser - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
The secondary item being processed by the infuser.
- secondsSinceInfection - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- secret_key - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Secret_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Secret_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Secret_Power - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- SECRET_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SECRET_SWORD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SecretPower - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a different secondary effect depending on the terrain.
- SecretPower() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SecretPower
- SECRETRARE - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardRarity
- sections - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- seeAttack(PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.OpponentMemory
-
Registers an attack that the AI has seen.
- seed - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- seed(long) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the seed the random source for the battle will use.
- SEED_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SEED_FLARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SEED_SOWER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SeedBomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- SeedBomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SEEDOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SEEDOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SeedSower - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Applies the Grassy Terrain environment on being hit with a damaging move.
- SeedSower() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SeedSower
- SeedsTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- SeedsTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.SeedsTests
- SEEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SEEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SEEN - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
- seenForms(Species) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
- seenMoves - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- seesSky - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
Whether it must see the sky (true), must not see the sky (false), or it doesn't care (null).
- seesSky - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- seesSky - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
Whether or not there is a clear* line of sight from the base block to the world ceiling.
- segments - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- segments - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- seishin_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Seismic_Toss - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- SEISMIC_TOSS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SEISMITOAD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- select() - Method in class com.pixelmonmod.api.client.screen.widget.state.SelectableState
- Select - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
- Select(ServerPlayer, ReassemblyUnitTileEntity, ReassemblyUnitTileEntity.Mode, StoragePosition, ItemStack, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Select
- SELECT - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- SELECT - Static variable in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- SELECT_STARTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- SelectableState - Class in com.pixelmonmod.api.client.screen.widget.state
- SelectableState() - Constructor for class com.pixelmonmod.api.client.screen.widget.state.SelectableState
- SelectableState(boolean) - Constructor for class com.pixelmonmod.api.client.screen.widget.state.SelectableState
- selectAction() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Chooses an action for the participant's Pokémon.
- selectAction() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- selectAction() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- selectAIAction() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Decides what action the AI will take during battle.
- selectAll() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- SelectAttackAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- SelectAttackAction(int, PixelmonWrapper, Attack, List<PixelmonWrapper>, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectAttackAction
- selectCurrentPokemon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Selection box for active Pokémon when choosing party Pokémon.
- selected - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- selected - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- selected - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Signifies the currently selected Pokémon if it is in its Poké Ball.
- selected() - Method in class com.pixelmonmod.api.client.screen.widget.state.SelectableState
- selected(boolean) - Method in class com.pixelmonmod.api.client.screen.widget.state.SelectableState
- SELECTED_BOX_OFFSET - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- SELECTED_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- selectedActions - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The actions that the player has currently selected for the battle turn.
- selectedAttack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The attack the Pokémon selected for the turn.
- selectedAttack - Variable in class com.pixelmonmod.pixelmon.battles.status.Encore
- selectedAttack - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The index of the attack selected by the player.
- selectedBox - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The box picked up by the cursor.
- selectedBoxIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The box picked up by the cursor.
- selectedClauses - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The clauses that have been selected to be included in the rules.
- selectedElement - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- selectedItem - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem
- selectedItem - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
The index of the currently selected item.
- selectedMove() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.old_gui.choosePokemon.ChoosePokemon
-
Processes the selected switch.
- selectedMove() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Handles the selection of an action by the player.
- selectedMove(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Handles the selection of an action by the player.
- selectedMoveSkill - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
The name of the selected
MoveSkill
. - selectedOption - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- selectedPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- selectedPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- selectedPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- selectedPokemonList - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- selectedPositions - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
-
An ArrayList containing pairs of DisplayPosition, PositionInStorage.
- selectedRender - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.ribbon.RibbonButton
- selectedStats - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- selectEntity() - Static method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
- selectIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
The selection order index of the Pokémon.
- selectionAlgorithm - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
The
SelectionAlgorithm
used to choose a spawn from a list with a location. - selectionAlgorithm - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- SelectionAlgorithm - Interface in com.pixelmonmod.pixelmon.api.spawning.calculators
-
Interface for an algorithm used to select spawns from a list of possible spawns.
- selectionBuilder - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- SelectionData(UUID, BiConsumer<ServerPlayer, List<Pokemon>>, List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.api.selection.PartySelectionFactory.SelectionData
- SelectionPokemonUI - Class in com.pixelmonmod.pixelmon.client.gui.custom.selection.elements
- SelectionPokemonUI(int, int, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
-
Creates a pokemon ui.
- SelectionResponsePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.selection
- SelectionResponsePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SelectionResponsePacket
- SelectionResponsePacket(List<Integer>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SelectionResponsePacket
- selections(int) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- SelectionScreen - Class in com.pixelmonmod.pixelmon.client.gui.custom.selection
- SelectionScreen(Component, Component, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- SelectionScreen(Component, Component, int, Pokemon[], Set<Integer>, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- SelectItem(BattleController, String, ServerPlayer, ItemStack, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem
- selectMove(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Selects a move if it is clicked.
- SelectMove - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- SelectMoveChoiceAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- SelectMoveChoiceAction(int, PixelmonWrapper, List<MoveChoice>, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectMoveChoiceAction
- SelectMovePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Created by Jay113355 on 5/17/2019.
- SelectMovePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectMovePacket
- SelectMovePacket(int, UUID, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectMovePacket
- SelectMoveScreen - Class in com.pixelmonmod.pixelmon.client.gui.selectMove
-
Created by Jay113355 on 5/17/2019.
- SelectMoveScreen(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen
- SelectMoveScreen.Mode - Enum Class in com.pixelmonmod.pixelmon.client.gui.selectMove
- selectNextPixelmon() - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Selects the next Pokémon in the party.
- Selector<T> - Interface in com.pixelmonmod.pixelmon.api.selector
-
An interface that represents a random selector for a given type.
- SELECTOR_TYPES_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- SelectorData - Record Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network
- SelectorData(ResourceLocation, List<InputElementData>) - Constructor for record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.SelectorData
-
Creates an instance of a
SelectorData
record class. - SelectorHelper - Class in com.pixelmonmod.tcg.api.util.helper
-
Created by Hy on 5/22/2016.
- SelectorHelper() - Constructor for class com.pixelmonmod.tcg.api.util.helper.SelectorHelper
- selectorId() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.SelectorData
-
Returns the value of the
selectorId
record component. - SelectorType<A> - Class in com.pixelmonmod.pixelmon.api.selector
-
This class represents a selector independent of the type of which it is selecting.
- SelectPokemon - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
- selectPreviousPixelmon() - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Selects the previous Pokémon in the party.
- SelectResourcePackModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.main
- SelectResourcePackModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.main.SelectResourcePackModifier
- selectRunAction(UUID) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Attempts to forfeit or flee the battle.
- selectScreenImmediate(BattleMode) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Changes the current screen immediately, without waiting for a tick update.
- SelectSpecies(Level, BlockPos, BlockState, Species) - Constructor for class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies
- SelectStarterInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
-
An implementation of the
InteractionEvent
for thePokemonReceivedEvent
event when a player picks their starter Pixelmon event - SelectStarterInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.SelectStarterInteractionEvent
- SelectStatPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- SelectStatPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectStatPacket
- SelectStatPacket(int, BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SelectStatPacket
- SelectStatScreen - Class in com.pixelmonmod.pixelmon.client.gui
- SelectStatScreen(int[]) - Constructor for class com.pixelmonmod.pixelmon.client.gui.SelectStatScreen
- self() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- SELF - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.TeamType
- SELF - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- SELF - Static variable in class com.pixelmonmod.tcg.client.gui.duel.DuelLogScreen
- Self_Destruct - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SELF_DESTRUCT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SelfBoost - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 2/17/2020.
- SelfBoost() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SelfBoost
- SelfDestruct - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Sell - Enum constant in enum class com.pixelmonmod.pixelmon.entities.npcs.registry.EnumBuySell
- Sell(ServerPlayer, ShopBuilder, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopEvent.Sell
- sellable - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- sellable - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- sellable() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Checks if items can be sold to the shop.
- sellable(boolean) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sets if the shop allows players to sell items to it.
- sellHandler() - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Gets the sell handler for the shop.
- sellItems - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- sellPrice() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Returns the value of the
sellPrice
record component. - sellStartIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
The index that is currently scrolled to in the sell tab.
- send(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
-
Sends the shop to the given players.
- SEND_POKEMON_KEY - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- sendActivatedMessage(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Sends a message indicating that the Ability was activated.
- SendAllRibbonsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
- SendAllRibbonsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SendAllRibbonsPacket
- SendAllRibbonsPacket(List<Ribbon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SendAllRibbonsPacket
- sendAnimation(String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- sendAnimation(String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- sendAnimation(String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
-
Updates the client with the fridge animation.
- sendBattleEffect(AttackAnimationData, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- sendBattleMessage(String) - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
- sendBattleMessage(String, Object...) - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
- sendBattleMessage(String, Object...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Sends a battle message to this participant.
- sendBattleMessage(List<BattleParticipant>, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a battle message to participants in a battle.
- sendBattleMessage(List<BattleParticipant>, Component) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a battle message to all participants in a battle.
- sendBattleMessage(Component) - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
- sendBattleMessage(Component) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Sends a battle message to this participant.
- sendBattleMessage(Component) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- sendBattleMessage(Entity, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a battle message to a player.
- sendBattleMessage(Entity, Component) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a battle message to a player.
- sendBuyPacket() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Sends a packet to the server when buying an item.
- sendBuyPacket() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
- sendBuyPacket() - Method in class com.pixelmonmod.pixelmon.client.gui.vendingmachine.VendingMachineScreen
- sendCacheToPlayer(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- sendCacheToPlayer(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
Sends the Pokemon to the client for editing
- sendChanges() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
Updates the tile entity client-side.
- sendChanges() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- sendChangesToServer() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- sendChat(CommandSource, CommandSource, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a message to two players.
- sendChat(CommandSource, Component) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a message to a player.
- sendChat(CommandSourceStack, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.CommandChatHandler
- sendChat(Entity, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a message to a player.
- sendClientUpdatePacket() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- sendClientUpdateSelectedPacket() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- sendContents(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- sendContents(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- sendDamagePacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a damage packet to the participant clients.
- sendDamagePacket(PixelmonWrapper, int) - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
-
Sends a damage packet to the viewing entity
- sendDamagePacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Updates the client when a Pokémon takes damage.
- sendDamagePacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- sendDisplayPacket() - Static method in class com.pixelmonmod.pixelmon.storage.extras.PlayerExtraDataStore
- sendEffectiveChat(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Sends a battle message about the type effectiveness of an attack.
- SendEntireDayCarePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- SendEntireDayCarePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.SendEntireDayCarePacket
- SendEntireDayCarePacket(PlayerDayCare) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.SendEntireDayCarePacket
- sender - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendaryCheckSpawnsEvent
-
The
CommandSourceStack
using the command. - sendFormattedChat(CommandSource, ChatFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a formatted message to a player.
- sendFormattedChat(CommandSourceStack, ChatFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.CommandChatHandler
- sendHealPacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a healing packet to the participant clients.
- sendHealPacket(PixelmonWrapper, int) - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
-
Sends a heal packet to the viewing entity
- sendHealPacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Updates the client when a Pokémon heals.
- sendHealPacket(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- sendLearnMove(ServerPlayer, UUID, ImmutableAttack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Registers the move and opens the move replacement screen.
- sendLearnMove(ServerPlayer, UUID, ImmutableAttack, boolean) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Registers the move and opens the move replacement screen.
- sendLearnMove(ServerPlayer, UUID, ImmutableAttack, Predicate<ServerPlayer>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.LearnMoveController
-
Registers the move and opens the move replacement screen.
- sendLevelUpMessageInBattleLog() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
- sendMessage(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
- sendMessage(String) - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- sendMessage(String, Object...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- sendMessage(String, Object...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Sends a message to the client.
- sendMessage(String, Object...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- sendMessage(CommandSourceStack, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a gray message to the given
CommandSourceStack
. - sendMessage(CommandSourceStack, String, Consumer<MutableComponent>, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a gray message to the given
CommandSourceStack
. - sendMessage(CommandSourceStack, ChatFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a message to the given
CommandSourceStack
. - sendMessage(CommandSourceStack, ChatFormatting, String, Consumer<MutableComponent>, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a message to the given
CommandSourceStack
. - sendMessage(ServerPlayer, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- sendMessage(ServerPlayer, ChatFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Sends a message to the given
ServerPlayer
. - sendMessages - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Whether to send battle messages to the participants.
- sendMessageToAllPlayers(MinecraftServer, String, Object...) - Static method in class com.pixelmonmod.pixelmon.comm.ChatHandler
-
Sends a message to all players on the server.
- sendNearbyPacket(TargetPoint, Function<ServerPlayer, TCGPacket>) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to all nearby players, with a function to modify the packet based on the specific player.
- sendNearbyPacket(PixelmonPacket, PacketDistributor.TargetPoint) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to all nearby players
- sendNearbyPacket(TCGPacket, PacketDistributor.TargetPoint) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to all nearby players
- sendNearbyPacket(PacketDistributor.TargetPoint, PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to all nearby players
- sendNearbyPacket(PacketDistributor.TargetPoint, TCGPacket) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to all nearby players
- SendoutListener - Class in com.pixelmonmod.pixelmon.client.listener
-
Created by Jay113355 on 12/12/2018.
- SendoutListener() - Constructor for class com.pixelmonmod.pixelmon.client.listener.SendoutListener
- sendPacket - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sends packets to the server.
- sendPacket(PixelmonPacket) - Method in interface com.pixelmonmod.pixelmon.battles.controller.BattleViewer
- sendPacket(PixelmonPacket) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Sends a packet to this participant, wont do anything if its not a player.
- sendPacket(PixelmonPacket) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- sendPacket(PixelmonPacket, ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends the packet to the player
- sendPacket(EnumFeatureState) - Method in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- sendPacket(TCGPacket, ServerPlayer) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends the packet to the player
- sendPacket(ServerPlayer, PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends the packet to the player
- sendPacket(ServerPlayer, TCGPacket) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends the packet to the player
- sendPackets() - Static method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.ScoreboardFactory
- sendParticipantReady() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Triggers when the player's battle messages are emptied.
- sendPokemon() - Static method in class com.pixelmonmod.pixelmon.client.keybindings.SendPokemonKey
-
Sends out or retrieves the selected Pokémon.
- SendPokemon - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
- SendPokemonKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
Sends out or retrieves the selected Pokémon.
- SendPokemonKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.SendPokemonKey
- sendRenderPreBattleSyncPackets() - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- sendRenderSyncPackets() - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- sendSellPacket() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
-
Sends a packet to the server when selling an item.
- sendSellPacket() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
- SendSpawnDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex
-
Created by Justin
- SendSpawnDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.SendSpawnDataPacket
- SendSpawnDataPacket(int, List<PlayerPokedex.PokedexSpawnData>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.SendSpawnDataPacket
- sendStatusPacket(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sends a status update to the client.
- sendSuccess(CommandSourceStack, Component, boolean) - Method in class com.pixelmonmod.tcg.commands.TCGHelpCommand
- sendSwitchPacket(UUID, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Updates all clients with a Pokémon switch.
- sendTo(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- sendTo(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- sendTo(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
- sendTo(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- sendTo(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Opens the GUI for the specified players.
- sendToAll(PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to all players
- sendToAll(TCGPacket) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to all players
- sendToAll(String, Object...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to all participants in the battle.
- sendToAll(Component) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to all participants in the battle.
- sendToAllTracking(PixelmonPacket, Entity) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to all nearby players
- sendToAllTracking(TCGPacket, Entity) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to all nearby players
- SendToastPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.toast
- SendToastPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.toast.SendToastPacket
- SendToastPacket(ToastData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.toast.SendToastPacket
- sendToDimension(PixelmonPacket, Level) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to all nearby players
- sendToDimension(TCGPacket, Level) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to all nearby players
- sendToOthers(String, BattleParticipant, Object...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to all participants besides the given participant.
- sendToPlayer(Player, String, Object...) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to a player.
- sendToPlayer(Player, Component) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sends a battle message to a player.
- sendToServer(PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Sends a packet to the server
- sendToServer(TCGPacket) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Sends a packet to the server
- SendTrackedNPCsOpenScreenPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- SendTrackedNPCsOpenScreenPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SendTrackedNPCsOpenScreenPacket
- SendTrackedNPCsOpenScreenPacket(List<StoredEntity<NPC>>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SendTrackedNPCsOpenScreenPacket
- SendUpdatedInteractionDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- SendUpdatedInteractionDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SendUpdatedInteractionDataPacket
- SendUpdatedInteractionDataPacket(NPC, InteractionSetData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SendUpdatedInteractionDataPacket
- SENSOR_TYPES - Static variable in class com.pixelmonmod.pixelmon.init.registry.SensorTypeRegistration
- SensorTypeRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- SensorTypeRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.SensorTypeRegistration
- SENSU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- sento_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SentOutEffect(PokeBallEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent.SentOutEffect
- SENTRET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SENTRET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SEPARATING - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
- SEPARATION - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen.Mode
- Seperate(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Seperate
- SERENE_GRACE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SereneGrace - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Doubles the chance of secondary effects occurring.
- SereneGrace() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SereneGrace
- SereneGraceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SereneGraceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SereneGraceTests
- serialize() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
-
Writes the Ribbon to an NBT compount
- serialize() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- serialize() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- serialize() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- serialize() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- serialize() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchObjective
- serialize() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- serialize() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- serialize() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Serializes the player research to a
CompoundTag
. - serialize() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
-
Serializes the objective to a
CompoundTag
. - serialize() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Serializes this stage of research to a
CompoundTag
. - serialize() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Serializes the research storage.
- serialize(A, Type, JsonSerializationContext) - Method in class com.pixelmonmod.api.SpecificationTypeAdapter
- serialize(ParseAttempt<A>, Type, JsonSerializationContext) - Method in class com.pixelmonmod.api.ParseAttemptTypeAdapter
- serialize(PokemonSpecification, Predicate<Class<?>>) - Method in class com.pixelmonmod.pixelmon.api.config.adapter.PokemonSpecificationAdapter
- serialize(AttackAnimation, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimationTypeAdapter
- serialize(PokeLootRate, Predicate<Class<?>>) - Method in class com.pixelmonmod.pixelmon.api.config.adapter.PokeLootRateAdapter
- serialize(BossTier, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierTypeAdapter
- serialize(Element, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Element.TypeAdapter
- serialize(PokeBall, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallTypeAdapter
- serialize(Abilities, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.AbilitiesTypeAdapter
- serialize(AggressionChances, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.AggressionChancesTypeAdapter
- serialize(Dimensions, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.DimensionsTypeAdapter
- serialize(EVYields, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.EVYieldsTypeAdapter
- serialize(GenderProperties, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GenderPropertiesTypeAdapter
- serialize(Gigantamax, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.GigantamaxTypeAdapter
- serialize(Moves, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovesTypeAdapter
- serialize(PaletteProperties, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PalettePropertiesTypeAdapter
- serialize(FlyingParameters, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FlyingParametersTypeAdapter
- serialize(MountedFlyingParameters, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MountedFlyingParametersTypeAdapter
- serialize(Movement, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.MovementTypeAdapter
- serialize(RidingOffsets, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.RidingOffsetsTypeAdapter
- serialize(SwimmingParameters, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SwimmingParametersTypeAdapter
- serialize(SpawnData, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SpawnDataTypeAdapter
- serialize(Species, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.SpeciesTypeAdapter
- serialize(ImmutableBattleStats, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ImmutableBattleStatsTypeAdapter
- serialize(Stats, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.StatsTypeAdapter
- serialize(FormTags, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.FormTagsTypeAdapter
- serialize(BattleStatsType, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType.TypeAdapter
- serialize(EvoCondition, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.EvoConditionTypeAdapter
- serialize(Evolution, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.EvolutionTypeAdapter
- serialize(GroupSpawnSettings, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings.TypeAdapter
- serialize(SpawnInfo, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.SpawnInfoTypeAdapter
- serialize(Range, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.util.Range.TypeAdapter
- serialize(ResourceWithFallback, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceWithFallbackTypeAdapter
- serialize(EffectBase, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectTypeAdapter
- serialize(ZMove, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ZMoveAdapter
- serialize(StarterOption, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.StarterOptionTypeAdapter
- serialize(Starter, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.StarterTypeAdapter
- serialize(ITechnicalMove, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.enums.technicalmoves.ITechnicalMove.Adapter
- serialize(CardPower, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardPowerTypeAdapter
- serialize(CardAttack, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardAttackTypeAdapter
- serialize(ImmutableCard, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.DeckCardTypeAdapter
- serialize(ImmutableCard, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ImmutableCardTypeAdapter
- serialize(CardSet, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.CardSetTypeAdapter
- serialize(ThemeDeck, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ThemeDeckTypeAdapter
- serialize(BasePowerEffect, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.BasePowerEffectTypeAdapter
- serialize(BaseTrainerEffect, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.BaseTrainerEffectTypeAdapter
- serialize(Color, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
- serialize(ResourceLocation, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.ResourceLocationTypeAdapter
- serialize(ResourceLocation, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.ResourceLocationTypeAdapter
- serialize(ResourceLocation, Type, JsonSerializationContext) - Method in class com.pixelmonmod.tcg.api.typeadapters.ResourceLocationTypeAdapter
- serialize(TagEntry, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.spawning.util.TagEntryTypeAdapter
- serialize(Vector3f, Type, JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.Vector3fTypeAdapter
- serializeList(Collection<T>, Function<T, JsonElement>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.JsonHelper
- serializeNBT() - Method in class com.pixelmonmod.pixelmon.entities.ChairMountEntity
- serializeNBT() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- serializeNBT() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- serializeNBT() - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- serializeNBT() - Method in class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
- Serializer() - Constructor for class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
- Serializer() - Constructor for class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe.Serializer
- Serializer() - Constructor for class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe.Serializer
- Serializer() - Constructor for class com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe.Serializer
- Serializer() - Constructor for class com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe.Serializer
- Serializers - Annotation Interface in com.pixelmonmod.pixelmon.api.config.api.data
- serializeToNBT() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- SERIOUS - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- SERPERIOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SERVER_COSMETICS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The server cosmetics a player has, stored in player party
- SERVER_DETAIL - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- ServerboundSetSelectedSlotPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.storage
- ServerboundSetSelectedSlotPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ServerboundSetSelectedSlotPacket
- ServerboundSetSelectedSlotPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.storage.ServerboundSetSelectedSlotPacket
- ServerCloseStoragePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ServerCloseStoragePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerCloseStoragePacket
- ServerConfigListPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Syncs the client with server config settings.
- ServerConfigListPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
-
Initializes a sync packet.
- ServerConnectModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.load
- ServerConnectModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.load.ServerConnectModifier
- ServerCosmetics - Enum Class in com.pixelmonmod.pixelmon.api.enums
-
Created by Jay113355 on 3/18/2021.
- ServerCosmeticsUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Created by Jay113355 on 3/21/2021 server -> client
- ServerCosmeticsUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerCosmeticsUpdatePacket
- ServerCosmeticsUpdatePacket(Set<ServerCosmetics>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerCosmeticsUpdatePacket
- serverData - Variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.NetworkServerEntry
- serverDiscord - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
- ServerDiscord() - Constructor for class com.pixelmonmod.pixelmon.api.config.ServerDiscordConfig.ServerDiscord
- ServerDiscord(String, String) - Constructor for class com.pixelmonmod.pixelmon.api.config.ServerDiscordConfig.ServerDiscord
- ServerDiscordConfig - Class in com.pixelmonmod.pixelmon.api.config
- ServerDiscordConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.ServerDiscordConfig
- ServerDiscordConfig.ServerDiscord - Class in com.pixelmonmod.pixelmon.api.config
- ServerItemDropPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops
-
Contains information about opponent drops.
- ServerItemDropPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
-
Empty constructor for packet registration.
- ServerItemDropPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
- ServerItemDropPacket(ServerItemDropPacket.PacketMode) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket
- ServerItemDropPacket.PacketMode - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops
- serverLoad(RegisterCommandsEvent) - Method in class com.pixelmonmod.tcg.TCG
- ServerOwnedTileEntityBattleController - Class in com.pixelmonmod.tcg.tileentity
-
Created by Hy on 5/8/2016.
- ServerOwnedTileEntityBattleController(BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- ServerOwnedTileEntityBattleController(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- ServerPlayerResearch - Interface in com.pixelmonmod.pixelmon.api.storage.research
-
Specialization of
PlayerResearch
with an owner method that specifically returns aServerPlayer
instance. - ServerPokedexPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex
- ServerPokedexPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
- ServerPokedexPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
- ServerPokedexPacket(boolean, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokedex.ServerPokedexPacket
- ServerQueryPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ServerQueryPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerQueryPCPacket
- ServerQueryPCPacket(int, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerQueryPCPacket
- ServerRegistryHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- ServerRegistryHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.ServerRegistryHelper
- serverSelectionList - Variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- ServerSetLastOpenBoxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ServerSetLastOpenBoxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerSetLastOpenBoxPacket
- ServerSetLastOpenBoxPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerSetLastOpenBoxPacket
- ServerStorageDisplay - Class in com.pixelmonmod.pixelmon.client
-
Stores Pokémon data client-side.
- ServerStorageDisplay() - Constructor for class com.pixelmonmod.pixelmon.client.ServerStorageDisplay
- ServerSwapPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage
- ServerSwapPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerSwapPacket
- ServerSwapPacket(StoragePosition, Pokemon, StoragePosition, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerSwapPacket
- serverTick(Level, BlockPos, BlockState, InfuserTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- ServerTradesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- ServerTradesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- ServerTradesPacket(boolean, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- ServerTradesPacket(int, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- ServerTradesPacket(EnumServerTradesMode, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.ServerTradesPacket
- ServerTrashPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage
- ServerTrashPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerTrashPacket
- ServerTrashPacket(StoragePosition, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.ServerTrashPacket
- ServerUpdateBoxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc
- ServerUpdateBoxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerUpdateBoxPacket
- ServerUpdateBoxPacket(int, String, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.pc.ServerUpdateBoxPacket
- SERVINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SERVINEF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SERVINEM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- set - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
The cached
SpawnSet
that this SpawnInfo belongs to. - set(double[], double[]) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- set(double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Sets the x and y values of this vector to the given values.
- set(double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Sets the values of this vector to the given values.
- set(double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Sets the values of this vector to the given values.
- set(double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- set(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- set(int, int, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- set(int, PokedexRegistrationStatus) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Sets an entry in the register status map.
- set(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- set(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- set(int, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- set(Bounds) - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- set(BuildableInteractionCondition.Variable<T>, Object) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- set(BuildableDataProvider.Variable<A>, Object) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- set(BuildableInteractionResult.Variable<T>, Object) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- set(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
Sets the Pokémon's data.
- set(Pokemon, B) - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
- set(Pokemon, PokedexRegistrationStatus) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Sets an entry in the register status map.
- set(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the value associated with the given stat
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBoxSearch
-
This prevents the super method from changing the Pokemon's StoragePosition, which is needed by the GuiPC to retrieve the original position.
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- set(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Sets the given pokemon at the given position in the storage
- set(BattleProperty<T>, Object) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
- set(CardSelectorPurpose, CardSelectorState) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- set(CommonCardState, boolean, BoardLocation, int) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- set(CommonCardState, boolean, BoardLocation, int, boolean) - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- set(CommonCardState, boolean, BoardLocation, int, boolean, String) - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- set(CommonCardState, boolean, BoardLocation, int, boolean, String, boolean) - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- set(Color, ScreenStyle.ColorScheme) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable.Builder
-
Sets a given color scheme to the same color for all screen designs.
- set(Color, ScreenStyle.ColorScheme) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable
-
Sets a given color scheme to the same color for all screen designs.
- set(Color, ScreenStyle.Design) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable.Builder
-
Sets a given screen design to the same color for all color schemes.
- set(Color, ScreenStyle.Design) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable
-
Sets a given screen design to the same color for all color schemes.
- set(Color, ScreenStyle.Design, ScreenStyle.ColorScheme) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable.Builder
-
Sets a color for a given screen design and color scheme.
- set(Color, ScreenStyle.Design, ScreenStyle.ColorScheme) - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable
-
Sets a color for a given screen design and color scheme.
- set(Object) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
Attempts to set the current value to the object provided If it fails to cast the object to the type of this
PropertyValue
then it will error silently and not set the value Should not be implemented by subclasses unless you wish to change the parsing method - set(ArrayList<T>, T, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- set(BiFunction<BattleStatsType, Integer, Integer>) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object applying the given handler function to each yield before setting it.
- set(UUID, Pokemon, PokedexRegistrationStatus) - Static method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
- set(Entity, B) - Method in class com.pixelmonmod.pixelmon.api.data.DataSync
- set(ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
-
Helper method to put a stack in the slot.
- SET_COMMA - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- SET_SPECIES - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setAbility(RegistryValue<Ability>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setAbility(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setAbility(Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- setAbility(CardPower) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setAbility(Optional<Ability>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setAbilitySlot(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setAbleSpecs(Collection<PokemonSpecification>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the set of specs which are able to use this move skill.
- setAcceptedItem(Item) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Activate
-
Changes the item which will be accepted as valid for this interaction.
- setAccountManager(BankAccountManager) - Static method in class com.pixelmonmod.pixelmon.api.economy.BankAccountProxy
-
Sets the implementation of the account manager
- setAcknowledgedServer(boolean) - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- setAction(DialogueNextActionPacket.DialogueGuiAction) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.
- setActive(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- setActiveBox(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- setActiveCard(PokemonCardState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setActiveMessage(Component) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- setAdditionalInfo(int) - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
Additional information in integer form that the specific item might need to function.
- setAddToHistory(boolean) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
Sets if the child given should be added to the player's breeding history Defaults to true
- setAfterLevel(int) - Method in class com.pixelmonmod.pixelmon.api.events.LevelUpEvent.Pre
-
Modifies the level the Pokemon will go to
- setAfterText(String) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail.Pre
- setAggression(Aggression) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setAggressionTimer(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- setAI(BattleAIBase) - Method in class com.pixelmonmod.pixelmon.api.events.battles.SetBattleAIEvent
- SetAllBattlingPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- SetAllBattlingPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
- SetAllBattlingPokemonPacket(PixelmonClientData[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetAllBattlingPokemonPacket
- setAllErrorMessages(List<Component>) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
- setAllowedBoxes(int) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Sets the number of allowed ranch boxes the player can have
- setAllowEditing(boolean) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
-
Sets whether the player is allowed to register to the case if the name is not set, and/or whether they are allowed to select, move, and remove badges from the case.
- setAllReady() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets all players as ready.
- setAllSpecialPixelmon(List<PokemonSpecification>) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets the special Pokémon inside the Poké Gift.
- setAlly(RaidPokemon) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidAllyEvent
- setAmountDropped(int) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
- setAmuletCoinMultiplier(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- setAndApplyModified(int) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- setAndSelectBox(DayCareBox) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- setAngle(float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setAngler(Entity) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- setAnimate(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setAnimate(boolean) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setAnimated(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the animation type of the statue.
- setAnimation(AnimationType) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Sets the animation the Poké Ball is currently in.
- setAnimation(SmdAnimation) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- SetAnimation - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setAnimationFrame(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setAnimationFrame(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the animation frame of the statue.
- SetAnimationFrame - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setAnyMoves(Collection<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the set of moves which will grant this move skill if a Pokémon knows any one of them.
- setApexRadius(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- setAreTrainersDisabled(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setArmorEffect(IArmorEffect) - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- setAtEnd(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- setAttack(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the Attack set to the given value
- setAttack(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the attack stat
- setAttack(int, List<PixelmonWrapper>, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's attack to the button pressed.
- setAttack(Attack, List<PixelmonWrapper>, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's attack to an attack.
- setAttackBase(ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- setAttackFailed() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Marks the Pokémon's current attack as failed.
- setAttackTarget(LivingEntity, String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Sets the Pokémon's target.
- setAttributeModifier(IItemAttributeModifier) - Method in class com.pixelmonmod.pixelmon.api.events.ArmorEffectEvent
- setAuthor(String) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Pre
- setAutoGenerate(boolean) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setBackgroundColor(Color) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
- setBackgroundHoverColor(Color) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
- setBadges(List<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
- setBalance(double) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Sets the balance of the account
- setBalance(float) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Sets the balance of the account
- setBalance(int) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Sets the balance of the account
- setBalance(BigDecimal) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Sets the balance of the account
- setBalance(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.GetBalance
-
Sets the value that will be returned
- setBalance(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.SetBalance
-
Sets the new value to be something else
- setBalance(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- SetBalance(ServerPlayer, BankAccount, BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.SetBalance
- setBall(PokeBall) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setBall(PokeBall) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Sets the ball the pokemon is in
- setBallBonus(double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Updates the ball bonus of the capture attempt this object is associated with, bound to 0 or greater.
- setBankAccountManager(BankAccountManager) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setBase(int) - Method in class com.pixelmonmod.pixelmon.blocks.GenericOreBlock
-
Adds a base XP count to the ore.
- setBaseBlockCondition(Predicate<BlockState>) - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- setBaseHidden(boolean) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setBasePosition(double[]) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's initial position.
- setBattleAI(BattleAIBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- SetBattleAIEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired when the AI for a
BattleParticipant
is being set. - SetBattleAIEvent(BattleController, BattleParticipant, BattleAIBase) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.SetBattleAIEvent
- setBattleModelVisibilities(AbstractClientPlayer) - Method in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
- setBattleStatsForCurrentForm() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Update the battle stats of a new Pokémon with their current form.
- SetBattlingPokemon - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- SetBattlingPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- SetBattlingPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
- SetBattlingPokemonPacket(List<PixelmonWrapper>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetBattlingPokemonPacket
- setBeamLength(float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setBeamOn(boolean) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setBeams(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setBeamTaper(boolean) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setBeamWidth(float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setBenchCards(PokemonCardState[]) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setBlocksWalked(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- setBlockTarget(int, int, int, Direction, String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Sets the Pokémon's target block.
- setBonusStats(BonusStats) - Method in class com.pixelmonmod.pixelmon.api.events.battles.ApplyBonusStatsEvent.Pre
- setBonusStats(BonusStats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setBordered(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
-
Deprecated.Not intended to be called from anywhere except the
EnhancedTextFieldWidget.renderWidget(GuiGraphics, int, int, float)
method. - setBossTier(BossTier) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setBossTier(BossTier) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Sets the Pokémon's boss tier.
- setBossTier(BossTier) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
- SetBoundingBoxMode - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setBoundingMode(EnumBoundingBoxMode) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- setBox(DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Replaces the box with the same id as the one given
- setBox(DayCareBox) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- setBoxCount(int) - Method in class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent.Pre
- setBoxCount(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- setBreedingLogic(BreedingLogicFactory) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setBuffer(MultiBufferSource) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- setBurningCard(PokemonCardState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setButtons(List<B>) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- setButtonText(PositionTriState, Component) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- setCalculatedChild(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Sets the child
- setCalculatedValue(Element) - Method in class com.pixelmonmod.pixelmon.api.events.battles.HiddenPowerCalculateEvent
-
Sets the new calculated value
- setCameraToPixelmon() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Keeps the Pokémon camera in third-person mode.
- setCameraToPlayer() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Keeps the player camera in first-person mode.
- setCameraToPlayer() - Static method in class com.pixelmonmod.tcg.client.helper.BattleHelper
- setCanCatch(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- setCanCatch(boolean) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setCanceled(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.LensUsedEvent
- setCanceled(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
- setCancellable(boolean) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- setCanConsume(boolean) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Sets if they can meet the requirement
- setCanCritical(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets whether the capture attempt this object is associated with can be a critical capture or not.
- setCanEncounter(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent.Pre
-
Overwrites the
EncounterData.canEncounter(Player)
check - setCanFloat(boolean) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- setCanFly(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setCanMove(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SetCanMove - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setCanOpen(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Pre
-
Changes whether the Mystery Box will open from this interaction or not.
- setCanPlayEnergy(boolean) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setCanPlayItem(boolean) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setCanPlayStadium(boolean) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setCanPlaySupporter(boolean) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setCanPlayTrainer(boolean) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setCanRetreat(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setCanRetreatActive(boolean) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setCapacity(int) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- setCardBack(String) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setCardList(List<CardWithLocation>) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- setCardSelection(Player, boolean, boolean[]) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- setCardSelection(Player, boolean, boolean[]) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- setCardSelectorResult(CardSelectorResult) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setCardSelectorState(CardSelectorState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- setCardSelectorState(CardSelectorState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setCardType(CardType) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setCatchingCharm(EnumFeatureState) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setCatchRate(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Updates the modified catch rate of the capture attempt this object is associated with, bound between 1 and 255 inclusive.
- setCategories() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogScreen
-
These are the names that define each group of palettes.
- setCaught() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets the capture attempt this object is associated with to succeed.
- setCaught(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets whether the capture attempt this object is associated with will succeed or not.
- setCaught(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets the capture attempt this object is associated with to succeed, with a specified number of shakes.
- setCaughtTypeCount(HashMap<String, Integer>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
- setCause(String) - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Pre
-
Sets the cause of the event
- setCellCount(ItemStack, int) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- setCentered(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- setChance(float) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreCooldownEnd
-
Updates the chance to a new value
- setChance(float) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PreGrow
-
Change the chance of the growth happening this tick
- setChance(float) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.RollChance
- setChance(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Adds or sets the chance modifier for the event.
- setChance(int) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.TrySpawn
-
Sets the 1/x chance of this spawn attempt occurring.
- setChanceOfNothing(float) - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Cast
- setChange(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.PreTransaction
-
Sets the amount the balance will change by
- setChanged() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- setChanged() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- setChanged() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- setChanged() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- setChanged() - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- SetCharmPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- SetCharmPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetCharmPacket
- SetCharmPacket(EnumCharms, EnumFeatureState) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetCharmPacket
- setCheckSpawns(CheckSpawns) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- setCheerSuccessChance(double) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setChestOneTime(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setChestOneTime(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets whether the chest can only be claimed once before disappearing.
- setChestType(EnumPokeChestType) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setChild(boolean) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the child property set to the given value. - setChild(boolean) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- setChild(Pokemon, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- setChildCreated(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
-
Sets the child that will be created (will be turned into an egg if not)
- setChildExists(boolean) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Sets if a child can be created or not
- setChildGiven(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
Sets the child that will be given
- setChoices(ArrayList<Choice>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- setChoosingOppAttack(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setClientIcon(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- setClientOnlyInfo(LensInfoPacket) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- setClientSideValues(GamePhase, int, boolean, PlayerClientMyState, PlayerClientOpponentState, DuelLog, int, CoinFlipState) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- SetClientTradePairPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- SetClientTradePairPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetClientTradePairPacket
- SetClientTradePairPacket(UUID, TradePair, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetClientTradePairPacket
- setClosedItemStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Pre
- setCloseOnEscape(boolean) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the GUI's close on escape setting.
- setCloseUI(boolean) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- setCode(String) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setCoinFlip(CoinFlipState) - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- setCoinSet(String) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setCollapsedDisplay(Component) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- setColor(float, float, float) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- setColor(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setColor(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setColor(EnumBadgeCase) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
- setColor(Color) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- setColor(Color) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- setColor(Color) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setColor(Color) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- setColor(DyeColor) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- setColor(DyeColor) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- setColor(DyeColor) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- setColorfulPokePasteGender(Pokemon, StringBuilder) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds the Pokémon's gender to the StringBuilder, adding extra color to make it pretty.
- setColorfulPokePasteHeldItem(Pokemon, StringBuilder) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds the Pokémon's held item to the StringBuilder, but with potentially extra color.
- setColorfulPokePasteMoves(Pokemon, StringJoiner) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds the Pokémon's moves to the StringBuilder, but with extra color.
- setColorName(MutableComponent) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- setColorName(DyeColor) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- setColorRGBA(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setColorUIA(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setColorUIB(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setColorUIC(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setColour(String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
Sets the color of the sign.
- setColour(DyeColor) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- setColour(DyeColor) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- setColours(PixelExtrasData.Category, int[]) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setCombinationMoves(Collection<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the set of moves which will grant this move skill if a Pokémon knows all of them.
- setCompletions(Collection<String>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- setCompletions(Collection<T>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- setCondition(DayCareCondition) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Sets the condition being used
- setConditionImmune(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- setConditions(List<SpawnerCondition>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- setConditionSupplier(Supplier<DayCareCondition>) - Static method in class com.pixelmonmod.pixelmon.api.daycare.DayCareConditionRegistry
-
Sets the day care condition supplier
- setConical(boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- setConsumedItem(HeldItem) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's most recent consumed item.
- setConsumeItem(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Pre
- setContext(ContextKey<A>, A) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Sets the context key with the given value
- setControllerPosition(BlockPos) - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- setCooldownColor(Color) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- setCooldownHours(long) - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.PreCalculate
- SetCooldownInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time
- SetCooldownInteractionResult(DataProvider<ServerPlayer>, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.time.SetCooldownInteractionResult
- setCoreCount(ItemStack, int) - Static method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- setCoreType(ZygardeCubeItem.CoreType) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- setCorrectionAngles(int) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- setCounter(int, float, float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
- setCounterEndTime(Date) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setCrit(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.CriticalHit
- setCritical() - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets the capture attempt this object is associated with to be a critical capture.
- setCritical(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets whether the capture attempt this object is associated with is a critical capture or not.
- setCritical(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Sets whether the Poké Ball is critical.
- setCured() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- setCurrentEffectIndex(int) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setCurrentExp(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets current amount of experience the player's Pokémon have.
- setCurrentFrame(int) - Method in class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- setCurrentGroup(Group) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- setCurrentKills(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the current amount of wild Pokémon the player has defeated.
- setCurrentlyEditing(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Sets the player entity that is currently editing this NPC
- setCurrentMaterial(Material) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- setCurrentPokemon(Species) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
- setCurrentTurn(int) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setCurrentTurn(int) - Method in class com.pixelmonmod.tcg.duel.state.RenderState
- setCursor(Supplier<Long>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- setCustomDropEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setCustomDrops(ItemStack...) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setCustomGUI(CustomGUI) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setCustomGUIResult(CustomGUIResult) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setCustomGUIResult(Player, boolean, int[]) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- setCustomGUIResult(Player, boolean, int[]) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- setCustomName(Component) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- setCustomText(String) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- setDamage(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- setDamage(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- setDamageBonus(int, int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- setDamageImmune(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- setData(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- setData(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
- setData(AttackAnimationData, int, float[], int, float[]) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- setData(AttackAnimationData, int, float[], int, float[]) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystemBase
- setData(RaidData) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setData(ImmutableCard) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setData(T) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- setDayCare(PlayerDayCare) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Sets the daycare
- setDayCare(PlayerDayCare) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setDecay(float) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- setDeck(List<ImmutableCard>) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setDeckSize(int) - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientOpponentState
- setDeckSize(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setDecoration(boolean) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setDefault(PokemonConverterProxy) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterRegistry
-
Sets the default converter used by the mod
- setDefaults() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setDefense(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the Defense set to the given value
- setDefense(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the defense stat
- setDescription(String) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Sets a non-default description for the clause.
- setDescription(String) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setDescription(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- setDestination(Vec3) - Method in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
-
Sets the destination block position.
- setDevEnvDebug(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- setDeviant(int) - Method in class com.pixelmonmod.pixelmon.blocks.GenericOreBlock
-
Adds a random addition XP value to the ore lower then specified int.
- SetDialogueDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue
- SetDialogueDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.SetDialogueDataPacket
- SetDialogueDataPacket(List<Dialogue>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.SetDialogueDataPacket
- SetDialogueDataPacket(List<Dialogue>, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.SetDialogueDataPacket
- setDialogues(List<Dialogue>) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
-
Replaces the current dialogues with the given set.
- setDimension(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- setDimensions(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- setDimensions(EntityDimensions) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setDisabled(boolean, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Disables or enables a move.
- setDisabled(boolean, PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Disables or enables a move.
- setDisableNametag(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setDisableShadow(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setDisableTexture(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setDisplayedItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- setDisplayedMarks(int) - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Catch
- setDisplayedRibbon(Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Sets the ribbon that will be displayed on this Pokemon.
- SetDisplayedRibbon(Pokemon, Ribbon, ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon
- SetDisplayRibbonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- SetDisplayRibbonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetDisplayRibbonPacket
- SetDisplayRibbonPacket(StoragePosition, UUID, Ribbon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetDisplayRibbonPacket
-
Initializes a setDisplayRibbon packet.
- setDisplayType(CardSelectorDisplay) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- setDistanceBetweenSpawns(float) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- setDistanceFromCentre(int, int) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- setDistanceFromCentre(int, int) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- setDoesLevel(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setDraggedWidget(StatefulWidget<? extends StatefulWidget<?>>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- setDrink() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- setDrop(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.Drop
- setDropDownOptionAmount(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Sets the maximum amount of completions that this widget will render to the user.
- setDropOneTime(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setDropOneTime(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets whether the chest can only be claimed once per player.
- setDroppable(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
- setDrops(ArrayList<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- setDrops(List<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Drops
- setDrops(ItemStack...) - Method in class com.pixelmonmod.pixelmon.api.events.PokeLootEvent.GetDrops
- setDuration(long) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreDurationCalculate
-
Sets the calculated duration
- setDuration(long) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreTimerBegin
-
Sets the duration in milliseconds
- setDurationTicks(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- setDyeColor(DyeColor) - Method in class com.pixelmonmod.pixelmon.items.GymSignItem
- setDynamaxed(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Sets the Dynamax scale of the Pokémon.
- setDynamaxLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setDynamaxLevel(int, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setEditablePokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- SetEditedPlayerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Updates the client with the player who is being edited.
- SetEditedPlayerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditedPlayerPacket
-
Empty constructor for packet registration.
- SetEditedPlayerPacket(UUID, Pokemon[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditedPlayerPacket
-
Initializes a packet.
- SetEditedPlayerPacket(UUID, String, Pokemon[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditedPlayerPacket
-
Initializes a packet.
- SetEditingPlayerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Sets the player using a Pokémon editor.
- SetEditingPlayerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditingPlayerPacket
-
Empty constructor for packet registration.
- SetEditingPlayerPacket(UUID, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetEditingPlayerPacket
-
Initializes a packet.
- setEffect(IArmorEffect) - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
Sets the armor's effect.
- setEffectiveness(Effectiveness) - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.TypeEffectiveness
- setEffectsParameters(List<List<Object>>) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setEgg(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Sets the egg in the box
- setEgg(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
- setEggCycles(Integer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- setEggCycles(Integer, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setEggCycles(Integer, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Sets the egg cycles of the pokemon
- setEggSteps(Integer) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setElementPadding(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- setEloMinimum(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setEmpty() - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- setEmpty() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- setEnabled(boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- setEnabled(boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.KeybindIcon
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.client.render.player.LayerWrapper
- setEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- setEnabled(PixelExtrasData.Category, boolean) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setEndID(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- setEndingCommand(String) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setEndingMessage(String) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setEndPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setEndPos(float[]) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- setEndPos(float, float, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setEndPosition(LivingEntity) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- setEndPosition(Vec3) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- setEntity(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.BeginFight.Pre
- setEntity(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary.Pre
- setEntity(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent.Pre
- setEntity(Entity) - Method in class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- setEntity(Entity) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- setEntity(T) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
- setEntityPlayer(Player) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setEntityProperties(EntityProperties) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- setError(Component) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Sets the error message displayed in the GUI to the player
- setError(Component) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
- setErrorMessage(Component) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Sets the error message to display to the client Only displayed if
DayCareEvent.PreConditionStatusUpdate.isCanConsume()
is false - setEssence(int) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- setEvolutionAnimationStage(EvolutionStage) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setEvoStage(EvolutionStage) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setEVOverride(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setEVOverrides(int[]) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setEVs(EVStore) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the ev store
- setExecutionChance(int) - Method in class com.pixelmonmod.pixelmon.ai.WanderGoal
-
Changes task random possibility for execution.
- setExp(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- setExp(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Sets the Pokémon's experience.
- setExp(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- setExp(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Sets the Pokémon's experience.
- setExp(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- setExp(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the current amount of experience the player's Pokémon have.
- setExp(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's experience.
- setExpanded(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- setExpCharm(EnumFeatureState) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setExperience(int) - Method in class com.pixelmonmod.pixelmon.api.events.ExperienceGainEvent
-
Sets the new experience that will be given.
- setExperience(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setExperienceModifier(float) - Method in class com.pixelmonmod.pixelmon.api.events.battles.CatchComboEvent.ComboExperienceBonus
- setExportText(String) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ImportExportScreenOld
- setExtraColorMode(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- setExtraColorMode(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- setFactory(CardFactory) - Static method in class com.pixelmonmod.tcg.api.card.CardProxy
-
Sets the factory implementation
- setFallbackCaptureMethod(CaptureMethod) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethodRegistry
-
Sets the fallback method to be returned if
CaptureMethodRegistry.getCaptureMethod(java.lang.String)
doesn't find any method registered for a given key. - setFalse() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- setFilter(PCFilter) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- setFiresChooseEvent(boolean) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- setFlee(UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets a Pokémon to flee in the turn.
- setFlyHeight(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setFlying(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setFlying(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setFlyingCharges(Integer) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- setFlyPower(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- setFocused(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- setFocusedConsumer(BiConsumer<List<Pokemon>, Boolean>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.MultiLineEditBoxColorable
- setFocusedWidget(StatefulWidget<? extends StatefulWidget<?>>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- setFocussed(AbstractWidget) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- setFocussed(T) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- setFocussed(T) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- setForFirstTurnP1() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setForm(Stats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setForm(Stats) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- setForm(Stats) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- setForm(Stats) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the form of a Pokémon.
- setForm(Stats) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Sets the form of a Pokémon.
- setForm(Stats) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- setForm(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setForm(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- setForm(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the form of a Pokémon.
- setForm(String) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidPokemon
- setForm(String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Sets the form of a Pokémon.
- SetForm - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setForNormalTurn() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setForPreMatch() - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setFossil(Item) - Method in class com.pixelmonmod.pixelmon.api.events.FossilCleanerEvent
- setFossil(Item) - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutFossil
- setFossils(EnumFossils[]) - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemoveFossil
- setFoundItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.SelectItem.Pre
-
Sets the
ItemStack
found by the item scan to something else. - setFrame(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.EndTableTileEntity
- setFrame(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- setFrame(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FridgeTileEntity
- setFrame(int) - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IFrameCounter
- setFrame(int) - Method in class com.pixelmonmod.pixelmon.client.models.blocks.GenericSmdModel
- setFreeRoamKey(Component) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- setFriendship(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setFriendshipDecrease(int, int) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicineItem
-
Sets the amount of friendship lost after the item is used.
- setFrontFace(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setFullbright(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setFullTeamData(PixelmonClientData[]) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the data for all our available Pokémon in battle.
- setGameInProgress(boolean) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setGamePhase(GamePhase) - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- setGamePhase(GamePhase) - Method in class com.pixelmonmod.tcg.duel.state.RenderState
- setGender(Gender) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setGender(Gender) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SetGender - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setGetOptionString(Function<T, String>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the function used to convert an option to a string.
- setGigantamax(boolean) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setGigantamaxFactor(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setGlobalAnimationToggle(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
sets the global animation toggle
- setGlobalEmissiveToggle(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- setGlobalSpriteToggle(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- setGlobalVertexToggle(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- setGlobalWireFrame(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
-
sets the wireframe setting
- setGraveyard(List<ImmutableCard>) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setGrotto() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setGroupId(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- setGrowth(Holder<Growth>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setGrowth(Holder<Growth>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- setGrowthData(GrowthData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- setGui(TCGScreen) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- setHA(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setHammerDurabilityLossMultiplier(int) - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- setHandCursorSpriteWhileOverPokemonModel(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- setHandle(Consumer<DialogueChoiceEvent>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
Deprecated.
- setHandledAsleep(boolean) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setHandledBurned(boolean) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setHandledConfusedFlip(boolean) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setHandledParalyzed(boolean) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setHandledPoisoned(boolean) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setHandler(PropertyDispatch.TriFunction<ServerPlayer, Integer, int[], Boolean>) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed.Pre
- setHappyHourMultiplier(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- setHasChanged(boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- setHasChanged(boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- setHasEffect(boolean) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- setHatType(PixelExtrasData.HatType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setHeading() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setHeading(double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Sets the current motion based on a given heading.
- setHealth(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
- setHealth(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setHealth(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- setHealth(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Sets the Pokémon's current hp.
- setHealth(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- setHealth(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's current hp.
- setHealthCache(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setHealthDirect(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Directly sets the Pokémon's current hp, ignoring damage/heal processing.
- setHealthDirect(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- setHealthPercentage(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setHealthPercentage(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokemon's health to a certain percentage of its maximum health.
- setHeight(double) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- setHeight(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- setHeight(float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setHeightAboveTarget(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- setHeldItem(HeldItem) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's held item.
- setHeldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.HeldItemChangedEvent.Pre
-
Allows overriding the HeldItem that is used
- setHeldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Sets the Pokémon's held item after firing
HeldItemChangedEvent
. - setHeldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- setHeldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Sets the Pokémon's held item.
- setHeldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- setHeldItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's held item.
- SetHeldItemPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Updates held items server-side when a Pokémon in the party is given a held item.
- SetHeldItemPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
- SetHeldItemPacket(StoragePosition, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
- setHiddenAbility(boolean) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setHiddenAbility(CardPower) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setHideTicks(int, boolean) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setHideUI(boolean) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the GUI's hide UI setting.
- setHighlightColor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.ColouredTextFieldWidget
- setHistory(List<PokemonBase>) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
- setHoldingAssaultVest(PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- setHourglassesUsed(int) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Sets the number of silver hourglasses used on this box
- setHoverColor(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setHoverColor(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setHoverDisabled(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.HoverDisableButton
-
Sets whether mouse hover highlighting is disabled.
- setHoverDisabledScreen(List<GuiEventListener>, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.widgets.HoverDisableButton
-
Sets the disabled status of all buttons in a screen.
- setHoverImage(String) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setHoverRotationPitch(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setHoverText(String) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setHoverTicks(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- setHP(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the HP set to the given value
- setHP(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Gets the HP
- setHP(int) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setHweenRobe(EnumFeatureState) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Deprecated.
- setHyperTrained(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.HyperTrainEvent
- setHyperTrained(BattleStatsType, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Sets a given stat to be hyper trained or not hyper trained
- setIcon(Window, PackResources, IconSet) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- setIcon(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- SetIconInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- SetIconInteractionResult(ResourceWithFallback) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.SetIconInteractionResult
- setId(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
- setId(int) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- setID(String, int) - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- setIdDropped(int) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
- setImage(String) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setImage(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
- setImmovable(boolean) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the immovable property set to the given value. - setImmovable(boolean) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- SetImportPokemonIDPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Sets the Pokémon ID of an imported Pokémon.
- SetImportPokemonIDPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetImportPokemonIDPacket
-
Empty constructor for packet registration.
- SetImportPokemonIDPacket(int, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.SetImportPokemonIDPacket
-
Initializes a packet.
- setInactiveHeight(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the height of the menu when inactive.
- setInactiveTop(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the top of the menu when inactive.
- setIndex(int) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- setIndices(int[]) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- setInfected() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- setInGUI(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setInitialPitch(float) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Sets the initial pitch of the Poké Ball.
- setInitialYaw(float) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Sets the initial yaw of the Poké Ball.
- setInput(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- setInput(String) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- setInstance(PassiveEffectTicker) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.effects.PassiveEffectProxy
-
Sets the
PassiveEffectTicker
implementation used for logic - setInstance(BreedingLogicFactory) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Sets the instance of the breeding logic
- setInstance(EggHatcher) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcherProxy
-
Sets the
EggHatcher
implementation used for logic - setInstance(PassiveHealingTicker) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.healing.PassiveHealingProxy
-
Sets the
PassiveHealingTicker
implementation used for logic - setInstance(LureExpiring) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.lure.LureExpiringProxy
-
Sets the
LureExpiring
implementation used for logic - setInt(int, int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
- setInTemporaryMode(boolean, Color, Pokemon...) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- setInTemporaryModeClient(boolean, Color) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- setInteractionData(InteractionSetData) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- setInteractions(InteractionSet) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- setInteractionsTab() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.editor.NPCEditorScreen
- setIntrinsicSpecs(Collection<PokemonSpecification>) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the set of specs which are able to use this move skill, regardless of all other checks.
- setInUseRaidData() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setInverted(boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- setInvisible(boolean) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setInvulnerable(boolean) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the invulnerable property set to the given value. - setInvulnerable(boolean) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- setIsDynamaxed(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- setIsFlying(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets whether the statue is in a standing position.
- setIsOnGround(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Sets whether the Poké Ball is on the ground.
- setIsWaiting(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Sets whether the Poké Ball is in an animation.
- setItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- setItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- setItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Sets the given item stack to the specified slot in the inventory (can be crafting or armor sections).
- setItem(int, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- setItem(int, ItemStack) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- setItem(int, ItemStack) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- setItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.ShopEvent.Purchase.Pre
- setItem(Item) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.SetHeldItemPacket
- setItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.HourGlassUsed.Pre
- setItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- setItem3D(String, EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
-
Deprecated.
- setItemAttributeModifiers(IItemAttributeModifier) - Method in class com.pixelmonmod.pixelmon.items.armor.GenericArmor
-
Sets the armor's attributes.
- setItemInCleaner(Item) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- setItemInDisplay(Item) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
-
Sets the item that is inside the Fossil display.
- setItemInSign(ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
Sets the item in the sign.
- setItems(List<ItemData>) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BagItemEvent.CollectItems.Pre
- setItems(List<ItemStack>) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- setItems(ItemStack...) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- setItemSlot(EquipmentSlot, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- setItemSlot(EquipmentSlot, ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setItemSprite(String, EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
-
Deprecated.
- setItemStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- setItemStack(ItemStack, EnumOverlayLayout) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- setItemStack(ItemStack, EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- setItemValues(ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ScrollTileEntity
- setIVOverride(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setIVOverrides(int[]) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setIVs(IVStore) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the IV store
- setIVsToRandomValues() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Sets the current IVStore object's IVs to new random values.
- setJson(String) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- setJumpTicks(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- setKa(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- setKd(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- setKeyBind(KeyMapping) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.KeyBindImageButton
- setKillPortal(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent.Post
- setKs(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- setLabel(String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setLabel(String) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- setLabel(String) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- setLabel(String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the statue's display label.
- SetLabel - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setLastBattle(BattleLog) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setLastBox(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- setLastExecutionTime(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Sets the last recorded time that the associated key has stored to the current time
- setLastExecutionTime(ResourceLocation, long) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Sets the last recorded time that the associated key has stored
- setLastFrame(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- setLastJump(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- setLastOpenTime(long) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
Sets the Unix time in milliseconds when this Mystery Box was last opened.
- setLastRollDay(int) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setLayout(EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- setLearnableMoves(List<LearnableMove>) - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTutorEvent.CollectLearnableMoves.Pre
- setLeftPos(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- setLeftPos(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- setLeftPos(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- setLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- setLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Sets the Pokémon's pokemonLevel.
- setLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- setLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Sets the Pokémon's pokemonLevel and updates its health proportionally.
- setLevel(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- setLevel(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setLevel(String) - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Pre
- SetLevellingEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Event fired when a Pokémon's levelling is toggled.
- SetLevellingEvent(Pokemon, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.SetLevellingEvent
- setLevelNum(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setLevelNum(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's pokemonLevel.
- setLevelStats(Nature, Stats, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Calculates the Pokémon's stats.
- setLifetime(int) - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleSmoke
- setLifetime(int) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setLifetimeTicks(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- setLifetimeTicks(int) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setLine(int, ScoreboardLine) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- setLines(List<Component>) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- setLines(Component...) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- setLines(Component[]) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- setLives(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setLocalizedText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- setLocation(ScoreboardLocation) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomScoreboardOverlay
- setLocationFromBoundingbox() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setLocationMutator(Consumer<SpawnLocation>) - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- setLocked(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setLog(DuelLog) - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- setLootTable(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- setLosses(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the player's loss count.
- setLoweredThisTurn(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- setLure(LureItem) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setLureStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.lures.LureActivateEvent.Pre
- setLureStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setMailItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.EditMail.Pre
- setMakeColorful(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.MultiLineEditBoxColorable
- setMakesContact(boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Sets whether the attack makes contact.
- setManualControl(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setMarkCharm(EnumFeatureState) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setMaterial(Material) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Group
- setMaterials(HashMap<String, Material>) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- setMax(float) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- setMaxHorizontalDisplacement(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- setMaxVisibleOptions(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
-
Sets the maximum number of the drop-down's contents that will be displayed upon opening it up.
- setMaxVisitedNodesMultiplier(float) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- setMaxY(int) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- setMe(PlayerClientMyState) - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- setMegaItem(EnumMegaItem, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- SetMegaItemPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Triggers a Pokémon learning a move while not in battle.
- SetMegaItemPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetMegaItemPacket
- SetMegaItemPacket(EnumMegaItem) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SetMegaItemPacket
- setMegaItemsUnlocked(EnumMegaItemsUnlocked) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setMessage(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.IndexedButton
- setMessage(Component) - Method in class com.pixelmonmod.pixelmon.api.events.EggHatchEvent.Pre
-
Sets the hatch message sent to the player Setting this to null will cancel sending the message
- setMinHeightPerDropDownOption(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- setMintNature(Nature) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setMinY(int) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- setMissed(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- setMnemonic(String) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- setMode(BattleMode) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- setMode(BattleMode, BattleMode) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- setMode(ReassemblyUnitTileEntity.Mode) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- setModel(ModelPokeballs) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- setModel(PlayerModel<AbstractClientPlayer>) - Method in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
- setModelSlot(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SetModelStanding - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setMonocleType(PixelExtrasData.MonocleType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setMotion(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Set the motion of this particle.
- setMotion(Entity, double, double, 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.
- setMotion(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.
- setMoveAccuracy(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- setMoved(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets if the Pokémon has already moved during the turn.
- setMovementTarget(Vec3) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setMoveMultiplier(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setMoveset(Moveset) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setMoveset(ArrayList<Attack>) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setMoveSkillCooldown(MoveSkill, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setMoveTargets(PixelmonWrapper...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the targets of the Pokémon's attack.
- setMoveUses(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- setMovingOffsets(double, double, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.RidingOffsets
- setMulliganBonusDraws(int) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- setMultiBlocksWidth(BlockPos, Direction, Level, MultiBlock, Block, Player) - Static method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
Places a multiblock.
- setMyTurn(boolean) - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- setName(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- setName(String) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- setName(String) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- setName(String) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- SetName - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setNarrowness(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- setNature(Nature) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setNeededNearbyBlockCondition(Predicate<Set<Block>>) - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- setNeedsSaving() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- setNewClauses(List<BattleClause>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Adds a new set of clauses to the rules.
- setNewDialogues(ArrayList<Dialogue>) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueChoiceEvent
-
Deprecated.
- setNewHeldItem(HeldItem) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets a new held item for the Pokémon during battle.
- setNewStatus(PokedexRegistrationStatus) - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Pre
-
Sets the new status it's transitioning to
- setNewTimeToCatch() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- setNewValue(int) - Method in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent.Pre
- setNextOpenTime(long) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
Sets the Unix time in milliseconds when this Mystery Box can next be opened.
- setNickname(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Sets the Pokemon's nickname to the new
Component
- setNickname(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Sets the Pokemon's nickname to the new
Component
- SetNicknameEvent - Class in com.pixelmonmod.pixelmon.api.events.pokemon
-
Event fired when a Pokémon is being nicknamed by a player.
- SetNicknameEvent(ServerPlayer, Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.api.events.pokemon.SetNicknameEvent
- setNoCollide(boolean) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setNoise(double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setNormals(Vertex[]) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- setNormals(ArrayList<Vertex>) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- SetNPCIconPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- SetNPCIconPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SetNPCIconPacket
- SetNPCIconPacket(NPC, ResourceWithFallback) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SetNPCIconPacket
- SetNPCIconPacket(UUID, ResourceWithFallback) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.SetNPCIconPacket
- setNPCStorage(EntityStorage<NPC>) - Static method in class com.pixelmonmod.pixelmon.api.entity.npc.NPCTracker
-
Sets the storage for the NPCs
- setNumInteractions(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Sets the number of interactions the Pokémon has.
- setOffGroundTime(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setOffsets(float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper
- setOn(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.OnOffButton
-
Sets whether the button is on.
- setOnDropDownToggle(BooleanConsumer) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- setOneTimeUse(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- setOnGround() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setOnSelected(Consumer<Double>) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- setOnSelected(Consumer<T>) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- setOnSelected(Consumer<T>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets a method to call when an option is selected.
- setOnSelectedIndex(Consumer<Integer>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets a method to call when an option is selected.
- setOpaque(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
- setOpened(boolean) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorResult
- setOpened(boolean) - Method in class com.pixelmonmod.tcg.duel.state.CustomGUIResult
- setOpeningPrizeIndex(int) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setOpenItemStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Pre
- setOpenPC(PCStorage) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- setOpenPCTexture(ResourceLocation) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- setOpenStorage(PokemonStorage) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setOpenUntil(long) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
Sets the Unix time in milliseconds until this Mystery Box will be open for.
- setOpponent(PlayerClientOpponentState) - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- SetOpponent - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- setOpponents(PixelmonClientData[]) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the Pokémon on the opposing side of the battle.
- SetOpponentType - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
- setOptional(boolean) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- setOptionConverter(Function<T, String>) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- setOptions(List<T>, T) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- setOptions(List<T>, T) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the options in the list.
- setOrdered() - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- setOrdered() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sorts the options in the menu by name.
- setOriginal(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
A bypass method for setting the original party when the player's party is in temporary mode
- setOriginal(StoragePosition, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
-
A bypass method for setting the original party when the player's party is in temporary mode
- setOriginalForm(String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setOriginalPalette(String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setOriginalTrainer(UUID, String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setOriginalTrainer(Player) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setOvalCharm(EnumFeatureState) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setOverlay(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setOverrideModelColor(Vector3f) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setOverridePalette(PaletteProperties) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- setOverridePower(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- setOverrideTexture(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setOverworldWeatherAsBattleWeatherDuringBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
This function first checks if there is no weather (i.e.
- setOverwriteEnergy(Energy) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilDisplayTileEntity
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.GymSignTileEntity
-
Sets the UUID of the player who placed the sign.
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PCTileEntity
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets the UUID of the Poké Gift's owner.
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- setOwner(UUID) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- setOwner(BlockPos, Player) - Method in interface com.pixelmonmod.pixelmon.blocks.IBlockHasOwner
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- setOwner(BlockPos, Player) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- setOwnerId(String) - Method in class com.pixelmonmod.tcg.tileentity.OwnedTileEntity
- setOwnerId(UUID) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- setOwnerUUID(UUID) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setPadding(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- setPaddingY(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- setPaddingY(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- setPaidFor(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Sets the Pokemon as having been paid for (proxy for
PlayerDayCare.setPaidFor(Pokemon, boolean)
- setPaidFor(Pokemon, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Sets if the Pokemon has been paid for previously
- setPairedEntity(Entity) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- setPalette(PaletteProperties) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setPalette(PaletteProperties) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Sets the palette properties for the Pokemon
- setPalette(PaletteProperties) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.species.DataCopier
- setPalette(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setPalette(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the palette of a Pokémon.
- setPalette(String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- setPalette(String, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SetPalette - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setParameter(String, Codec<T>, T) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- setParentOne(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
Sets the first parent Setting to null means no parent will be returned
- setParentOne(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
-
Sets the first parent
- setParentOne(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
- setParentSpecies(Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- setParentTwo(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
Sets the second parent Setting to null means no parent will be returned
- setParentTwo(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PrePokemonAdd
-
Sets the second parent
- setParentTwo(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
- setParticipantCount(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setParty(PartyStorage) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- SetPartyCommand - Class in com.pixelmonmod.pixelmon.command.impl
- SetPartyCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.SetPartyCommand
- setPCActionHistory(RecordedHistory) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- setPCMode(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- setPendingAbility(PokemonCardState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setPendingAttack(PendingAttack) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setPendingPrizeCount(int, int) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- setPercentage(double) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- setPerfectIVs(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setPermanent(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- setPersistentAfterCapture(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- setPersists(PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Sets whether the move will continue next turn.
- setPieces(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.OrbTileEntity
- setPixelmon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon.Pre
- setPixelmonEntity(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.events.PlayerActivateShrineEvent.Pre
-
Overwrites the PixelmonEntity to be spawned
- setPixelmonScale(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Sets the model scale of the Pokémon.
- setPixelmonScale(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the model scale of the Pokémon.
- setPixelmonToFlyForBattle() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
Make Pokémon that can fly hover in the air for battles.
- setPixelmonWrapper(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Sets the Pokémon's PixelmonWrapper.
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.BellBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.GenericDoubleRotatableModelBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableModelBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.StickPlateBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- setPlacedBy(Level, BlockPos, BlockState, LivingEntity, ItemStack) - Method in class com.pixelmonmod.tcg.block.EssenceJarBlock
- setPlaceholder(Component) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- setPlayer(int, PlayerServerState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setPlayer(UUID, String) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- setPlayer(PlayerInfo) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- setPlayerDialogueData(ServerPlayer, List<Dialogue>, boolean) - Static method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.Server-oriented method to send new dialogue data to a player, and optionally order the GUI to open.
- setPlayerIndex(int) - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- setPlayerIndex(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleSpectatorOwnedTileEntity
- setPlayerName(String) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- setPlayers(PlayerClientOpponentState[]) - Method in class com.pixelmonmod.tcg.duel.state.RenderState
- setPlayerStartWalkDistance(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- setPlayerUUID(UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- setPokeball(PokeBall) - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.PutPokeball
- setPokeball(PokeBall) - Method in class com.pixelmonmod.pixelmon.api.events.FossilMachineEvent.RemovePokeball
- setPokeballEntityId(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- setPokeballID(int) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Sets the Poké Ball's entity ID.s
- SetPokeBallIdPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- SetPokeBallIdPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokeBallIdPacket
- SetPokeBallIdPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokeBallIdPacket
- setPokechestMode(EnumPokelootModes) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setPokemon(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- setPokemon(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
-
Sets the primary Pokémon spec then calculates the required space.
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Pre
-
Sets the pokemon the status is being changed for
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Sets the selected Pokémon from the player.
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets the Pokémon inside the Poké Gift.
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- setPokemon(Pokemon...) - Method in interface com.pixelmonmod.pixelmon.client.gui.pokemoneditor.IImportableContainer
-
Sets the pokemon that was imported
- setPokemon(Pokemon...) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- setPokemon(PokemonBase) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the pokemon this statue displays.
- setPokemon(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.events.CaptureEvent
-
Replaces the The
PixelmonEntity
being caught. - setPokemon(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
- setPokemon3D(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- setPokemon3D(PokemonSpecification, EnumOverlayLayout) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- setPokemon3D(PokemonSpecification, EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- setPokemon3D(Species, EnumOverlayLayout, float) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
-
Deprecated.
- SetPokemonBattleDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Registers Pokémon client-side.
- SetPokemonBattleDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonBattleDataPacket
-
Empty constructor for packet registration.
- SetPokemonBattleDataPacket(PixelmonClientData[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonBattleDataPacket
-
Initializes the packet.
- SetPokemonBattleDataPacket(PixelmonClientData[], boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetPokemonBattleDataPacket
-
Initializes the packet.
- setPokemonID(int) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setPokemonSprite(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- setPokemonSprite(PokemonSpecification, EnumOverlayLayout) - Static method in class com.pixelmonmod.pixelmon.client.gui.custom.overlays.CustomNoticeOverlay
- setPokemonSprite(PokemonSpecification, EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
- setPokemonSprite(Species, EnumOverlayLayout) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.custom.overlays.CustomNoticePacketPacket
-
Deprecated.
- setPokemonToEdit(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.MultiLineEditBoxColorable
- setPokePasteFormAndPalette(Pokemon, String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Sets the Pokémon's form name and palette name that appear on the first line of Pokémon's PokéPaste.
- setPokePasteGender(Pokemon, StringBuilder) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds the Pokémon's gender to the StringBuilder.
- setPokePasteHeldItem(Pokemon, StringBuilder) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds the Pokémon's held item to the StringBuilder.
- setPokePasteMoves(Pokemon, StringJoiner) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Adds the Pokémon's moves to the StringBuilder.
- setPokePasteNickname(Pokemon, StringBuilder, String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Sets the Pokémon's nickname that appears on the first line of Pokémon's PokéPaste.
- setPokePastePokemonNameColorful(Pokemon, String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
-
Sets the Pokémon's name (including its form and palette) as the color of the Pokémon's primary type.
- setPokerus(Pokerus) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setPokeUUID(UUID) - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- setPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the x,y,z of the entity from the given parameters.
- setPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- setPos1(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
Sets the Pokemon in the left side of the trade machine.
- setPos2(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
-
Sets the Pokemon in the right side of the trade machine.
- setPosition(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Sets the position of the icon on the screen.
- setPosition(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement.MenuListButton
- setPosition(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- setPosition(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButton
- setPosition(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- setPosition(ScreenBoardPosition) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- setPosition(Entity, EnumRotation, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.EntityHelper
-
Sets the position of an entity in a particular axis relative to the world.
- setPosOffset(int, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setPosOverride(int, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setPossibleCatch(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RaidDropsEvent
- setPOV(boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.listener.EscapeRopeClient
- setPower(int) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.ComparatorPower
-
Sets the power strength a comparator will read from this Mystery Box.
- setPower(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- setPP(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Sets this attack's current PP.
- setPPLevel(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Sets how many PP Ups have been used on the Pokémon to increase the maximum PP for this move.
- setPrefix(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- setPrevForm(Stats) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the previous form.
- setPrevForm(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the previous form.
- setPreviousPokemonID(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setPrevPaletteName(String) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the palette of a Pokémon.
- setPrevPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setPriorForm(Stats) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- setPrizeCards(ImmutableCard[]) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setPrizeCount(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setPrizes() - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- setPrizes(ImmutableCard[]) - Method in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
- setPrizeSelection(Player, int) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- setPrizeSelection(Player, int) - Method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- SetProposedRulesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Updates a player with rules proposed by the other player.
- SetProposedRulesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.SetProposedRulesPacket
-
Empty constructor for packet registration.
- SetProposedRulesPacket(BattleRules) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.SetProposedRulesPacket
-
Initalizes an update packet.
- setProxiedNavigator(PathNavigation) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- setProxy(PokemonProxy<?>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonFactory
-
Sets the proxy implementation - Defaults to
PixelmonPokemonProxy
- setRadius(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- setRadius(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- setRaid(int, Species) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.AddDefault
- setRaid(int, Species, Stats) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.AddDefault
- setRaid(RaidData) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseSpecies
- setRaid(RaidData) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- setRaid(RaidData, RaidCatchScreen) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- SetRaidCommand - Class in com.pixelmonmod.pixelmon.command.impl
- SetRaidCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.SetRaidCommand
- setRaidShields(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- setRaisedThisTurn(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- setRandom(BattleRandomSource) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets this battle's
BattleRandomSource
to a provided instance. - setRandom(RandomSource) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Directly sets the internal
RandomSource
to a given instance. - setRarity(CardRarity) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setRarityMultipliers(List<RarityMultiplier>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- setReady(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setReadyToBreed(boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
- setRecoil(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- setRemoveDisplayed(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.RemoveRibbon.Pre
-
Sets if the display ribbon is cleared
- setRemoveNPC(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade.Pre
- setRenderClientSideValues(GamePhase, int, PlayerClientOpponentState[]) - Method in class com.pixelmonmod.tcg.tileentity.BattleOwnedTileEntityController
- setRenderColor(float...) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setRenderColor(Color) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- setRenderingHandler(RenderingHandler) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- setRenderLayers(FMLClientSetupEvent) - Static method in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- setRenderOptions(int, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PlusBlock
- setRequiredCoinSide(CoinSide) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- setRequiredCoinSide(CoinSide) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffectWithOptionalFlip
- setRequirement(DayCareRequirement) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreConditionStatusUpdate
-
Sets the requirement being used
- setResearchSaveAdapter(ResearchStorageSaveAdapter) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setResearchSaveScheduler(ResearchStorageSaveScheduler) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setResearchStorageManager(ResearchStorageManager) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setResistance(Energy) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setResistanceModifier(CardModifier) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setResistanceValue(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setResolvingConditionCards(Queue<Pair<PokemonCardState, Integer>>) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setResourceLocation(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- setResponse(EnumBattleQueryResponse) - Method in class com.pixelmonmod.pixelmon.battles.BattleQueryPlayer
-
Sets the response from the player.
- setRest(Matrix4f) - Method in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- setResult(int[]) - Method in class com.pixelmonmod.tcg.duel.state.CustomGUIResult
- setRetreatCost(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setReuseMessage(String, ItemStack) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- setRevealedCoinFlipResults(int) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setRewardCount(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setRGB(int, int, int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- setRGBA(float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
-
Set the color of this particle.
- setRibbon(Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.ReceiveRibbon.Pre
-
Sets the ribbon being given
- setRibbon(Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.RemoveRibbon.Pre
-
Sets the ribbon being removed
- setRibbon(Ribbon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.SetDisplayedRibbon.Pre
-
Sets the ribbon that will be displayed
- setRidingPlayerVertical(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- setRobeType(PixelExtrasData.RobeType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setRotation(float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setRotation(Rotations) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setRotationAngles(float, float, float, float, float, float, Entity) - Method in class com.pixelmonmod.pixelmon.client.render.player.ModelBikeArmor
-
Sets the model's various rotation angles.
- setRules(BattleRules) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Updates the screen with a new set of rules.
- setSashType(PixelExtrasData.SashType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setSaveAdapter(ResearchStorageSaveAdapter) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Sets the implementation of the save adapter
Should ideally be set using thePixelmonInitEvent
- setSaveAdapter(StorageSaveAdapter) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setSaveAdapter(StorageSaveAdapter) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Sets the implementation of the save adapter
Should ideally be set using thePixelmonInitEvent
- setSavedUIScale(int) - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- setSaveScheduler(ResearchStorageSaveScheduler) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Sets the implementation of the save scheduler
Should ideally be set using thePixelmonInitEvent
- setSaveScheduler(StorageSaveScheduler) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setSaveScheduler(StorageSaveScheduler) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Sets the implementation of the save scheduler
Should ideally be set using thePixelmonInitEvent
- setScale(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- setScale(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Sets the model scale of the Pokémon.
- setScale(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- setScale(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- setScale(float) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeStopTileEntity
- setScale(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- setScale(float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setScale(float, float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setScrapsLeft(int) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Feed
-
Sets the current value of the counter for Netherite Scraps required to open this Mystery Box.
- setScrapsLeft(int) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
Sets the new value of the counter for Netherite Scraps required to open this Mystery Box again.
- setScrapsTotal(int) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Open.Post
-
Sets the new count of Netherite Scraps required to open this Mystery Box again.
- setSeed(long) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleRandomSource
-
Sets the seed of this BattleRandomSource.
- setSeenList(HashMap<Integer, PokedexRegistrationStatus>) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Sets the Pokédex's register status map.
- setSeenMap(Map<Integer, PokedexRegistrationStatus>) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Don't use this
- setSeesSky(Boolean) - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- setSegments(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- setSegments(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- setSelected(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.elements.SelectionPokemonUI
- setSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the currently selected option.
- setSelected(SearchableClipboardSelectionList.Entry) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- setSelected(SearchableTrackedNPCSelectionList.Entry) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- setSelected(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- setSelected(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- setSelected(StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- setSelected(CustomServerSelectionList.Entry) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- setSelected(CustomServerSelectionList.Entry) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- setSelected(Double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- setSelected(T) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- setSelected(T) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the currently selected option.
- setSelectedPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.ItemSelectPCMode
- setSelectedPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- setSelectedPositions(ArrayList<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- setSelectedPositionsFromArea(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- setSelectedSlot(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setSelectedSlot(int, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- SetSelectedStatsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- SetSelectedStatsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetSelectedStatsPacket
- SetSelectedStatsPacket(PixelmonStatsData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetSelectedStatsPacket
- setSelection(boolean[]) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorResult
- setSelectionAlgorithm(SelectionAlgorithm) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- SetSelectionOptionsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.selection
- SetSelectionOptionsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SetSelectionOptionsPacket
- SetSelectionOptionsPacket(int, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.selection.SetSelectionOptionsPacket
- setServerCosmetics(Set<ServerCosmetics>) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setSetID(int) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- setSettings(InputSettings) - Method in class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- setSettings(InputSettings) - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- setShaderParameters(ShaderParameters) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setShadowGame(boolean) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setShakes(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets the number of shakes that will occur for the capture attempt this object is associated with.
- setShakes(int, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- setShields(int, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setShininess(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- setShiny() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setShiny(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setShiny(boolean) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setShinyCharm(EnumFeatureState) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- setShockwaveChance(double) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- SetShouldAnimate - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setShouldCheckCooldown(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.CooldownCheck.Pre
- setShouldDisplay(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.ReceiveRibbon.Pre
-
Sets if the ribbon should be set as the displayed ribbon for the Pokemon
- setShouldRenderPokemonOutsideBattle(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- setShouldSendToasts(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- setShowBones(boolean) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- setShowChild(boolean) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Sets if the child should be shown in the GUI
- setShowDropDown(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
-
Turns on or off the rendering of the edit box as a large dropdown showing completions for the typed text
- setShowDropDown(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
-
Turns on or off the rendering of the edit box as a large dropdown showing completions for the typed text
- setShowInput(boolean) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets if the input text box should be visible.
- setShowPotentialShiny(boolean) - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
-
Sets if a shiny child should be shown in the GUI
- setSize(double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setSize(double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- setSize(float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- setSize(float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setSize(float, float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setSize(int) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- setSize(int, int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- SetSize - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setSleepingCard(PokemonCardState) - Method in class com.pixelmonmod.tcg.duel.state.GameServerState
- setSliceRadii(int, int) - Method in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- setSliceRadii(int, int) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- setSliderValue(double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- setSmeltTime(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- setSpawnerParent(PixelmonSpawnerTileEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Sets the origin Pixelmon spawner of the Pokémon.
- setSpawnFrequency(float) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- setSpawnLocation(SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.events.spawning.SpawnLocationEvent
- setSpawnLocation(SpawnLocationType) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Sets the Pokémon's spawn location.
- setSpawnLocationCalculator(CalculateSpawnLocations) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- setSpawnPosition(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Pre
-
Sets the spawn position of the pokemon about to spawn
- setSpawnReplaceClassification(MobCategory) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- setSpawnSets(SpawnSet...) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- setSpawnSets(List<SpawnSet>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- setSpawnsPerPass(int) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- setSpec(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent.Pre
-
Sets the specification of the pokemon about to spawn
- setSpec(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- setSpecialAttack(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the Special Attack set to the given value
- setSpecialAttack(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the special attack stat
- setSpecialDefense(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the Special Defense set to the given value
- setSpecialDefense(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the special defense stat
- setSpecialEventDrop(ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setSpecialPixelmon(PokemonSpecification) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Adds a special Pokémon to the Poké Gift.
- setSpecies(RegistryValue<Species>) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the pokemon this statue displays.
- setSpecies(RegistryValue<Species>, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setSpecies(Species) - Method in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies.Pre
- setSpecies(Species) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the pokemon this statue displays.
- setSpecies(Species, boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setSpecies(String) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.PokeDisplayEditor
- setSpecies(String) - Method in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- setSpecificPokerusRate - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- setSpecificShinyRate - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- setSpectatorRangeBlocks(double) - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- setSpeed(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- setSpeed(int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the Speed set to the given value
- setSpeed(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Sets the speed stat
- setSpeedModifier(double) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- setSphealType(PixelExtrasData.SphealType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setSpriteModel(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setStabbing(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Stab
- setStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
The ItemStack being used on the Pokémon.
- setStadiumCard(ImmutableCard) - Method in class com.pixelmonmod.tcg.duel.state.GameClientState
- setStadiumCard(ImmutableCard) - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- setStage(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Sets the stage of a stat.
- setStages(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- setStandingOffsets(double, double, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.RidingOffsets
- setStars(int) - Method in class com.pixelmonmod.pixelmon.api.events.raids.RandomizeRaidEvent.ChooseStarLevel
- setStars(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setStartID(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- setStarting(boolean) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- setStartingCommand(String) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setStartingMessage(String) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- setStartPos(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setStartPos(float[]) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystem
- setStartPos(float, float, float) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- setStartPosition(LivingEntity) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- setStartPosition(Vec3) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- setStartTurnParalyzed(boolean) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- setStartTurns(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
-
Sets the number of turns that the weather will last for according to the user.
- setStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.events.HyperTrainEvent
- setStat(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- setStat(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Sets the EVs for a stat.
- setStat(BattleStatsType, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
-
Sets the pokemonLevel of the specified battle stat type
- setStat(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Sets the IVs for a stat.
- setState(String) - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- setState(String, boolean) - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- setState(String, String, boolean) - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- setState(String, String, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- setStaticOffsets - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- setStatOverride(BattleStatsType, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setStatOverrides(int[]) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setStatsForTurn(int[]) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Sets stats during a battle turn.
- setStatue(StatueEntity) - Method in class com.pixelmonmod.pixelmon.api.events.StatueEvent.CreateStatue
-
Sets the statue that will be placed down.
- setStatue(StatueEntity) - Method in class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
-
Sets the statue after the modification.
- setStatus(byte) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setStatus(int, StatusBase) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Changes a status into a different status.
- setStatus(StatusPersist) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setStatus(PokemonCardStatus) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setStatus(Component, boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
- setStorage(PokemonStorage, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setStorageManager(ResearchStorageManager) - Static method in class com.pixelmonmod.pixelmon.api.storage.research.ResearchStorageProxy
-
Sets the implementation of the storage manager
Should ideally be set using thePixelmonInitEvent
- setStorageManager(StorageManager) - Method in class com.pixelmonmod.pixelmon.api.events.init.PixelmonInitEvent
- setStorageManager(StorageManager) - Static method in class com.pixelmonmod.pixelmon.api.storage.StorageProxy
-
Sets the implementation of the storage manager
Should ideally be set using thePixelmonInitEvent
- setStoredPoke(Pokemon) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setStrafeUpDown(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setStruggle(List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets the Pokémon's attack to Struggle.
- SetStrugglePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Sets a Pokémon to use Struggle server-side.
- SetStrugglePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetStrugglePacket
-
Empty constructor for packet registration.
- SetStrugglePacket(UUID, boolean[][], int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SetStrugglePacket
-
Initializes a struggle packet.
- setSuffix(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- setSurroundingBlockCondition(Predicate<BlockState>) - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- setSwimDepth(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setTarget(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
-
Sets the target
- setTarget(CameraTarget) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
-
Sets the entity that the camera will follow.
- setTarget(Entity) - Method in class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent.StartSpectate
- setTarget(LivingEntity) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- setTargetDistance(float) - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
- setTargetDistance(float) - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoalInFieldOfView
- setTargeting(PixelmonClientData, Attack, int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
-
Sets the targets of an attack.
- setTeamData(PixelmonClientData[]) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the data for allied Pokémon in battle.
- setTeamPokemon(PixelmonClientData[]) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the Pokémon on the player's side of the battle.
- setTeamPokemon(UUID[]) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the Pokémon on the player's side of the battle.
- setTeamSelectTime() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Enables the team select timer if it is active.
- setTeleportPosition(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Pre
- setTeleportToSpawnpoint(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent.Pre
- setTempAbility(Ability) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets a temporary Ability for the Pokémon if its Ability changes during battle.
- setTempAbility(Ability, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets a temporary Ability for the Pokémon if its Ability changes during battle.
- setTempAbility(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- setTempLevel(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets a temporary pokemonLevel for the Pokémon to use in battle.
- SetTempMode - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage
- SetTempMode() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.SetTempMode
- SetTempMode(boolean, Color) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.newStorage.SetTempMode
- setTemporaryEffect(BaseAttackEffect, String) - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- setTemporaryMoveset(Moveset) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- setTempPartyColor(Color) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- setTempt() - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
- setTempType(Element) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets a temporary type for the Pokémon if it changes during battle.
- setTempType(List<Element>) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets type for the Pokémon if it changes during battle.
- setText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice.ChoiceBuilder
-
Deprecated.
- setText(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue.DialogueBuilder
-
Deprecated.
- setText(String) - Method in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail.Pre
- setText(String) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setText(Component) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.RoundButton
-
Sets the text on the button.
- setTextAlign(TextAlignment) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets the alignment of text in the menu.
- setTextColor(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- setTextJustification(TextJustification) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setTextScale(float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setTexture(Texture) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Material
- setTexture(AttackEffect.EnumParticleTexture) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- setTexture(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- setTextureMode(EnumStatueTextureType) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- setTextures(TextureCoordinate[]) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- setTextures(ArrayList<TextureCoordinate>) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- setTextureType(EnumStatueTextureType) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Sets the statue's texture.
- SetTextureType - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
- setThermalPower(float) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- setTickOffset(int) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Sets the tick offset used for UI animation.
- setTicks(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- setTicksTillEscape(int) - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Catch
- setTicksUntilCatch(int) - Method in class com.pixelmonmod.pixelmon.api.events.FishingEvent.Cast
- setTimeEnabled(boolean) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setTimeLimit(int) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- settings - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- settings - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.OpenDialogueInputPacket
- settings() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.InputPlayerData
-
Returns the value of the
settings
record component. - setTitle(String) - Method in class com.pixelmonmod.pixelmon.api.screens.CustomBadgeCaseScreen.Builder
-
Sets the tile or player name of the badge case, Leave blank and allow editing if you want the user to be able to register to the case
- setTitle(Component) - Method in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- setTitle(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- setTitle(Component) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleMenuElement
- setToolbarActive(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- setTooltip(InvisibleButtonWithTooltip.OnHover) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- setTooltip(String) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.KeyBindImageButton
- setToolTip(List<Component>) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- setTooltips(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- setToOppositeGender() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Quick way to swamp male Pokémon to female and vice versa.
- setTotalBred(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the total amount of Pokémon the player has bred.
- setTotalEvolved(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the total amount of Pokémon the player has bred.
- setTotalExp(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the total amount of experience the player's Pokémon have earned.
- setTotalHatched(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the total amount of Pokémon the player has hatched.
- setTotalKills(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the total amount of wild Pokémon the player has defeated.
- setTotalPoints(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- setTrackFactors(float, float) - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- setTrade(TradePair) - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade.Pre
- setTradedPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade.Pre
- SetTradeTargetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- SetTradeTargetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
- SetTradeTargetPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
- SetTradeTargetPacket(Pokemon, PixelmonStatsData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.SetTradeTargetPacket
- setTrainerCard(TrainerCardState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- setTranslates(double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.player.LayerWrapper
- setTransparent(float) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelRenderer
- setTreeType(int) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- setTrue() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- setTurnCount(int) - Method in class com.pixelmonmod.tcg.duel.state.GameCommonState
- setTurnCount(PixelmonWrapper, int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Sets the move's turn count.
- setTurns(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings.Builder
- setTurns(int) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
- setTweaks(List<SpawningTweak>) - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- setType(int) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- setType(EnumPokegiftType) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets the Poké Gift's type.
- setType(EnumBike) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- setU(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
- setupAnim(PokeBallEntity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
- setupAnim(AbstractClientPlayer, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.player.ModelPlayerOnBike
- setupAnim(Entity, float, float, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
- setupAnimation(AnimationType, IncrementingVariable) - Method in class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- setupAttack(ClientBattleManager, PixelmonClientData) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- setupCache() - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- setupCommandTargets(PixelCommand, CommandSourceStack, String[], int) - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Manage the command argument with Mojang Selectors or with putting the sender as target when the target is missing in the arguments.
- setupController(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- setupDoubleBattleBuilder(BattleParticipant, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- setupDoubleBattleBuilder(BattleParticipant, BattleParticipant, BattleParticipant, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- setupForRender(BikeEntity) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
-
Called by
BikeRenderer
to set the animation variables on the model before rendering. - setupForRender(PokeBallEntity) - Method in class com.pixelmonmod.pixelmon.client.models.pokeballs.ModelPokeballs
- setupGhostRecipe(RecipeHolder<?>, List<Slot>) - Method in class com.pixelmonmod.pixelmon.client.gui.recipebook.InfuserRecipeBookComponent
- setupHandler - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- setupHandler(Consumer<BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Adds a consumer to run after the battle builder has had it's properties setup
- setupOverlayRenderState(boolean, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- setupRotations(NPC, PoseStack, float, float, float) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- setupRotations(NPC, PoseStack, float, float, float) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- setupRotations(NPC, PoseStack, float, float, float) - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
- setupRotations(AbstractClientPlayer, PoseStack, float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.player.PixelRenderPlayer
- setupSingleBattleBuilder(BattleParticipant, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- setupSingleBattleBuilderWithLevelCap(BattleParticipant, BattleParticipant, int) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- setupSingleBattleBuilderWithoutSwitchIns(BattleParticipant, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- setUpSwitchMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Sets up variables for the Pokémon to switch out due to a move.
- setupTargetOrSourceAsTarget(CommandSourceStack, String[], int) - Method in class com.pixelmonmod.pixelmon.command.PixelCommand
- setupTripleBattleBuilder(BattleParticipant, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- setUseItem(UUID, Player, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets an item that the player will use during the turn.
- setUseItem(UUID, Player, ItemStack, UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Sets an item that the player will use during the turn.
- setUUID(UUID) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
- setUUID(UUID) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- setUUID(UUID) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- setUV(float, float) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- setV(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
- setValue(boolean) - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- setValue(double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- setValue(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- setValue(DataProvider<T>) - Method in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- setValue(Boolean) - Method in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- setValue(Boolean) - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- setValue(Number) - Method in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- setValue(Object) - Method in class com.pixelmonmod.pixelmon.api.events.StatueEvent.ModifyStatue
-
Sets the value for the property.
- setValue(String) - Method in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- setValue(String, T) - Method in class com.pixelmonmod.api.registry.RegistryManager.Registry
- setValue(List<InputType<?>>) - Method in class com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
- setValue(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- setValue(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- setValue(T) - Method in class com.pixelmonmod.api.registry.RegistryValue
- setValue(T) - Method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Sets the value of the input
- setValue(T) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- setValueFromMouse(double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- setValuesFromItem(ItemStack) - Method in class com.pixelmonmod.tcg.tileentity.EssenceJarTileEntity
- setVariable(String, double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Sets a variable for a specified key.
- setVariation(float) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- setVertices(Vertex[]) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Face
- setVertices(ArrayList<Vertex>) - Method in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- setViewEntity(Entity) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Sets the camera's focus to an entity.
- setViewEntity(Entity) - Static method in class com.pixelmonmod.tcg.client.helper.BattleHelper
- setVisibility(EnumPokechestVisibility) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- setVisibility(EnumPokechestVisibility) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Sets the visibility setting of the Poké Gift.
- setVisible(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
- setVisible(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- setVisible(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.PokemonSlot
- setVisible(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidButton
- setVisible(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDown
-
Sets whether or not this textbox is visible
- setVisible(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
- setW(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
- setWait(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- setWallpaper(String) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- setWallpaperSelect(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- setWarpPosition(String, String, String) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- setWarpPosition(BlockPos) - Method in class com.pixelmonmod.pixelmon.api.events.blocks.WarpPlateEvent
-
Set the position the entity will teleport to.
- setWeakness(Energy) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setWeaknessModifier(CardModifier) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setWeaknessValue(int) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- setWeight(float) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Sets the weight of the choice.
- setWeightsIfUnset(Supplier<List<Integer>>) - Method in class com.pixelmonmod.pixelmon.init.registry.RaidRegistry.RaidBiomeGrouping
-
Sets the star weights of this group of raids if they haven't been set yet.
- setWidth(double) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- setWidth(float) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- setWidth(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- setWillCureStatus(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
- setWillDynamax(ClientBattleManager) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- setWillHeal(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
- setWillRevive(boolean) - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
- setWingType(PixelExtrasData.WingType) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- setWins(int) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Sets the player's win count.
- setWireFrame(boolean) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- setWoodType(WoodType) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- setWoodType(WoodType) - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- setWords(String[]) - Method in class com.pixelmonmod.pixelmon.client.models.obj.parser.LineParser
- setX(double) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- setX(float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- setX(float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- setX(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- setX(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- setX(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- setX(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- setY(double) - Method in class com.pixelmonmod.tcg.client.gui.TargetScreen
- setY(float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- setY(float) - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.BubbleObject
- setY(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- setY(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- setY(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- setY(int) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- setYBodyRot(float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setYHeadRot(float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- setYield(EVYields) - Method in class com.pixelmonmod.pixelmon.api.events.battles.EVGainEvent.Pre
-
This is used to set the yields to a new value
- setYield(BattleStatsType, int) - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with the given value set to the given stat.
- setYOffset(float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- setZ(float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- setZ(float) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- setZLevel(int) - Method in class com.pixelmonmod.pixelmon.items.UIElementItem.Builder
- SEVIPER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SEVIPER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SEWADDLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- shade_root_carrot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SHADER_DATA_SERIALIZER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- SHADER_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- shaderParameters - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- ShaderParameters - Class in com.pixelmonmod.pixelmon.client.render.shader
- ShaderParameters(ResourceLocation, Map<String, ShaderParameters.Value<?>>, Color, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- ShaderParameters.Builder - Class in com.pixelmonmod.pixelmon.client.render.shader
- ShaderParameters.Value<T> - Class in com.pixelmonmod.pixelmon.client.render.shader
- ShaderRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl.shader
- ShaderRequirement - Class in com.pixelmonmod.api.statue.requirement.impl.shader
- ShaderRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.ShaderRequirement
- ShaderRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.ShaderRequirement
- ShaderRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.shader.ShaderRequirement
- ShaderRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.shader.ShaderRequirement
- shadow - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shadow in the starter screen GUI.
- shadow() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- shadow(boolean) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- Shadow - Class in com.pixelmonmod.pixelmon.client.gui.starter
- Shadow(ShadowSize, ShadowDelete) - Constructor for class com.pixelmonmod.pixelmon.client.gui.starter.Shadow
- Shadow(ShadowSize, ShadowDelete, float) - Constructor for class com.pixelmonmod.pixelmon.client.gui.starter.Shadow
- SHADOW - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- Shadow_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Shadow_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Shadow_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Shadow_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Shadow_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Shadow_Ball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SHADOW_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHADOW_BONE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Shadow_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Shadow_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Shadow_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Shadow_Claw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SHADOW_CLAW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHADOW_FORCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHADOW_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHADOW_RIDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SHADOW_SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SHADOW_SNEAK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHADOW_TAG - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SHADOW_TAG - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- shadow_wand - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGItems
- SHADOW_WAND - Static variable in class com.pixelmonmod.tcg.init.registry.ItemRegistration
- ShadowBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- ShadowBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ShadowBlob - Class in com.pixelmonmod.pixelmon.client.particle.particles
- ShadowBlob - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- ShadowBlob(double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.ShadowBlob
- ShadowClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- ShadowClaw - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ShadowDelete - Interface in com.pixelmonmod.pixelmon.client.gui
- ShadowForce - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Vanishes on the first turn and strikes on the second turn.
- ShadowForce() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.ShadowForce
-
Initializes Shadow Force.
- ShadowParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.shadow
- ShadowParticle(ClientLevel, double, double, double, int, double, double, double, Color, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticle
- ShadowParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.shadow
- ShadowParticleData(int, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- ShadowParticleData(Color, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- ShadowParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.shadow
- ShadowParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleFactory
- ShadowParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.shadow
- ShadowParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleType
- ShadowShield - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ShadowShield() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShadowShield
- ShadowSize - Enum Class in com.pixelmonmod.pixelmon.client.gui.starter
- ShadowTag - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the opposing Pokémon from switching out.
- ShadowTag() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShadowTag
- ShadowTagTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ShadowTagTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ShadowTagTests
- ShadowWandItem - Class in com.pixelmonmod.tcg.item
- ShadowWandItem() - Constructor for class com.pixelmonmod.tcg.item.ShadowWandItem
- shakeCountCheck(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Performs shake checks and sets the
CaptureValues
accordingly. - SHAKELEFT - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- SHAKERIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- shalour_sable - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SHAPE - Static variable in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- SHAPE - Static variable in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- SHAPE - Static variable in class com.pixelmonmod.pixelmon.blocks.ultraspace.FallenLeafBlock
- SHAPED_TAG_RECIPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- ShapedTagRecipe - Class in com.pixelmonmod.pixelmon.api.recipe
- ShapedTagRecipe(String, CraftingBookCategory, int, int, NonNullList<Ingredient>, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe
- ShapedTagRecipe(String, CraftingBookCategory, int, int, NonNullList<Ingredient>, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe
- ShapedTagRecipe.Serializer - Class in com.pixelmonmod.pixelmon.api.recipe
- SHAPELESS_TAG_RECIPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- ShapelessTagRecipe - Class in com.pixelmonmod.pixelmon.api.recipe
- ShapelessTagRecipe(String, CraftingBookCategory, ItemStack, NonNullList<Ingredient>) - Constructor for class com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe
- ShapelessTagRecipe.Serializer - Class in com.pixelmonmod.pixelmon.api.recipe
- SHAPES - Static variable in class com.pixelmonmod.pixelmon.init.registry.FireworkRegistration
- shard - Variable in class com.pixelmonmod.pixelmon.items.heldItems.OrbItem
- ShardItem - Class in com.pixelmonmod.pixelmon.items
- ShardItem(EnumOrbShard) - Constructor for class com.pixelmonmod.pixelmon.items.ShardItem
- shardType - Variable in class com.pixelmonmod.pixelmon.blocks.OrbBlock
- shardType - Variable in class com.pixelmonmod.pixelmon.items.ShardItem
- SharedModels - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 10/13/2017.
- SharedModels() - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
- sharp_beak - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sharpBeak - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- SHARPEDO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHARPEDO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- sharpedonite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Sharpedo
- SHARPEN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Sharpness - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Powers up slicing moves by 50%
- Sharpness() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sharpness
- SHARPNESS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SHATTERED_PSYCHE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHAYMIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHAYMIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ShayminFormChange - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges
- ShayminFormChange() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.formChanges.ShayminFormChange
- ShearableStats - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats
- ShearableStats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- ShearableStats(byte) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- ShearableTickHandler - Class in com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers
- ShearableTickHandler(AbstractBaseEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.ShearableTickHandler
- ShearInteraction - Class in com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom
-
Produces wool when a sheep (mareep) is sheared with shears.
- ShearInteraction() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.ShearInteraction
-
Initializes the interaction.
- shed_shell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SHED_SKIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SHED_TAIL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHEDINJA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHEDINJA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ShedinjaHPDynamaxTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- ShedinjaHPDynamaxTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ShedinjaHPDynamaxTest
- shedShell - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ShedShellTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- ShedShellTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.ShedShellTests
- ShedSkin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Has a 30% chance of curing the Pokémon's non-volatile status every turn.
- ShedSkin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShedSkin
- ShedTail - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Shed Tail creates a substitute at the cost of half of the user's maximum HP (rounded up), then switches the user out, but giving the switching in Pokémon the substitute.
- ShedTail() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShedTail
- SHEER_COLD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHEER_FORCE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SheerForce - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of moves with secondary effects by 30%, and removes the secondary effects.
- SheerForce() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SheerForce
- SheerForceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SheerForceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- SHELGON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHELGON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SHELL_ARMOUR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- shell_bell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SHELL_SIDE_ARM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHELL_SMASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHELL_TRAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- shellArmorShouldBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShellArmorTests
- shellArmorShouldPreventCriticalHits(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShellArmorTests
- ShellArmorTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ShellArmorTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ShellArmorTests
- ShellArmour - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ShellArmour() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShellArmour
- shellBell - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ShellBellItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Heals the Pokémon by 1/8th of the damage dealt by it.
- ShellBellItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ShellBellItem
-
Initializes the held item.
- ShellBellTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- ShellBellTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.ShellBellTests
- SHELLDER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHELLDER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SHELLOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHELLOS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SHELLOS_JUMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ShellSideArm - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- ShellSideArm() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellSideArm
- ShellTrap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/30/2020.
- ShellTrap - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ShellTrap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShellTrap
- ShellTrapStatus - Class in com.pixelmonmod.pixelmon.battles.status
- ShellTrapStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ShellTrapStatus
- ShellTrapTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- ShellTrapTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ShellTrapTest
- SHELMET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHELTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SHIELD_DUST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ShieldDust - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Removes the secondary effects of moves hitting this Pokémon.
- ShieldDust() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldDust
- ShieldDustTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ShieldDustTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shieldHPBound - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- shieldHPPercent - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- SHIELDON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- shields - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Barriers for Raid Pokémon.
- shields - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- shields - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- shields - Variable in class com.pixelmonmod.pixelmon.battles.tasks.RaidShieldsTask
-
The shields of the Raid Pokémon.
- shields - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
- SHIELDS_DOWN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ShieldsDown - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ShieldsDown() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- shieldsDownProtectsAgainstToxicSpikesOnSecondSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldActivateOnSwitchingIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldBlockPrimaryStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldBlockRest(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldNotBeIgnored(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldNotBlockMinorStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldNotBlockStatusIfShieldsDown(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldNotProtectTransformedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldStartInCoreFormIfBelow50Percent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldsDownShouldTakeEntryHazardsBeforeActivating(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- ShieldsDownTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ShieldsDownTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldsDownTests
- shieldStrength - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- shieldUses - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- shieldUsesStatic - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- Shift - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- Shift() - Constructor for class com.pixelmonmod.tcg.duel.power.Shift
- SHIFT - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- SHIFT_GEAR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SHIFTRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHIFTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SHIINOTIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHIINOTIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- shingles - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SHINGLES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- SHINGLES_CORNER_1 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- SHINGLES_CORNER_2 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- shingles_corner1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- shingles_corner2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SHINX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHINX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- shiny - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
- shiny - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ShinyCondition
- shiny - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- shiny - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shiny Pokémon icon.
- shiny - Variable in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
- shiny() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokémon palette to be shiny
- shiny() - Method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
-
Returns the value of the
shiny
record component. - shiny(boolean) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the Pokémon palette to be shiny if true, null if false
- Shiny - Class in com.pixelmonmod.pixelmon.client.particle.particles
- Shiny - Class in com.pixelmonmod.pixelmon.client.particle.systems
- Shiny - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- Shiny - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
- Shiny() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.Shiny
- Shiny(double, double, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.Shiny
- SHINY - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- SHINY - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- SHINY - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- SHINY - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
- SHINY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- SHINY - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- SHINY - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Pokémon offered by the trader is Shiny.
- SHINY - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- shiny_charm - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SHINY_CHARM - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- SHINY_CHARM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The state of the Shiny Charm equipped by the Player
- SHINY_NO - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- SHINY_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- SHINY_STITCHED - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
- shiny_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- shiny_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SHINY_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- shiny_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SHINY_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- SHINY_YES - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- shinyCharm - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shiny Charm.
- ShinyCharm - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ShinyCharm - Enum constant in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
- shinyCharmBig - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- ShinyCharmCommand - Class in com.pixelmonmod.pixelmon.command.impl
- ShinyCharmCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.ShinyCharmCommand
- ShinyCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- ShinyCondition(boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.ShinyCondition
- ShinyParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.shiny
- ShinyParticle(ClientLevel, double, double, double, int, double, double, double, Color, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticle
- ShinyParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.shiny
- ShinyParticleData(int, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- ShinyParticleData(Color, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- ShinyParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.shiny
- ShinyParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleFactory
- ShinyParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.shiny
- ShinyParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleType
- ShinyPredicate - Class in com.pixelmonmod.pixelmon.client.gui.pc.sorting
- ShinyPredicate() - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.sorting.ShinyPredicate
- shinyRatio - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- ShinyRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- ShinyRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- ShinyRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ShinyRequirement
- ShinyRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.ShinyRequirement
- ShinyRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ShinyRequirement
- ShinyRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.ShinyRequirement
- Shinystone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- shoal_salt - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- shoal_shell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SHOCK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SHOCK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- shock_drive - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Shock_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Shock_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- SHOCK_WAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- shockwave(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- shockwaveChance - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- shockwaveChance - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- shockwaved - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- shockwaveFails - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- shoot(double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- shop - Variable in class com.pixelmonmod.pixelmon.api.events.ShopEvent
- SHOP_ITEM_NAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of an item in the shopkeeper's stock.
- SHOP_ITEM_VARIATION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The cost multiplier of an item in the shopkeeper's stock.
- SHOP_PURCHASE_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- SHOP_SELL_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- ShopBuilder - Class in com.pixelmonmod.pixelmon.api.shop
-
A builder for creating a shop that will be displayed to any number of players.
- ShopBuilder() - Constructor for class com.pixelmonmod.pixelmon.api.shop.ShopBuilder
- ShopClosePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- ShopClosePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopClosePacket
- ShopEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Events fired when someone buys/sells from a
ShopFactory.builder()
created shop. - ShopEvent(ServerPlayer, ShopBuilder) - Constructor for class com.pixelmonmod.pixelmon.api.events.ShopEvent
- ShopEvent.Purchase - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when a player buys an item from a shop.
- ShopEvent.Purchase.Post - Class in com.pixelmonmod.pixelmon.api.events
- ShopEvent.Purchase.Pre - Class in com.pixelmonmod.pixelmon.api.events
- ShopEvent.Sell - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when a player sells an item to a shop.
- ShopEvent.Sell.Post - Class in com.pixelmonmod.pixelmon.api.events
- ShopEvent.Sell.Pre - Class in com.pixelmonmod.pixelmon.api.events
- ShopFactory - Class in com.pixelmonmod.pixelmon.api.shop
-
Static factory for creating and managing shops for players from the server side.
- ShopItem - Record Class in com.pixelmonmod.pixelmon.api.shop
-
Simple record that represents an item in an NPC's shop.
- ShopItem(UUID, ItemStack, double, double) - Constructor for record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Creates an instance of a
ShopItem
record class. - ShopItem(ItemStack, double, double) - Constructor for record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Creates a new
ShopItem
with the given item stack, buy price, and sell price. - shopItems - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenShopInteractionResult
- shopItems - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.AbstractShopScreen
- SHOPITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The shopkeeper's stock.
- shopkeeper - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shopkeeper screen.
- ShopkeeperScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
- ShopkeeperScreen(List<ShopItem>, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreen
- ShopkeeperScreens - Enum Class in com.pixelmonmod.pixelmon.client.gui.npc
- ShopOpenPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- ShopOpenPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopOpenPacket
- ShopOpenPacket(ShopBuilder) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopOpenPacket
- ShopTransactionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.npc
- ShopTransactionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopTransactionPacket
- ShopTransactionPacket(boolean, UUID, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.npc.ShopTransactionPacket
- SHORE_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ShoreUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 8/19/2019.
- ShoreUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ShoreUp
- SHORN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SHORN_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- ShornRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- ShornRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ShornRequirement
- ShornRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.ShornRequirement
- shouldActivateforEachFaint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SoulHeartTests
- shouldAddToHistory() - Method in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreCollect
-
If the child given should be added to the player's breeding history Defaults to true
- shouldAllowFlinchingForAttacksBypassingSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldAllowItemSwitchingPastOpposingSubstitutes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldAllowQuickClawIfUsingNonStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MyceliumMightTests
- shouldAllowRedirectionAtAlly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicCoatTests
- shouldAlwaysSpawnInVillage() - Method in class com.pixelmonmod.pixelmon.api.config.StructureConfig
- shouldApplyEffectTickThisTick(int, int) - Method in class com.pixelmonmod.pixelmon.entities.effects.AvoidanceEffect
- shouldApplyEffectTickThisTick(int, int) - Method in class com.pixelmonmod.pixelmon.entities.effects.RepelEffect
- shouldBeBlockedByFocusEnergy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- shouldBeDisabledByKlutz(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldBeIndependentFromFocusEnergy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GmaxChiStrikeTests
- shouldBeNotRemovedByFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EndureTests
- shouldBePreventedByTaunt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- shouldBeRedirected(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldBeRemovedByFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldBeRemovedOnAllPokemonByFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldBeRemovedOnAllPokemonByFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- shouldBeRemovedOnAllPokemonByFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBeRemovedOnAllPokemonByFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldBlockAttack(PixelmonWrapper, PixelmonWrapper, Attack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Dazzling
- shouldBlockAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- shouldBlockContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- shouldBlockDynamaxedStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldBlockEntryHazardEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldBlockModifiedPriorityMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBlockModifiedPriorityStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBlockModifiedPriorityStatusZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBlockModifiedPriorityZStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBlockModifiedSpreadMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldBlockNonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- shouldBlockPriorityMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBlockPriorityMovesAtAlly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBlockPriorityStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldBlockSecondaryEffectsAgainstTheAbilityUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldBlockSecondaryEffectsAgainstTheItemHolder(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldBlockSecondaryEffectsFromFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldBlockSecondaryEffectsFromFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldBlockSecondaryEffectsFromItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldBlockSecondaryEffectsFromItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldBlockSpreadMovesAtAlly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldBlockSpreadMovesInSingles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldBlockSpreadStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldBlockSpreadZStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldBlockStatusMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- shouldBlockStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldBlockTargetedStatusMovesFromAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldBlockUnseenFistContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- shouldBlockZStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldBoostSelfAndAlliedCritRateByOne(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GmaxChiStrikeTests
- shouldBreakBlock() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- shouldBreakBlock() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeGiftTileEntity
-
Checks if claiming the Poké Gift will make it disappear.
- shouldBurnTheUserOfAContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldBypassAuroraVeil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldBypassMistAndSafeguard(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldBypassScreens(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldBypassSubstituteAndProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- shouldCatchPokerus() - Method in class com.pixelmonmod.pixelmon.api.config.PokerusConfig
- shouldCauseCalledAttacksToIgnoreAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MyceliumMightTests
- shouldCauseWaterTypeAttacksToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- shouldCauseWaterTypeStatusMovesToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- shouldChangeAttackersAbilityWhenHitWithContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- shouldCheckSight - Variable in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
If true, EntityAI targets must be able to be seen (cannot be blocked by walls) to be suitable targets.
- shouldCloseOnEsc() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.selection.SelectionScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.faint.FaintScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- shouldCloseOnEsc() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- shouldConsumeItemStack() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- shouldContinue - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
- shouldContinue() - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- shouldContinue() - Method in class com.pixelmonmod.api.pokemon.requirement.AbstractRecursivePokemonRequirement
- shouldContinue() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- shouldContinue() - Method in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- shouldContinue() - Method in class com.pixelmonmod.api.requirement.AbstractRecursiveRequirement
- shouldContinue() - Method in interface com.pixelmonmod.api.requirement.Requirement
-
If the spec should continue processing the results after applying this requirement.
- shouldContinue() - Method in class com.pixelmonmod.api.statue.requirement.AbstractRecursiveStatueRequirement
- shouldContinue() - Method in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- shouldContinue(boolean) - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- shouldContinue(boolean) - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets if the requirement should continue looking for other requirements after this one
Defaults to true - shouldContinueBlockingAfterUserFaints(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticle
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticle
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticle
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticle
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticle
- shouldCull() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticle
- shouldDamageTheUserOfAContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- shouldDisplay - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.ReceiveRibbon
- shouldDoSpawning() - Method in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
Whether or not this spawner should do spawning when it is triggered
- shouldDoSpawning() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
- shouldDoSpawning() - Method in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- shouldDoubleAttackNonProtectingTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldDoubleBoostIfTempTypeIsDragon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- shouldEggBeShiny(Pokemon, Pokemon) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicFactory
-
Check used to determine if the child should be shiny
- shouldEggBeShiny(Pokemon, Pokemon) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.egg.BreedingLogicProxy
-
Check used to determine if the child should be shiny
- shouldEggBeShiny(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.PixelmonBreedingLogic
- shouldEliminateSecondaryEffectsFromMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldFailIfAllySwitchWasAlreadyUsedThisTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldFailIfOpponentsAreFainted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldFailIfUsedByMiddlePokemonInTripleBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldFailOnceIfBothHitsWouldFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldFailWhenTargetingProtectedAllyInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldFailWithoutTargets(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- shouldForceChance() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
If chance checks should be skipped
- shouldForceMiss(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- shouldFullyBlockDamagingZmoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- shouldFullyBlockMostMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- shouldGenerateCosmeticsInCardShop() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- shouldGoThroughProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MightyCleaveTests
- shouldHaveHiddenAbility(float) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- shouldHaveHiddenAbility(Stats, ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- shouldHitAllyTwiceInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitEachOpponentOnceEvenIfFirstFaints(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitEachOpponentOnceInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitNonDarkTargetTwiceIfPranksterBoosted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitSelfAndAllyOnceIfAllySwitchedToTargetSelf(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitSelfTwiceIfAllySwitchedToTargetSelfAndPartnerImmune(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitTargetsAllyTwiceIfInitialHitMisses(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitTargetTwiceIfOtherOpponentIsFainted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldHitTwiceInSingles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldItemBeDamaged - Variable in class com.pixelmonmod.pixelmon.api.events.LensUsedEvent
-
Whether or not the lens item should be damaged by this interaction, defaulting to true.
- shouldKillPortal() - Method in class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent.Post
- shouldLoop() - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- shouldLosePumpedBoostIfTargetDoesNotHaveIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- shouldLowerAttackOfTheUserOfAContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldLowerDefenseOfTheUserOfAContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldLowerSpeedOfTheUserOfAContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldModifyWeight(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- shouldMoveToInventory(int) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- shouldNotActivateIfAlliedSoulHeartDieToSameMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SoulHeartTests
- shouldNotBeBoostedByRainbowPledge(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- shouldNotBlockCustapBerryBoostedMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotBlockDragonDarts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldNotBlockEntryHazards(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldNotBlockEntryHazards(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldNotBlockFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotBlockFieldStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldNotBlockLifeOrbIfAbilityRemovedMidAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldNotBlockModifiedPriorityEntryHazards(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotBlockMovesDealingDamageThroughProtection(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- shouldNotBlockNegativePriorityMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotBlockPriorityFieldStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotBlockSecondaryEffectsByTheAbilityUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldNotBlockSecondaryEffectsByTheItemUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldNotBlockSecondaryEffectsOnTheMoveUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldNotBlockSecondaryEffectsOnTheMoveUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldNotBlockSidedStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CraftyShieldTests
- shouldNotBlockStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldNotBlockStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- shouldNotBlockStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldNotBlockStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldNotBlockToxicSpikesRemoval(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotBlockZStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- shouldNotBoostTwice(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- shouldNotBurnTheUserOfAContactMoveWithLongReach(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldNotBurnTheUserOfAContactMoveWithProtectivePads(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldNotBurnTheUserOfAContactMoveWitUnseenFist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldNotBurnTheUserOfANonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldNotCallQuickClawIfUsingStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MyceliumMightTests
- shouldNotCauseContactEffectsOnCheckedStrikesBreakingSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotCauseContactEffectsOnMultipleHitBreakingSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotCauseNonStatusAttacksToIgnoreAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MyceliumMightTests
- shouldNotChangeAttackersAbilityWhenHitWithNonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- shouldNotCopyNonReceivableAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldNotDamageTheUserOfAContactMoveWithLongReach(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- shouldNotDamageTheUserOfAContactMoveWithProtectivePads(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- shouldNotDamageTheUserOfAContactMoveWithUnseenFist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- shouldNotDamageTheUserOfANonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- shouldNotDoubleBoostIfTempDragonTypeAfterCheer(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- shouldNotFailOnRepeatedUse(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotFailOnRepeatedUse(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldNotLeaveSubstituteAt1HP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnSpecialAttackBase
-
Returns whether the move should not have PP deducted during the turn.
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.PetalDance
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Rollout
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SolarBeam
- shouldNotLosePP(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Uproar
- shouldNotLowerAttackAgainstANonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldNotLowerDefenseAgainstANonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldNotLowerSpeedAgainstANonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldNotPoisonIfHitSubsitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- shouldNotPoisonItselfIfUsingContactMovesNotHittingOthers(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- shouldNotPoisonTargetsWithShieldDust(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PoisonTouchTests
- shouldNotPoisonTheUserOfAContactMoveWithLongReach(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- shouldNotPoisonTheUserOfAContactMoveWithProtectivePads(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- shouldNotPoisonTheUserOfAContactMoveWithUnseenFist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- shouldNotPoisonTheUserOfANonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- shouldNotPreventAttackDropFromIntimidateAfterBeingBrokenByUTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotPreventBerryDestruction(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldNotPreventBlockEvasionDropOnDefog(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldNotPreventForcedSwitchMovesWhenBypassed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotPreventStatDropsThatBypassSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotPreventStoneAxeStealthRocks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldNotPreventStoneAxeStealthRocks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldNotPreventTransformationFromImposterAfterBeingBrokenByUTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotRedirectAlliedSpreadAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldNotRedirectAllyTargettedAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldNotRedirectSelfTargetingMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldNotRedirectToAvoidSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldNotReduceNonPriorityMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotReduceNonPriorityZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldNotReduceSpreadBasedMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldNotReduceSpreadBasedZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldNotRemoveLifeOrbDamageIfNoSecondaryEffect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldNotSlowTheUserOfAContactMoveWithLongReach(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldNotSlowTheUserOfAContactMoveWithProtectivePads(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldNotSlowTheUserOfAContactMoveWithUnseenFist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldNotTakeReducedDamageFromFalseSwipeBasedOnHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldNotThawAFrozenTargetWithBoostedThawsTargetMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldNotWeakenTheUserOfAContactMoveWithLongReach(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldNotWeakenTheUserOfAContactMoveWithLongReach(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldNotWeakenTheUserOfAContactMoveWithProtectivePads(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldNotWeakenTheUserOfAContactMoveWithProtectivePads(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldNotWeakenTheUserOfAContactMoveWithUnseenFist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldNotWeakenTheUserOfAContactMoveWithUnseenFist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldOnlyBlockEvasionDropOnDefog(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldOnlyBlockOpposingTricks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldOnlyReduceAttackOnceForMultiHitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldOnlyReduceDefenseOnceForMultiHitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldOnlyReduceSpeedOnceForMultiHitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldOnlyRemoveTargetsScreens(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- shouldPoisonTheUserOfAContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- shouldPreventAttackDropFromUTurnIntoIntimidate(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldPreventBerryDestruction(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldPreventCeaselessEdgeSlinters(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldPreventCeaselessEdgeSpikes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldPreventContactEffectsThatHitSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldPreventForcedSwitchMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- shouldPreventStoneAxeSplinters(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- shouldPreventStoneAxeSplinters(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- shouldRaiseCritStageOfDragonsBy2StagesInsteadOfOne(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonCheerTests
- shouldRaiseShields - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- shouldRandomTickGainEssence() - Method in class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- shouldRecomputePath(BlockPos) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- shouldRedirectOpposingAttacksAndFailSelfTargeted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldReduce(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
- shouldReduce(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.LightScreen
- shouldReduce(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Reflect
- shouldReduce(Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
- shouldReduceAttackEvenIfImmuneToAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldReduceDamageFromMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- shouldReduceDamageFromMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldReduceDamageFromMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldReduceDamageFromMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldReduceDamageFromMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldReduceDamageFromMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- shouldReduceDamageFromZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BanefulBunkerTests
- shouldReduceDamageFromZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningBulwarkTests
- shouldReduceDamageFromZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KingsShieldTests
- shouldReduceDamageFromZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldReduceDamageFromZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldReduceDamageFromZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- shouldReduceDefenseEvenIfImmuneToAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ObstructTests
- shouldReduceModifiedPriorityMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldReduceModifiedPriorityZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.QuickGuardTests
- shouldReduceSpeedEvenIfImmuneToAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- shouldReduceSpreadZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- shouldReduceZAndMaxMoveDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MatBlockTests
- shouldRemoveAllHazards(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- shouldRemoveLifeOrbDamageIfMoveHasSecondaryEffect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldRender(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- shouldRender(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- shouldRender(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- shouldRender(double, double, double) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- shouldRender(PixelmonPaintingEntity, Frustum, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.custom.RenderPixelmonPainting
- shouldRender(PixelmonEntity, Frustum, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.PixelmonRenderer
- shouldRender(StatueEntity, Frustum, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
- shouldRender(FishingHook, Frustum, double, double, double) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.HookRenderer
- shouldRenderAtSqrDistance(double) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- shouldRenderAtSqrDistance(double) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
-
Checks if the entity is in range to render.
- shouldRenderAtSqrDistance(double) - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- shouldRenderOffScreen(ArcChaliceTileEntity) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityArcChalice
- shouldRenderOffScreen(CloningMachineTileEntity) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityCloningMachine
- shouldRenderOffScreen(BattleOwnedTileEntityController) - Method in class com.pixelmonmod.tcg.client.renderers.BattleControllerTileEntityRenderer
- shouldRenderPokemonOutsideBattle() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- shouldReplaceBoostFromDragonCheer(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- shouldReplaceSpawn(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.detection.PartialDetectionLogic
- shouldReplaceSpawn(EntityJoinLevelEvent) - Method in class com.pixelmonmod.pixelmon.api.replacement.detection.SimpleDetectionLogic
- shouldReplaceSpawn(EntityJoinLevelEvent) - Method in interface com.pixelmonmod.pixelmon.api.replacement.SpawnDetectionLogic
-
Checks if the spawn should be replaced
- shouldReturnHeldItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- shouldReverse - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- shouldRunParallel() - Method in class com.pixelmonmod.pixelmon.battles.tasks.BattleTaskPacket
-
If this returns true the gui will not wait to complete this task before running the next task in queue.
- shouldRunParallel() - Method in class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
- shouldSeeIVs() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
- shouldSendToasts() - Method in class com.pixelmonmod.pixelmon.api.config.GraphicsConfig
- shouldSendUpdates - Variable in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- shouldSendUpdates() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- shouldSendUpdates() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets if the storage should send updates to the tracking entities
- shouldSendUpdates(boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Sets if the storage should send updates to the tracking entities when changes are made to it's contents
- shouldShowChance - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendaryCheckSpawnsEvent
-
Whether or not the chance of success for the next spawn attempt will be displayed.
- shouldShowName(NPC) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.NPCEntityRenderer
- shouldShowName(E) - Method in class com.pixelmonmod.pixelmon.client.render.entity.renderers.AbstractPokemonRenderer
- shouldShowTime - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendaryCheckSpawnsEvent
-
Whether or not the time until the next spawn attempt will be displayed.
- shouldSkipLocation(RandomSource, int, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractBerryTreeFoliagePlacer
- shouldSkipLocation(RandomSource, int, int, int, int, boolean) - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
- shouldSmartRedirectToAvoidBeingBlockedByAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldSmartRedirectToAvoidBeingBlockedBySemiInvulnerableStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldSmartRedirectToAvoidBeingBlockedByTypeImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldSmartRedirectToNonProtectingOpponent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldSpawn() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings
- shouldStayAtEnd - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- shouldStopFishing() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- shouldStopSubsPreventingForcedSwitchMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldSuppressFlyingTypeNotYetGainedThisTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- shouldSwitch(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PartingShot
- shouldSwitchOuterPokemonIfUsedInTripleBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldSwitchOuterPokemonIfUsedInTripleBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DragonDartsTests
- shouldSwitchPositionalStatuses(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldTargetNextNodeInDirection(Vec3) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigation
- shouldTargetNextNodeInDirection(Vec3) - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- shouldTeleportToSpawnpoint() - Method in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- shouldTerminate() - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- shouldTerminate(boolean) - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- shouldThawAFrozenTargetWithBoostedFireTypeMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SheerForceTests
- shouldThawUser(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BurnUp
- shouldThawUser(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
-
Whether the move should thaw the attacker.
- shouldThawUser(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Thaw
- shouldTriggerContactEffectsOnAttacksThatBypassSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldTriggerFaintAbilitiesOnGaining(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldTriggerFaintAbilitiesOnGainingEarly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldTriggerFaintAbilitiesOnGainingEarlyReordered(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldTriggerFaintAbilitiesOnGainingReordered(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldTriggerHealingWishMidTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AllySwitchTests
- shouldTriggerLateContactEffectsOnAttacksThatBypassSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.InfiltratorTests
- shouldTriggerSwitchInAbilitiesOnGainingThem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldTriggerWithMultipleChillingNeighAndReceivers(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldTriggerWithMultipleSoulHeartAndReceivers(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ReceiverTests
- shouldUseDefaults() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidAllyEvent
- shouldUseDefaults() - Method in class com.pixelmonmod.pixelmon.api.events.raids.RegisterRaidEvent.Register
- shouldUseModel(AbstractClientEntity) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicate
- shouldUseModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.AlwaysModelPredicate
- shouldUseModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.BattleModelPredicate
- shouldUseModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.FlyingModelPredicate
- shouldUseModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.RidingModelPredicate
- shouldUseModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.SwimmingModelPredicate
- shouldUseModel(AbstractClientEntity) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.WalkingModelPredicate
- show() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- show(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.relearner.RelearnerBuilder
- show(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- showAllWithin(int) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- showBackground() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- showChild - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PostEggCalculate
- showChild - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
- showDiscardButton() - Method in class com.pixelmonmod.tcg.duel.trainer.BaseTrainerEffect
-
For cards that allow manual discard such as Clefari Doll
- showDiscardButton() - Method in class com.pixelmonmod.tcg.duel.trainer.ClefairyDoll
- showDiscardButton() - Method in class com.pixelmonmod.tcg.duel.trainer.MysteriousFossil
- SHOWDOWN_CONVERTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.PokemonConverterRegistry
- ShowdownConverter - Class in com.pixelmonmod.pixelmon.api.pokemon.export.impl
- ShowdownConverter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- ShowdownFieldType - Enum Class in com.pixelmonmod.pixelmon.api.pokemon.export.exception
- ShowdownImportException - Exception in com.pixelmonmod.pixelmon.api.pokemon.export.exception
-
Exception fired when a Showdown import has a critical flaw that causes the Pokemon not to import.
- ShowdownImportException(String, String, Object, ShowdownFieldType, String) - Constructor for exception com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownImportException
-
Default constructor
- showGlobalInfo - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- showInput() - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the input text box to be visible.
- showInput() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
showInput
record component. - showNextLevelUpOrNewAttacksToLearn() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
- ShowOpponentCardPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- ShowOpponentCardPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.ShowOpponentCardPacket
- ShowOpponentCardPacket(String, String, ImmutableCard) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.ShowOpponentCardPacket
- showOpponentTeam - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- showOpponentTeam - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- showOpponentTeam - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
- showOpponentTeam() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Shows the opponent's team
- showParty - Variable in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- showParty() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- showParty() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- showPokemonsInClient - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- showPotentialShiny - Variable in class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.PreEggCalculate
- showRules - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- showRules - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
- showRules() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Proxy for
TeamSelectionRegistry.Builder.showRules(boolean)
setting it to true - showRules(boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sets the show rules setting
- showSpectateMessage(UUID) - Static method in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
Displays the spectate message.
- ShowSpectateMessagePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- ShowSpectateMessagePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ShowSpectateMessagePacket
- ShowSpectateMessagePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.ShowSpectateMessagePacket
- showStarterScreen - Static variable in class com.pixelmonmod.pixelmon.client.ServerStorageDisplay
-
Whether to show the starter screen or not.
- showTargeting() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- ShowTeamSelectPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection
-
Displays the team select screen before a battle begins.
- ShowTeamSelectPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
Empty constructor for packet registration.
- ShowTeamSelectPacket(int, String[], List<PokemonBase>, UUID, BattleRules, boolean, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
Initializes a team select packet.
- showTitle(Component, ServerPlayer) - Static method in class com.pixelmonmod.tcg.api.util.helper.TitleHelper
- showTitle(Component, ServerPlayer, int, int, int) - Static method in class com.pixelmonmod.tcg.api.util.helper.TitleHelper
- showTo(ServerPlayer...) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- showTooltip - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.KeyBindImageButton
- showTrade(ServerPlayer, TradePair) - Static method in class com.pixelmonmod.pixelmon.api.trading.NPCTrades
- showTrade(ServerPlayer, TradePair, NPC) - Static method in class com.pixelmonmod.pixelmon.api.trading.NPCTrades
- ShowTrade(Player, NPC, TradePair) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade
- showZMoves - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- shrine - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.IlexShrineEvent
- ShrineBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- ShrineBlock(ShrineType) - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- ShrineOrbFillEvent - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Fired when a player fills a Shrine Orb by knocking out a Pokémon in battle.
- ShrineOrbFillEvent(ServerPlayer, ItemStack, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ShrineOrbFillEvent
- ShrineOrbFillEvent.Post - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Fired after the orb is filled.
- ShrineOrbFillEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Fired just before the orb is filled.
- ShrineOrbItem - Class in com.pixelmonmod.pixelmon.items
-
An orb used to activate a Legendary bird shrine.
- ShrineOrbItem(ShrineType) - Constructor for class com.pixelmonmod.pixelmon.items.ShrineOrbItem
-
Initializes an orb.
- ShrineType - Enum Class in com.pixelmonmod.pixelmon.api.enums
-
The type of shrine
- SHROODLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHROODLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SHROOMISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHROOMISH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SHUCA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- SHUCA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- shuca_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ShucaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- ShucaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.ShucaFoliagePlacer
- SHUCKLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- shuffleCardList(List<ImmutableCard>) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- SHUPPET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SHUPPET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SIDE_BAR_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
- SIGILYPH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- SIGNAL_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SIGNS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- SILCOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SILCOON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- silent(String, String) - Static method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- SILICOBRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SILICOBRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- silicon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SILICON_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- silicon_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SILICON_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- silicon_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SILICON_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- silk_scarf - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SILK_TRAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- silkScarf - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- SilkTrap - Class in com.pixelmonmod.pixelmon.battles.status
-
Silk Trap protects the user from all effects of physical and special moves that target it during the turn it is used.
- SilkTrap - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SilkTrap() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SilkTrap
-
Initializes the status.
- SilkTrapTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- SilkTrapTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.SilkTrapTests
- silph_scope - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SILVALLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Silver - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCheatItemType
- Silver - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- SILVER - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBottleCap
- SILVER - Enum constant in enum class com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
- SILVER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- silver_ability_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SILVER_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- silver_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SILVER_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- silver_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_bottle_cap - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_brave_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_guts_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_hourglass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SILVER_HOURGLASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- silver_ingot - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_knowledge_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_leaf - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_luck_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SILVER_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- silver_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_powder - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_spirits_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silver_tactics_symbol - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Silver_Wind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- SILVER_WIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- silver_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- silverPowder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- SIMIPOUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SIMIPOUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SIMISAGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SIMISEAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Simple - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Simple() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Simple
- SIMPLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SIMPLE_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SimpleBeam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the target's Ability to Simple.
- SimpleBeam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SimpleBeam
-
Initialize Simple Beam.
- simpleBoostsClangorousSoulBlaze(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SimpleTests
- simpleBoostsExtremeEvoboost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SimpleTests
- SimpleDetectionLogic - Class in com.pixelmonmod.pixelmon.api.replacement.detection
- SimpleDetectionLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.detection.SimpleDetectionLogic
- SimpleDetectionLogic(String) - Constructor for class com.pixelmonmod.pixelmon.api.replacement.detection.SimpleDetectionLogic
- simpleDoublesChangesFromOpponents(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SimpleTests
- simpleDoublesStatChangesForUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SimpleTests
- simpleDrawImageQuad(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Simply draws an image that is bound to the renderer.
- simpleDrawImageQuad(ResourceLocation, GuiGraphics, float, float, float, float, float, float, float, float, float, float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- SimpleLanakilaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila
- SimpleLanakilaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.SimpleLanakilaFoliagePlacer
- simpleNotBoostZPowerEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SimpleTests
- SimpleReplacementLogic - Class in com.pixelmonmod.pixelmon.api.replacement.logic
-
A simple list used where every element has equal weight
- SimpleReplacementLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.SimpleReplacementLogic
- SimpleReplacementLogic(String) - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.SimpleReplacementLogic
- SimpleResearchStorageManager - Class in com.pixelmonmod.pixelmon.api.storage.research.manager.impl
- SimpleResearchStorageManager() - Constructor for class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- SimpleRibbonType - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
-
A very simple core implementation of a
RibbonType
that has all the attributes - SimpleRibbonType(String, String, ResourceWithFallback, Component, Component, Component, PaletteProperties) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- SimpleRibbonType.Builder - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
- SimpleRibbonTypeReader - Class in com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl
- SimpleRibbonTypeReader() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonTypeReader
- simpleShouldBeDisabledbyMoldbreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SimpleTests
- SimpleSurvivalTab - Class in com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl
- SimpleSurvivalTab(int, int, boolean, boolean, boolean, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.SimpleSurvivalTab
- SimpleTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SimpleTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SimpleTests
- simulateMode - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Whether simulate mode is turned on.
- simulateStats - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Backup for simulateMode, which sometimes must be disabled while evaluating statuses and stat copying.
- simulateStatusMove(PixelmonWrapper, MoveChoice) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Generates move results for status moves by simulating them.
- SING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SINGLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- SINGLE_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SINGLE_WHITESPACE - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- SingleItemStackHandler - Class in com.pixelmonmod.pixelmon.client.gui.machines.slots
- SingleItemStackHandler(IItemHandler, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.slots.SingleItemStackHandler
- SINGLEPLAYER - Static variable in class com.pixelmonmod.pixelmon.client.richpresence.PixelmonRichPresence
- SingleSelectPCMode - Class in com.pixelmonmod.pixelmon.client.gui.pc
- SingleSelectPCMode(PokemonScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- SINISTEA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SINISTER_ARROW_RAID - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Sinkhole - Class in com.pixelmonmod.tcg.duel.power
- Sinkhole() - Constructor for class com.pixelmonmod.tcg.duel.power.Sinkhole
- Sinnoh - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- SINNOH_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SIRDOOFUSIII - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SIRFETCHD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SIRFETCHD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SITRUS - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- SITRUS - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- sitrus_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SitrusBerryTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- SitrusBerryTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.SitrusBerryTests
- SitrusFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- SitrusFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.SitrusFoliagePlacer
- SIX_HOURS_HARSH_SUNLIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- size - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- size - Static variable in class com.pixelmonmod.tcg.client.container.BinderInventory
- size - Static variable in class com.pixelmonmod.tcg.client.container.DeckInventory
- size - Static variable in class com.pixelmonmod.tcg.item.DeckItem.Deck
- size() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- size() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- size() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- size() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- size() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- size() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- size() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- size(double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- size(double) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the size of the Pokémon
- size(double, double) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- size(Position) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- SIZE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- SIZE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- SIZE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- SIZE_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- sizePerPage - Static variable in class com.pixelmonmod.tcg.client.container.BinderInventory
- sizeRemap() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- sizeRemap(UnaryOperator<ScreenVector>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- SizeRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- SizeRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.SizeRequirement
- SizeRequirement(double) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.SizeRequirement
- SIZZLIPEDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SIZZLIPEDE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SIZZLY_SLIDE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SKARMORY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKARMORY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SKELEDIRGE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKELEDIRGE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SKELLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- Sketch - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Permanently copies the last move the target used, replacing Sketch with it.
- Sketch() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sketch
- SKETCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SKIDDO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKILL_LINK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Skill_Swap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Skill_Swap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- SKILL_SWAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SKILLFUL_BATTLER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- skillId - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
The id of the move skill that the Pokémon should execute.
- SkillLink - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SkillLink() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SkillLink
- SkillSwap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Switches the user's and the target's Abilities.
- SkillSwap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- SkillSwap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SkillSwap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SkillSwap
- SkillSwapTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- SkillSwapTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.SkillSwapTests
- SkinnableDummyLocalPlayer - Class in com.pixelmonmod.pixelmon.api.dummy
- SkinnableDummyLocalPlayer(PlayerSkin) - Constructor for class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- SkinnableDummyLocalPlayer(ResourceLocation, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- skipAttackInteraction(Entity) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- SKIPLOOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- skipMax - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Whether to disable Max move conversion when attacking while dynamaxed
- skipRequirement(DayCareRequirement) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Skips the requirement without any completion steps (i.e.
- skipRequirement(DayCareRequirement) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- skipsTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the turn is skipped for the Pokémon
- skipsTurn() - Method in class com.pixelmonmod.pixelmon.battles.status.InMouth
- skipsTurn() - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the user skips their turn due to this status.
- skipTicks(BattleController, int) - Method in class com.pixelmonmod.pixelmon.api.test.BattleTestHelper
- skipZConvert - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- SKITTER_SMACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SkitterSmack - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SKITTY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKITTY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- skitty_smoothie - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SKORUPI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKRELP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKULL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
- Skull_Bash - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- SKULL_BASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- skull_fossil - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SkullBash - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn, attacks on second turn.
- SkullBash() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkullBash
- skullFossil - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.SharedModels
-
The Skull Fossil's model.
- SKUNTANK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKUNTANK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SKWOVET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SKY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- SKY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- Sky_Attack - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- SKY_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SKY_BATTLE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- Sky_Drop - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Sky_Drop - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Sky_Drop - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SKY_DROP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- sky_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Flying-type attacks.
- sky_tumblestone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SKY_UPPERCUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SkyAttack - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn, attacks on second turn.
- SkyAttack() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyAttack
-
Initializes Sky attack.
- SkyBattleClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Restricts the battle to airborne Pokémon only.
- SkyBattleClause() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.SkyBattleClause
-
Initializes the clause.
- SkyDrop - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Lifts the target into the air and drops it on the next turn.
- SkyDrop() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
- SkyDropBase - Class in com.pixelmonmod.pixelmon.battles.status
-
Shared functionality between both sides of Sky Drop.
- SkyDropBase(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.SkyDropBase
-
Initializes the status.
- SkyDropped - Class in com.pixelmonmod.pixelmon.battles.status
-
Status for the target of Sky Drop.
- SkyDropped - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SkyDropped(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.SkyDropped
-
Initializes the status.
- SkyDropping - Class in com.pixelmonmod.pixelmon.battles.status
-
Status for a Pokémon using Sky Drop.
- SkyDropping - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SkyDropping(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.SkyDropping
-
Initializes the status.
- SkyDropTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- SkyDropTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- SLACK_OFF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SLAKING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLAKING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SLAKOTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SLASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- sleep(PixelmonWrapper, PixelmonWrapper, Attack, boolean) - Static method in class com.pixelmonmod.pixelmon.battles.status.Sleep
-
Puts the Pokémon to sleep if possible.
- Sleep - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the Pokémon incapable of any action for a number of turns.
- Sleep - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Sleep() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sleep
- Sleep(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sleep
-
Initializes a new sleep with a specified duration.
- Sleep(BattleController) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sleep
-
Initializes a new sleep with a random duration.
- SLEEP - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- SLEEP_CLAUSE - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- SLEEP_POWDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Sleep_Talk - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Sleep_Talk - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Sleep_Talk - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Sleep_Talk - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SLEEP_TALK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SleepHandler - Class in com.pixelmonmod.pixelmon.listener
-
Heals the player's Pokémon after waking up.
- SleepHandler() - Constructor for class com.pixelmonmod.pixelmon.listener.SleepHandler
- SleepTalk - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Randomly uses one of the user's other moves if the user is sleeping.
- SleepTalk - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- SleepTalk - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SleepTalk() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SleepTalk
- SLEEPY_TIME - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- slicing - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- SliderWidget - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
-
Slider Widget implementation allowing for Consumer actions upon setting values.
- SliderWidget(int, int, int, int, Component, Component, double, double, double, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
-
Overload with
stepSize
set to 1, useful for sliders with whole number values. - SliderWidget(int, int, int, int, Component, Component, double, double, double, double, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
- SLIGGOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLIGGOO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SLIGGOO_HISUI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- slim - Variable in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- slimPlayer(ResourceLocation) - Static method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- SLING_RING - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- SlingRing - Class in com.pixelmonmod.pixelmon.client.particle.particles
- SlingRing - Class in com.pixelmonmod.pixelmon.client.particle.systems
- SlingRing - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- SlingRing() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.SlingRing
- SlingRing(boolean, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.SlingRing
- SLINGRING - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- SlingRingParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.slingring
- SlingRingParticle(ClientLevel, double, double, double, int, double, double, double, Color, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticle
- SlingRingParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.slingring
- SlingRingParticleData(int, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- SlingRingParticleData(Color, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- SlingRingParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.slingring
- SlingRingParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleFactory
- SlingRingParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.slingring
- SlingRingParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleType
- slippery_ice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SLIPPERY_ICE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- SlipperyIceBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Moves entities from the direction they stepped in to the opposite side, like how it works in pokemon official games
- SlipperyIceBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.SlipperyIceBlock
- SLITHERWING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- slot - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.PartySlotDataProvider
- slot - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- slot - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- slot - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
-
The new party slot for this Pokémon.
- slot - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SLOT_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The height of an individual Box slot.
- SLOT_HEIGHT - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The height of an individual Pokémon slot.
- SLOT_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
-
The height of an individual Box slot.
- SLOT_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
-
The width of an individual Pokémon slot.
- SlotBase - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- SlotBase(int, int, int, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- slotClicked(Slot, int, int, ClickType) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- slotHeight - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- SlotInventoryPixelmon - Class in com.pixelmonmod.pixelmon.client.gui.inventory
-
A Pokémon slot in the inventory party GUI.
- SlotInventoryPixelmon(int, int, StoragePosition) - Constructor for class com.pixelmonmod.pixelmon.client.gui.inventory.SlotInventoryPixelmon
-
Initializes a slot.
- SlotObeyTE - Class in com.pixelmonmod.pixelmon.client.gui.machines.mechanicalanvil
- SlotObeyTE(Container, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.mechanicalanvil.SlotObeyTE
- SlotPC - Class in com.pixelmonmod.pixelmon.client.gui.pc
- SlotPC(int, int, StoragePosition) - Constructor for class com.pixelmonmod.pixelmon.client.gui.pc.SlotPC
- SLOTS - Static variable in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- SLOW - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
- SLOW_START - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SLOWBRO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLOWBRO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- slowbronite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Slowbro
- SLOWKING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLOWKING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SLOWPOKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLOWPOKE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- slowpoke_tail - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SlowStart - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves the Pokémon's attack and speed for five turns.
- SlowStart() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
- SlowStartTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SlowStartTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SlowStartTests
- SLUDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Sludge_Bomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Sludge_Bomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Sludge_Bomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Sludge_Bomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Sludge_Bomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Sludge_Bomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SLUDGE_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Sludge_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Sludge_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Sludge_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SLUDGE_WAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SludgeBomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- SludgeBomb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SludgeWave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- SludgeWave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SLUGMA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLUGMA_JUMP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- SLUMP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SLURPUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SLUSH_RUSH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SlushRush - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SlushRush() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlushRush
- Smack_Down - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Smack_Down - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Smack_Down - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SMACK_DOWN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SmackDown - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Makes flying Pokémon vulnerable to Ground-type moves.
- SmackDown - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SmackDown() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmackDown
- SmackedDown - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes the Pokémon vulnerable to Ground-type moves if it is normally immune.
- SmackedDown - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SmackedDown() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SmackedDown
-
Initializes the status.
- Small - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
- SMALL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonGrowths
- small_battle_controller - Static variable in class com.pixelmonmod.tcg.api.accessors.TCGBlocks
- SMALL_BATTLE_CONTROLLER - Static variable in class com.pixelmonmod.tcg.init.registry.BlockRegistration
- SMALL_EXP_CANDY - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- SmallLanakilaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila
- SmallLanakilaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.lanakila.SmallLanakilaFoliagePlacer
- SmallRising - Class in com.pixelmonmod.pixelmon.client.particle.particles
- SmallRising - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- SmallRising(float, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.SmallRising
- SmallTVBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- SmallTVBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
-
Initializes the TV block.
- SMART - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SMART_GREAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SMART_HYPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SMART_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Smart_Strike - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SMART_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SMART_SUPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SMART_ULTRA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SmartStrike - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SmartStrike - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SMASH_PASS - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- SmdAnimation - Class in com.pixelmonmod.pixelmon.client.models.smd
- SmdAnimation(AnimFrame...) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- SmdAnimation(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimation
- SmdAnimationSequence - Class in com.pixelmonmod.pixelmon.client.models.smd
- SmdAnimationSequence(SmdAnimation...) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.SmdAnimationSequence
- SmdModel - Class in com.pixelmonmod.pixelmon.client.models.smd
- SMDRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers.smd
-
This is just a place to keep the common code also used by
SMDRenderingHandler
The usage inAbstractPokemonRenderer
will later need changed not to use this but instead an abstract class for clean code surrounding the block bench model stuff! - SMDRenderer() - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.SMDRenderer
- SMDRenderingHandler - Record Class in com.pixelmonmod.pixelmon.api.model.type
-
Renders an SMD model, with the given texture, on the client
- SMDRenderingHandler(List<ModelData>) - Constructor for record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
-
Creates an instance of a
SMDRenderingHandler
record class. - SMEARGLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SMELLING_SALTS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SmellingSalt - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If the target is paralyzed, cures paralysis and deals double damage.
- SmellingSalt() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmellingSalt
- Smelt - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- Smelt() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Smelt
- SMELT_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- smeltItem() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- SMELTS - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- SMILE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SMILEY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Smite - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 100% chance of confusing all targets.
- Smite() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Smite
- SMOG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- smoke - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
- smoke_ball - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SMOKE_POKE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- smokeBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- SMOKESCREEN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SMOLIV - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SMOLIV - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SMOOCHUM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SMOOCHUM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SMOOTH - Static variable in class com.pixelmonmod.api.client.screen.ScreenStyle
- SMOOTH_BUTTON_SIZE - Static variable in class com.pixelmonmod.api.client.screen.ScreenFunctions
- smooth_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- smoothLookAt(Vec3) - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- smoothrect(WidgetRenderState<? extends StatefulWidget<?>>, double, int, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- smoothrect(GuiGraphics, double, double, double, double, double, double, int, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- smoothrect(GuiGraphics, ScreenVector, ScreenVector, double, int, Color) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- smoothRock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- SNAP_TRAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- snapToNearest(double) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SliderWidget
-
Snaps the value, so that the displayed value is the nearest multiple of
stepSize
. - Snarl - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Snarl - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Snarl - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Snarl - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Snarl - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SNARL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Snatch - Class in com.pixelmonmod.pixelmon.battles.status
-
Steals an opponent's status move.
- Snatch - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Snatch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Snatch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Snatch() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Snatch
-
Initializes Snatch.
- SNATCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SneakAttack - Class in com.pixelmonmod.tcg.duel.power
- SneakAttack() - Constructor for class com.pixelmonmod.tcg.duel.power.SneakAttack
- SneakingListener - Class in com.pixelmonmod.pixelmon.client.listener
- SneakingListener() - Constructor for class com.pixelmonmod.pixelmon.client.listener.SneakingListener
- SNEASEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SNEASLER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SNEASLER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SNIPE_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Sniper - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Sniper() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sniper
- SNIPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SNIVY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SNIVYF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SNIVYM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SNOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SNOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Snooze - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
50% chance to apply Yawn.
- Snooze() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Snooze
- SNOOZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- Snore - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Only works when the user is sleeping.
- Snore - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Snore - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Snore() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Snore
- SNORE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SNORLAX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SNORLAX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- snorlium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Snorlium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- SNORUNT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SNOVER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Snow - Class in com.pixelmonmod.pixelmon.battles.status
-
Boosts Ice-type pokemon's defense
- Snow - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Snow() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Snow
-
Initializes hail.
- Snow(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Snow
-
Initializes hail.
- SNOW_CLOAK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SNOW_WARNING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SNOW_WARNING - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- snowball - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- snowball - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SnowCloak - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SnowCloak() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SnowCloak
- SnowIce - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- Snowscape - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SNOWSCAPE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SnowWarning - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes the weather to become snow.
- SnowWarning() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SnowWarning
- SNOWY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SNOWY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- SNUBBULL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SNUBBULL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SO_SO_ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- Soak - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the target's type to Water.
- Soak() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Soak
- SOAK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SOBBLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SOBBLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- soda_pop - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SODIUM_CARBONATE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- SOFT_BOILED - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- soft_sand - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SoftBoiled - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- softSand - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- Solar_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Solar_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Solar_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Solar_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Solar_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Solar_Beam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SOLAR_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SOLAR_BLADE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SOLAR_POWER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SolarBeam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Charges on first turn, attacks on second turn.
- SolarBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- SolarBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SolarBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SolarBeam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SolarBeam
- SolarBlade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SolarBlade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SolarPower - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
During intense sunlight, Solar Power increases the Pokémon's Special attack by 1.5x, but the Pokémon loses 1/8th of its maximum hp at the end of each turn.
- SolarPower() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SolarPower
- SOLGALEO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SOLGALEO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- solganium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Solganium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- Solid - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
- SOLID - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
- SOLID - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- SOLID_ROCK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SolidRock - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Reduces the damage of super effective moves to 75%.
- SolidRock() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SolidRock
- SOLO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SOLOSIS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SOLROCK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- some(Iterable<T>, Predicate<T>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- sonias_book - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SONIC_BOOM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- soothe_bell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sootheBell - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- sort(PCStorage, int, PCSortingLogic, boolean) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.PCSortPacket
- sort(PCSortingLogic, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- sort(PCSortingLogic, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- Sort - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- sortRibbonByName(List<Ribbon>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- sortRibbonTypeByName(List<RibbonType>) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- soul_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- soul_dew - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SOUL_DEW - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- SOUL_HEART - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SOUL_STEALING_7_STAR_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- soulDew - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- SoulDewItem - Class in com.pixelmonmod.pixelmon.items.heldItems
- SoulDewItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.SoulDewItem
- SoulHeart - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SoulHeart() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SoulHeart
- SoulHeartTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SoulHeartTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SoulHeartTests
- sound - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- sound - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- sound - Static variable in class com.pixelmonmod.pixelmon.items.RasLensItem
- sound() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns the value of the
sound
record component. - SoundHelper - Class in com.pixelmonmod.pixelmon.client
-
Utility methods for sounds.
- SoundHelper() - Constructor for class com.pixelmonmod.pixelmon.client.SoundHelper
- Soundproof - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents sound-based moves from affecting the Pokémon.
- Soundproof() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Soundproof
- SOUNDPROOF - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SoundRegistration - Class in com.pixelmonmod.pixelmon.init.registry
- SoundRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- sounds - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- SOUNDS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- sour - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- SOUR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- source - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- source - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonKnockoutEvent
-
The Pokémon which caused the knock out
- source - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.DamagePokemonAction
- SOUTH - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- SOUTH_AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- SOUVENIR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- space(int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- SPACE_GEM - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- SPACE_SYMBOL - Static variable in class com.pixelmonmod.pixelmon.api.util.RegexPatterns
- SPACIAL_REND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SpammableDestinyBondTest - Class in com.pixelmonmod.pixelmon.api.test.impl
-
As of Gen VII, Destiny Bond will always fail if it was successfully executed on the previous turn.
- SpammableDestinyBondTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.SpammableDestinyBondTest
- SPARK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SPARKLING_ARIA - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- sparkling_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SparklingAria - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/22/2020.
- SparklingAria() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SparklingAria
- SPARKLY_SWIRL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SpatialData - Class in com.pixelmonmod.pixelmon.api.spawning.util
-
A collection of information about an area.
- SpatialData(int, Block, Set<Block>) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpatialData
- spawn - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- Spawn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
- SPAWN_ENTITIES - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- SPAWN_LOCATION_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- SPAWN_REPLACEMENT - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- SPAWN_REPLACEMENT_LOGIC - Static variable in class com.pixelmonmod.pixelmon.api.replacement.ReplacementLogicRegistry
- SpawnAction<T extends net.minecraft.world.entity.Entity> - Class in com.pixelmonmod.pixelmon.api.spawning
-
A queued spawning action.
- SpawnAction(SpawnInfo, SpawnLocation) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
- SpawnActionItem - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items
-
SpawnAction
for item entities. - SpawnActionItem(SpawnInfoItem, SpawnLocation) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnActionItem
- SpawnActionNPC - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs
- SpawnActionNPC(SpawnInfoNPC, SpawnLocation) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnActionNPC
- SpawnActionPokemon - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon
-
SpawnAction
for Pokémon entities. - SpawnActionPokemon(SpawnInfoPokemon, SpawnLocation, Pokemon, BossTier) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnActionPokemon
- SpawnActionWormhole - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes
- SpawnActionWormhole(SpawnInfoWormhole, SpawnLocation) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnActionWormhole
- spawnAfterBreak(BlockState, ServerLevel, BlockPos, ItemStack, boolean) - Method in class com.pixelmonmod.pixelmon.blocks.GracideaBlock
- SpawnAndEnterBattleInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- SpawnAndEnterBattleInteractionResult(String) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.SpawnAndEnterBattleInteractionResult
- spawnBonemealParticles(Level, BlockPos, int) - Static method in class com.pixelmonmod.pixelmon.items.WailmerPailItem
- SpawnCondition - Class in com.pixelmonmod.pixelmon.api.spawning.conditions
-
A condition for a particular
SpawnInfo
andSpawnLocation
. - SpawnCondition() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- SpawnConditionTypeAdapter - Class in com.pixelmonmod.pixelmon.api.spawning.util
-
JSON adapter used for deserializing
SpawnCondition
s. - SpawnConditionTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpawnConditionTypeAdapter
- SpawnData - Class in com.pixelmonmod.pixelmon.api.pokemon.species.spawn
- SpawnData(int, int, int, int, SpawnLocationType[]) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.spawn.SpawnData
- SpawnDataTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
- SpawnDataTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SpawnDataTypeAdapter
- SpawnDenItem - Class in com.pixelmonmod.pixelmon.items
-
Spawns Max Raid Dens.
- SpawnDenItem() - Constructor for class com.pixelmonmod.pixelmon.items.SpawnDenItem
-
Initializes the Den spawner.
- SpawnDetectionLogic - Interface in com.pixelmonmod.pixelmon.api.replacement
-
Detection logic for replacement for when an entity spawns
- SpawnDistanceLevelTweak - Class in com.pixelmonmod.pixelmon.spawning
-
A
SpawningTweak
which modifies the levels of spawned Pokémon to better suit the distance from spawn. - SpawnDistanceLevelTweak() - Constructor for class com.pixelmonmod.pixelmon.spawning.SpawnDistanceLevelTweak
- SpawnedData(UUID, ResourceKey<Level>, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
- SpawnedData(Entity) - Constructor for class com.pixelmonmod.pixelmon.spawning.SpawnedTracker.SpawnedData
- spawnedPokemon - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- spawnedTracker - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
The maintained list of spawned entities.
- SpawnedTracker - Class in com.pixelmonmod.pixelmon.spawning
-
Created by Jay113355 on 2/2/2021.
- SpawnedTracker(AbstractSpawner) - Constructor for class com.pixelmonmod.pixelmon.spawning.SpawnedTracker
- SpawnedTracker.SpawnedData - Class in com.pixelmonmod.pixelmon.spawning
-
Created by Jay113355 on 2/2/2021.
- spawnEntity(PixelmonEntity, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- spawnEntity(PixelmonEntity, double, double, double, float) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- spawnEntitySafely(Entity, Level) - Static method in class com.pixelmonmod.pixelmon.CommonProxy
- spawner - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.CreateSpawnerEvent
-
The
AbstractSpawner
being created. - spawner - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.LegendarySpawnEvent
-
The spawner responsible for the action.
- spawner - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
- spawner - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.SpawnEvent
-
The
AbstractSpawner
attempting to do the spawn. - spawner - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
The Pixelmon spawner that spawned the Pokémon.
- spawner_cave_rock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SPAWNER_CAVE_ROCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- SpawnerBuilder() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- SpawnerCaveRockBlock - Class in com.pixelmonmod.pixelmon.blocks.spawning
-
Randomly engages players in battle when they stand on the block.
- SpawnerCaveRockBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.spawning.SpawnerCaveRockBlock
- SpawnerCondition - Interface in com.pixelmonmod.pixelmon.api.spawning
-
An additive condition on the
SpawnInfo
selection process. - SpawnerCoordinator - Class in com.pixelmonmod.pixelmon.api.spawning
-
A coordinator of all spawning.
- SpawnerCoordinator(AbstractSpawner...) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
- spawners - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnerCoordinator
- SpawnEvent - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
Event fired when an
AbstractSpawner
attempts to perform aSpawnAction
. - SpawnEvent(AbstractSpawner, SpawnAction<? extends Entity>) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.SpawnEvent
- spawnFrequency - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
The number of seconds between each pass.
- spawnFrequency - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- SpawnGrottoItem - Class in com.pixelmonmod.pixelmon.items
-
Spawns Hidden Grottos.
- SpawnGrottoItem() - Constructor for class com.pixelmonmod.pixelmon.items.SpawnGrottoItem
-
Initializes the Grotto spawner.
- spawnInfo - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
The
SpawnInfo
this action is based on. - SpawnInfo - Class in com.pixelmonmod.pixelmon.api.spawning
-
An outline for a particular spawnable entity.
- SpawnInfo(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- SpawnInfoCollection - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection
-
A special type of
SpawnInfo
that contains a collection of others. - SpawnInfoCollection() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- SpawnInfoItem - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items
-
SpawnInfo
for spawning item entities. - SpawnInfoItem() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- SpawnInfoNPC - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs
- SpawnInfoNPC() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnInfoNPC
- SpawnInfoPokemon - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon
-
SpawnInfo
for spawning Pokémon entities. - SpawnInfoPokemon() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- spawnInfos - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- SpawnInfoTypeAdapter - Class in com.pixelmonmod.pixelmon.api.spawning.util
-
JSON adapter used for serializing and deserializing
SpawnInfo
s. - SpawnInfoTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpawnInfoTypeAdapter
- spawnInfoTypes - Static variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
A mapping from typeID to SpawnInfo subclass.
- SpawnInfoWormhole - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes
- SpawnInfoWormhole() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnInfoWormhole
- SPAWNING - Static variable in class com.pixelmonmod.pixelmon.api.rules.PixelmonGameRules
- SPAWNING - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Bell data.
- SPAWNING_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- SpawningBossConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningBossConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningBossConfig
- SpawningCommand - Class in com.pixelmonmod.pixelmon.command.impl
- SpawningCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.SpawningCommand
- SpawningCurryConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningCurryConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningCurryConfig
- SpawningGeneralConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningGeneralConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningGeneralConfig
- SpawningHeightmap - Class in com.pixelmonmod.pixelmon.api.spawning.util
- SpawningHeightmap() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpawningHeightmap
- SpawningLegendaryConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningLegendaryConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningLegendaryConfig
- SpawningLevelDistanceConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningLevelDistanceConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningLevelDistanceConfig
- SpawningMeltanConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningMeltanConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningMeltanConfig
- SpawningPokeLootConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningPokeLootConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningPokeLootConfig
- SpawningPokeStopConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningPokeStopConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningPokeStopConfig
- SpawningStrategy - Class in com.pixelmonmod.pixelmon.command.impl.wiki
- SpawningStrategy() - Constructor for class com.pixelmonmod.pixelmon.command.impl.wiki.SpawningStrategy
- SpawningTweak - Interface in com.pixelmonmod.pixelmon.api.spawning
-
An interface for simple tweaks on spawn actions or their entity immediately before they spawn.
- SpawningUltraSpaceConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningUltraSpaceConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningUltraSpaceConfig
- SpawningWildConfig - Class in com.pixelmonmod.pixelmon.api.config
- SpawningWildConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.SpawningWildConfig
- spawnLocation - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnAction
-
The location at which the spawn will occur.
- spawnLocation - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- spawnLocation - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SpawnLocation - Class in com.pixelmonmod.pixelmon.api.spawning
-
A location at which an entity could feasibly spawn.
- SpawnLocation(MutableLocation, Set<LocationType>, Block, Set<Block>, Holder<Biome>, boolean, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
- SpawnLocation(Entity, MutableLocation, Set<LocationType>, Block, Set<Block>, Holder<Biome>, boolean, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
- spawnLocationCalculator - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
- spawnLocationCalculator - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- SpawnLocationEvent - Class in com.pixelmonmod.pixelmon.api.events.spawning
-
Event for when a
SpawnLocation
has been selected in the viable location construction algorithm. - SpawnLocationEvent(SpawnLocation) - Constructor for class com.pixelmonmod.pixelmon.api.events.spawning.SpawnLocationEvent
- SpawnLocationType - Enum Class in com.pixelmonmod.pixelmon.entities
-
Enum representation of spawn location.
- spawnParticle(EnumBreedingParticles, Level, double, double, double, PaletteProperties) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
- spawnParticle(EnumPixelmonParticles, ClientLevel, double, double, double, boolean) - Static method in class com.pixelmonmod.pixelmon.client.ClientProxy
-
Spawns a particle in the world.
- SpawnPixelmonEntityForBattleEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fires around the Pokémon spawning for fighting a battle.
- SpawnPixelmonEntityForBattleEvent(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.SpawnPixelmonEntityForBattleEvent
- SpawnPixelmonEntityForBattleEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired after the Pokémon entity has spawned for battle.
- SpawnPixelmonEntityForBattleEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Event fired before the Pokémon entity is spawned for battle.
- spawnPokemon(ServerPlayer, UUID) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
-
Sends out a Pokémon to evolve it.
- spawnPokemon(Level, BlockPos, SpawnLocationType, int, AbstractSpawner, SpawnInfoPokemon, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings
- spawnPosition - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
- spawnRadius - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- spawnRedBeam() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
- spawnRedBeam() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- spawnRedBeam() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- spawnRedstoneParticle(Level, double, double, double, double, double, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
-
Spawns PARTICLES for redstone
- SpawnReplacement - Class in com.pixelmonmod.pixelmon.api.replacement.replacement
-
Class containing information for spawn replacements
- SpawnReplacement(boolean, SpawnDetectionLogic, SpawnReplacementLogic) - Constructor for class com.pixelmonmod.pixelmon.api.replacement.replacement.SpawnReplacement
-
Basic constructor
- SpawnReplacementLogic - Interface in com.pixelmonmod.pixelmon.api.replacement
-
Replacement logic for when an entity spawns
- SpawnReplacementRegistry - Class in com.pixelmonmod.pixelmon.api.replacement
-
Where all the custom replacements are registered/stored (from JSON)
- SpawnReplacementRegistry() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.SpawnReplacementRegistry
- SpawnSet - Class in com.pixelmonmod.pixelmon.api.spawning
-
A set of spawns with various properties.
- SpawnSet() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
- spawnSets - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- spawnSets - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
The
SpawnSet
s contained in this spawner. - SpawnSetTypeAdapter - Class in com.pixelmonmod.pixelmon.api.spawning.util
-
JSON adapter used for deserializing
SpawnSet
s. - SpawnSetTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpawnSetTypeAdapter
- spawnSpecificBossRate - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- spawnSpecificPokerusRate - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- spawnSpecificShinyRate - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- spawnsPerPass - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
-
The maximum number of entities that can spawn during a single pass.
- spawnsPerPass - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- spawnTick - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- SpawnTime - Class in com.pixelmonmod.pixelmon.api.spawning.util
-
Simple object used to represent a real-world time for a spawn to occur
- SpawnTime() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpawnTime
- SpawnTime(String, int, int, int, TimeZone) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.SpawnTime
- SPEAROW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPEAROW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- spec - Variable in class com.pixelmonmod.api.pokemon.requirement.impl.RandomSpeciesRequirement
- spec - Variable in class com.pixelmonmod.api.statue.requirement.impl.RandomSpeciesRequirement
- spec - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- spec - Variable in class com.pixelmonmod.pixelmon.api.events.spawning.PixelmonSpawnerEvent
- spec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesEntityInteractionCondition
- spec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesInteractionCondition
- spec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.player.MatchesSpecDataProvider
- spec - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.SpawnAndEnterBattleInteractionResult
- spec - Variable in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- spec - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- spec() - Method in record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
-
Returns the value of the
spec
record component. - spec() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns the value of the
spec
record component. - spec() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns the value of the
spec
record component. - SPEC_DATA - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- SPEC_REQUIREMENTS - Static variable in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- SPEC_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- SPECIAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.AttackCategory
- SPECIAL - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
- SPECIAL - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- SPECIAL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- SPECIAL_ATTACK - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- SPECIAL_ATTACK_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- SPECIAL_DEFENCE_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- SPECIAL_DEFENSE - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- SPECIAL_DELIVERY - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- SPECIAL_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
used for conversion now
- SPECIAL2 - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- SPECIAL3 - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- specialAttack() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns the value of the
specialAttack
record component. - SpecialAttack - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- SpecialAttackBase - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Superclass for miscellaneous move effects.
- SpecialAttackBase() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpecialAttackBase
- specialAttackModifier - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's Special attack modifier.
- specialAttackStat - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's Special attack stat.
- specialDefense() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns the value of the
specialDefense
record component. - SpecialDefense - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- specialDefenseModifier - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's Special Defense modifier.
- specialDefenseStat - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's Special Defense stat.
- SpecialDelivery - Class in com.pixelmonmod.tcg.duel.power
- SpecialDelivery() - Constructor for class com.pixelmonmod.tcg.duel.power.SpecialDelivery
- specialPrep(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- specialTexture - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- species - Variable in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent.SelectSpecies
- species - Variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- species - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- species - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- species - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.OpponentInfo
- species - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The Pokémon's species.
- species - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.FormData
-
The Pokémon's pokemon.
- species(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species
- species(RegistryValue<Species>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species
- species(Species) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species
- species(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species
- species(Optional<Species>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the species
- Species - Class in com.pixelmonmod.pixelmon.api.pokemon.species
-
A class representing each unique Pokemon
- Species(String, String, int, int, Collection<String>, Collection<Stats>, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.Species
-
Default constructor
- SPECIES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
- SPECIES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
- SPECIES - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- SPECIES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- SPECIES - Static variable in class com.pixelmonmod.pixelmon.api.storage.StorageSort
- SPECIES_DATA - Static variable in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- SPECIES_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- SPECIES_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- SPECIES_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- SPECIES_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- SpeciesHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- SpeciesHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.SpeciesHelper
- speciesName() - Method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
-
Returns the value of the
speciesName
record component. - SpeciesRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- SpeciesRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- SpeciesRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- SpeciesRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- SpeciesRequirement(RegistryValue<Species>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.SpeciesRequirement
- SpeciesRequirement(RegistryValue<Species>) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.SpeciesRequirement
- SpeciesTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species
- SpeciesTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.SpeciesTypeAdapter
- Specification<A,
B> - Interface in com.pixelmonmod.api -
An interface that represents a check of the param types against given data Or applying the given data to the param types
- SpecificationFactory - Class in com.pixelmonmod.api
-
The static factory for registering
Requirement
s and getting instances ofSpecification
s - SpecificationTypeAdapter<A extends Specification<B,
C>, B, C> - Class in com.pixelmonmod.api -
Type adapter implementation for writing any form of
Specification
to JSON - SpecificationTypeAdapter(Class<A>) - Constructor for class com.pixelmonmod.api.SpecificationTypeAdapter
- SpecMatchesEntityInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon
- SpecMatchesEntityInteractionCondition(DataProvider<String>, DataProvider<PixelmonEntity>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesEntityInteractionCondition
- SpecMatchesInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon
- SpecMatchesInteractionCondition(DataProvider<String>, DataProvider<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.pokemon.SpecMatchesInteractionCondition
- specs - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.GivePokemonInteractionResult
- specs - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.MessageSpawnLocationInteractionResult
- specs - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.PokedexSeenInteractionResult
- specs - Variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.Tier
- specs() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
-
Returns the value of the
specs
record component. - specs(PokemonSpecification...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds post-creation specs to apply
- specs(String...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds post-creation specs to apply
- specs(Collection<String>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Adds post-creation specs to apply
- spectate() - Static method in class com.pixelmonmod.pixelmon.client.keybindings.SpectateKey
- spectate(ServerPlayer, Entity) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- SPECTATE - Enum constant in enum class com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
- SpectateCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Spectates a battle between other players.
- SpectateCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.SpectateCommand
- SpectateEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Superclass event for all spectate related events.
- SpectateEvent(ServerPlayer, BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent
- SpectateEvent.StartSpectate - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event representing when a player attempts to spectate a battle.
- SpectateEvent.StopSpectate - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event representing when a player ceases spectating a battle.
- SpectateKey - Class in com.pixelmonmod.pixelmon.client.keybindings
- SpectateKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.SpectateKey
- spectateKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for requesting to spectate a battle
- spectating(boolean) - Static method in enum class com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
- spectatingUUID - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The UUID of the player being spectated.
- Spectator - Record Class in com.pixelmonmod.pixelmon.battles.controller.participants
- Spectator(ServerPlayer, UUID) - Constructor for record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Creates an instance of a
Spectator
record class. - spectatorRange - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.SyncSpectatorRangePacket
- spectators - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Spectators of the battle
- SpecTestCommand - Class in com.pixelmonmod.pixelmon.command.impl
- SpecTestCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.SpecTestCommand
- SPECTRAL_THIEF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SpectralThief - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 8/16/2019.
- SpectralThief() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpectralThief
- SPECTRIER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SpecTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- SpecTrigger() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
- SpecTrigger.Instance - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- speed - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- speed - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- speed() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns the value of the
speed
record component. - speed(float, float, float) - Method in class com.pixelmonmod.api.client.screen.widget.input.Scrollbar
- Speed - Variable in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- SPEED - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- SPEED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SPEED_ABILITY_COMPARATOR - Static variable in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
- SPEED_BOOST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SPEED_COMPARATOR - Static variable in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
- SPEED_PASS - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- SPEED_PRIORITY_COMPARATOR - Static variable in class com.pixelmonmod.pixelmon.battles.controller.BattlePriorityHelper
- SPEED_STAT_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- SPEED_SWAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SpeedAbilityComparator - Class in com.pixelmonmod.pixelmon.battles.controller
-
Compares Pokémon by battle speed and how long they have had their ability.
- SpeedAbilityComparator() - Constructor for class com.pixelmonmod.pixelmon.battles.controller.SpeedAbilityComparator
- SpeedBoost - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Raises speed by one stage every turn.
- SpeedBoost() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SpeedBoost
- SpeedComparator - Class in com.pixelmonmod.pixelmon.battles.controller
-
Compares Pokémon by battle speed.
- SpeedComparator() - Constructor for class com.pixelmonmod.pixelmon.battles.controller.SpeedComparator
- speedModifier - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's speed modifier.
- SpeedModifier - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
The speed modifier given by evolution stone boots.
- SpeedModifier(float) - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.SpeedModifier
-
Initializes the modifier.
- SpeedPassClause - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.type
-
Prevents Pokémon from having Baton Pass, a way of boosting speed, and a way of boosting another stat.
- SpeedPassClause() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.SpeedPassClause
-
Initializes the clause.
- SpeedPriorityComparator - Class in com.pixelmonmod.pixelmon.battles.controller
-
Compares Pokémon by move priority and battle speed.
- SpeedPriorityComparator() - Constructor for class com.pixelmonmod.pixelmon.battles.controller.SpeedPriorityComparator
- speedStat - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
The Pokémon's speed stat.
- SpeedSwap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- SpeedSwap - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SpeedSwap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SpeedSwap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpeedSwap
-
Initializes Power Swap.
- SpeedSwapStatus - Class in com.pixelmonmod.pixelmon.battles.status
- SpeedSwapStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SpeedSwapStatus
- SpeedSwapStatus(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.SpeedSwapStatus
- spell_tag - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- spellTag - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- SPELON - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- SPELON - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- spelon_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SpelonFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- SpelonFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.SpelonFoliagePlacer
- SPEWPA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPHEAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPHEAL_HAT - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- SPHERE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- SPHERE_SIMPLE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- spicy - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- SPICY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- SPICY_EXTRACT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SPIDER_WEB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SPIDOPS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPIKE_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Spikes - Class in com.pixelmonmod.pixelmon.battles.status
-
Damages grounded Pokémon upon switching in.
- Spikes - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Spikes - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Spikes - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Spikes() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Spikes
-
Initializes Spikes with one layer.
- SPIKES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- spikeshell_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SPIKY_EAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SPIKY_SHIELD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SpikyShield - Class in com.pixelmonmod.pixelmon.battles.status
-
Acts like Protect, and damages Pokémon who make contact by 1/8 of their maximum hp.
- SpikyShield - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SpikyShield() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SpikyShield
-
Initializes the status.
- SpikyShieldTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- SpikyShieldTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.SpikyShieldTests
- SPIN_OUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SPIN_POKESTOP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- SPINARAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPINARAK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SPINDA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPINDA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SpinListener - Class in com.pixelmonmod.pixelmon.listener
-
Created by Jay113355 on 8/20/2020.
- SpinListener() - Constructor for class com.pixelmonmod.pixelmon.listener.SpinListener
- SpinPokeStopInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- SpinPokeStopInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.SpinPokeStopInteractionEvent
- SPIRAL - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- SPIRIT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- SPIRIT_BREAK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SPIRIT_SHACKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SPIRITOMB - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPIRITOMB - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SPIT_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Spite - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Causes the target's last-used attack to lose 4 PP.
- Spite - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Spite() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Spite
- SPITE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SpitUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Varies in power depending on the number of times the user has used Stockpile.
- SpitUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SpitUp
- Splash - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Does nothing.
- Splash() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Splash
- SPLASH - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- SPLASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- splash_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Water-type attacks.
- SplashTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- SplashTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.SplashTest
- SPLINTERED_STORMSHARDS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Splinters - Class in com.pixelmonmod.pixelmon.battles.status
-
Deals damage at the end of turn for a set amount of turns.
- Splinters - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Splinters() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Splinters
- Splinters(PixelmonWrapper, int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Splinters
- SPLISHY_SPLASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Split - Class in com.pixelmonmod.pixelmon.battles.status
-
Splits two stats evenly between the user and the target.
- Split(StatusType, BattleStatsType, BattleStatsType, String) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Split
-
Initializes the status.
- splitChoices(List<PixelmonWrapper>, List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Splits a list of choices into separate lists for each Pokémon's choice.
- spliterator() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- splitString(String, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Splits a string by either a maximum length or a newline character.
- splitString(String, int, boolean) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- splitStringToFit(String, int, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Splits a string to as many lines needed in order to lower it's width to the specified amount
- SPOINK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPOINK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SPOOKY - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- spooky_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Ghost-type attacks.
- SPORE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- sport - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Sport Ball.
- Sport - Class in com.pixelmonmod.pixelmon.battles.status
-
Common methods between Mud/Water Sport.
- Sport(PixelmonWrapper, StatusType, Element, String) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sport
-
Initializes the status.
- SPORT_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- SportBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- SportBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.SportBall
- Spotlight - Class in com.pixelmonmod.pixelmon.battles.status
-
Created by Jay113355 on 7/30/2020.
- Spotlight() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Spotlight
-
Initializes the status.
- SPOTLIGHT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- spray_duck - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Spread(PlayerPartyStorage, PixelmonWrapper, PokerusStrain) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread
- SpreadMoveTest - Class in com.pixelmonmod.pixelmon.api.test.impl
- SpreadMoveTest() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.SpreadMoveTest
- SPRIGATITO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SPRIGATITO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SPRING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SPRINGTIDE_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SpringtideStorm - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SpringtideStormStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
https://www.serebii.net/attackdex-swsh/springtidestorm.shtml https://bulbapedia.bulbagarden.net/wiki/Springtide_Storm_(move)
- SpringtideStormStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SpringtideStormStatus
- Sprint - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
- sprite - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- sprite() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets the sprite of this move skill.
- sprite() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Returns the value of the
sprite
record component. - sprite() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns the value of the
sprite
record component. - sprite() - Method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
-
Returns the value of the
sprite
record component. - sprite(DescribableResource) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- sprite(String) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the sprite of this move skill.
- sprite(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets the sprite of this move skill.
- sprite(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.research.ResearchObjective.Builder
- SPRITE_NAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The sprite name to use for this itemstack.
- SpriteButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets.button
- SpriteButton(int, int, ResourceLocation, Component, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.button.SpriteButton
- SpriteItem - Class in com.pixelmonmod.pixelmon.items
-
Can look like any Pokémon sprite depending on its NBT tag.
- SpriteItem() - Constructor for class com.pixelmonmod.pixelmon.items.SpriteItem
-
Initializes the item.
- SpriteItemHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- SpriteItemHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
- SpriteItemModel - Class in com.pixelmonmod.pixelmon.client.models.items
- SpriteItemModel(BakedModel) - Constructor for class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- spriteModel - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SPRITES - Enum constant in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- SPRITZEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- spruce_bench - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SPRUCE_BENCH - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- sqr - Variable in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- square() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Squares the values of this vector.
- SQUAWKABILLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- squirt_bottle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SQUIRTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SQUIRTLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SQUIRTLE - Static variable in class com.pixelmonmod.tcg.api.accessors.Coins
- SRC_FORM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Tag for storing which Necrozma form to revert to.
- ss_ticket - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Stab(BattleController, PixelmonWrapper, PixelmonWrapper, double) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Stab
- stable_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- stabMultiplier - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Stab
-
The multiplier for damage.
- stack - Variable in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
- stack - Variable in class com.pixelmonmod.pixelmon.api.events.LensUsedEvent
-
The
ItemStack
representing the lens. - stack - Variable in class com.pixelmonmod.pixelmon.api.events.PickupEvent
-
The item that is to be found.
- stack - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnActionItem
- STACK_SIZE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The stack size of a specific item requested by the tutor.
- Stadium - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- STADIUM - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- stadiumCard - Variable in class com.pixelmonmod.tcg.duel.state.GameCommonState
- stage - Variable in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchObjectiveEvent
- stage - Variable in class com.pixelmonmod.pixelmon.api.research.event.ClaimResearchStageEvent
- stage - Variable in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
- stage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- stage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearchStage
- stage() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
The research stage that this player is currently on.
- STAGE_BASIC - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- STAGE_MEGA - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- STAGE_ONE - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- STAGE_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- STAGE_TWO - Static variable in class com.pixelmonmod.tcg.client.gui.TCGResources
- STAGE1 - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- STAGE2 - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- stages - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- stages - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.CriticalHit
- stages - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RaiseStats
- stages() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns the value of the
stages
record component. - stages() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- stages(ResearchStage...) - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- stages(Collection<ResearchStage>) - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- STAKATAKA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STAKATAKA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Stakeout - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Stakeout() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stakeout
- STAKEOUT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Stall - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Stall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stall
- STALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Stalwart - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Stalwart makes its user's moves ignore the target-redirecting effects of moves and Abilities.
- Stalwart() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stalwart
- STALWART - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Stamina - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Stamina() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stamina
- STAMINA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- STANCE_CHANGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- StanceChange - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- StanceChange() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- StanceChangeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- StanceChangeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.StanceChangeTests
- standard - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The standard
SpawnSet
s, for thePlayerTrackingSpawner
. - STANDARD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- STANDARD - Static variable in class com.pixelmonmod.tcg.api.accessors.Boards
- STANDARD - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- STANDARD_GALARIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- STANDARD_ITEM_TRANSFORMATIONS - Static variable in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- STANDARD_ITEM_TRANSFORMS - Static variable in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- StandardColorPalette - Class in com.pixelmonmod.api.client.screen
- standardDeviation() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Returns the value of the
standardDeviation
record component. - standardLighting() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- StandardParticleAnimationData - Class in com.pixelmonmod.pixelmon.battles.attacks.animations
- StandardParticleAnimationData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- standardTutor() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- standing - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.RidingOffsets
- STANDING_AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock
- standing_scroll - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STANDING_SCROLL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- StandStill - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
- STANTLER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- star(float, float, float, float, float, int, IntBinaryOperator) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- STAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- star_piece - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- STARAPTOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STARAPTOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- STARAVIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STARAVIA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- stardust - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- StareDownGoal - Class in com.pixelmonmod.pixelmon.ai
- StareDownGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.StareDownGoal
- STARF - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- STARF - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- starf_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- StarfFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- StarfFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.StarfFoliagePlacer
- STARLY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STARLY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- STARMIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STARMIE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- STARRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- stars - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- STARS - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- STARS_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- start() - Method in class com.pixelmonmod.pixelmon.ai.ExecuteActionGoal
- start() - Method in class com.pixelmonmod.pixelmon.ai.flying.BetterFlyingGoal
- start() - Method in class com.pixelmonmod.pixelmon.ai.FlyingGoal
- start() - Method in class com.pixelmonmod.pixelmon.ai.FollowTrainerGoal
- start() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsBlockGoal
-
Execute a one shot task or start executing a continuous task
- start() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsTargetGoal
- start() - Method in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
Execute a one-shot task or start executing a continuous task.
- start() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
-
Execute a one shot task or start executing a continuous task
- start() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoalInFieldOfView
- start() - Method in class com.pixelmonmod.pixelmon.ai.TeleportAwayGoal
- start() - Method in class com.pixelmonmod.pixelmon.ai.TemptGoal
-
Execute a one shot task or start executing a continuous task
- start() - Method in class com.pixelmonmod.pixelmon.ai.WanderGoal
-
Execute a one-shot task or start executing a continuous task.
- start() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Starts the battle
- start() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelectionRegistry.Builder
-
Sends the team select screen to all entities
- start() - Method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- start(Quadstate) - Method in class com.pixelmonmod.pixelmon.battles.controller.DynamaxController
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryConfigurationTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryConfigurationTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryConfigurationTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket.InvalidateRegistriesTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket.SyncAbilityTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket.SyncBossTiersTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket.SyncMovesTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket.SyncPokeBallsTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket.SyncRibbonsTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket.SyncSpawningTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket.SyncSpeciesTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket.SyncStartersTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket.SyncCardSetsTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket.SyncCardsTask
- start(Consumer<Packet<?>>) - Method in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket.SyncThemeDecksTask
- start(ConfigurationTaskContext) - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket.InvalidateRegistriesTask
- Start(MysteryBoxTileEntity, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.Start
-
Fired at the start of a Mystery Box's tick.
- Start(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.Merge.Start
- Start(ServerPlayer, ReassemblyUnitTileEntity, Pokemon, StoragePosition, ItemStack, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble.New.Start
- START_MULTIPLAYER - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- START_SOLO - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.RaidActionPacket.Actions
- startAsync() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the start battle logic to run off the Minecraft server's main thread
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- startBattle() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- startBattle(int, boolean, boolean, int, int, BattleRules, List<PixelmonClientData>, List<PixelmonClientData>, List<UUID>, List<PixelmonClientData>, BattleType) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- startBattle(BattleParticipant[], BattleParticipant[], BattleType) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Sets up a singles battle between two participants.
- startBattle(BattleParticipant[], BattleParticipant[], BattleRules) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Sets up a battle with participants and registers it.
- startBattle(BattleParticipant, BattleParticipant) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Sets up a singles battle between two participants.
- startBattle(BattleParticipant, BattleParticipant) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Starts a battle with the Pokémon.
- startBattle(BattleParticipant, BattleParticipant, BattleType) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Starts a battle with the Pokémon.
- startBattle(BattleParticipant, BattleParticipant, BattleRules) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
-
Starts a battle with the Pokémon.
- StartBattle(List<BattleParticipant>) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.NPCEvent.StartBattle
- startBattleMusic(BattleMusicType, int, long, boolean) - Static method in class com.pixelmonmod.pixelmon.client.music.BattleMusic
- StartBattlePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- StartBattlePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
- StartBattlePacket(int, boolean, boolean, int, int, int, BattleRules, List<PixelmonClientData>, List<PixelmonClientData>, List<UUID>, List<PixelmonClientData>, BattleType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartBattlePacket
- StartCapture(ServerPlayer, PixelmonEntity, PokeBallEntity, CaptureValues) - Constructor for class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartCapture
- StartCaptureEffect(PokeBallEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent.StartCaptureEffect
- startCooking(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- startDelay(long, TimeUnit) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Adds a delay in the specified unit before the battle will begin
- startDelayMillis - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- startEntityID - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- Starter - Record Class in com.pixelmonmod.pixelmon.config.starter
- Starter(JsonObject, JsonDeserializationContext) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.Starter
- Starter(PokemonSpecification, int, int, int, int) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.Starter
- Starter(PokemonSpecification, Collection<ChanceSpec>, int, int, int, int) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.Starter
- Starter(PokemonSpecification, Consumer<ImmutableList.Builder<ChanceSpec>>, int, int, int, int) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.Starter
- Starter(PokemonSpecification, List<ChanceSpec>, int, int, int, int) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Creates an instance of a
Starter
record class. - Starter(FriendlyByteBuf) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.Starter
- STARTER - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- STARTER_PICKED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the player has received a starter Pokémon.
- STARTER_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- starterBackground - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Background when selecting a starter Pokémon.
- starterBorders - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Border graphics when selecting a starter Pokémon.
- StarterButton - Class in com.pixelmonmod.pixelmon.client.gui.starter
-
A button for choosing a starter Pokémon.
- StarterButton(int, int, int, int, ChooseStarterScreen, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.starter.StarterButton
-
Initializes a starter Pokémon button.
- StarterCommand - Class in com.pixelmonmod.pixelmon.command.impl
- StarterCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.StarterCommand
- starterLeft - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- StarterList - Class in com.pixelmonmod.pixelmon.config.starter
- StarterListPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- StarterListPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.StarterListPacket
- StarterOption - Record Class in com.pixelmonmod.pixelmon.config.starter
- StarterOption(JsonObject, JsonDeserializationContext) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.StarterOption
- StarterOption(String, String, int, int, int, PokemonSpecification) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Creates an instance of a
StarterOption
record class. - StarterOption(FriendlyByteBuf) - Constructor for record class com.pixelmonmod.pixelmon.config.starter.StarterOption
- StarterOptionTypeAdapter - Class in com.pixelmonmod.pixelmon.config.starter
- StarterOptionTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.config.starter.StarterOptionTypeAdapter
- starterPicked - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Whether the player has picked a starter yet
- starterRight - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- StarterScreenPhase - Enum Class in com.pixelmonmod.pixelmon.client.gui.starter
-
A phase in the starter screen.
- StarterTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- StarterTrigger() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
- StarterTrigger.Instance - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- StarterTypeAdapter - Class in com.pixelmonmod.pixelmon.config.starter
- StarterTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.config.starter.StarterTypeAdapter
- startEvolution(Evolution, String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Starts the Pokémon's evolution.
- startEvolution(Evolution, String) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Starts the Pokémon's evolution.
- STARTGAME - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- StartGameEvent - Class in com.pixelmonmod.tcg.api.events
-
Fired when a tcg game starts
- StartGameEvent(List<PlayerServerState>) - Constructor for class com.pixelmonmod.tcg.api.events.StartGameEvent
- startHandler(BiConsumer<BattleStartedEvent.Pre, BattleController>) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Adds a consumer to run when the battle begins
- startHidden() - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- startID - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- startID - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystemBase
- startID - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- startIndex - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The index of the bag to begin displaying items at.
- STARTING_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- STARTING_YAW - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The statue's yaw.
- startingCommand - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
The commands stored in the battle block.
- startingMessage - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- startingPercent - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Berserk
- startingTeams - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnBeginAction
- startMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Libero
- startMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Protean
- startMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SheerForce
- startMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SlowStart
- startMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- startMove(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
- startMove(PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Affects the Pokémon at the start of using a move.
- startOpen(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- startOpen(Player) - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
- startOpen(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- startOpen(Player) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- startOpen(Player) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- startPicking(List<Boolean>, boolean, ArrayList<UUID>) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Begins the move picking phase of battle.
- startPos - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- startPos - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackSystemBase
- startRaid(DenEntity) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- StartRaidCapture(ServerPlayer, Pokemon, RaidData, CaptureValues) - Constructor for class com.pixelmonmod.pixelmon.api.events.CaptureEvent.StartRaidCapture
- StartRaidEvent - Class in com.pixelmonmod.pixelmon.api.events.raids
- StartRaidEvent(DenEntity, RaidData, BattleParticipant[], PixelmonEntity, RaidPixelmonParticipant) - Constructor for class com.pixelmonmod.pixelmon.api.events.raids.StartRaidEvent
- startResearch(Research) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- startResearch(Research) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Starts a new research for the player.
- StartRetreating - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
- startSpectate() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- StartSpectate(ServerPlayer, BattleController, Entity) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent.StartSpectate
- StartSpectatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
- StartSpectatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
- StartSpectatePacket(int, BattleRules, List<PixelmonClientData>, List<PixelmonClientData>, List<UUID>, List<PixelmonClientData>, BattleType, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.StartSpectatePacket
- startSync - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- startSync() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the start battle logic to run on the Minecraft server's main thread
- startTrackingSpawner() - Static method in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
Starts the
TrackingSpawnerCoordinator
, the top class of Pixelmon's implementation of the Better Spawner. - startType - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
The source of the battle as an element of EnumBattleStartTypes
- startType - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
-
The source of the battle as an element of EnumBattleStartTypes
- startX - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- startY - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- startZ - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- STARYU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STARYU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- stat - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- stat - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- STAT_CHANGE - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- STAT_CHANGE - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- STAT_TEXT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.export.impl.ShowdownConverter
- stat1 - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatRatioCondition
- stat2 - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatRatioCondition
- statCanBeLowered() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Determines whether a stat can be lowered.
- statCanBeLowered(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Determines whether the specified stat can be lowered.
- statCanBeRaised() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Determines whether a stat can be raised.
- statCanBeRaised(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Determines whether the specified stat can be raised.
- StatChangeAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
-
A logged move in battle.
- StatChangeAction(int, PixelmonWrapper, int[], int[]) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatChangeAction
- StatChangeData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- StatChangeData(BattleStatsType, int) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- statchanges - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerShell
- statChanges - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Coaching
- statChanges - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
-
The stats that are raised by Magnetic Flux.
- statChanges - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Memento
- statChanges - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rototiller
-
The stats that are raised by Rototiller.
- statChanges - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ScaleShot
- statChanges - Static variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VenomDrench
-
Stats that are lowered by Venom Drench.
- state - Variable in class com.pixelmonmod.pixelmon.api.block.EggBlockEvent
- state - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
The animation state of the mechanical infuser.
- state - Variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeFeatureConfig
- state - Variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryFeatureConfig
- state() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- state(CustomState) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- state(Class<S>, Consumer<S>) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- StatefulScreen - Class in com.pixelmonmod.api.client.screen
-
Welcome to the Stateful Screen, a screen implementation with all the fun features of vanilla screens, but with the ability to do designs (think skins), color themes, and more! Stateful screens are created with a builder, rather than being extended or instantiated directly.
- StatefulScreen.Builder - Class in com.pixelmonmod.api.client.screen
- StatefulScreen.Priority - Class in com.pixelmonmod.api.client.screen
- StatefulSurvivalTab - Class in com.pixelmonmod.api.client.screen
- StatefulSurvivalTab(Supplier<StatefulScreen>, int, int, boolean, boolean, boolean, ItemStack) - Constructor for class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- StatefulWidget<W extends StatefulWidget<W>> - Class in com.pixelmonmod.api.client.screen.widget
- StatefulWidget() - Constructor for class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- stateInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- stateInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- StatEnhancingItems - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Items that increase the stats of specific Pokémon.
- StatEnhancingItems(EnumHeldItems, BattleStatsType[], float, Supplier<Species>...) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.StatEnhancingItems
-
Initializes a stat enhancing item.
- States<W extends StatefulWidget<W>> - Interface in com.pixelmonmod.api.client.screen.widget
-
Interface for holding widget interactions, in an interface to avoid clutter in the main
StatefulWidget
class. - Static - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
30% chance of paralyzing a Pokémon on contact.
- Static() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Static
- STATIC - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- staticFlicker - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- staticRandomWithXZSeed(Level, int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Generates a random seed from the chunk coordinates in a world.
- statOverrides - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- StatRatioCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- StatRatioCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatRatioCondition
- StatRatioCondition(BattleStatsType, BattleStatsType, float) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatRatioCondition
- StatReplaceEffect - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Subclass for move effects modifying attacking and defensive stats.
- StatReplaceEffect() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StatReplaceEffect
- stats - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The player's battle stats.
- Stats - Class in com.pixelmonmod.pixelmon.api.pokemon.species
- Stats - Class in com.pixelmonmod.pixelmon.command.impl
- Stats - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- Stats() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- Stats(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.Stats
- STATS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- STATS_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's attack.
- STATS_BLOCKS_WALKED_OUTSIDE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of blocks a player has walked with a Pokémon outside its ball.
- STATS_BOOST - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- STATS_DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Defense.
- STATS_HP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's maximum hp.
- STATS_MINIOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- STATS_NUM_CLONED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times the Pokémon has been cloned.
- STATS_NUM_COINS_GIVEN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of Gimmighoul Coins that have been given to Gimmighoul.
- STATS_NUM_ENCHANTED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times the Pokémon has enchanted a ruby.
- STATS_NUM_MOVE_USES - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times the Pokémon has used the move required for its evolution.
- STATS_NUM_NUGGETS_FED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times a nugget has been fed to Meltan.
- STATS_PLAYER_START_WALK_DISTANCE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of blocks a player has walked with a Pokémon outside its ball.
- STATS_SPECIAL_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Special attack.
- STATS_SPECIAL_DEFENSE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's Special Defense.
- STATS_SPEED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The Pokémon's speed.
- STATS_WOOL_GROWTH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- statsCanChange(PixelmonWrapper, PixelmonWrapper, boolean, BattleStatsType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- StatsEffect - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks
-
An effect that lowers or raises stats.
- StatsEffect() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
- StatsEffect(BattleStatsType, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Initializes a stat effect.
- StatsEffect(BattleStatsType, int, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
Initializes a stat effect.
- StatsEffectCone - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks
-
An effect that lowers or raises stats of a cone of targets.
- StatsEffectCone() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
- StatsEffectCone(BattleStatsType, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
-
Initializes a stat effect.
- StatsEffectPost - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks
-
An effect that lowers or raises the user's stats once for a multi-target attack.
- StatsEffectPost() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
- StatsEffectPost(BattleStatsType, int) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
-
Initializes a stat effect.
- StatsEffectTeam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks
-
An effect that lowers or raises stats of an entire side of battle.
- StatsEffectTeam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
- StatsEffectTeam(BattleStatsType, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
-
Initializes a stat effect.
- statsLevel1 - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- statsLevel2 - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.LevelUpPacket
- StatsModifyRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- StatsModifyRequirement(BattleStatsType) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.StatsModifyRequirement
- StatsModifyRequirement(BattleStatsType, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.StatsModifyRequirement
- StatsRecipe - Class in com.pixelmonmod.pixelmon.api.config.recipes
- StatsRecipe() - Constructor for class com.pixelmonmod.pixelmon.api.config.recipes.StatsRecipe
- StatsRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- StatsRequirement(BattleStatsType) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.StatsRequirement
- StatsRequirement(BattleStatsType, int) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.StatsRequirement
- StatsReset - Class in com.pixelmonmod.pixelmon.command.impl
- StatsReset(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.StatsReset
- statStage(PixelmonWrapper, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- statStage(PixelmonWrapper, BattleStatsType, int, String) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- statStage(TestParticipant, BattleStatsType, int) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- statStage(TestParticipant, BattleStatsType, int, String) - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- StatsTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species
- StatsTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.StatsTypeAdapter
- StatTable - Class in com.pixelmonmod.pixelmon.battles.attacks
-
Created by Jay113355 on 2/17/2020.
- StatTable() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.StatTable
- statue - Variable in class com.pixelmonmod.pixelmon.api.events.StatueEvent.DestroyStatue
-
The statue being destroyed
- statue - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- STATUE - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- STATUE_ANIMATION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The name of the statue's animation.
- STATUE_FRAME - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The frame of the statue's animation to show.
- STATUE_LABEL - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The statue's label.
- STATUE_MODEL_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The frame of the statue's animation to show.
- STATUE_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- STATUE_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the statue's texture.
- STATUE_TEXTURE_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- StatueEditor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- StatueEditorScreen - Class in com.pixelmonmod.pixelmon.client.gui.statueEditor
-
GUI for editing a statue with a chisel.
- StatueEditorScreen(int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
-
Initializes the GUI.
- StatueEntity - Class in com.pixelmonmod.pixelmon.entities.pixelmon
-
A static statue of a Pokémon.
- StatueEntity(EntityType<StatueEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- StatueEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
-
Spawns a statue.
- StatueEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Superclass event for all statue related actions.
- StatueEvent(ServerPlayer) - Constructor for class com.pixelmonmod.pixelmon.api.events.StatueEvent
- StatueEvent.CreateStatue - Class in com.pixelmonmod.pixelmon.api.events
-
Subclass event of
StatueEvent
fired whenever a chisel is used to create a statue. - StatueEvent.DestroyStatue - Class in com.pixelmonmod.pixelmon.api.events
-
Subclass event of
StatueEvent
fired when a statue is attempted to be destroyed - StatueEvent.ModifyStatue - Class in com.pixelmonmod.pixelmon.api.events
-
Subclass event of
StatueEvent
fired when any of theStatueEntity
properties is changed. - statueId - Static variable in class com.pixelmonmod.pixelmon.client.gui.statueEditor.StatueEditorScreen
- StatueRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- StatueRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.StatueRenderer
- StatueRequirements - Class in com.pixelmonmod.pixelmon.api.registries
- StatueRequirements() - Constructor for class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- StatueSpawnCommand - Class in com.pixelmonmod.pixelmon.command.impl
- StatueSpawnCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.StatueSpawnCommand
- StatueSpecification - Class in com.pixelmonmod.api.statue
-
Implementation of the abstract specification for the
Pokemon
andPixelmonEntity
types for Pixelmon - StatueSpecification(String, List<Requirement<Pokemon, StatueEntity, ?>>) - Constructor for class com.pixelmonmod.api.statue.StatueSpecification
- StatueSpecificationProxy - Class in com.pixelmonmod.api.statue
-
Static proxy class for the
SpecificationFactory
where it handles passing in the class - StatueTextureRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- StatueTextureRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.StatueTextureRequirement
- StatueTextureRequirement(String) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.StatueTextureRequirement
- StatueUpdatePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
- StatueUpdatePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- StatueUpdatePacket(EnumStatuePacketMode, UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- StatueUpdatePacket(EnumStatuePacketMode, UUID, double) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- StatueUpdatePacket(EnumStatuePacketMode, UUID, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- StatueUpdatePacket(EnumStatuePacketMode, UUID, String) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.StatueUpdatePacket
- status - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- status - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.GlobalStatusAddAction
- status - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.GlobalStatusRemoveAction
- status - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusAddAction
- status - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusRemoveAction
- status - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The index of the Pokémon non-volatile status.
- status - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Non-volatile status icons.
- status(StatusPersist) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the status of the Pokémon
- Status - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- STATUS - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.AttackCategory
- STATUS - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- STATUS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The non-volatile status the Pokémon has.
- STATUS_COUNT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- STATUS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- STATUS_RESTORE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
- STATUS_SLEEP_TURNS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of turns of sleep remaining on the Pokémon.
- StatusAddAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- StatusAddAction(int, PixelmonWrapper, StatusBase) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusAddAction
- StatusAilmentHealerItem - Class in com.pixelmonmod.pixelmon.items
-
Heals a certain status on a Pokémon.
- StatusAilmentHealerItem(IMedicine...) - Constructor for class com.pixelmonmod.pixelmon.items.StatusAilmentHealerItem
-
Initializes the item.
- StatusBase - Class in com.pixelmonmod.pixelmon.battles.status
-
A battle status.
- StatusBase() - Constructor for class com.pixelmonmod.pixelmon.battles.status.StatusBase
- StatusBase(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Initializes the status with its type.
- statusCure - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- statusEffectCheck(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Returns a value based on the current status effect of the
Pokemon
being caught. - StatusHealRecipe - Class in com.pixelmonmod.pixelmon.api.config.recipes
- StatusHealRecipe() - Constructor for class com.pixelmonmod.pixelmon.api.config.recipes.StatusHealRecipe
- StatusPersist - Class in com.pixelmonmod.pixelmon.battles.status
-
A status that remains after switching out.
- StatusPersist(StatusType) - Constructor for class com.pixelmonmod.pixelmon.battles.status.StatusPersist
-
Initializes the status.
- StatusPersistCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Created by Jay113355 on 8/1/2020.
- StatusPersistCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatusPersistCondition
- StatusPersistCondition(StatusType) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.StatusPersistCondition
- StatusRemoveAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- StatusRemoveAction(int, PixelmonWrapper, StatusBase) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.StatusRemoveAction
- StatusRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- StatusRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.StatusRequirement
- StatusRequirement(String) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.StatusRequirement
- StatusType - Enum Class in com.pixelmonmod.pixelmon.battles.status
-
Enum representations of all statuses.
- StatusUpdateTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Jay113355 on 2/25/2021.
- StatusUpdateTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.StatusUpdateTask
-
Empty constructor for packet registration.
- StatusUpdateTask(UUID, int) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.StatusUpdateTask
-
Initializes a status packet.
- stayAtEndTime - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- stayDark - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- Steadfast - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Steadfast() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Steadfast
- STEADFAST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SteadyLureExpiring - Class in com.pixelmonmod.pixelmon.api.pokemon.lure
-
Lure expirer that does individual bits of damage at steady intervals.
- SteadyLureExpiring() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.lure.SteadyLureExpiring
- Stealth_Rock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- STEALTH_ROCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- StealthRock - Class in com.pixelmonmod.pixelmon.battles.status
-
Damages Pokémon depending on how weak they are to Rock-type moves.
- StealthRock - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- StealthRock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- StealthRock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- StealthRock() - Constructor for class com.pixelmonmod.pixelmon.battles.status.StealthRock
-
Initializes the status.
- STEAM_ENGINE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- STEAM_ERUPTION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SteamEngine - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Drastically boosts Speed if the pokemon is hit by water or fire type moves
- SteamEngine() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SteamEngine
- STEAMROLLER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- STEEL - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- STEEL - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- STEEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- STEEL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- STEEL_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- steel_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- steel_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Steel.
- STEEL_ROLLER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Steel_Wing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Steel_Wing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Steel_Wing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Steel_Wing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Steel_Wing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- STEEL_WING - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SteelBeam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the user for 1/2 of its hp in recoil.
- SteelBeam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SteelBeam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelBeam
- steelium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Steelium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- STEELIX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- steelixite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Steelix
- SteelRoller - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- SteelRoller() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelRoller
- Steelsurge - Class in com.pixelmonmod.pixelmon.battles.status
-
Damages Pokémon depending on how weak they are to Steel-type moves.
- Steelsurge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Steelsurge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Steelsurge
-
Initializes the status.
- SteelWing - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Steelworker - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Steelworker() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Steelworker
- STEELWORKER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- STEELY_SPIRIT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SteelySpirit - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts steel type moves power for self and allies
- SteelySpirit() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SteelySpirit
- SteelySpiritTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SteelySpiritTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SteelySpiritTests
- STEENEE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STEENEE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Stench - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
10% chance of damaging moves making the target flinch.
- Stench() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stench
- STENCH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- STEP_IN - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- StepIn - Class in com.pixelmonmod.tcg.duel.power
- StepIn() - Constructor for class com.pixelmonmod.tcg.duel.power.StepIn
- stepOn(Level, BlockPos, BlockState, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.SlipperyIceBlock
- stepOn(Level, BlockPos, BlockState, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- stepOn(Level, BlockPos, BlockState, Entity) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.SpawnerCaveRockBlock
- STEPS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of steps that have been taken while the Egg has been in a player's party.
- stick_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STICK_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- StickPlateBlock - Class in com.pixelmonmod.pixelmon.blocks
-
A block that stops entities from moving.
- StickPlateBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.StickPlateBlock
-
Initializes the block.
- sticky_barb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- STICKY_HOLD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- STICKY_WEB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- stickyBarb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- StickyBarbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Damages the holder for 1/8 of its maximum hp every turn.
- StickyBarbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.StickyBarbItem
-
Initializes the held item.
- StickyGoo - Class in com.pixelmonmod.tcg.duel.power
- StickyGoo() - Constructor for class com.pixelmonmod.tcg.duel.power.StickyGoo
- StickyHold - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- StickyHold() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StickyHold
- StickyHoldTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- StickyHoldTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- StickyWeb - Class in com.pixelmonmod.pixelmon.battles.status
-
Lowers speed by one stage for Pokémon switching in.
- StickyWeb - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- StickyWeb() - Constructor for class com.pixelmonmod.pixelmon.battles.status.StickyWeb
-
Initializes the status.
- StillAndEngage - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
- StillMoveAndEngage - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
-
Do not give this method the name canInteractWith because it clashes with Container.
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
-
Do not give this method the name canInteractWith because it clashes with Container.
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InventoryTileEntity
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareContainer
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
- stillValid(Player) - Method in class com.pixelmonmod.pixelmon.container.PokeBagContainer
- stillValid(Player) - Method in class com.pixelmonmod.tcg.client.container.BinderContainer
- stillValid(Player) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- stillValid(Player) - Method in class com.pixelmonmod.tcg.client.container.DeckContainer
- stillValid(Player) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- stitched - Variable in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
- STITCHED - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
- Stockpile - Class in com.pixelmonmod.pixelmon.battles.status
-
Raises Defense and Special Defense by one stage and powers up Spit Up and Swallow.
- Stockpile - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Stockpile() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Stockpile
-
Initializes the status.
- STOCKPILE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- STOKED_SPARKSURFER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- STOMP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- STOMPING_TANTRUM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- StompingTantrum - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/22/2020.
- StompingTantrum - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- StompingTantrum - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- StompingTantrum() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StompingTantrum
- Stone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- STONE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- STONE_AXE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- stone_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Stone_Edge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Stone_Edge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Stone_Edge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Stone_Edge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- STONE_EDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- stone_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Rock-type attacks.
- StoneEdge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- StoneEdge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- STONJOURNER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STONJOURNER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- stop() - Method in class com.pixelmonmod.pixelmon.ai.FlyingGoal
- stop() - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- stop() - Method in class com.pixelmonmod.pixelmon.ai.FollowTrainerGoal
- stop() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsBlockGoal
-
Resets the task
- stop() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsTargetGoal
- stop() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- stop() - Method in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
Resets the task.
- stop() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
- stop() - Method in class com.pixelmonmod.pixelmon.ai.TemptGoal
-
Resets the task
- stopDraggingWidget() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- stopOpen(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- stopOpen(Player) - Method in interface com.pixelmonmod.pixelmon.blocks.tileentity.IBasicInventory
- stopOpen(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.InfuserTileEntity
- stopOpen(Player) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- stopOpen(Player) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- stopRender - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Whether to stop rendering the Pokémon due to evolving into a different Pokémon.
- stopsAfterParse() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the requirement to stop looking for other requirements after this one
- stopsEvolution(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropped
- stopsEvolution(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status prevents the Pokémon from evolving.
- stopsForcedSwitches(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Checks if the Pokémon prevents being forced out
- stopsForcedSwitches(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Commanded
- stopsForcedSwitches(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Ingrain
- stopsForcedSwitches(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.InMouth
- stopsForcedSwitches(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropBase
- stopsForcedSwitches(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status prevents another Pokémon from switching them.
- stopsForcedSwitches(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GuardDog
- stopsForcedSwitches(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SuctionCups
- stopsForcedSwitches(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether the Pokémon's Ability prevents another Pokémon from switching them.
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Endure
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Flying
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.InMouth
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagicCoat
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagnetRise
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MaxGuard
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Protect
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ProtectVariation
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.PsychicTerrain
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Rainy
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropBase
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropped
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status stops an attack about to hit the statused Pokémon.
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Submerged
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Sunny
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Telekinesis
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.UnderGround
- stopsIncomingAttack(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Vanish
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.CraftyShield
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Flying
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.InMouth
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MagnetRise
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Protect
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.QuickGuard
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropBase
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Displays a battle message when the status stops an attack.
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Submerged
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.UnderGround
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Vanish
- stopsIncomingAttackMessage(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
- stopsIncomingAttackUser(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Powder
- stopsIncomingAttackUser(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status stops an attack used by the statused Pokémon.
- StopSpectate(ServerPlayer, BattleController) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.SpectateEvent.StopSpectate
- stopsSelfStatusMove(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.Snatch
- stopsSelfStatusMove(PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the Pokémon's status stops an opponent's status move on itself.
- stopsStatusChange(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.ElectricTerrain
- stopsStatusChange(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.MistyTerrain
- stopsStatusChange(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
- stopsStatusChange(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status prevents the Pokémon from obtaining other statuses.
- stopsStatusChange(StatusType, PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.Commanded
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.FairyLock
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.Flying
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.Ingrain
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.InMouth
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.MeanLook
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.NoRetreat
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.PartialTrap
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.SkyDropBase
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
Determines whether the status stops switching.
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.Submerged
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.UnderGround
- stopsSwitching() - Method in class com.pixelmonmod.pixelmon.battles.status.Vanish
- stopsSwitching(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ArenaTrap
- stopsSwitching(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.MagnetPull
- stopsSwitching(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShadowTag
- stopsSwitching(PixelmonWrapper, PixelmonWrapper) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Determines whether the Pokemon's Ability traps another Pokémon.
- StopStartLevellingPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- StopStartLevellingPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.StopStartLevellingPacket
- StopStartLevellingPacket(StoragePosition, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.StopStartLevellingPacket
- storage - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- storage - Variable in class com.pixelmonmod.pixelmon.api.storage.event.PlayerCloseStorageEvent
- storage - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- storage - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant
- storage - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- storage - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
- storage - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- storage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- storage() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- storage() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Gets the storage which this research is for.
- storage(PartyStorage) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.EntityParticipant.Builder
- storage(UUID, StoragePosition) - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- STORAGE_MOVEMENT - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- STORAGE_TYPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- StorageCloseListener - Class in com.pixelmonmod.pixelmon.client.listener
- StorageCloseListener() - Constructor for class com.pixelmonmod.pixelmon.client.listener.StorageCloseListener
- StorageConfig - Class in com.pixelmonmod.pixelmon.api.config
- StorageConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.StorageConfig
- StorageManager - Interface in com.pixelmonmod.pixelmon.api.storage
-
The storage manager is the class that needs to be implemented for handling the load and saving of the player's party and PC
It's recommended that you use the methods that returnCompletableFuture
as these will not lock the main thread if the player's storage is still loading when you attempt to access it. - storageNorm - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- storagePosition - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
- storagePosition - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Select
- storagePosition - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Seperate
- StoragePosition - Class in com.pixelmonmod.pixelmon.api.storage
- StoragePosition(int, int) - Constructor for class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- StorageProxy - Class in com.pixelmonmod.pixelmon.api.storage
-
Static factory for managing pixelmon storage
- storages - Variable in class com.pixelmonmod.pixelmon.api.storage.research.manager.impl.SimpleResearchStorageManager
- StorageSaveAdapter - Interface in com.pixelmonmod.pixelmon.api.storage
-
Interface for the persistence adapter of
PokemonStorage
s. - StorageSaveScheduler - Interface in com.pixelmonmod.pixelmon.api.storage
-
Interface responsible for scheduling storage saving using the appropriate
StorageSaveAdapter
. - StorageSort - Class in com.pixelmonmod.pixelmon.api.storage
- StorageSort() - Constructor for class com.pixelmonmod.pixelmon.api.storage.StorageSort
- storageType - Variable in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- StorageType<T extends PokemonStorage> - Record Class in com.pixelmonmod.pixelmon.api.storage
- StorageType(Function<UUID, T>) - Constructor for record class com.pixelmonmod.pixelmon.api.storage.StorageType
-
Creates an instance of a
StorageType
record class. - store(ResourceKey<Level>, double, double, double, float, float) - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
- STORED_POWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- StoredBoosts - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- StoredBoostsTargeted - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- StoredEntity<T extends net.minecraft.world.entity.Entity> - Class in com.pixelmonmod.pixelmon.api.entity.npc
- StoredEntity(UUID, long, String, ResourceKey<Level>, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- StoredPower - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- StoredPower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- StoredPower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- StoredPower() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StoredPower
- storeSwitchInActivation(PixelmonWrapper, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- STORM - Enum constant in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
- storm_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- STORM_DRAIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- STORM_THROW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- StormDrain - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Grants an immunity to Water-type attacks and raises Special attack by one stage when hit by one.
- StormDrain() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StormDrain
-
Initializes the Ability.
- StormDrainTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- StormDrainTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- STORMY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- STOUTLAND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STRAIGHT_TRUNK_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- StraightTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- StraightTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StraightTrunkPlacer
- STRANGE_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- strange_souvenir - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- STRANGE_STEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- STRAWBERRY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- stream() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- street_light - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STREET_LIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- StreetLightBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- StreetLightBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.StreetLightBlock
- strength - Variable in class com.pixelmonmod.pixelmon.items.LureItem
- STRENGTH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- STRENGTH_SAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- StrengthSap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 4/13/2019.
- StrengthSap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StrengthSap
- STRIB - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- STRIB - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- strib_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- STRIB_TRUNK_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- StribFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- StribFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.StribFoliagePlacer
- StribTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- StribTrunkPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
- StribTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
- STRICT_NBT_INGREDIENT - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- STRICT_NBT_INGREDIENT_CODEC - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- STRICT_NBT_INGREDIENT_SERIALIZER - Static variable in class com.pixelmonmod.pixelmon.init.registry.RecipeRegistration
- STRIKE - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
- STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- STRIKES_BACK - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- StrikesBack - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 6/25/2016.
- StrikesBack(String, int) - Constructor for class com.pixelmonmod.tcg.duel.power.StrikesBack
- string(Codec<A>, A) - Static method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
- String - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.ValueType
- STRING_ARRAY - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- STRING_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- stringCodec() - Static method in interface com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProvider
- StringCompareCaseInsensitiveInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text
- StringCompareCaseInsensitiveInteractionCondition(DataProvider<String>, DataProvider<String>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareCaseInsensitiveInteractionCondition
- StringCompareInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text
- StringCompareInteractionCondition(DataProvider<String>, DataProvider<String>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringCompareInteractionCondition
- StringContainsInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text
- StringContainsInteractionCondition(DataProvider<String>, DataProvider<String>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- StringContextDataProvider - Class in com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text
- StringContextDataProvider(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.StringContextDataProvider
- StringHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Static helper class for functions in relation to Strings
- StringHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
- StringListContainsInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text
- StringListContainsInteractionCondition(DataProvider<String>, List<DataProvider<String>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- stringLocationTypes - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- stringParser() - Method in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement.Builder
-
Sets the parser to parse a double from the key
- stringValue - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Value
- STRIPABLES - Static variable in class com.pixelmonmod.pixelmon.blocks.ultraspace.LogBlock
- STRIPES - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- stripNulls(Class<T>, T...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CollectionHelper
- stripped_ultra_elm_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STRIPPED_ULTRA_ELM_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- stripped_ultra_elm_wood - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STRIPPED_ULTRA_ELM_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- stripped_ultra_ginkgo_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STRIPPED_ULTRA_GINKGO_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- stripped_ultra_ginkgo_wood - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STRIPPED_ULTRA_GINKGO_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- stripped_ultra_jungle_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STRIPPED_ULTRA_JUNGLE_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- stripped_ultra_jungle_wood - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- STRIPPED_ULTRA_JUNGLE_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- stripSpecialCharacters(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
- STRONG - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureStrength
- STRONG_JAW - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- StrongJaw - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of biting moves by 50%.
- StrongJaw() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StrongJaw
- strongLures - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- STRUCTURE - Static variable in class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKeys
- STRUCTURE_INFO_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The ID of the structure.
- STRUCTURE_PIECE - Static variable in class com.pixelmonmod.pixelmon.init.registry.StructurePieceTypeRegistry
- STRUCTURE_TYPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.StructureTypeRegistry
- STRUCTURE_TYPES - Static variable in class com.pixelmonmod.pixelmon.world.structure.PixelmonPoolElementTypes
- StructureConfig - Class in com.pixelmonmod.pixelmon.api.config
- StructureConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.StructureConfig
- StructureIsOneOfInteractionCondition - Class in com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world
- StructureIsOneOfInteractionCondition(List<ResourceLocation>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world.StructureIsOneOfInteractionCondition
- StructurePieceTypeRegistry - Class in com.pixelmonmod.pixelmon.init.registry
- StructurePieceTypeRegistry() - Constructor for class com.pixelmonmod.pixelmon.init.registry.StructurePieceTypeRegistry
- structures - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.world.StructureIsOneOfInteractionCondition
- structures - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- StructureTypeRegistry - Class in com.pixelmonmod.pixelmon.init.registry
- StructureTypeRegistry() - Constructor for class com.pixelmonmod.pixelmon.init.registry.StructureTypeRegistry
- structureVoidHelper(PlayerInteractEvent.RightClickBlock) - Static method in class com.pixelmonmod.pixelmon.PixelmonEventHandler
- struggle() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.MoveButton
- Struggle - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the user for 1/4 of its hp in recoil.
- Struggle() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Struggle
- STRUGGLE - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- STRUGGLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Struggle_Bug - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Struggle_Bug - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- STRUGGLE_BUG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- StruggleBug - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- STUFF_CHEEKS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- StuffCheeks - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
The user eats its held Berry, and raises its Defense stat by two stages.
- StuffCheeks() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StuffCheeks
- StuffCheeksTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- StuffCheeksTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.StuffCheeksTests
- STUFFUL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STUN_SPORE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- STUNFISK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STUNKY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- STUNKY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- StunShock - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 100% chance of poisoning or paralyzing all targets.
- StunShock() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.StunShock
- Sturdy - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes the Pokémon to survive an otherwise-fatal move at 1 hp remaining.
- Sturdy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Sturdy
- STURDY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SturdyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SturdyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- style_card - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- styles(ScreenStyle...) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- styles(Collection<ScreenStyle>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- subFrom(Vertex) - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- Submerged - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents most moves from hitting the Pokémon.
- Submerged - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Submerged() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Submerged
-
Initializes the status.
- Submission - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- SUBMISSION - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- submit(Runnable) - Method in class com.pixelmonmod.pixelmon.api.util.ThreadPool
- Submitted(ServerPlayer, DialogueButton, String, InputSettings) - Constructor for class com.pixelmonmod.pixelmon.api.dialogue.event.DialogueInputEvent.Submitted
- Substitute - Class in com.pixelmonmod.pixelmon.battles.status
-
A barrier that takes damage for its summoner and blocks most status moves.
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Substitute - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Substitute() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Substitute
-
Initializes the status.
- Substitute(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Substitute
-
Initializes a substitute.
- SUBSTITUTE - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- SUBSTITUTE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- substituteShouldNotBeDamagedByMovesThePokemonIsImmuneTo(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- SubstituteTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- SubstituteTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- subText - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- SUBZERO_SLAMMER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- succeeded - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- success() - Static method in class com.pixelmonmod.pixelmon.api.test.TestResult
- success(B) - Static method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Creates a successful instance of the type B
- successColor - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- SuccessfulCapture(ServerPlayer, PixelmonEntity, PokeBallEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.CaptureEvent.SuccessfulCapture
- successfulCaptureEffect() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
Spawns particles and plays a success sound when the capture succeeds.
- SuccessfullCaptureEffect(PokeBallEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeballEffectEvent.SuccessfullCaptureEffect
- SuccessfulRaidCapture(ServerPlayer, Pokemon, RaidData) - Constructor for class com.pixelmonmod.pixelmon.api.events.CaptureEvent.SuccessfulRaidCapture
- suchiru_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SUCKER_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SuckerPunch - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Only hits if the target is going to use a damaging attack in the turn.
- SuckerPunch() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SuckerPunch
- SUCTION_CUPS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SuctionCups - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SuctionCups() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SuctionCups
- SuctionCupsTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SuctionCupsTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SuctionCupsTests
- SUDOWOODO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SUDOWOODO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- suffix - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- suffix - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- suffix - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- suffix(Component) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- Suicide - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Faints the user.
- Suicide() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Suicide
- SUICUNE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SUICUNE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- suitableSpawnsFor(AbstractSpawner, SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnSet
-
Returns all contained
SpawnInfo
s that suit the givenSpawnLocation
. - summaryMoves - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéChecker move details GUI.
- summaryRibbons - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéChecker ribbon details GUI.
- summaryScreen - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- summaryStats - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéChecker stat details GUI.
- summarySummary - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéChecker Pokémon summary GUI.
- summaryTMs - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
PokéChecker TM details GUI.
- SUMMER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SUMMER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- Summon(Player, TimespaceAltarTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.Summon
- SUMMON_LUGIA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonResearch
- SUMMON_MEW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonResearch
- summoningPlayer - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- summoningShiny - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- summoningState - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- SummonLegendary(UUID, BellTileEntity, PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.Gen2BellEvent.SummonLegendary
- SummonMinions - Class in com.pixelmonmod.tcg.duel.power
- SummonMinions() - Constructor for class com.pixelmonmod.tcg.duel.power.SummonMinions
- SummonParticleArcaneryPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- SummonParticleArcaneryPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SummonParticleArcaneryPacket
- SummonParticleArcaneryPacket(double, double, double, double, double, double, float, Particles, Object...) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SummonParticleArcaneryPacket
- sumWeights(List<MoveChoice>) - Static method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
Gets the sum of the weights of a list of choices.
- SUN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SUN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- sun_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- SUN_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- sun_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sun_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SUNFLORA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SUNFLORA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SUNKERN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SUNKERN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Sunny - Class in com.pixelmonmod.pixelmon.battles.status
-
Increases the power of Fire-type moves by 50% and decreases the power of Water-type moves by 50%.
- Sunny - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Sunny() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sunny
-
Initializes intense sunlight.
- Sunny(boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sunny
- Sunny(int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sunny
-
Initializes intense sunlight.
- Sunny(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Sunny
-
Initializes intense sunlight.
- Sunny_Day - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Sunny_Day - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Sunny_Day - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Sunny_Day - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Sunny_Day - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Sunny_Day - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SUNNY_DAY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SunnyDay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- SunnyDay - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SUNRISE - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- SUNSET - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- SUNSHINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- SUNSTEEL_STRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- sunStone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- Sunstone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- SUNSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- SUNSTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- SunstoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- SunstoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.SunstoneEffect
- Super - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
- SUPER_ENERGY_REMOVAL - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- SUPER_FANG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SUPER_FANG_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- SUPER_LUCK - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- super_potion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SUPER_POTION - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- super_repel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SUPER_REPEL - Enum constant in enum class com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
- super_rod - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SUPER_ROD - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- SUPER_ROD_LAVA - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- SUPERCELL_SLAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SupercellSlam - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the user for 50% hp if the move misses.
- SupercellSlam - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SupercellSlam() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SupercellSlam
- SuperEffectiveBoost - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Boosts the damage of super-effective moves by 1.333x
- SuperEffectiveBoost() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SuperEffectiveBoost
- SuperEnergyRemoval - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/22/2016.
- SuperEnergyRemoval() - Constructor for class com.pixelmonmod.tcg.duel.trainer.SuperEnergyRemoval
- SuperFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SuperFangEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- SuperFangEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.SuperFangEffect
- SuperLuck - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SuperLuck() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SuperLuck
- SuperPotion - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- SuperPotion() - Constructor for class com.pixelmonmod.tcg.duel.trainer.SuperPotion
- Superpower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- SUPERPOWER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SuperRod - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- SUPERSONIC - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SUPERSONIC_SKYSTRIKE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SUPERSWEET_SYRUP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SupersweetSyrup - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Lowers the evasion of opponents by one stage upon switching in the first time.
- SupersweetSyrup() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SupersweetSyrup
- superUniversalTMs - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- superUniversalTMs - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
- SUPPORT - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
- SUPPORTER - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- suppressedElement() - Method in class com.pixelmonmod.pixelmon.battles.status.Roosting
- suppressedElement() - Method in class com.pixelmonmod.pixelmon.battles.status.SuppressType
-
Specifies the Element to suppress.
- suppressedTypes - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's type.
- suppressType(Element) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- SuppressType - Class in com.pixelmonmod.pixelmon.battles.status
- SuppressType(StatusType, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.SuppressType
-
Initializes the Status, lasting until the end of the turn.
- SuppressType(StatusType, PixelmonWrapper, int) - Constructor for class com.pixelmonmod.pixelmon.battles.status.SuppressType
-
Initializes the Status.
- SUPREME_OVERLORD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SUPREME_ROD_QUALITY - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- SupremeOverlord - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SupremeOverlord() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SupremeOverlord
- Surf - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Surf - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Surf - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SURF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SURFACE_LAVA - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- SURFACE_LIQUID - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- SURFACE_WATER - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- SurfaceBiomeFeatureConfig - Class in com.pixelmonmod.pixelmon.world.generation.features
- SurfaceBiomeFeatureConfig(BlockState, BlockState, TagKey<Biome>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeFeatureConfig
- SurfaceBiomeOreFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- SurfaceBiomeOreFeature(Codec<SurfaceBiomeFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeOreFeature
- SurfaceCategoryFeatureConfig - Class in com.pixelmonmod.pixelmon.world.generation.features
- SurfaceCategoryFeatureConfig(BlockState, BlockState, String) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryFeatureConfig
- SurfaceCategoryOreFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- SurfaceCategoryOreFeature(Codec<SurfaceCategoryFeatureConfig>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryOreFeature
- SURGE_SURFER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SurgeSurfer - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SurgeSurfer() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SurgeSurfer
- SURGING_STRIKES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- surprise_mulch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- surroundingBlockCondition - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
-
The condition on the nearby blocks, which are above the base block.
- SURSKIT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SURSKIT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SurvivalTab - Interface in com.pixelmonmod.pixelmon.client.gui.inventory.tabs
- survives() - Method in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- SWABLU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SWABLU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SWADLOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Swagger - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Swagger - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Swagger - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Swagger - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Swagger - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SWAGGER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SWAGGER - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- Swallow - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals the user for a varying amount depending on the number of times the user has used Stockpile.
- Swallow() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swallow
- SWALLOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SWALOT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SWALOT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- swampBadge(ItemStack, Player, int, int) - Static method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- SWAMPERT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SWAMPERT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- swampertite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Swampert
- SWANNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- swap(int, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Swaps the positions of two attacks.
- swap(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- swap(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- swap(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- swap(int, int, int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- swap(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- swap(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- swap(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- swap(StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Swaps the pokemon at the given positions in the storage
- Swap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Swaps certain stat stages between the user and the target.
- Swap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swap
- Swap(String, BattleStatsType...) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swap
-
Initializes a swap effect.
- Swap(ServerPlayer, boolean, int, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.screens.BadgeCaseEvent.Swap
- SWAP - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket.Action
- SWAP - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket.Change
- swapBoxes(int, int) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- SwapBoxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pc
-
Updates held items server-side when a Pokémon in the party is given a held item.
- SwapBoxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapBoxPacket
- SwapBoxPacket(PCStorage, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapBoxPacket
- swapFossilForPokemon() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- SwapHeldItemPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pc
-
Updates held items server-side when a Pokémon in the party is given a held item.
- SwapHeldItemPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapHeldItemPacket
- SwapHeldItemPacket(StoragePosition, UUID, StoragePosition, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.SwapHeldItemPacket
- swapLureInLureSlotWithHeldLure(ItemStack, ItemStack, boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Takes the lure that is currently in the player's lure slot and swaps it with the lure being carried by the cursor.
- SwapMovePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- SwapMovePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SwapMovePacket
- SwapMovePacket(StoragePosition, UUID, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SwapMovePacket
- SwapPositionPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Swaps the position of two Pokémon in battle.
- SwapPositionPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwapPositionPacket
-
Initializes an empty packet.
- SwapPositionPacket(PixelmonWrapper, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwapPositionPacket
-
Initializes a packet.
- swapStats(BattleStats, BattleStatsType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
-
Swaps the stats of the Pokémon and another Pokémon.
- Swarm - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the power of Bug-type moves by 50% when below 1/3rd hp.
- Swarm() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Swarm
-
Initializes Swarm.
- SWARM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- sweet - Variable in enum class com.pixelmonmod.pixelmon.enums.BerryType
- SWEET - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
- sweet_apple - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sweet_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sweet_clover - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sweet_flower - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sweet_heart - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SWEET_KISS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- sweet_love - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sweet_ribbon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Sweet_Scent - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- SWEET_SCENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SWEET_SCENT - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- sweet_star - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- sweet_strawberry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SWEET_VEIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- sweetBerry - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- sweetClover - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- sweetFlower - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- sweetHeart - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- Sweetness - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals all non-volatile statuses in the user's active team.
- Sweetness() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sweetness
- sweetRibbon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- sweetscent - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.sweetscentSpawner
. - SweetScent - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
-
Created by MoeBoy76 on 26/01/2018.
- SweetScent() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.SweetScent
- SWEETSCENT - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
- sweetScentPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use to create the
TriggerSpawner
for Sweet Scent spawning. - sweetscentSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for Sweet Scent. - sweetStar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- sweetStrawberry - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- SweetVeil - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the user and its teammates from falling asleep.
- SweetVeil() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SweetVeil
- SWELLOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SWELLOW - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Swift - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Swift - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Swift - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Swift - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SWIFT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- swift_feather - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- swift_mochi - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SWIFT_SWIM - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- swift_wing - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- SwiftSwim - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- SwiftSwim() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SwiftSwim
- SWIM - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- SwimmingGoal - Class in com.pixelmonmod.pixelmon.ai
- SwimmingGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.SwimmingGoal
- SwimmingModelPredicate - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type
- SwimmingModelPredicate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.SwimmingModelPredicate
- SwimmingParameters - Class in com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming
-
Represents the parameters for an entities' swimming movement & AI & animation
- SwimmingParameters() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Constructor providing the default values
- SwimmingParameters(int, int, double, double, int, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.swimming.SwimmingParameters
-
Constructor taking all potential values that can be changed
- SwimmingParametersTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Used for converting pixelmon data into JSON data and back
- SwimmingParametersTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.SwimmingParametersTypeAdapter
- SWINUB - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SWINUB - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SWIRLIX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Switch - Class in com.pixelmonmod.tcg.duel.trainer
-
Created by Hy on 5/16/2016.
- Switch - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
- Switch() - Constructor for class com.pixelmonmod.tcg.duel.trainer.Switch
- SWITCH - Enum constant in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
- SWITCH - Static variable in class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- SWITCH_IN_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonRetrievedEvent.Constants
- SWITCH_POKEMON_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- SwitchAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- SwitchAction(int, PixelmonWrapper, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SwitchAction
- switchActive(PokemonCardState, GameServerState) - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- switchAllFainted() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Switches out all fainted Pokémon for their replacements.
- switchBetweenViewEntities() - Static method in class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
-
Function to handle when the battle camera switches between the overhead default camera, the perspective of the player, or the perspective of (one of) the player's Pokémon.
- SwitchCameraPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- SwitchCameraPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SwitchCameraPacket
- switchedLastTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon switched in during the previous turn.
- switchedThisTurn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon switched in during the current turn.
- SwitchEnumAxis - Class in com.pixelmonmod.pixelmon.blocks.enums
- SwitchEnumAxis() - Constructor for class com.pixelmonmod.pixelmon.blocks.enums.SwitchEnumAxis
- SWITCHEROO - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- switchFocus(int, List<EditBox>) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Switches focus from one text field to the next sequentially when tab is pressed.
- switchFocus(int, EditBox...) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Switches focus from one text field to the next sequentially when tab is pressed.
- switchFromStatIncreaseToStatValues() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
- switchingIn - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Keeps track of Pokémon switching.
- switchingOut - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The Pokémon that are switching out after fainting.
- switchingShouldNotActivateOnPhysicalPhotonGeyser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SlowStartTests
- switchingShouldNotDelayActivation(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SlowStartTests
- switchingShouldOnlyReduceSpecialAttackOnZmoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SlowStartTests
- switchingTo - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SwitchAction
- switchMoves(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerMovesScreen
-
Switches the positions of two moves.
- SwitchOrderTests - Class in com.pixelmonmod.pixelmon.api.test.impl
- SwitchOrderTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.SwitchOrderTests
- SwitchOut - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
User switches out for a party Pokémon of the user's choice.
- SwitchOut() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SwitchOut
- SwitchOutTask - Class in com.pixelmonmod.pixelmon.battles.tasks
-
Created by Jay113355 on 2/25/2021.
- SwitchOutTask() - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
-
Empty constructor for packet registration.
- SwitchOutTask(UUID) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
-
Initializes a packet to remove a Pokémon from battle without replacing it.
- SwitchOutTask(UUID, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
-
Initializes a packet to switch out a Pokémon for another one
- SwitchOutTask(UUID, PixelmonClientData) - Constructor for class com.pixelmonmod.pixelmon.battles.tasks.SwitchOutTask
-
Initializes a switch task.
- SwitchPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- SwitchPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.SwitchPacket
- SwitchPacket(BlockPos, int) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.SwitchPacket
- switchPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The UUID of the Pokémon to switch to.
- switchPokemon(int, int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Convenience method for switching between many pokemon in a test
- switchPokemon(Pokemon, Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Causes a switch action to be performed during the turn.
- switchPokemon(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BatonPass
- switchPokemon(PixelmonWrapper, UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Switches the participant's Pokémon for another one.
- switchPokemon(PixelmonWrapper, UUID) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.RaidPixelmonParticipant
- switchPokemon(UUID, UUID, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Switches a Pokémon out for a different one.
- SwitchPokemonEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 6/25/2016.
- SwitchPokemonEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.SwitchPokemonEffect
- SwitchPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Switches out a Pokémon in battle.
- SwitchPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwitchPokemonPacket
-
Empty constructor for packet registration.
- SwitchPokemonPacket(UUID, int, UUID, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.SwitchPokemonPacket
-
Initializes a switching packet.
- SwitchTask - Class in com.pixelmonmod.pixelmon.client.gui.battles.tasks
-
Handles the in-battle switching animation.
- SwitchTask(UUID, PixelmonClientData) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.tasks.SwitchTask
-
Initializes a switch task.
- switchThisTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Switches the Pokémon for start-of-turn switches.
- switchWallpaper(boolean) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- SWOOBAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Swoop - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- SwoopEnd - Enum constant in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
- SWORD_OF_RUIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SwordOfRuin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Sword of Ruin decreases the Defense stat of all Pokémon on the field other than the Pokémon with this Ability by 25%.
- SwordOfRuin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SwordOfRuin
- SwordOfRuinTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SwordOfRuinTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SwordOfRuinTests
- Swords_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Swords_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Swords_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Swords_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Swords_Dance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- SWORDS_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SWORDS_DANCE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- SwordsDance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- SwordsDance - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- SwordsDanceEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
-
Created by Hy on 8/14/2016.
- SwordsDanceEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.SwordsDanceEffect
- SWSHButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- SWSHButton(double, double, double, double, double, String, Consumer<Integer>) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.SWSHButton
- SYLVEON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- SYLVEON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- SYLVEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- SYLVEON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- Symbiosis - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Causes the user to give its held item to an ally after the ally consumes one.
- Symbiosis() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Symbiosis
- SYMBIOSIS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SymbiosisTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SymbiosisTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SymbiosisTests
- SymbolItem - Class in com.pixelmonmod.pixelmon.items
-
A decorative item.
- SymbolItem() - Constructor for class com.pixelmonmod.pixelmon.items.SymbolItem
-
Initializes a symbol.
- sync(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
- sync(ServerPlayer) - Static method in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
- SYNC_ANIMATE - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_ANIMATED - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_ANIMATION - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SYNC_ANIMATION - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_ANIMATION_FRAME - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SYNC_BEAM_LENGTH - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_BEAM_ON - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_BEAM_TAPER - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_BEAM_WIDTH - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_BEAMS - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_BOSS_MODE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_BOUND_MODE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SYNC_CAN_MOVE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SYNC_COLOR - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_COLOR_RGBA - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_COLOR_UI_A - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_COLOR_UI_B - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_COLOR_UI_C - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_CRITICAL - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_DECORATION - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_DYNAMAXED - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_ENTITY_UUID - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_EVO_STAGE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_EXP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_FLAGS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_FLYING - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- SYNC_FULLBRIGHT - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_GROUP_ID - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBattleEntity
- SYNC_HEALTH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_HIDE_BASE - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_HOVERING - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- SYNC_ID - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_INITIAL_PITCH - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_INITIAL_YAW - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_INTERACTIONS - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- SYNC_IS_FLYING - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SYNC_IS_ON_GROUND - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_IS_WAITING - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_ITEM_STACK - Static variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonPaintingEntity
- SYNC_LABEL - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SYNC_LAST_ROLL_DAY - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_LEVEL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_MAX_HP - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_MODE - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_MODEL_SLOT - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_NAMETAG_DISABLE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_NICK_NAME - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_NO_COLLIDE - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_OVERLAY - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_OVERRIDE_TEXTURE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_OWNER - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_OWNER_UUID - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_PAIRED_ENTITY - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_POKE_UUID - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_POKEBALL_TYPE - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_POKEMON_BASE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- SYNC_RAID_DATA - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_RIBBON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_ROTATION - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_SCALE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_SHADER_PARAMETERS - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_SHADOW_DISABLE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_SIZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- SYNC_SLOT - Static variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- SYNC_SPAWN_LOCATION - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_SPRITE_MODEL - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_STATUS - Static variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- SYNC_TEXTURE_DISABLE - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- SYNC_TEXTURES - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- SYNC_TRANSFORMATION - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SYNC_WIREFRAME - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- SyncAbilityPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncAbilityPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket
- SyncAbilityPacket.SyncAbilityTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncAbilityTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket.SyncAbilityTask
- SyncBossTiersPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncBossTiersPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket
- SyncBossTiersPacket.SyncBossTiersTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncBossTiersTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket.SyncBossTiersTask
- SyncCardSetsPacket - Class in com.pixelmonmod.tcg.network.sync
- SyncCardSetsPacket() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket
- SyncCardSetsPacket.SyncCardSetsTask - Class in com.pixelmonmod.tcg.network.sync
- SyncCardSetsTask() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket.SyncCardSetsTask
- SyncCardsPacket - Class in com.pixelmonmod.tcg.network.sync
- SyncCardsPacket() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncCardsPacket
- SyncCardsPacket.SyncCardsTask - Class in com.pixelmonmod.tcg.network.sync
- SyncCardsTask() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncCardsPacket.SyncCardsTask
- SyncConditionDataEntryConfigurationTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- SyncConditionDataEntryConfigurationTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryConfigurationTask
- SyncConditionDataEntryPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- SyncConditionDataEntryPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryPacket
- SyncDataProvidersDataEntryConfigurationTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- SyncDataProvidersDataEntryConfigurationTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryConfigurationTask
- SyncDataProvidersDataEntryPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- SyncDataProvidersDataEntryPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryPacket
- Synchronize - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Passes non-volatile statuses to the Pokémon who inflicted them.
- Synchronize() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Synchronize
- SYNCHRONIZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- SYNCHRONIZE_ATTEMPT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether Synchronize has been attempted or not.
- SynchronizeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- SynchronizeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.SynchronizeTests
- Synchronoise - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Only hits Pokémon that share a type with the user.
- Synchronoise() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Synchronoise
- SYNCHRONOISE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SyncMovesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncMovesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket
- SyncMovesPacket.SyncMovesTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncMovesTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket.SyncMovesTask
- SyncPokeBallsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncPokeBallsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket
- SyncPokeBallsPacket.SyncPokeBallsTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncPokeBallsTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket.SyncPokeBallsTask
- SyncResultDataEntryConfigurationTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- SyncResultDataEntryConfigurationTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryConfigurationTask
- SyncResultDataEntryPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- SyncResultDataEntryPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryPacket
- SyncRibbonsPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncRibbonsPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket
- SyncRibbonsPacket(List<RibbonType>, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket
- SyncRibbonsPacket.SyncRibbonsTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncRibbonsTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket.SyncRibbonsTask
- SyncSpawningPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncSpawningPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket
- SyncSpawningPacket.SyncSpawningTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncSpawningTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket.SyncSpawningTask
- SyncSpeciesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncSpeciesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket
- SyncSpeciesPacket.SyncSpeciesTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncSpeciesTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket.SyncSpeciesTask
- SyncSpectatorRangePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- SyncSpectatorRangePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SyncSpectatorRangePacket
- SyncSpectatorRangePacket(double) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.SyncSpectatorRangePacket
- SyncStartersPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncStartersPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket
- SyncStartersPacket.SyncStartersTask - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.sync
- SyncStartersTask() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket.SyncStartersTask
- SyncThemeDecksPacket - Class in com.pixelmonmod.tcg.network.sync
- SyncThemeDecksPacket() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
- SyncThemeDecksPacket(List<ThemeDeck>, boolean) - Constructor for class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket
- SyncThemeDecksPacket.SyncThemeDecksTask - Class in com.pixelmonmod.tcg.network.sync
- SyncThemeDecksTask() - Constructor for class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket.SyncThemeDecksTask
- Synthesis - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals the Pokémon by varying amounts depending on the weather.
- Synthesis() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Synthesis
- SYNTHESIS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SYRUP_BOMB - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- SyrupBomb - Class in com.pixelmonmod.pixelmon.battles.status
-
Reduces the opponent's speed each of 3 turns after being applied.
- SyrupBomb - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- SyrupBomb() - Constructor for class com.pixelmonmod.pixelmon.battles.status.SyrupBomb
-
Initializes SyrupBomb.
- SyrupBomb(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.SyrupBomb
- SyrupBombTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- SyrupBombTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.SyrupBombTests
- systemSupplier - Variable in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
T
- tabCompletePokemon() - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets a tab-complete list for Pokémon names.
- TabCompleteTextField - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Created by Jay113355 on 3/31/2020.
- TabCompleteTextField(int, Font, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- TabCompleteTextField(int, Font, int, int, int, int, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- TabCompleteTranslateableTextField<T extends ITranslatable> - Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Created by Jay113355 on 3/31/2020.
- TabCompleteTranslateableTextField(int, Font, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- TabCompleteTranslateableTextField(int, Font, int, int, int, int, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTranslateableTextField
- tabCompleteUsernames() - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets a tab-complete list for player names.
- tabCompleteWorld() - Static method in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
-
Gets a tab-complete list for world IDs.
- tabFocusChange(boolean) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- table(String) - Method in class com.pixelmonmod.api.client.screen.ColorPalette
-
Creates a new color table builder linked to this palette.
- TABLETS_OF_RUIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TabletsOfRuin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Tablets of Ruin decreases the Attack stat of all Pokémon on the field other than the Pokémon with this Ability by 25%.
- TabletsOfRuin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TabletsOfRuin
- TABS - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- TABS - Static variable in class com.pixelmonmod.tcg.init.registry.CreativeModeTabRegistration
- TACHYON_CUTTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TACKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TACTICAL - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
- TacticalAI - Class in com.pixelmonmod.pixelmon.battles.controller.ai
-
Uses both offensive and status moves.
- TacticalAI(BattleParticipant) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.ai.TacticalAI
-
Initializes the AI.
- TADBULB - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TADBULB - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- tag - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- TAG_NAME - Static variable in class com.pixelmonmod.tcg.client.container.BinderInventory
- TagEntryTypeAdapter - Class in com.pixelmonmod.pixelmon.api.spawning.util
- TagEntryTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.util.TagEntryTypeAdapter
- tags - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- tags - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
- tags() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- Tags - Class in com.pixelmonmod.pixelmon.api.pokemon.species.tags
-
Class for holding the static references to
Species
tags - Tags() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- TagsHelper - Class in com.pixelmonmod.pixelmon.api.tags
- TagsHelper() - Constructor for class com.pixelmonmod.pixelmon.api.tags.TagsHelper
- Tail - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.enums.CoinSide
- TAIL_GLOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TAIL_SLAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TAIL_WHIP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TAILLOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TailSlap - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Tailwind - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles the speed of the Pokémon.
- Tailwind - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Tailwind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Tailwind() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Tailwind
-
Initializes Tailwind.
- TAILWIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- take(double) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Take the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
- take(double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Takes from the x and y values of this vector.
- take(double, double, double) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Takes from the values of this vector.
- take(float) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Take the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
- take(int) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Take the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
- take(BigDecimal) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Take the amount to the current balance Returns false if the transaction fails for any given reason (check console logs) DO NOT PASS NEGATIVE VALUES
- take(BigDecimal) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- take(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Takes the values of a given vector from this vector's values.
- TAKE - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket.Change
- Take_Down - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- TAKE_DOWN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TAKE_HEART - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TAKE_OFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- takeAllItems(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
- TakeAllItems - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket.PacketMode
- TakeChain(Player, TimespaceAltarTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeChain
- TakeDown - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- takeElevator(Level, BlockPos, ServerPlayer, boolean) - Static method in class com.pixelmonmod.pixelmon.blocks.machines.ElevatorBlock
-
Teleports the player to another elevator.
- takeFrom(ServerPlayer, DayCareBox) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
The logic for taking the items from the player
- takeFrom(ServerPlayer, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- takeFrom(ServerPlayer, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- takeFrom(ServerPlayer, DayCareBox) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
- takeFullTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- takeFullTurn(Runnable) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
- TakeHeart - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Heals all non-volatile status conditions that the user has.
- TakeHeart() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TakeHeart
- TakeHeartTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- TakeHeartTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.TakeHeartTests
- takeItem(ServerPlayer, int) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DropItemQueryList
- TakeItem - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket.PacketMode
- takeOff() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- takeOffTicks - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- TakeOrb(Player, TimespaceAltarTileEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.TimespaceEvent.TakeOrb
- TakePhoto(ServerPlayer, PixelmonEntity, ItemStack) - Constructor for class com.pixelmonmod.pixelmon.api.events.CameraEvent.TakePhoto
- takePP(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- takeStat(BattleStatsType, int) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.stats.IStatStore
-
Takes value amount from the specific battle stat type
- takeTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Does the Pokémon's action for the turn.
- TALL - Static variable in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- tall_tombstone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TALL_TOMBSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- tallgrass - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
SpawnSet
s used forPixelmonSpawning.tallGrassSpawner
. - tallGrassSpawner - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The
TriggerSpawner
used for tall grass (NOT IMPLEMENTED). - TALONFLAME - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TAMATO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- TAMATO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- tamato_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TamatoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- TamatoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TamatoFoliagePlacer
- TANDEMAUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TANGA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- TANGA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- tanga_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TangaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- TangaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TangaFoliagePlacer
- TANGELA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- TANGELA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TANGELA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TANGLED_FEET - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TangledFeet - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- TangledFeet() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TangledFeet
- TANGLING_HAIR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TanglingHair - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- TanglingHair() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TanglingHair
- TANGROWTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TANGROWTH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TAPU_BULU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- tapu_cocoa - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TAPU_FINI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TAPU_KOKO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TAPU_LELE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TAPUBULU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TAPUFINI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TAPUKOKO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TAPULELE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- tapunium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Tapunium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- TAR_SHOT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- target - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- target - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent
-
The target of the attack.
- target - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleMessageEvent
-
The entity being messaged.
- target - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleStatStageModifyBattleEvent
- target - Variable in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
- target - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
The target of the move.
- target - Variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeFeatureConfig
- target - Variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryFeatureConfig
- target() - Method in record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Returns the value of the
target
record component. - Target - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- TARGET_SELECTORS - Static variable in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- targetArea - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Box for the target Pokémon.
- targetAreaOver - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Shading for the target Pokémon box.
- targetDistance - Variable in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
The distance that the entity can see a target from.
- targetedSpawnCondition - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- targetElevator - Variable in class com.pixelmonmod.pixelmon.api.events.ElevatorEvent
- TargetGoal - Class in com.pixelmonmod.pixelmon.ai
-
Causes the entity to approach another entity.
- TargetGoal(PixelmonEntity, float, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetGoal
-
Initializes a targeting AI.
- TargetGoal(Mob, float, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetGoal
-
Initializes a targeting AI.
- targetHadSubstitute - Static variable in class com.pixelmonmod.pixelmon.battles.status.Flinch
- targetId - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
-
The entity id the pokemon is targeting
- targetIndex - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The index of the current target of an attack when iterating through targets.
- TargetingInfo - Class in com.pixelmonmod.pixelmon.battles.attacks
- TargetingInfo() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.TargetingInfo
- targetInMotion - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- TargetKeyBinding - Class in com.pixelmonmod.pixelmon.client.keybindings
- TargetKeyBinding(String, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.TargetKeyBinding
- targetLiquids - Variable in class com.pixelmonmod.pixelmon.client.keybindings.TargetKeyBinding
- targetLocation() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
-
Returns the value of the
targetLocation
record component. - targetLocation() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
-
Returns the value of the
targetLocation
record component. - TargetNearestGoal - Class in com.pixelmonmod.pixelmon.ai
- TargetNearestGoal(Mob, float, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
- TargetNearestGoal(Mob, float, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
- TargetNearestGoalInFieldOfView - Class in com.pixelmonmod.pixelmon.ai
- TargetNearestGoalInFieldOfView(Mob, float, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetNearestGoalInFieldOfView
- TargetNearestGoalInFieldOfView(Mob, float, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetNearestGoalInFieldOfView
- targetNewNonFaintedPokemon(List<PixelmonWrapper>, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
.
- targetNewPokemonSwitchedIn(List<PixelmonWrapper>, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
In the event that this Pokémon is somehow targeting a Pokémon that is no longer on the battlefield, such as due to being switched out by an Eject Button or an Eject Pack, switch the target to the new Pokémon that is in the same position on the same side of the field.
- targetPartyIsMoreThanOnePokemon - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- TargetPoint - Class in com.pixelmonmod.pixelmon.api.util
- TargetPoint() - Constructor for class com.pixelmonmod.pixelmon.api.util.TargetPoint
- TargetPoint(ResourceKey<Level>, double, double, double, double) - Constructor for class com.pixelmonmod.pixelmon.api.util.TargetPoint
- TargetPoint(Level, BlockPos, double) - Constructor for class com.pixelmonmod.pixelmon.api.util.TargetPoint
- targetPokemon() - Method in class com.pixelmonmod.pixelmon.client.keybindings.ActionKey
-
Attempts to order the selected Pokémon to chase after a wild Pokémon.
- targetPos - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- targetReached - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- targets - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The targets of the attack to use.
- targets - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- targets - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.SelectAttackAction
- targets - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The targets of the Pokémon's attack.
- targets(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.CopiedTargetedBoosts
- targetsAllAdjacentFoes() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
-
Convenience method checking if attack targets using the "Many Others" range.
- TargetScreen - Class in com.pixelmonmod.tcg.client.gui
-
Created by Hy on 5/30/2016.
- TargetScreen(float) - Constructor for class com.pixelmonmod.tcg.client.gui.TargetScreen
- TargetScreen(int, int, int, int, float) - Constructor for class com.pixelmonmod.tcg.client.gui.TargetScreen
- targetsFromSelf - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
- targetSide - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
The direction of the Pokémon's target.
- TargetSorter - Class in com.pixelmonmod.pixelmon.ai
- TargetSorter(TargetNearestGoal, Entity) - Constructor for class com.pixelmonmod.pixelmon.ai.TargetSorter
- targetSticky(Level, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MovementPlateBlock
-
Check if the horizontal block position that entities are moving to is a sticky plate
- targetted - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The Pokémon being targeted by an attack.
- targetVelocityX - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- targetVelocityZ - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- targetX - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
The coordinates of the Pokémon's target.
- targetY - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
The coordinates of the Pokémon's target.
- targetZ - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
The coordinates of the Pokémon's target.
- TAROUNTULA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TarShot - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles the effectiveness of fire type moves used on the pokemon with this status
- TarShot - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- TarShot() - Constructor for class com.pixelmonmod.pixelmon.battles.status.TarShot
- tart_apple - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- task() - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- task(Runnable) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
- taskOwner - Variable in class com.pixelmonmod.pixelmon.ai.TargetGoal
-
The entity that this task belongs to
- TATSUGIRI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Taunt - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from using status moves.
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Taunt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Taunt() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Taunt
-
Initializes the status.
- TAUNT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TAUROS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TAUROS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- taxicab(Position) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Calculates the taxicab distance (Manhattan distance) between this vector and a given vector, on all axes.
- taxicab(Position, Axis...) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Calculates the taxicab distance (Manhattan distance) between this vector and a given vector, on the given axes.
- TCG - Class in com.pixelmonmod.tcg
- TCG() - Constructor for class com.pixelmonmod.tcg.TCG
- TCG_CARD_CODE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_CARD_GRADE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_CARD_TAGS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_DECK_ITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_DECK_LOCKED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_PACK_ID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_PACK_WEIGHT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_TRADER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TCG_TRADER_TRADES - Static variable in class com.pixelmonmod.tcg.entity.TCGTrades
- TCGBlocks - Class in com.pixelmonmod.tcg.api.accessors
- TCGBlocks() - Constructor for class com.pixelmonmod.tcg.api.accessors.TCGBlocks
- TCGClientEventListeners - Class in com.pixelmonmod.tcg.listener
- TCGClientEventListeners() - Constructor for class com.pixelmonmod.tcg.listener.TCGClientEventListeners
- TCGClientModEventListeners - Class in com.pixelmonmod.tcg.listener
- TCGClientModEventListeners() - Constructor for class com.pixelmonmod.tcg.listener.TCGClientModEventListeners
- TCGClientProxy - Class in com.pixelmonmod.tcg.proxy
- TCGClientProxy() - Constructor for class com.pixelmonmod.tcg.proxy.TCGClientProxy
- TCGCommand - Class in com.pixelmonmod.tcg.commands
- TCGCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.tcg.commands.TCGCommand
- TCGConfig - Class in com.pixelmonmod.tcg.api.config.impl
- TCGConfig() - Constructor for class com.pixelmonmod.tcg.api.config.impl.TCGConfig
- TCGConfigProxy - Class in com.pixelmonmod.tcg.api.config
- TCGConfigProxy() - Constructor for class com.pixelmonmod.tcg.api.config.TCGConfigProxy
- TCGEndBattleCommand - Class in com.pixelmonmod.tcg.commands
-
Created by Hy on 10/23/2016.
- TCGEndBattleCommand() - Constructor for class com.pixelmonmod.tcg.commands.TCGEndBattleCommand
- TCGGiveCommand - Class in com.pixelmonmod.tcg.commands
-
Created by Hy on 10/20/2016.
- TCGGiveCommand() - Constructor for class com.pixelmonmod.tcg.commands.TCGGiveCommand
- TCGGuiClientPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- TCGGuiClientPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.TCGGuiClientPacket
- TCGGuiClientPacket(BlockPos, int, boolean) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.TCGGuiClientPacket
- TCGHelpCommand - Class in com.pixelmonmod.tcg.commands
-
Created by Hy on 10/20/2016.
- TCGHelpCommand() - Constructor for class com.pixelmonmod.tcg.commands.TCGHelpCommand
- TCGItems - Class in com.pixelmonmod.tcg.api.accessors
- TCGItems() - Constructor for class com.pixelmonmod.tcg.api.accessors.TCGItems
- TCGLoaders - Class in com.pixelmonmod.tcg.init.loaders
- TCGLoaders() - Constructor for class com.pixelmonmod.tcg.init.loaders.TCGLoaders
- TCGPacket - Interface in com.pixelmonmod.tcg.network.data
-
Interface that represents all packets going between the Pixelmon server instance and client
- TCGResources - Class in com.pixelmonmod.tcg.client.gui
- TCGResources() - Constructor for class com.pixelmonmod.tcg.client.gui.TCGResources
- TCGRuleEditorScreen - Class in com.pixelmonmod.tcg.client.gui
-
Created by Hy on 7/3/2016.
- TCGRuleEditorScreen(Player, ItemStack) - Constructor for class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
- TCGScreen - Class in com.pixelmonmod.tcg.client.gui.duel
- TCGScreen(BattleOwnedTileEntityController, int, boolean) - Constructor for class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- TCGScreenBase - Class in com.pixelmonmod.tcg.client.gui.base
-
Created by Hy on 5/8/2016.
- TCGScreenBase() - Constructor for class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- TCGScreenChattableBase - Class in com.pixelmonmod.tcg.client.gui.base
-
Created by Hy on 6/27/2016.
- TCGScreenChattableBase() - Constructor for class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- TCGServerEventListeners - Class in com.pixelmonmod.tcg.listener
- TCGServerEventListeners() - Constructor for class com.pixelmonmod.tcg.listener.TCGServerEventListeners
- TCGTrades - Class in com.pixelmonmod.tcg.entity
- TCGTrades() - Constructor for class com.pixelmonmod.tcg.entity.TCGTrades
- TCGValveStudioModel - Class in com.pixelmonmod.tcg.client.renderers
- TCGValveStudioModel(ResourceLocation) - Constructor for class com.pixelmonmod.tcg.client.renderers.TCGValveStudioModel
- te - Variable in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
- TeachCommand - Class in com.pixelmonmod.pixelmon.command.impl
- TeachCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.TeachCommand
- TeachMoveEvent - Class in com.pixelmonmod.pixelmon.api.events.npc
-
All events relating to the npc tutor and relearner teaching a move
- TeachMoveEvent(Player, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.api.events.npc.TeachMoveEvent
- TeachMoveEvent.CanLearnMove - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Called when the
LearnMoveController.LearnMove
is checking if a Pokemon can learn the move presented - TeachMoveEvent.MoveLearnt - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Events relating to when a player's pokemon learns a move from the move tutor or move relearner
- TeachMoveEvent.MoveLearnt.Post - Class in com.pixelmonmod.pixelmon.api.events.npc
-
After all costs are taken and move it taught
- TeachMoveEvent.MoveLearnt.Pre - Class in com.pixelmonmod.pixelmon.api.events.npc
-
Before any costs are taken or moves are taught Cancelling this will cancel the move being learnt
- team - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
The side of the battle that the participant is on.
- TEAM_PREVIEW - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- TEAM_ROCKET_SNEAK_ATTACK - Static variable in class com.pixelmonmod.pixelmon.init.registry.PaintingTypeRegistry
- TEAM_SELECT - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- TEAM_SUPPLIER_TYPE - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- teamOne - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
- teamOne - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- teamOne(BattleParticipant...) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the first team
- teamOne(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery.Builder
- teamOnePokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery.Builder
- teamPokemon - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The Pokémon on the player's team that are on the field while in a battle.
- teamPreviewButton - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The button used to toggle team preview.
- TeamPreviewProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- TeamPreviewProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamPreviewProperty
- teams - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
List of teams in the battle.
- teams - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnEndAction
- TeamSelect - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- teamSelectID - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.ShowTeamSelectPacket
-
The ID of the team selection manager for the team selection.
- teamSelection - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- teamSelection() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Enables the team selection screen before the battle begins
- teamSelection(boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets if the team selection screen will show before battle
- TeamSelection - Class in com.pixelmonmod.pixelmon.battles.api.rules.teamselection
-
Keeps track of pre-battle team selection.
- TeamSelection(int, BattleRules, boolean, boolean, boolean, PartyStorage...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
-
Initializes a team select object.
- TeamSelection(int, BattleRules, boolean, boolean, boolean, Consumer<TeamSelection>, Consumer<BattleController>, PartyStorage...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
- teamSelectionBuilder(TeamSelectionRegistry.Builder) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the builder, and settings, for the team selection screen
- TeamSelectionRegistry - Class in com.pixelmonmod.pixelmon.battles.api.rules.teamselection
- TeamSelectionRegistry.Builder - Class in com.pixelmonmod.pixelmon.battles.api.rules.teamselection
-
Builder class for team selection UI
- teamSelectPacket - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
-
Data about both teams on the screen.
- TeamSelectPokemonIcon - Class in com.pixelmonmod.pixelmon.client.gui.battles.rules
-
A team selection icon for a Pokémon.
- TeamSelectPokemonIcon() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Creates an empty icon.
- TeamSelectPokemonIcon(Pokemon, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectPokemonIcon
-
Creates an icon.
- TeamSelectProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- TeamSelectProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.TeamSelectProperty
- TeamSelectScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.rules
-
Allows players to select teams before battle.
- TeamSelectScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.rules.TeamSelectScreen
-
Initializes the team select screen.
- TeamSupplier - Interface in com.pixelmonmod.pixelmon.api.storage.supplier
-
An interface that is used to build a
PartyStorage
from raw data. - TeamSupplierType<T extends TeamSupplier> - Record Class in com.pixelmonmod.pixelmon.api.storage.supplier
- TeamSupplierType(Codec<T>) - Constructor for record class com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplierType
-
Creates an instance of a
TeamSupplierType
record class. - teamTwo - Variable in class com.pixelmonmod.pixelmon.api.events.battles.BattleStartedEvent
- teamTwo - Variable in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
- teamTwo(BattleParticipant...) - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the second team
- teamTwo(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery.Builder
- teamTwoPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.BattleQuery.Builder
- TeamType - Enum Class in com.pixelmonmod.pixelmon.api.battles
-
Created by Jay113355 on 3/1/2019.
- TEARFUL_LOOK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TEARY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TeaTime - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Created by Jay113355 on 7/11/2020.
- TeaTime() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TeaTime
- TEATIME - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TeatimeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- TeatimeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
- TechnicalMoveItem - Class in com.pixelmonmod.pixelmon.items
-
Created by Jay113355 on 11/17/2020.
- TechnicalMoveItem(TMType) - Constructor for class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- TechnicalMoveItem.TMPropertyGetter - Class in com.pixelmonmod.pixelmon.items
- Technician - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases power of moves with 60 power or less.
- Technician() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Technician
- TECHNICIAN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TechnicianTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- TechnicianTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- TECHNO_BLAST - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TECTONIC_RAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TEDDIURSA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TEDDIURSA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TEETER_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Telekinesis - Class in com.pixelmonmod.pixelmon.battles.status
-
Makes all moves guaranteed to hit a Pokémon and makes it immune to Ground-type moves.
- Telekinesis - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Telekinesis - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Telekinesis() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Telekinesis
-
Initializes Telekinesis.
- TELEKINESIS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Telepathy - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents teammates' moves from hitting the Pokémon.
- Telepathy() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Telepathy
- TELEPATHY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- teleport(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
- teleport(ServerPlayer, String, double, double, double) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- teleport(ServerPlayer, String, double, double, double, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- teleport(ServerPlayer, String, double, double, double, float, float, boolean) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.DimensionHelper
- Teleport - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Lets wild Pokémon escape from battle, otherwise just switches out.
- Teleport - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- Teleport - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Teleport() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Teleport
- Teleport() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Teleport
- TELEPORT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- teleportAction(MoveSkill, boolean) - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Teleport
- TeleportAwayGoal - Class in com.pixelmonmod.pixelmon.ai
- TeleportAwayGoal(PixelmonEntity) - Constructor for class com.pixelmonmod.pixelmon.ai.TeleportAwayGoal
- TeleporterItem - Class in com.pixelmonmod.pixelmon.items
- TeleporterItem(String) - Constructor for class com.pixelmonmod.pixelmon.items.TeleporterItem
- TeleporterItem(Item.Properties, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.items.TeleporterItem
- TeleportItemEvent - Class in com.pixelmonmod.pixelmon.api.events
-
TeleportItemEvent is called when a TeleportItem is used, namely for things like Escape Rope, and the Ultra space and Drowned world teleporters
- TeleportItemEvent(ItemStack, Player, String, BlockPos, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- TeleportItemEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fired after the player has been teleported using an item
- TeleportItemEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
-
Fired before the teleport occurs, Level, Position and if the item is consumed can be set here to modify where the item teleports the player.
- TeleportNPCPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- TeleportNPCPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportNPCPacket
- TeleportNPCPacket(NPC, Vec3, float, float) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportNPCPacket
- TeleportNPCPacket(UUID, Vec3, float, float) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportNPCPacket
- TeleportPlayerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- TeleportPlayerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportPlayerPacket
- TeleportPlayerPacket(NPC) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportPlayerPacket
- TeleportPlayerPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.TeleportPlayerPacket
- teleportPos - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The player's current teleport position with the Teleport/Fly external moves.
- teleportPosition - Variable in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- TeleportPosition - Class in com.pixelmonmod.pixelmon.storage.playerData
- TeleportPosition() - Constructor for class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
- teleportRandomly(PixelmonEntity, Random) - Static method in class com.pixelmonmod.pixelmon.ai.TeleportAwayGoal
- teleportTo(PixelmonEntity, Random, double, double, double) - Static method in class com.pixelmonmod.pixelmon.ai.TeleportAwayGoal
- teleportToSpawnpoint - Variable in class com.pixelmonmod.pixelmon.api.events.TeleportItemEvent
- TEMP_PARTY_COLOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TEMP_PARTY_ENABLED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TEMP_PARTY_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- tempAbility - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- tempAbility - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The temporary Ability of the Pokémon if it is changed.
- tempAbility(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the temp ability of the Pokémon, stored in Moveset
- TempBattlePokemonLevel - Class in com.pixelmonmod.pixelmon.api.pokemon.stats
-
Created by Jay113355 on 3/4/2019.
- TempBattlePokemonLevel(DelegateLink, int) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
-
Initializes a pokemonLevel.
- TEMPER_FLARE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- temperature - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- TemperFlare - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- template - Variable in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- template - Variable in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- templateCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- templateCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- temple_block - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_BLOCK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TEMPLE_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- temple_brick - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_BRICK - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- temple_brick_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_BRICK_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- temple_brick_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_BRICK_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- temple_pillar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_PILLAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- temple_pillar_fractured - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_PILLAR_FRACTURED - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- temple_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- temple_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPLE_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TemplePillarBlock - Class in com.pixelmonmod.pixelmon.blocks
- TemplePillarBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- TemplePillarBlock.State - Enum Class in com.pixelmonmod.pixelmon.blocks
- TempMoveset - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- TEMPORARY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a form is temporary
- temporary_light - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TEMPORARY_LIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TEMPORARY_LIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TemporaryLightBlock - Class in com.pixelmonmod.pixelmon.blocks
- TemporaryLightBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.TemporaryLightBlock
- TemporaryLightTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- TemporaryLightTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
- TemporaryLightTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
- temporaryMoveset - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- temporaryPokemonLevel - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- tempParty - Variable in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- tempPartyColor - Variable in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- TemptGoal - Class in com.pixelmonmod.pixelmon.ai
- TemptGoal(Mob, boolean) - Constructor for class com.pixelmonmod.pixelmon.ai.TemptGoal
- TEN_MILLION_VOLT_THUNDERBOLT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TEN_PERCENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- TENTACOOL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TENTACOOL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TENTACRUEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TENTACRUEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TEPIG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TEPIG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TeraBlast - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- TERAPAGOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Teravolt - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Cause moves to ignore the effects of Abilities that block moves.
- Teravolt() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Teravolt
- TERAVOLT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TERMINATE - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Action
- TERMINATE_WITH_SIGNAL - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Action
- terminates(boolean, Consumer<S>) - Static method in interface com.pixelmonmod.api.client.screen.util.ActionFunction
- terminates(Consumer<S>) - Static method in interface com.pixelmonmod.api.client.screen.util.ActionFunction
- terrain - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnBeginAction
- terrain - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnEndAction
- terrain - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Current terrain.
- terrain - Variable in class com.pixelmonmod.pixelmon.items.heldItems.TerrainSeedItem
- Terrain - Class in com.pixelmonmod.pixelmon.battles.status
-
Global status that affects grounded opponents.
- Terrain - Enum Class in com.pixelmonmod.pixelmon.api.battles
-
Created by Jay113355 on 11/29/2019.
- Terrain(StatusType, int, String, String) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Terrain
- Terrain(StatusType, String, String, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Terrain
-
Initializes a terrain effect.
- terrain_extender - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TERRAIN_PULSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TerrainChangeAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- TerrainChangeAction(int, PixelmonWrapper, Terrain, Terrain) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TerrainChangeAction
- TerrainExamine - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Evaluates the terrain and biome for certain moves.
- TerrainExamine() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine
- TerrainExamine.TerrainType - Enum Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Types of terrain that can influence move effects.
- terrainExtender - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- TerrainPulse - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- TerrainPulse() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainPulse
- terrainSeed - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- TerrainSeedItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Created by Jay113355 on 11/27/2019.
- TerrainSeedItem(Terrain, BattleStatsType) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.TerrainSeedItem
- TERRAKION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TERRAKION - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TERRASTALIZATION - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- TERRASTALIZATION_SHADER - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- terrastalizationShader - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonShaders
- test - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- test - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- test(int) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger.Instance
- test(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger.Instance
- test(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger.Instance
- test(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- test(Pokemon, Map<String, Integer>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger.Instance
- test(BiPredicate<InteractionContext, VariableList>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Builder
-
Sets the test for the interaction condition
This cannot be null - test(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger.Instance
- test(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger.Instance
- testAbilitiesActiveOnSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkillSwapTests
- testAbilitiesActiveOnSwitchInOrder(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkillSwapTests
- testAbilitiesActiveOnSwitchInOrderReversedSpeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkillSwapTests
- testAbsoluteChangesNotInverted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- testActivatedByBoosterEnergy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- testActivatesAfterAPhysicalMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.JabocaBerryTests
-
A Jaboca Berry held by a Pokémon should only activate its effect upon the Pokémon being hit by a Physical attack.
- testActivatesAfterAPhysicalNonContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.JabocaBerryTests
-
A Jaboca Berry held by a Pokémon should only activate its effect upon the Pokémon being hit by a Physical attack, even if the attack did not make physical contact.
- testActivatesAfterBellyDrum(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.GluttonyTests
- testActivatesAfterPoisonDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.GluttonyTests
- testActivatesAguavAtHalfHealth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.GluttonyTests
- testActivatesEvenIfHolderIsFainted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.JabocaBerryTests
-
A Jaboca Berry should deal damage to the attacker, even if the holder of the Jaboca Berry fainted from the attack.
- testActivatesInOrderOfLowestToHighestRawSpeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DancerTests
- testActivatesInOrderOfLowestToHighestRawSpeedInsideTrickRoom(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DancerTests
- testAffectedBySheerForce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- testAffectsTargetsBehindASubstituteWithInfiltrator(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas can remove an item from a Pokémon that is behind a Substitute if the user has the Infiltrator ability.
- testAftermath(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AftermathTests
- testAftermathDoesntHarmKOByIndirectDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AftermathTests
- testAftermathDoesntHarmKOByNonContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AftermathTests
- testAguavBerryCanHealWithoutConfusing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
An Aguav Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testAguavBerryRestoresHPAndCausesConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
An Aguav Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testAirBalloonStillPopsWhenDisguiseActivates(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testAirborneShouldBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LevitateTests
- testAirborneShouldNotBeSuppressedByMoldBreakerIfSwitchedByEjectButton(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LevitateTests
- testAlertsOnHyperEffectiveMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testAlertsOnOHKOAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testAlertsOnSuperEffectiveHiddenPower(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testAlertsOnSuperEffectiveMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testAllowsHittingGhostsWithNormalAndFightingAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MindsEyeTests
- testAllowsHittingTrickOrTreatWithNormalAndFightingAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MindsEyeTests
- testAllowsPoisoningSteelAndPoisonTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testAncientPowerDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AncientPowerTest
- testAncientPowerDoesNotBoostOnSheerForce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AncientPowerTest
- testAncientPowerNoBoostProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AncientPowerTest
- testAncientPowerNotBlockedByShieldDust(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AncientPowerTest
- testAngerPointCritStatRaise(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AngerPointTests
- testAngerPointCritStatRaiseIgnoringMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AngerPointTests
- testAngerPointDoesNotIncreaseStatFromDealingCritical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AngerPointTests
- testAngerPointDoesNotStatIncreaseBehindSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AngerPointTests
- testApicotIncreasesSpecialDefenseByOneStage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
An Apicot Berry that is consumed by a Pokémon should increase the stage of that Pokémon's Special Defense by 1.
- testArenaTrap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ArenaTrapTests
- testAromatherapyAbsorbedIfUsedByAlly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SapSipperTests
- testAromatherapyNotAbsorbedIfUsedBySelf(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SapSipperTests
- testAspearBerryCuresFreezing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
An Aspear Berry will cure the frozen status of the Pokémon holding it.
- testAssaultVestDisablesStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AssaultVestTests
-
An Assault Vest should prevent the battle participant from selecting status moves for the Pokémon that holds the Assault Vest.
- testAssaultVestDoesntPreventUsingStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AssaultVestTests
-
An Assault Vest shouldn't prevent the holder of it from using status moves if the item is forced upon it the same turn they select a status move.
- testBattleArmorIsBypassedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BattleArmorTests
- testBattleArmorStopsCrits(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BattleArmorTests
- testBattleRandomSource(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.BattleRandomSourceTest
- testBeatUpChangesBasePowerBasedOnAlliedBaseAttackStat(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpDoesNotHitForAlliesWithNonVolatileStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpDoesNotHitForFaintedAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpDoesNotIncludeAlliedParticipants(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpEndsWhenTargetFaints(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpHitsForMultipleAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpIsBoostedByUserAttackStages(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpTriggersPostAttackEffectsOnce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBeatUpTriggersWeakArmorForEachHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BeatUpTests
- testBerriesActivatesBetweenUnnerveSwitches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnnerveTests
- testBerserkDoesNotTriggerAfterDartHitStartingAt50Percent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BerserkTests
- testBerserkTriggersAfterBerryInMultiHitMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BerserkTests
- testBerserkTriggersAfterMultiHitWithHitsAfterReachingBelow50Percent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BerserkTests
- testBerserkTriggersAfterMultiHitWithHitsStartingBelow50Percent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BerserkTests
- testBerserkTriggersBeforeBerryOnSingleHitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BerserkTests
- testBerserkTriggersOnceIfMultiHitCrossesHalfTwice(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.BerserkTests
- testBestowBypassesAccuracyChecks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow bypasses accuracy checks to always hit, unless the target is in the semi-invulnerable turn of a move such as Dig or Fly.
- testBideDamagesSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BideTests
- testBladeFormeDoesNotChangeUsingSleepTalk(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StanceChangeTests
- testBlockedByCraftyShield(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testBlockedByIllusionOnUserOrTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testBlockedBySubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
- testBlockedBySubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntimidateTests
- testBlockedBySubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testBlockedByTransformStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testBlocksFutureSight(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EndureTests
- testBlocksIntimidate(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.OwnTempoTests
- testBlocksMovesWithPositivePriority(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DazzlingTests
- testBlocksMovesWithPositivePriority(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testBlocksPoison(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PastelVeilTests
- testBlocksRecoilFromMostMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RockHeadTests
- testBodyPressDoesNotPersist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsBoostedByAbilityBoostingAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsBoostedByAttackBoostingItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsBoostedByDefenseStatBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsModifiedByStatusModifyingAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsNotBoostedByAbilityBoostingDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsNotBoostedByAttackStatBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsNotBoostedByDefenseBoostingItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressIsNotBoostedByStatusModifyingDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBodyPressUsesUsersDefenseStat(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BodyPressTests
- testBombLowersSpeedFor3TurnsButLasts4(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SyrupBombTests
- testBoostedBySheerForce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningJealousyTests
- testBoosterEnergyObeysLevelCap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- testBoostLostAfterAbilityChange(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.FlashFireTests
- testBoostNullifiedByNeutralizingGas(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- testBoostsAttackWhenKOsAPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MoxieTests
- testBoostsHighestStatExceptHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- testBoostsOnceForMultiHitAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SapSipperTests
- testBoostsPowerOfElectricMovesForGroundedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testBoostsPowerOfGrassMovesForGroundedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GrassyTerrainTests
- testBoostsPowerOfPsychicMovesForGroundedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testBoostsSteelAttacksForBothAllyAndSelf(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SteelySpiritTests
- testBouncesBackToSource(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testBouncesGrowl(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicBounceTests
- testBouncesGrowl(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicCoatTests
- testBouncesGrowlBeforePranksterImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicCoatTests
- testBouncesGrowlBeforeSoundproof(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicCoatTests
- testBouncesMagicBouncedDrops(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testBouncesOnceWhenTargetAndSourceCanBothBounce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicCoatTests
- testBouncesOnceWhenTargetAndSourceShareAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicBounceTests
- testBouncesOnlyOnce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testBox(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCFilter
- testBreaksReflect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BrickBreakTests
- testBurnsIfBoostedAtStartOfBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningJealousyTests
- testBurnsTargetAfterStatRaise(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningJealousyTests
- testBurnUpShouldThawOnlyIfFireTypePresent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- testBypassesSubstituteToHealStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.HealBellTests
- testCanBeMoldbroken(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MindsEyeTests
- testCannotBeManipulatedByMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BoosterEnergyTests
-
From Bulbapedia: "Item-manipulating moves and abilities such as Fling, Trick, or Symbiosis cannot transfer Booster Energy to or from a Paradox Pokémon (except Koraidon and Miraidon)."
- testCanRedirectOwnAttacksToSlowerStormDrain(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testCanTargetAllyInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AcupressureTests
- testCanUseAgainIfFormChanges(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- testCanUseAgainIfSwitchedOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- testCausedFadeWhenAbilityChanged(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testCausesBouncedStatusMovesToFailAgainstDarkType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testCausesFadeWhenSuppressedByGastricAcid(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testCausesFadeWhenSwitched(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testCausesFireAttacksToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testCausesFlingFailure(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.KlutzTests
- testCausesFlingFailure(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testCausesJudgmentToBeNormalTyped(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testCausesMultiAttackToBeNormalTyped(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testCausesNoDoubleActivation(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RoughSkinTests
- testCausesNoFadeWhenSuppressedByGastricAcidButAnotherActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testCausesNoFadeWhenSwitchedAndOneStillActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testCausesSpreadStatusMovesToFailAgainstDarkTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testCausesStatusMovesToFailAgainstDarkType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testCausesTargetToImmediatelyMoveNext(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AfterYouTests
- testCausesTechnoBlastToBeNormalTyped(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testChangesGroundedExpandingForceToHitBothAdjacentEnemies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testChangesNaturePowerToEnergyBall(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GrassyTerrainTests
- testChangesNaturePowerToMoonblast(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testChangesNaturePowerToPsychic(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testChangesNaturePowerToThunderbolt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testChangesTerrainToElectricTerrainForFiveTurns(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testChangesTerrainToGrassyTerrainForFiveTurns(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GrassyTerrainTests
- testChangesTerrainToMistyTerrainForFiveTurns(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testChangesTerrainToPsychicTerrainForFiveTurns(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testChangesTypeToNormalWithoutTerrain(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CamouflageTests
- testChangesTypeToResist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.Conversion2Tests
- testChangesTypeWithHungerSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AuraWheelTests
- testChangesWeatherOnSwitchIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testCheekPouchActivatesCorrectly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CheekPouchTests
- testCheekPouchDoesNotActivateAtFullHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CheekPouchTests
- testCheriBerryCuresParalysis(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon is paralyzed while holding a Cheri Berry, the Cheri Berry will be consumed to cure the paralysis.
- testChestoBerryCuresSleep(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon is asleep while holding a Chesto Berry, the Chesto Berry will be consumed to cure the sleep status.
- testChosenMoveIsTheSameAfterDynamaxEnds(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ChoiceItemTests
-
A Choice Band/Scarf/Specs locks a Pokémon into using one move.
- testClangorousSoulblazeCorrectBoostAmountInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ClangorousSoulblazeTests
-
If a Kommo-O using Clangorous Soulblaze (it's signature Z-move) hits two opponents in a double battle, it should only receive a +1 boost for each of its stats, not a +2 boost.
- testClearBodyNegatesStatDropsFromOpposingEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ClearBodyTests
- testClearsAffectsWhenAcquiredViaSkillSwap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PastelVeilTests
- testClearsPoisonOnSwitchIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PastelVeilTests
- testCloudNinePreventsWeatherEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CloudNineTests
- testColburBerryActivatesAndIsConsumedBeforeThiefCanStealIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
If the target's consumable held item is triggered by Thief (such as a Colbur Berry), it will be consumed before it can be stolen.
- testComatoseAllowsSleepAndSnoreCorrectly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ComatoseTests
- testContraryInvertsBellyDrumMaximizingAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- testContrarySuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- testCopiedByCostar(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GmaxChiStrikeTests
- testCopiedByPsychUp(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GmaxChiStrikeTests
- testCopiedByTransform(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GmaxChiStrikeTests
- testCopiesAllStatsChanges(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testCopiesAllStatsExceptHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testCopiesMovesAt5PPMax(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testCurePoisonWhenReceivedAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImmunityTests
- testCuresEvenFromRoar(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NaturalCureTests
- testCuresStatusConditionsAndRaisesStats(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TakeHeartTests
-
Take Heart should cure a Pokémon of its non-volatile status conditions and raise the user's Special Attack and Special Defense by one stage each.
- testCursedBodyDisablesDamagingZMoveNotBase(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CursedBodyTests
- testCursedBodyDoesDisableHitsBypassingSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CursedBodyTests
- testCursedBodyDoesNotDisableHitsToSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CursedBodyTests
- testCursedBodyDoesNotInterruptMultiHitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CursedBodyTests
- testCutsHPAndMaxesAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BellyDrumTests
- testDamageAccumulatesAfterSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BideTests
- testDamagesNonPoisonTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BlackSludgeTests
-
If currently held by a Pokémon that is not Poison-type, the holder takes damage equal to 1/8 of its maximum HP (rounded down, but not less than 1) at the end of each turn.
- testDamagesTargetAfterDrainingMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LiquidOozeTests
- testDamagesTargetAfterLeechSeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LiquidOozeTests
- testDancerCopiesDanceMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.DancerTest
- TestData(String, boolean, Supplier<CompletableFuture<TestResult>>) - Constructor for record class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.TestData
-
Creates an instance of a
TestData
record class. - testDealsAtLeastOneDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BlackSludgeTests
-
If currently held by a Pokémon that is not Poison-type, the holder takes damage equal to 1/8 of its maximum HP (rounded down, but not less than 1) at the end of each turn.
- testDealsDamageCanRestoreBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish inflicts damage and can restore Berries consumed by the user or its allies.
- testDealsHalfMaxHPAsRecoilCeil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChloroblastTests
- testDecreases(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntimidateTests
- testDefaultStatBerriesAreAffectedByRipen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
The berries that increase stats are affected by the Ripen ability, except the Lansat Berry.
- testDefensiveAbilitiesTriggersOnPokemonBehindSub(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testDefensiveStatusTriggersOnPokemonBehindSub(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testDeltaStreamDoesNotFadeWhenSuppressedAndAnotherActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDeltaStreamFadesAfterSwitchOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDeltaStreamFadesWhenAbilityChangedAndNoOtherActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDeltaStreamFadesWhenSuppressed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDeltaStreamNegatesTheTypeWeaknessOfFlying(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDeltaStreamNotFadesAfterSwitchOutWithOtherActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDeltaStreamWeatherActivesOnSwitchIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDepletesWhenOtherElectricStatusUsed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChargeTests
- testDesolateLandWeatherActivesOnSwitchIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolateLandWeatherCauseWaterTypeNaturalGiftFailure(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolateLandWeatherFadesAfterAbilityChange(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolateLandWeatherFadesAfterRoar(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolateLandWeatherFadesAfterSupressed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolateLandWeatherFadesWhenSwitchedOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolateLandWeatherNotFadeAfterSupressedAndOtherStillActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolateLandWeatherNotFadeWhenSwitchedOutButOtherActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDesolteLandIncreasesDamageOfFireAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testDestroysBerriesOfPokemonHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
-
Incinerate inflicts damage to all adjacent opponents.
- testDisguiseBypassedByStarterGMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDisguiseCantBeUsedByDitto(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDisguiseDoesntBlockMultipleHits(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDisguiseDoesntBlockSecondaryEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDisguisePreventsWeaknessPolicyActivating(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDisguiseRevertsTypesAfterSwitchingForm(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDisguiseSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDisguiseWorks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testDoesNotActivateAfterPhysicalMoveFromPokemonWithMagicGuard(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.JabocaBerryTests
-
Magic Guard should prevent the activation of a Jaboca Berry.
- testDoesNotActivateBeforeDamageCalc(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- testDoesNotActivateBeforeDamageCalcFasterMummy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- testDoesNotActivateBeforeStickyWeb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BoosterEnergyTests
-
A Booster Energy should activate after a Sticky Web.
- testDoesNotActivateWhileDesolateLandActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- testDoesNotAffectADriveHeldByAGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas does not affect a Drive that is held by a Genesect.
- testDoesNotAffectAGriseousOrbHeldByAGiratina(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas does not affect a Griseous Orb that is held by a Giratina.
- testDoesNotAffectAMemoryHeldByASilvally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas does not affect a Memory that is held by a Silvally.
- testDoesNotAffectArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CamouflageTests
- testDoesNotAffectARustedShieldHeldByAZamazenta(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas does not affect a Rusted Shield that is held by a Zamazenta.
- testDoesNotAffectARustedSwordHeldByAZacian(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas does not affect a Rusted Sword that is held by a Zacian.
- testDoesNotAffectSemiInvulnerablePokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime does not affect Pokémon that are in the semi-invulnerable state of a move.
- testDoesNotAffectTargetsBehindASubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas does not affect an item held by Pokémon that is behind a Substitute.
- testDoesNotAffectTargetsWithStickyHold(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas does not affect an item held by Pokémon with the Sticky Hold ability.
- testDoesNotAllowPoisonDamagingMovesAgainstSteelTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testDoesNotAllowWeatherChange(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testDoesNotBlockAttacksTargettingAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testDoesNotBlockCrashDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RockHeadTests
- testDoesNotBlockIndirectDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RockHeadTests
- testDoesNotBlockMaxMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- testDoesNotBlockMovesThatTargetAllFoes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testDoesNotBlockMovesThatTargetAllPokemonWithSomeExceptions(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DazzlingTests
- testDoesNotBlockMovesThatTargetAllPokemonWithSomeExceptions(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testDoesNotBlockPursuit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testDoesNotBlockRecoilIfCancelledMidAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RockHeadTests
- testDoesNotBlockStruggleRecoil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RockHeadTests
- testDoesNotBoostSpecialAttackIfAlreadyElectricTypeImmune(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- testDoesNotBoostStatWhenKOsLastPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MoxieTests
- testDoesNotBoostStatWhenKOsMultipleLastPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MoxieTests
- testDoesNotBounceEndOfTurnStatDropsOctolock(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testDoesNotBounceEndOfTurnStatusStatDropsSyrupBomb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testDoesNotBounceMovesWhenSemiInvulnerable(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicBounceTests
- testDoesNotBounceSelfInflictedStatDrops(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testDoesNotBurnAfterFaintingSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningJealousyTests
- testDoesNotBurnIfStatsRaiseAfterMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BurningJealousyTests
- testDoesNotBypassAllySubstituteToHealStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AromatherapyTests
- testDoesNotCauseAllyTargetedStatusMovesToFailAgainstDarkTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testDoesNotCauseChoiceLock(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicBounceTests
- testDoesNotCauseEncoreForcedDarkMovesToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testDoesNotCauseFailureAfterRemoval(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testDoesNotCausesFireStatusAttacksToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testDoesNotChangeLingeringAroma(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- testDoesNotChangeMummy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- testDoesNotChangePermanentAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MummyTests
- testDoesNotCopyGmaxForm(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testDoesNotCopyProtectBlockedMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DancerTests
- testDoesNotCopyTeeterDanceWhenTargetsAreConfused(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DancerTests
- testDoesNotCureOpponents(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AromatherapyTests
- testDoesNotCureOpponents(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.HealBellTests
- testDoesNotDamagePokemonWithMagicGuard(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BlackSludgeTests
-
A Pokémon with the Magic Guard ability is immune to Black Sludge's damage.
- testDoesNotDealNeutralDamageToFlyingTypesInGravity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.IronBallTests
-
If a Flying-type Pokémon holding an Iron Ball is also affected by Gravity, then type-effectiveness should not be modified.
- testDoesNotDecreaseAttackForOwnTempo(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntimidateTests
- testDoesNotHealActiveSapSipperAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AromatherapyTests
- testDoesNotHealActiveSoundproofAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.HealBellTests
- testDoesNotHealPokemonAffectedByHealBlock(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BlackSludgeTests
-
From Generation V onwards, Black Sludge cannot heal Pokémon affected by Heal Block.
- testDoesNotIngoreItemsPreventingRemoval(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.KlutzTests
- testDoesNotNegateTypeWeaknessOfOtherTypesEvenIfFlyingType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testDoesNotPreventBugBiteActivatingBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testDoesNotPreventEffectsIfAt1HP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EndureTests
- testDoesNotPreventGhostPokemonSwitchingNormally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShadowTagTests
- testDoesNotPreventMoveSwitches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagnetPullTests
- testDoesNotPreventShadowTagPokemonSwitchingNormally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShadowTagTests
- testDoesNotPreventTrapImmuneFromSwitching(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagnetPullTests
- testDoesNotPursueAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testDoesNotRecoilOnProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChloroblastTests
- testDoesNotRecoverBerriesDestroyedByIncinerate(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish cannot recover Berries destroyed by Incinerate.
- testDoesNotRecoverBerriesFromTheOpponentsFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish can recover Berries consumed by Fling.
- testDoesNotRecoverBerriesRemovedByKnockOff(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish cannot recover Berries removed by Knock Off.
- testDoesNotRecoverBerriesTheOpponentAteWithBugBite(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish cannot recover Berries an opponent ate with Bug Bite.
- testDoesNotRecoverBerriesTransferredToAnotherPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish cannot recover Berries transferred to another Pokémon.
- testDoesNotRedirectGrassMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SapSipperTests
- testDoesNotReduceAfterMultiTargetUnsuccessful(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MakeItRainTest
- testDoesNotRestoreBerriesCollectedByPickup(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish cannot restore a Berry if it was collected by a Pokémon with Pickup.
- testDoesNotSetSpikesIfUserFaints(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- testDoesNotSetSpikesUnlessHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- testDoesNotStealAfterEjectButton(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PickPocketTests
- testDoesNotStealAfterForcedOutOfBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PickPocketTests
- testDoesNotStealWeaknessPolicyOnSuperEffectiveHits(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicianTests
- testDoesNotTriggerCopiedAbilityIfSameAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testDoesNotTriggerRemovalIfBlockedByProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- testDoesNotTriggerRemovalIfTargetIsSemiInvulnerable(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- testDoesNotTriggerWhenTargetAlreadyHasType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ColorChangeTests
- testDoesNotUseUpOneUseWhenSuppressed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntrepidSwordBattleTests
- testDoesRecoverBerriesEatenWithBugBite(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish can recover Berries the user or its allies ate with Bug Bite.
- testDoesRecoverBerriesEatenWithBugBiteAndDoesNotOverrideItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish can recover Berries the user or its allies ate with Bug Bite.
- testDoubleEffectsEatenByBugBite(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- testDoubleEffectsEatenByFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- testDoublesDamageFromBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- testDoublesHealingFromBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- testDoublesNextElectric(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChargeTests
- testDoublesPowerAgainstDamagedTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AssuranceTests
- testDoublesStatBoostFromBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- testDrainHitsTwiceWithParentalBond(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ParentalBondTests
- testDrainingFromSubBasedOnSubHealth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testDrashBerryCuresPoison(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon is poisoned while holding a Drash Berry, the Drash Berry will be consumed to cure the poison status.
- testDreamEaterThinksUserSleeps(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ComatoseTests
- testDriveCanBeRemovedByKnockOffIfNotHeldByGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A non-Genesect Pokémon that is holding a (Burn/Chill/Douse/Shock) Drive CAN have the Drive removed by the Knock Off move.
- testDriveCannotBeGivenToGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A Genesect cannot be given a (Burn/Chill/Douse/Shock) Drive by another Pokémon via a move such as Bestow.
- testDriveCannotBeRemovedByGenesectUsingFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it removed by the Genesect using the Fling move.
- testDriveCannotBeRemovedFromGenesectByKnockOff(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it removed via the Knock Off move.
- testDriveCannotBeStolenByGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A Genesect using the Thief move on another Pokémon holding a (Burn/Chill/Douse/Shock) Drive cannot give itself that Drive.
- testDriveCannotBeStolenFromGenesectByMagician(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it stolen via the Magician ability.
- testDriveCannotBeStolenFromGenesectByThief(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it stolen via the Thief move.
- testDriveCannotBeStolenFromGenesectByTrick(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.DriveTests
-
A Genesect holding a (Burn/Chill/Douse/Shock) Drive cannot have it stolen via the Trick move.
- testDynamaxingOnHardSwitchPreventsPursuit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testDynamaxPreventsPursuingSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testEatsHeldBerryRaisesDefenseAndUsesBerryEffect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.StuffCheeksTests
-
The user eats its held Berry, and raises its Defense stat by two stages in addition to the effect that Berry might normally have.
- testEggantBerryCuresInfatuation(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon becomes infatuated while holding an Eggant Berry, the Eggant Berry will be consumed to cure the Pokémon's infatuation.
- testEncoreFailureIfIntendedStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testFailsAgainstAlly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testFailsIfBerryIsRemovedBeforeTheAttackOccurs(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.StuffCheeksTests
-
If a Pokémon would use Stuff Cheeks, but is not holding a Berry when it would use the move (e.g.
- testFailsIfCanNotBeUsedWithoutFainting(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BellyDrumTests
- testFailsIfTargetIsBehindASubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow fails if the target is behind a substitute.
- testFailsIfTheTargetHasAHeldItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow fails if the target has a held item.
- testFailsUnlessBerryHasBeenConsumed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BelchTests
- testFailsWithoutSwitchDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BatonPassTests
- testFailsWithoutSwitchSingles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BatonPassTests
- testFairyFeatherWorks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FairyFeatherTests
- testFigyBerryCanHealWithoutConfusing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
A Figy Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testFigyBerryRestoresHPAndCausesConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
A Figy Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testFireDamageMultiplier(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DrySkinTests
- testFocusBandActivatesBeforeKnockOffCanRemoveItAndIsThenRemoved(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
If Knock Off triggers an item (such as a Focus Band) after the attack, that item activates before Knock Off can knock it off (in the case of the Focus Band, which is not consumed, it will be removed after its effect has activated).
- testFocusBandActivatesBeforeThiefCanStealItAndIsThenStolen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
A Focus Band will trigger before Thief can steal it.
- testFocusSashActivatesAndIsConsumedBeforeKnockOffCanRemoveIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
If Knock Off triggers an item (such as a Focus Sash) after the attack, that item activates before Knock Off can knock it off.
- testFocusSashActivatesAndIsConsumedBeforeThiefCanStealIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
If the target's consumable held item is triggered by Thief (such as a Focus Sash), it will be consumed before it can be stolen.
- testForcesAllPokemonToEatTheirHeldBerry(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime causes all Pokémon on the field to eat their held Berry.
- testForcesPokemonBehindSubstitutesToEatTheirBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime forces Pokémon behind substitutes to eat their berries.
- testForcesPokemonToEatBerriesWhileAffectedByMagicRoom(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime causes Pokémon to eat their Berries even in the presence of Magic Room.
- testForcesPokemonToEatBerriesWhileAffectedByUnnerve(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime causes Pokémon to eat their Berries even in the presence of Unnerve.
- testForcesPokemonWithKlutzToEatTheirBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime forces Pokémon with the Klutz ability to eat their berries.
- testFoulPlayDoesNotPersist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsBoostedByTargetStatBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsBoostedByUserAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsBoostedByUserItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsModifiedByUserStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsNotBoostedByTargetAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsNotBoostedByTargetItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsNotBoostedByTargetStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayIsNotBoostedByUserStatBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFoulPlayUsesTargetAttackStat(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FoulPlayTests
- testFunctionsWithNaturePower(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChargeTests
- testGanlonIncreasesDefenseByOneStage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
A Ganlon Berry that is consumed by a Pokémon should increase the stage of that Pokémon's Defense by 1.
- testGasNegatesUnburdenEffectWhenEnteringField(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testGlaiveRushCausingDoubleDamageAfterUse(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GlaiveRushTests
- testGlaiveRushCausingNoMissAfterUse(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GlaiveRushTests
- testGlaiveRushLastsOneTurnOnly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GlaiveRushTests
- testGlutonyNotInstantlyEatingWhenLeaving(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testGluttonyLowersHealthThresholdToHalfHealth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
The berries that increase stats are affected by the Gluttony ability, including the Lansat Berry and Starf Berry.
- testGrantsImmunityToElectricTypeMovesAndBoostSpecialAttackByOne(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- testGrantsImmunityToFireTypeMovesAndIncreasesFireTypeAttacksByHalf(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.FlashFireTests
- testGrantsImmunityToFireTypeMovesEvenWhenFrozen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.FlashFireTests
- testGroundsAirbornePokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.IronBallTests
-
Pokémon that hold an Iron Ball should be grounded, and thus be affected by Terrains.
- testHalvesDamageWhenAtFullHealth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MultiscaleTests
- testHalvesPowerOfDragonMovesAgainstGroundedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testHalvesPowerOfEarthquakeAgainstGroundedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GrassyTerrainTests
- testHalvesTheHoldersSpeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.IronBallTests
-
An Iron Ball should halve the Speed of the Pokémon holding one.
- testHarvestPickupAndRecycleDontRecoverIncineratedBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
-
Items destroyed by Incinerate cannot be recovered by Recycle, Pickup, or Harvest.
- testHealsAtLeastOneHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BlackSludgeTests
-
If currently held by a Poison-type Pokémon, the holder restores 1/16 of its maximum HP (rounded down, but not less than 1) at the end of each turn.
- testHealsGroundedPokemonOneSixteenth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GrassyTerrainTests
- testHealsOneEigthMaxHpWithRainDance(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DrySkinTests
- testHealsStatusOfAlliedFullTeams(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AromatherapyTests
- testHealsStatusOfAlliedFullTeams(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.HealBellTests
- testHealsStatusOfUsersFullTeam(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AromatherapyTests
- testHealsStatusOfUsersFullTeam(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.HealBellTests
- testHitsToSubStillDealRecoil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testHPRestoringBerriesAndDamagingBerriesAreDestroyed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
-
Berries that would activate in response to Incinerate, such as the Oran Berry or Rowap Berry, are destroyed before they have a chance to be consumed.
- testIapapaBerryCanHealWithoutConfusing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
An Iapapa Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testIapapaBerryRestoresHPAndCausesConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
An Iapapa Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testIfUsedAsZBestowSpeedIsRaisedButItStillFails(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
If powered up by a Normalium Z into Z-Bestow, the user's Speed stat is raised by two stages, then the move itself will fail after obtaining the Z-Power since it won't be possible to transfer its own Z-Crystal.
- testIgnoreDamageReducingAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testIgnoresBatonPass(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testIgnoresEffectsOfMoveDisablingItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.KlutzTests
- testIgnoresEffectsOfMoveDisablingItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testIgnoresEvasion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MindsEyeTests
- testIgnoresRedirectWhileInPursuit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testIgnoresScrappyAndRingTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testImmuneToGroundMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LevitateTests
- testImmuneToWaterMovesAndHealQuarterHealth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DrySkinTests
- testImmunitySupressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.FlashFireTests
- testImposterDoesNotActiveIfNeutralizingGasLeaves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testIncinerateDestroysGems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
-
As of Gen 6, Incinerate can destroy Gems
GemsItem
. - testIncinerateDoesNotAffectPokemonWithTheStickyHoldAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
-
Incinerate cannot destroy items held by a Pokémon with the Sticky Hold ability.
- testIncreaseExtremeEvoboostPriority(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testIncreasesPowersOfWaterTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testIncreaseStatusMovePriority(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PranksterTests
- testInteractEvolution(ItemStack) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- testInverseBattlesFlipWeakness(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testIsBlockedByCraftyShield(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow is blocked by Crafty Shield.
- testIsBlockedByMaxGuard(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime does not affect Pokémon under the effect of Max Guard.
- testIsNotBlockedByProtectMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow is not blocked by Protect, Detect, or Spiky Shield.
- testItDoesNotTriggerTwice(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testItem(ItemStack) - Method in class com.pixelmonmod.pixelmon.api.battles.BattleItemScanner.InventoryScanner
- testKeeBerryRaisesDefenseByOneStageWhenHitByPhysicalMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatResponseItemTests
-
A Kee Berry raises the holder's Defense by one stage when hit by a physical move.
- testLansatIncreasesStageOfCriticalHitRatioByTwoWhenConsumed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
A Lansat Berry that is consumed by a Pokémon should increase the stage of that Pokémon's critical-hit ratio by 2.
- testLansatIsAbleToApplyDuringMultiHitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
If a Pokémon that is holding a Lansat Berry, is damaged while using a multi-hit move, such as via a Rocky Helmet or the Iron Barbs ability, the Lansat Berry can activate and be consumed, and increase the critical-hit ratio of subsequent strikes from the multi-hit move.
- testLansatIsNotAffectedByRipen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
The Lansat Berry is not affected by the Ripen ability.
- testLegendPlateShouldNotAccountForAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLegendPlateShouldNotBeRemovedFromArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PlateTests
- testLegendPlateShouldPickFirstTypeResist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLegendPlateShouldPickRandomFromTieAfterAllWeaknessAndResistCalcs(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLegendPlateShouldPickResistPreferringImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLegendPlateShouldPickSecondaryTypeImmunityIfTiedAfterPrimaryTypeResist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLegendPlateShouldPickSecondaryTypeResistIfTiedAfterPrimaryTypeResist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLegendPlateShouldTargetLargestWeakness(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLegendPlateShouldTargetWeakness(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testLevelEvolution(int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Tries to evolve the Pokémon if it evolves from leveling up, and will fail if the Pokémon has an everstone.
- testLiechiIncreasesAttackByOneStage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
A Liechi Berry that is consumed by a Pokémon should increase the stage of that Pokémon's Attack by 1.
- testLifeOrbDamagesBasedOnNonDynamaxHealth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDamagesBehindSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDamagesOnceOnMultihitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDamagesOnceOnSpreadMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDamagesOnSwitchMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDoesNotTriggerOnFailedMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDoesNotTriggerOnStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDoesTenPercentRecoil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLifeOrbDoesTenPercentRecoilOnSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LifeOrbTests
- testLightScreenReducesSpecialDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
- testLogic() - Method in record class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.TestData
-
Returns the value of the
testLogic
record component. - testLumBerryShouldCureConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
A Lum Berry cures confusion.
- testLumBerryShouldCureNonVolatileStatusConditions(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
A Lum Berry cures non-volatile status conditions.
- testLumBerryShouldCureStatusConditionsImmediately(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
A Lum Berry held by a Pokémon cures status conditions immediately, not only at the end of the turn.
- testLumBerryShouldCureStatusConditionsViaFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
When Fling is used as an attack, a Lum Berry cures the non-volatile status conditions of the target.
- testMagoBerryCanHealWithoutConfusing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
A Mago Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testMagoBerryRestoresHPAndCausesConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
A Mago Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testMaintainsHealthIfAtOneHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EndureTests
- testMakesMostAttacksMiss(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testMakesPokemonAirborne(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LevitateTests
- testMarangaBerryRaisesSpecialDefenseWhenHitBySpecialMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatResponseItemTests
-
A Maranga Berry raises the holder's Special Defense by one stage when hit by a special move.
- testMaxHiddenPowerHasCorrectTypingHPDark(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.HiddenPowerMaxMoveTypingTest
- testMaxHiddenPowerHasCorrectTypingHPDragon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.HiddenPowerMaxMoveTypingTest
- testMegaEvolutionStillWorks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.KlutzTests
- testMegaEvolutionStillWorks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testMegaEvolvesBeforePursuitOnHardSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testMimicryChangesTypeOfPokemonBasedOnTerrain(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MimicryTests
- testMimicryChangesTypeOfPokemonBasedOnTerrainEvenIfAirborne(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MimicryTests
- testMimicryMaintainsAddedTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MimicryTests
- testMimicryMaintainsAddedTypesUnlessTypeMatches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MimicryTests
- testMimicryOverriddenByOtherEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MimicryTests
- testMimicryRevertsToInitialTypeWhenTerrainEnds(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MimicryTests
- testMoldBreakerDoesNotSuppress(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicGuardTests
- testMoldBreakerInteraction(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PastelVeilTests
- testMoldBreakerSuppression(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicBounceTests
- testMoldBreakerSupresses(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DampTests
- testMultiHitsContinueAfterSubBreaks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testMultipleVictoryStarBoostsStack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.VictoryStarTests
- testNegateAbilitiesActivationOnSwitchOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNegatesAbilitesThatModifyBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNegatesAbilitiesModifyingMoveType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNegatesAbilitiesSupressingItemEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNegatesAbilitiesThatDamageAttacker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNegatesArtificialGroundImmunitiesAndThenDoesntModifyTypeEffectiveness(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.IronBallTests
-
Non-flying-type Pokémon holding an Iron Ball should not have the type-effectiveness modified.
- testNegateSelfHealingAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNegatesFightingAndNormalImmunities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ForesightTests
- testNegatesGroundImmunitiesAndMakesGroundAttacksDoNeutralDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.IronBallTests
-
From Bulbapedia, "If held by a Flying-type Pokémon, it takes 1× damage from Ground-type moves, regardless of its other types."
- testNegatesPrimalWeatherAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNegatesResidualHealingEvents(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.KlutzTests
- testNegatesResidualHealingEvents(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testNeutralizingGasInteraction(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.FriskTests
- testNeutralizingGasStopsSwitchInAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testNewAbilityTriggersOnHardSwitchAfterSwitchingOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.mechanics.MegaEvolutionTests
- testNewAbilityTriggersOnMegaEvolution(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.mechanics.MegaEvolutionTests
- testNewAbilityTriggersOnReplacingFaintedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.mechanics.MegaEvolutionTests
- testNewAbilityTriggersOnSwitchMoveAfterSwitchingOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.mechanics.MegaEvolutionTests
- testNonExtremeWeatherFailsDuringDeltaStream(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.NonExtremeWeatherFailsDuringDeltaStreamTest
- testNormalDoesNotDamageGhost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.TypeTesting
- testNotAffectedByMagicBounce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- testNotPassedByBatonPass(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GmaxChiStrikeTests
- testNotPreventsSwitchingUsingMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShadowTagTests
- testNullifiesIntimidateAndBoostsAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.GuardDogTests
- testOccaBerryActivatesBeforeItCanBeDestroyed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
-
The Occa Berry will activate before being burned up.
- testOccursAfterDrain(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RoughSkinTests
- testOccursAfterDrain(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RockyHelmetTests
- testOccursAfterGmaxWindRageDefog(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ToxicDebrisTests
- testOnlyBlockedByActiveIllusionOnUserOrTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testOnlyBlocksFirstHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
-
Tests that IceFace does not repair on Hail being placed by a move that KOs the Eiscue Smeargle uses DoubleKick.
- testOnlyChangesRealAegislash(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StanceChangeTests
- testOnlyCopiesDanceMovesUsedByOtherPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DancerTests
- testOnlyCuresAfterLumPechaBerry(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PastelVeilTests
- testOnlyIncreasesAttackOnce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntrepidSwordBattleTests
- testOnlyIncreasesAttackOnceWhenSwitchInWithMaxAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntrepidSwordBattleTests
- testOnlyMakesContactOnWayDown(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testOnlyPursuesIfHaveNotYetMoved(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testOpportunistCopiesStartOfBattleBoostEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.OpportunistTests
- testOpportunistDoesNotCopyOpportunist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.OpportunistTests
- testOpportunistShouldCopyAngerPoint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.OpportunistTests
- testOpportunistShouldCopySwitchInDuringSynchronousSwitches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.OpportunistTests
- testOpportunistShouldOnlyCopyEffectiveChanges(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.OpportunistTests
- TestParticipant - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
A battle participant representing a player, optimized for testing.
- TestParticipant(int, Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Initializes the test participant.
- TestParticipant(Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Initializes the test participant.
- testPartingShotStillSwitchesIfMirrorArmored(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testPechaBerryCuresPoison(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon becomes poisoned while holding a Pecha Berry, the Pecha Berry will be consumed to cure the Pokémon's poison.
- testPersimBerryCuresConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon becomes confused while holding a Persim Berry, the Persim Berry will be consumed to cure the Pokémon's confusion.
- testPetayaIncreasesSpecialAttackByOneStage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
A Petaya Berry that is consumed by a Pokémon should increase the stage of that Pokémon's Special Attack by 1.
- testPlacesToxicSpikesAgainstMagicBounce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ToxicDebrisTests
- testPlacesToxicSpikesMultipleTimesOnMultihitMoes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ToxicDebrisTests
- testPlacesToxicSpikesOnContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ToxicDebrisTests
- testPlacesToxicSpikesOnOpponents(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ToxicDebrisTests
- testPlacesToxicSpikesWhenHitByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ToxicDebrisTests
- testPlatesShouldNotBeFlungByArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PlateTests
- testPlatesShouldNotBeGiftedToArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PlateTests
- testPlatesShouldNotBeRemovedFromArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PlateTests
- testPluckShouldHitNonAdjacentOpponentsInTripleBatttles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
Pluck can hit non-adjacent opponents in Triple Battles.
- testPokemonFreedIfSkyDropperFaintsMidMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testPostFaintReplacementOrderBasedOnNewPokemonSpeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SwitchOrderTests
- testPostFaintReplacementOrderBasedOnNewPokemonSpeedReverseDetonate(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SwitchOrderTests
- testPowerBasedOnTargetNotSlot(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AssuranceTests
- testPowerConstructActivatesAtEndOfTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PowerConstructTests
- testPowerConstructDoesNotReduceHealthOnReverting(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PowerConstructTests
- testPowerConstructIncreasesHealth(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PowerConstructTests
- testPowerConstructLeavesHealthAtMaxIfOverMax(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PowerConstructTests
- testPowerConstructOnlyActivatesIfNotHealed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PowerConstructTests
- testPowerConstructRemainsInBack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PowerConstructTests
- testPowerNotBoostedByReckless(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChloroblastTests
- testPreventsAftermath(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DampTests
- testPreventsAllyPoison(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PastelVeilTests
- testPreventsGroundedPokemonFallingAsleep(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testPreventsGroundedPokemonGettingNonVolatileStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testPreventsItemConsumption(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.KlutzTests
- testPreventsItemConsumption(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.EmbargoTests
- testPreventsLeechSeedHealing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicGuardTests
- testPreventsLoweringAccuracy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MindsEyeTests
- testPreventsMostPokemonSwitchingNormally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShadowTagTests
- testPreventsMovesAndAbilitiesFromChangingTheWeather(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testPreventsNonAttackDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicGuardTests
- testPreventsPhasing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.GuardDogTests
- testPreventsSelfDestructMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DampTests
- testPreventsSteelSwitches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagnetPullTests
- testPreventsSwitchWhenBeingDropped(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testPreventsTheTargetFromUsingItsHeldItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas removes the targets' held items for the rest of the battle.
- testPreventsTheTargetFromUsingItsHeldItemEvenAfterSwitchingOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Corrosive Gas removes the targets' held items for the rest of the battle (even if switched out).
- testPreventTargetAttackingWhenCaught(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testPreventTargetFromMegaEvolvingWhileCaught(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testPreventTargetFromStanceChangeWhileCaught(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testProtosynthesisViaSunObeysLevelCap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- testPsystrikeBoostedByChoiceSpecs(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeHitsPhysicalDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeHitsSpecialDefenseOnZMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeNotReducedByAssaultVest(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeNotReducedBySandstorm(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeRedirectDoesNotPersist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeReducedByLightScreen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeTriggersMarangaBerry(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPsystrikeZMoveDoesNotPersist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
- testPumkinBerryCuresFreezing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon becomes frozen while holding a Pumkin Berry, the Pumkin Berry will be consumed to cure the Pokémon's freeze.
- testPurifyingDoesNotIgnoreMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testPurifyingSaltDoesNotCureExistingStatuses(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testPurifyingSaltDoesNotHalveAttackOnPhysicalGhostMovesWhenMoldbroken(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testPurifyingSaltDoesNotHalveSpAttackOnSpecialGhostMovesWhileMoldbroken(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testPurifyingSaltDoesNotIgnoreMycelliumMight(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testPurifyingSaltHalvesAttackOnPhysicalGhostMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testPurifyingSaltHalvesSpAttackOnSpecialGhostMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testPurifyingSaltIsImmuneToNewPersistentStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PurifyingSaltTests
- testQuickClawIncreasesPriority(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.QuickClawTests
-
If a Quick Claw activates, the Pokémon holding it will move first.
- testQuickClawIncreasesPriorityInTrickRoom(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.QuickClawTests
-
If a Quick Claw activates, the Pokémon holding it will move first in its priority bracket regardless of Trick Room.
- testQuickClawIncreasesPriorityWithStallAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.QuickClawTests
-
If a Quick Claw activates, the Pokémon holding it will move first in its priority bracket regardless of the Stall ability (forces user to go last in its priority bracket, regardless of Speed and Trick Room).
- testQuickClawOnlyAffectsTurnOrderAtStartOfTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.QuickClawTests
-
If a Quick Claw is gained, lost, or suppressed, then it will not affect turn order until the beginning of the next turn.
- testQuickClawOnlyIncreasesPriorityInPriorityBracket(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.QuickClawTests
-
If a Quick Claw activates, the Pokémon holding it will move first in its priority bracket (i.e.
- testRaisesDefenseAfterFirstHitOfMultiHitMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatResponseItemTests
-
A Pokémon holding a Kee Berry should have its Defense raised after one hit of a multi-hit move, thus allowing it to take reduced damage from any subsequent hits.
- testRawstBerryCuresFreezing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon becomes burnt while holding a Rawst Berry, the Rawst Berry will be consumed to cure the Pokémon's burn.
- testRecoilNegatedByRockHead(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChloroblastTests
- testRecoversAllBerriesOrNoBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish only rolls the 50% chance to restore berries once, for all allies.
- testRecoversBerriesFromTheUsersFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GMaxReplenishTests
-
G-Max Replenish can recover Berries consumed by Fling.
- testRecycleCanBeStolenBySnatch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle can be stolen by Snatch.
- testRecycleCannotRestoreBurstAirBalloons(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle cannot restore a burst Air Balloon.
- testRecycleCannotRestoreIncineratedItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle cannot recover items that were destroyed by Incinerate.
- testRecycleCannotRestoreKnockedOffItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle cannot recover items that were removed by Knock Off.
- testRecycleCanRecoverItemsTheRecycleUserThrewWithFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle can recover items that the Recycle user has thrown with Fling.
- testRecycleDoesNotRestoreItemsLostToAnOpponentsBugBite(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle can no longer restore items lost via Bug Bite and Pluck.
- testRecycleFailsIfTheUserHasAHeldItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle fails if the user already has a held item.
- testRecycleOnlyRecoversMostRecentConsumedItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
A Pokémon may only have one consumed item at a time; if a Pokémon consumes an item, then obtains another and consumes it, the original consumed item cannot be restored, even if the second item is restored and transferred to another Pokémon.
- testRecycleRecoversPreviouslyConsumedHeldItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle allows the user to recover a held item that the user had previously consumed during the battle.
- testRecycleRestoresBerriesConsumedViaTeatime(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
Recycle can restore the user's Berry if it was consumed via Teatime.
- testRecycleShouldNotBeAbleToRecoverTheHeldItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Recycle cannot recover an item removed by Knock Off.
- testRedCard(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
- testRedCardAndDestinyBond(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
- testRedCardIgnoresDamageFromAbilitiesThatDoDamageAtTheEndOfATurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage, such as the damage taken from Dry Skin during harsh sunlight.
- testRedCardIgnoresDamageFromGulpMissileCounterAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage, such as from Gulp Missile's counter-attack.
- testRedCardIgnoresDamageFromNonVolatileStatuses(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage from non-volatile status conditions such as Burn.
- testRedCardIgnoresDamageFromSelfInflictedCurseDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage, such as from self-inflicted Curse damage.
- testRedCardIgnoresDamageFromTheHoldersPainSplit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage, such as the damage taken from the move Pain Split.
- testRedCardIgnoresDamageFromTheOpponentsPainSplit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage, such as the damage taken from the move Pain Split.
- testRedCardIgnoresDamageFromVolatileStatuses(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage from volatile statuses such as Confusion.
- testRedCardIgnoresLeechSeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage such as Leech Seed.
- testRedCardIgnoresRecoilDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage, such as recoil damage.
- testRedCardIgnoresRockyHelmet(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RedCardTests
-
A Red Card should not activate from indirect damage such as Rocky Helmet.
- testReducesAfterPartialSuccess(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MakeItRainTest
- testReducesSpecialAttackAfterUse(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MakeItRainTest
- testReducesSpecialAttackOnlyAfterSuccess(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MakeItRainTest
- testReflectedByMagicBounce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- testReflectReducesPhysicalDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
- testRelativeStatChangesGetInverted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ContraryTests
- testRemovedItemsCannotBeHarvested(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Held items removed by Corrosive Gas cannot be recovered by Recycle or Harvest.
- testRemovedItemsCannotBeRecycled(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CorrosiveGasTests
-
Held items removed by Corrosive Gas cannot be recovered by Recycle or Harvest.
- testRemovesAuroraVeil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ScreenCleanerTests
- testRemovesScreensOnBothSidesOnSwitchIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ScreenCleanerTests
- testRemovesStagesFromTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ClearSmogTests
- testRemovesTerrain(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- testResistBerriesQuarterDamageDone(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- testResistBerriesQuarterDamageDoneEvenOnCrit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.RipenTests
- testRestFailsWithComatose(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ComatoseTests
- testRestoresTheHitPointsOfPoisonTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BlackSludgeTests
-
If currently held by a Poison-type Pokémon, the holder restores 1/16 of its maximum HP (rounded down, but not less than 1) at the end of each turn.
- TestResult - Class in com.pixelmonmod.pixelmon.api.test
- testRevealsOpposingItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.FriskTests
- testRevertsToShieldFormeOnSwitchingOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StanceChangeTests
- testRingTargetAndAbilityImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RingTargetTests
- testRingTargetAndMagnetRise(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RingTargetTests
- testRingTargetAndTypeEffectiveness(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RingTargetTests
- testRockyHelmetDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RockyHelmetTests
- testRockyHelmetDamageTriggersOnPokemonBehindSub(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RockyHelmetTests
- testRoomServiceAndDefiant(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RoomServiceTests
- testRoomServiceAndEntranceAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RoomServiceTests
- testRoomServiceAndTrickRoom(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.RoomServiceTests
- testRoughSkinHurtsTwice(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ParentalBondTests
- testSafetyGogglesAndMissRevealInLog(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SafetyGogglesTests
- testSafetyGogglesAndTerrainRevealInLog(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SafetyGogglesTests
- testSalacIncreasesSpecialAttackByOneStage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
A Salac Berry that is consumed by a Pokémon should increase the stage of that Pokémon's Speed by 1.
- TestSaplingItem - Class in com.pixelmonmod.pixelmon.items.tree
- TestSaplingItem(AbstractTreeGrower, BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.tree.TestSaplingItem
- testScaleShotDoesNotTriggerFromNonMoveDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScaleShotTests
- testScaleShotTriggersOnceAfterAllHitsDone(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScaleShotTests
- testScreensAreRemovedByPsychicFangs(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
- testScreensDoesNotStackWithThemselves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
- testScreensDoNotStackDamageReductionWithVeil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
- testScreensReduceLessInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ScreensTests
- testSeed() - Method in class com.pixelmonmod.pixelmon.battles.api.BattleBuilder
-
Sets the seed the random source the battle will use to 1.
- testSeedsAndDoubleSwitchIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SeedsTests
- testSeedsAndMagicRoom(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SeedsTests
- testSeedsOrdering(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SeedsTests
- testSereneGraceDoesNotOverflowWithRainbowBoost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SereneGraceTests
- testSereneGraceDoesNotStackWithRainbowOnFlinches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SereneGraceTests
- testSetsSpikesOnHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- testSetsSpikesOnSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- testShedinjaCannotUseSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testShedinjaHPDynamax(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ShedinjaHPDynamaxTest
- testShedShellAndSkyDrop(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ShedShellTests
- testShedShellAndTrappingAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ShedShellTests
- testShedShellAndTrappingMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ShedShellTests
- testShellBellAndMultiHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ShellBellTests
- testShellBellAndMultiTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ShellBellTests
- testShellTrap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ShellTrapTest
- testShieldFormeDoesNotChangeUsingSleepTalk(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StanceChangeTests
- testShouldActivateAfterWhiteHerb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
If a White Herb and an Eject Pack can activate due to the same thing, the White Herb will activate first, regardless of the Speed of the Pokémon holding the items.
- testShouldActivateBeforeAngerPoint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ClearSmogTests
- testShouldActivateTargetsJabocaBerryBeforeItCanBeEaten(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
The effect of a target's Jaboca Berry will activate before it can be eaten by Bug Bite.
- testShouldActivateTargetsTangaBerryBeforeItCanBeEaten(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
The effect of a target's Tanga Berry will activate before it can be eaten by Bug Bite.
- testShouldAdaptItsTypeToHeldPlate(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testShouldAffectElectricTypeAbsorbingAbilitiesIfTeatimeIsChangedToElectricType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime causes all Pokémon on the field to eat their held Berry.
- testShouldAllowTargetToObtainAnotherItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off removes the held item rather than rendering it unusable; this means that the Pokémon can obtain another item if its held item is removed by Knock Off.
- testShouldAllowToxicOrbToPoisonImmuneTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testShouldAllowToxicToPoisonImmuneTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testShouldAllowZMovesUnderGravityButOnlyZPowerEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
- testShouldBeAffectedByRipen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatResponseItemTests
-
The Kee Berry and the Maranga Berry are affected by the Ripen ability.
- testShouldBeBypassedButNotRemovedByFeint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- testShouldBeCancelledByGravity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldBeConsumedAndAllowUserToSurviveAnAttackFromFullHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FocusSashTests
-
A Pokémon's Focus Sash should prevent it from fainting if it takes enough damage to faint when it is at full health.
- testShouldBeConsumedAndAllowUserToSurviveConfusionDamageFromFullHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FocusSashTests
-
A Pokémon's Focus Sash should prevent it from fainting if it takes enough confusion damage to faint when it is at full health.
- testShouldBeDisruptedDueToFallingAsleep(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will end if the user is unable to attack due to falling asleep.
- testShouldBeDisruptedDueToFlinching(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will end if the user flinches before executing their attack.
- testShouldBeDisruptedDueToHittingAProtectionMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will end if the user hits a protection move.
- testShouldBeDisruptedDueToMissing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will end if the user misses its target.
- testShouldBeDisruptedDueToTheTargetBeingImmuneToTheAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will end if the user hits a Pokémon immune to it.
- testShouldBeIgnoredBySemiInvulnerableStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testShouldBeIgnoredBySemiInvulnerableStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GrassyTerrainTests
- testShouldBeIgnoredBySemiInvulnerableStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testShouldBeRemovedByDynamax(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testShouldBeRemovedByKnockOff(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MailTests
-
Mail can be removed by Knock Off.
- testShouldBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LevitateTests
- testShouldBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- testShouldBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldBlockCertainProtectBypassingMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- testShouldBlockedBySkyDrop(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FollowMeTests
- testShouldBlockMostAttackingMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testShouldBlockOnePhysicalMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
-
Tests that IceFace does not block special moves, and only 1 physical move, before needing to be reformed.
- testShouldBoostGravAppleBy50Percent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
- testShouldBoostMoveAccuracyIndependentOfEvasionOrAccuracy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
- testShouldBreakReflectAgainstImmunityIfElectified(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BrickBreakTests
- testShouldBreakReflectIfImmunityIsIgnoredRingTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BrickBreakTests
- testShouldBreakReflectIfImmunityIsIgnoredScrappy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BrickBreakTests
- testShouldBypassTypeImmunityWhenReflectingPoisoningMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testShouldCauseFlingToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room should prevent Fling from throwing its item, causing it to fail.
- testShouldConfuseTheUserAfterCompletingTheFinalTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will confuse the user after the final turn.
- testShouldConfuseTheUserIfDisruptedOnTheSecondTurnWhichIsAlsoTheFinalTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will confuse the user if it is disrupted on the same turn it would have ended.
- testShouldConfuseTheUserIfDisruptedOnTheThirdTurnWhichIsAlsoTheFinalTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will confuse the user if it is disrupted on the same turn it would have ended.
- testShouldCopyPositiveAndNegativeStatBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychUpTests
- testShouldCopyRealTypeOfOpponent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testShouldCopyRealTypeOfOpponent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testShouldDealDamageAndEatTheTargetsBerry(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
Bug Bite inflicts damage.
- testShouldDeduct25PercentOfMaxHPRoundedDown(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testShouldEatTargetsLiechiBerryEvenIfAboveHPThreshold(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
The effect of berries such as the Liechi Berry will be eaten by the attacker, regardless of them meeting their consumption requirement upon taking damage from Bug Bite.
- testShouldEatTargetsSitrusBerryEvenIfAboveHPThreshold(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
The effect of berries such as the Sitrus Berry will be eaten by the attacker, regardless of them meeting their consumption requirement upon taking damage from Bug Bite.
- testShouldExchangeTheUsersAndTargetsItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick exchanges the items of the user and the target.
- testShouldFailAgainstAPokemonBehindASubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't steal items from a Pokémon behind a Substitute.
- testShouldFailAgainstAPokemonHoldingAZCrystal(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't remove a Z-Crystal from a Pokémon.
- testShouldFailAgainstAPokemonHoldingMail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't remove mail from a Pokémon.
- testShouldFailAgainstAPokemonWithTheStickyHoldsAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't steal items from a Pokémon with the Sticky Hold ability.
- testShouldFailAgainstPurelyTypelessTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ReflectTypeTests
- testShouldFailIfTargetCouldUseTheUsersColoredOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't give a Colored Orb to a Pokémon, if that Pokémon could use it to undergo Primal Reversion.
- testShouldFailIfTheTargetCouldUseItsColoredOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't remove a Colored Orb from a Pokémon, if that Pokémon could use it to undergo Primal Reversion.
- testShouldFailIfTheTargetCouldUseTheUsersHeldColoredOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is holding a Colored Orb and the target could use it to undergo Primal Reversion.
- testShouldFailIfTheTargetCouldUseTheUsersHeldMegaStone(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is holding a Mega Stone and the target could use it to Mega Evolve.
- testShouldFailIfTheTargetCouldUseTheUsersHeldMemory(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is holding a Memory and the target is a Silvally.
- testShouldFailIfTheUserCouldUseItsHeldMegaStone(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is holding a Mega Stone and could use it to Mega Evolve.
- testShouldFailIfTheUserCouldUseTheUsersHeldColoredOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is holding a Colored Orb and the user could use it to undergo Primal Reversion.
- testShouldFailIfTheUserCouldUseTheUsersHeldMemory(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is holding a Memory and the user is a Silvally.
- testShouldFailIfTheUserHoldsAZCrystal(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is holding a Z Crystal.
- testShouldFailIfTheUserHoldsMail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user holds Mail.
- testShouldFailIfTheUserHoldsMail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't give mail to a Pokémon.
- testShouldFailIfTheUserIsHoldingAZCrystal(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't give a Z-Crystal to a Pokémon.
- testShouldFailIfUserAtMaxHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- testShouldFailToGiveABoosterEnergyIfTheTargetIsAParadoxPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't give a Booster Energy to a Pokémon, if either Pokémon is a Paradox Pokémon.
- testShouldFailToGiveAMemoryIfTheTargetIsASilvally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't give a Memory to a Pokémon, if either Pokémon is a Silvally.
- testShouldFailToGiveARustedShieldIfTheTargetIsAZamazenta(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't give a Rusted Shield to a Pokémon, if either Pokémon is a Zamazenta.
- testShouldFailToGiveARustedSwordIfTheTargetIsAZacian(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't give a Rusted Sword to a Pokémon, if either Pokémon is a Zacian.
- testShouldFailToRemoveABoosterEnergyIfTheTargetIsAParadoxPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't remove a Booster Energy from a Pokémon, if either Pokémon is a Paradox Pokémon.
- testShouldFailToRemoveAMemoryIfTheTargetIsASilvally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't remove a Memory from a Pokémon, if either Pokémon is a Silvally.
- testShouldFailToRemoveARustedShieldIfTheTargetIsAZamazenta(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't remove a Rusted Shield from a Pokémon, if either Pokémon is a Zamazenta.
- testShouldFailToRemoveARustedSwordIfTheTargetIsAZacian(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can't remove a Rusted Sword from a Pokémon, if either Pokémon is a Zacian.
- testShouldFailToStealHeldItemsIfTheUserHasAHeldItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
The user of Thief fails to steal the held item of the target if the user already has a held item.
- testShouldFailToStealIfItHitsASubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
Thief cannot steal an item if it hits a Pokémon's substitute.
- testShouldFailWhenUsedAfterTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AfterYouTests
- testShouldFailWithDrivesIfGenesectIsTheTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the target is a Genesect and the user is holding a Drive.
- testShouldFailWithDrivesIfGenesectIsTheUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is a Genesect and is holding a Drive.
- testShouldFailWithGriseousOrbIfGiratinaIsTheTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the target is a Giratina and the user holds a Griseous Orb.
- testShouldFailWithGriseousOrbIfGiratinaIsTheUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is a Giratina and holds a Griseous Orb.
- testShouldFailWithPlatesIfArceusIsTheTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the target is an Arceus and the user holds a Plate.
- testShouldFailWithPlatesIfArceusIsTheUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will fail if the user is an Arceus and is holding a Plate.
- testShouldGainFocusEnergyIfTargetHasIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychUpTests
- testShouldGainLaserFocusIfTargetHasIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychUpTests
- testShouldGrantImmunityToWaterAndBoostSpAtk(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldGroundFlyingTypesAndRemoveGroundImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
- testShouldGroundLevitatePokemonAndRemoveGroundImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
- testShouldHealAfterSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeftoversTests
-
A Leftovers that is held by a Pokémon should heal the Pokémon at the end of a turn, even if they switched in that turn.
- testShouldHealBeforeBellyDrum(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BellyDrumTests
- testShouldHealTheUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- testShouldHitDroppedTargetDespiteAllySwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldIgnoreBoostedEvasion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ForesightTests
- testShouldIgnoreEffectOfRoost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testShouldIgnoreFollowMe(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldIgnoreMysteryTypeIfTargetIsMixedMysteryAndNonAddedType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ReflectTypeTests
- testShouldIgnoreTheEffectsOfItemsThatDisableMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room should prevent items, such as Assault Vest, from disabling the moves a Pokémon can use.
- testShouldIncreaseBasePowerByFiftyPercentDespiteStickyHold(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove the held item of a target that has Sticky Hold, but the bonus damage will apply anyway.
- testShouldIncreaseBasePowerByFiftyPercentDespiteSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove the held item of a target if it hits the target's substitute, but the bonus damage will apply anyway.
- testShouldIncreaseBasePowerByFiftyPercentEvenIfTheBerryIsEatenDuringTheAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
If used on a Pokémon weak to Dark-type moves holding a Colbur Berry, the Colbur Berry will still be eaten, but Knock Off will get the damage boost regardless.
- testShouldIncreaseBasePowerByFiftyPercentIfAnItemCanBeKnockedOff(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
If Knock Off is used on a Pokémon that is holding an item that can be knocked off, its base power will be boosted by 50%.
- testShouldIncreaseDamageForMovesUsedSuccessfullyAndConsecutively(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
A Metronome that is held by a Pokémon boosts the power of a move each time the move is used consecutively and successfully.
- testShouldIncreaseMetronomeBoostOnChargingTurns(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
A Pokémon's Metronome item should boost a move after the first turn of an attack that has an invulnerable or charging turn such that the move deals increased damage during the second turn when the Pokémon deals damage.
- testShouldIncreasePowerOfPunchingMovesByTenPercent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
A Punching Glove held by a Pokémon increases the power of their punching moves by 10%.
- testShouldIncreaseUsersSpeedButFailIfPoweredUpToZTrick(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
If powered up by a Psychium Z into Z-Trick, the user's Speed is boosted by two stages, then the move itself fails after obtaining the Z-Power since it is not possible to exchange a Z-Crystal.
- testShouldInterruptAndDisableAirborneMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.GravityTests
- testShouldLoseFocusEnergyIfTargetLacksIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychUpTests
- testShouldLoseLaserFocusIfTargetLacksIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychUpTests
- testShouldMakeAttacksWithTypesBasedOnHeldItemsNormalType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
If a Pokémon uses Judgment, Techno Blast, or Multi-Attack while Magic Room is in effect, it will be a Normal-type move.
- testShouldMultiplyTheDefensesOfPokemonThatCanEvolve(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EvioliteTests
-
From Bulbapedia, "If held by a Pokémon that is not fully evolved, raises its Defense and Special Defense by 50%." Omanyte can evolve into Omastar.
- testShouldMultiplyTheDefensesOfPokemonThatCannotEvolveDueToGender(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EvioliteTests
-
From Bulbapedia, "[The Eviolite] affects male Combee and Salandit (despite them not being able to evolve while females can)."
- testShouldNegateResidualHealingEvents(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room should prevent items, such as Leftovers, from healing Pokémon at the end of a turn.
- testShouldNegateTheSpeedDropFromMachoBrace(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room negates the Speed drop from the Macho Brace and Power items (such as the Power Weight).
- testShouldNotActivateForTheOriginalHolderOnTheSameTurnItIsPassedToAnAllyViaSymbiosis(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
If a Pokémon holding an Eject Pack has the Symbiosis ability, and their Eject Pack and Symbiosis have their conditions triggered at the same time, the Symbiosis will activate and pass the Eject Pack to an ally and the Eject Pack will not activate.
- testShouldNotActivateIfAnEjectButtonCanActivateFirst(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
If an Eject Button and an Eject Pack conditions to switch out their holder are triggered at the same time, the Eject Button will activate first.
- testShouldNotActivateIfSkillSwapped(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
- testShouldNotActivateIfTheHolderUsesADamagingSwitchMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
If a Pokémon holding an Eject Pack switches out via a switch move such as U-turn, Flip Turn, or Volt Switch, their Eject Pack will not activate and not be consumed.
- testShouldNotActivateUponTakingDamageFromFutureSight(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FocusSashTests
-
A Pokémon's Focus Sash should not protect it from damage from Future Sight or Doom Desire.
- testShouldNotActivateUponTakingRecoilDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FocusSashTests
-
A Pokémon's Focus Sash should not activate from taking recoil damage.
- testShouldNotActivateUponTakingResidualDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FocusSashTests
-
A Pokémon's Focus Sash should not activate from taking residual damage.
- testShouldNotAdaptItsTypeForNonArceusPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testShouldNotAdaptItsTypeToHeldZCrystal(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
- testShouldNotAlertAgainstStatusMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testShouldNotAllowMagicBounceToPoisonImmuneTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testShouldNotAllowSynchronizeToPoisonImmuneTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testShouldNotAnnounceReleaseIfTargetFaintsMidMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldNotBeBlockedByWonderGuardUntilSecondTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldNotBeBypassedByBlock(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- testShouldNotBeBypassedOrRemovedByPhantomForce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MaxGuardTests
- testShouldNotBePickpocketedIfMoveDoesNotMakeContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
A Protective Pads held by a Pokémon will not be stolen by the Pickpocket ability if contact is not made.
- testShouldNotBeRemovedByBestow(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MailTests
-
Mail can not be removed by Bestow.
- testShouldNotBeRemovedByFling(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MailTests
-
Mail cannot be thrown with Fling.
- testShouldNotBeStolenByMostMovesAndAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MailTests
-
Mail cannot be stolen by abilities that steal items and most moves that steal items.
- testShouldNotBeStolenByThief(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MailTests
-
Mail can not be stolen by Thief.
- testShouldNotBeSuppressedByKlutz(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada Splashes.
- testShouldNotBlockNonPriorityMovesWithQuickClawBoost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DazzlingTests
- testShouldNotBlockNonPriorityMovesWithQuickClawBoost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PsychicTerrainTests
- testShouldNotBlockOwnMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testShouldNotBlockRecoil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testShouldNotBoostBasedOnTransformedSpecies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EvioliteTests
-
From Bulbapedia, "If held by a transformed - not illusioned - Pokémon, the boost is based on its original species, not the species it is transformed into."
- testShouldNotBreakReflectIfTargetIsImmune(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BrickBreakTests
- testShouldNotCauseRecycleToFailToRestoreTheBerry(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TeatimeTests
-
Teatime does not prevent Pokémon from getting a new berry with the Recycle move.
- testShouldNotClearStagesOnImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ClearSmogTests
- testShouldNotClearUserStages(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ClearSmogTests
- testShouldNotConfuseTheUserIfDisruptedOnTheSecondTurnWhichIsNotTheFinalTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PetalDanceTests
-
Petal Dance/Outrage/Raging Fury/Thrash will not confuse the user if it is supposed to last three turns and is disrupted on the second turn.
- testShouldNotCopySpeedBoostFromUnburden(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testShouldNotCureAlliesAndShouldNotCureTeammatesNotOnTheBattlefield(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TakeHeartTests
-
Take Heart should not cure any of a Pokémon's allies or any of its teammates that are not on the battlefield of their status conditions.
- testShouldNotCureVolatileStatuses(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TakeHeartTests
-
Take Heart should not cure a Pokémon of its volatile status conditions.
- testShouldNotDamageFlyingTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldNotDoublePowerAfterPainSplit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AssuranceTests
- testShouldNotEatABerryIfItHitsASubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
Bug Bite will not eat the target's Berry if it hits its substitute.
- testShouldNotEatABerryIfTheTargetHasTheStickyHoldAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
Bug Bite will not consume the Berry of a target that has the Ability Sticky Hold.
- testShouldNotGiveDrivesToGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick should not give drives to Genesect.
- testShouldNotGiveGriseousOrbToGiratina(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick should not give Griseous Orb to Giratina.
- testShouldNotGivePlatesToArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick should not give plates to Arceus.
- testShouldNotHealIfAffectedByHealBlock(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeftoversTests
-
A Leftovers that is held by a Pokémon should not heal the Pokémon if the Pokémon is affected by Heal Block.
- testShouldNotIgnoreLoweredEvasion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ForesightTests
- testShouldNotIncreaseBasePowerByFiftyPercentIfTheTargetHoldsAnItemThatCouldNotBeRemovedFromTheKnockOffUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
The boost will also not be applied if the user of Knock Off targets a Pokémon holding an item that would not be able to be removed from the Pokémon using Knock Off.
- testShouldNotIncreaseBoostForEachHitOfMultiHitMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
Moves that hit multiple times in one turn will only increase a Metronome's boost once per turn.
- testShouldNotIncreaseBoostForEachHitOfMultiHitMoveThatVariesInPower(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
Moves that hit multiple times in one turn will only increase a Metronome's boost once per turn (even if a multiple hit move increases in power for each hit).
- testShouldNotIncreaseBoostForEachHitOfMultiHitMoveWithMultipleAccuracyChecks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
Moves that hit multiple times in one turn will only increase a Metronome's boost once per turn (even if a multiple hit move has to make an accuracy check each turn).
- testShouldNotIncreaseMetronomeBoostForAChargingTurnThatWasSkipped(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
A Pokémon's Metronome item should not boost the power of a move if that move requires a charging or invulnerable turn, but that turn was skipped.
- testShouldNotMakeMovesStayNoContactIfPunchingGloveIsStolen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
If a Pokémon holds a Punching Glove and then loses it, using the same punching attack again should make contact.
- testShouldNotMultiplyTheDefensesOfPokemonThatCannotEvolve(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EvioliteTests
-
An Eviolite only gives its boost to Pokémon that can still evolve.
- testShouldNotNegateEVGainingHeldItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room does not negate item effects that affect effort values.
- testShouldNotNegateExpGainingHeldItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room does not negate item effects that affect experience.
- testShouldNotNegateFriendshipGainingHeldItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room does not negate item effects that affect friendship.
- testShouldNotPoisonImmunity(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testShouldNotPoisonSafeguard(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
- testShouldNotPreventBlankTMsFromWorking(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room should not prevent Blank TMs and Blank TRs from having moves imprinted on them and incrementing the amount of times a move was used.
- testShouldNotPreventHoldersAbilityChangingFromFormChanges(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Rayquaza mega-evolves, changing its ability from AirLock to DeltaStream.
- testShouldNotPreventHoldersAbilityChangingFromImposter(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Wynaut enters the battlefield, transforming into Meowscarada.
- testShouldNotPreventItemEffectsThatActivateFromContactIfUsingNonPunchingMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
A Punching Glove held by a Pokémon does not prevent non-punching moves from making contact with the target.
- testShouldNotPreventMegaEvolution(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room should not prevent Pokémon from Mega Evolving.
- testShouldNotPreventMoveEffectsWhenDefending(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
A Protective Pads held by a Pokémon doesn't prevent attack effects from the target when defending.
- testShouldNotPreventMoveEffectsWhenDefending(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
A Punching Glove held by a Pokémon doesn't prevent attack effects from the target when defending.
- testShouldNotPreventPickpocketFromWorking(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room does not prevent effects that move items around from working.
- testShouldNotPreventPrimalReversion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room should not prevent Pokémon from undergoing Primal Reversion.
- testShouldNotPreventSpeedBoost(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldNotPreventTrickFromWorking(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room does not prevent effects that move items around from working.
- testShouldNotPreventUsingZMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room does not prevent Pokémon from using a Z-Move with a Z-Crystal.
- testShouldNotPreventYawnButStopsYawnTriggeringSleep(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testShouldNotProtectAgainstExistingGastroAcid(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada uses GastroAcid, nullifying Wynaut's Sturdy.
- testShouldNotProtectAgainstGulpMissileWhenUsingAContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
Protective Pads does not protect a Pokémon against Gulp Missile.
- testShouldNotPursueIfOutOfRange(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testShouldNotRedirectIfAttackerHasPropellerTail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldNotRedirectIfFollowMeHasBeenUsed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- testShouldNotRedirectIfFollowMeHasBeenUsed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldNotRedirectMovesPreventingRedirection(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldNotRedirectMultiTargetMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldNotRedirectSelfTargetingMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FollowMeTests
- testShouldNotReduceDamageAgainstUnprotectedDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ClangorousSoulblazeTests
-
Pachirisu and Turtonator1 use Protect.
- testShouldNotRemoveAnOrbFromAPokemonThatCouldUseIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove an Orb if the target could use it to undergo Primal Reversion.
- testShouldNotRemoveBoosterEnergyFromParadoxPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a Booster Shield from a Paradox Pokémon (exluding Koraidon and Miraidon), even if it hasn't consumed the item because its Ability triggered from the appropriate weather or terrain condition instead.
- testShouldNotRemoveDrivesFromGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a drive from Genesect.
- testShouldNotRemoveGriseousOrbFromGiratina(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a Griseous Orb from Giratina.
- testShouldNotRemoveItemsIfTheUserFaintsMidMoveDueToTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
If the user faints due to the target's Ability (Rough Skin or Iron Barbs) or held Rocky Helmet, it cannot remove the target's held item.
- testShouldNotRemoveItemsIfTheUserFaintsMidMoveDueToTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
If the user faints due to the target's ability (e.g.
- testShouldNotRemoveItemsUponHittingASubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot knock off an item from a Pokémon if it hits a Pokémon's Substitute.
- testShouldNotRemoveMegaStonesFromPokemonThatCouldUseThem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a Mega Stone if the target could use it to Mega Evolve.
- testShouldNotRemoveMemoriesFromSilvally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a Memory from a Silvally.
- testShouldNotRemovePlatesFromArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a plate from Arceus.
- testShouldNotRemoveRustedShieldFromZamazenta(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a Rusted Shield from a Zamazenta.
- testShouldNotRemoveRustedSwordFromZacian(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a Rusted Sword from a Zacian.
- testShouldNotRemoveSleepStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testShouldNotRemoveSleepStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testShouldNotRemoveStagesBehindSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ClearSmogTests
- testShouldNotRemoveZCrystalsFromAnyPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off cannot remove a Z-Crystal from any Pokémon.
- testShouldNotRepairOnFainted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
-
Tests that IceFace does not repair on Hail being placed by a move that KOs the Eiscue Sneasel uses IcePunch.
- testShouldNotRestoreLostTypes(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- testShouldNotStopPickpocket(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
A Protective Pads held by a Pokémon will be stolen by the Pickpocket ability if contact is made.
- testShouldNotSuppressPluckOrBugBite(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room does not suppress the ability for Pluck or Bug Bite to consume the target's berry.
- testShouldNotSwitchIfBlockedByProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testShouldNotSwitchIfMistBlocksStatChange(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testShouldNotSwitchIfSoundproofTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testShouldNotSwitchIfStatsDontChange(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testShouldNotSwitchOutTheHolderDuringPartingShotIfTheOpponentCanSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack held by a Pokémon doesn't switch out the holder when hit by a Parting Shot if the Parting Shot user switches out.
- testShouldNotSwitchOutTheHolderIfTheEjectPackWasAcquiredAfterAStatDrop(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack held by a Pokémon does not switch the holder out if they receive a stat drop before they are given the Eject Pack.
- testShouldNotTakeCorrectlyHeldMegaStones(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick should not take a Mega Stone from a Pokémon that could use that Mega Stone to Mega Evolve.
- testShouldNotTakeDrivesFromGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick should not take drives from Genesect.
- testShouldNotTakeGriseousOrbFromGiratina(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick should not take Griseous Orb from Giratina.
- testShouldNotTakePlatesFromArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick should not take plates from Arceus.
- testShouldNotTransformIntoFaintedOpponentOnDualFaint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
- testShouldNotTransformIntoFaintedTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testShouldNotTransformIntoTransformedOpponent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
- testShouldNotTriggerOnEnteringBattleAfterPreviousPokemonFainted(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FlameOrbTests
- testShouldNotTriggerSwitchInAbilitiesAgainstExistingNeutralizingGas(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowskarada activates NeutralizingGas, nullifying Wynaut's Intimidate.
- testShouldNotTriggerUntilAllEntranceAbilitiesHaveFinishedDuringSimultaneousSwitches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
If multiple Pokémon have abilities that activate upon entering the battlefield, an Eject Pact that would activate will only switch out the holder after all of those abilities have finished.
- testShouldNotUseAsSubMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AfterYouTests
- testShouldNotWorkAgainstHeavyPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldNotWorkAgainstSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testShouldOnlyAllowOnePokemonToSwitchOutPerMoveEvenWithMultipleParticipants(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
Only one Pokémon may switch out per move, even if every Pokémon on the field is owned by a different player.
- testShouldOnlyPreventDamageFromOneHitOfMultiStrikeMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FocusSashTests
-
A Pokémon's Focus Sash should not protect it from multiple hits of a multi-strike move.
- testShouldOnlyProtectHoldersAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada Tackles Wynaut, triggering Mummy to replace Protean.
- testShouldOnlyTriggerTheFastestEjectPackWhenMultipleEjectPacksCouldActivate(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
If multiple Eject Packs would activate in a turn, only the fastest Pokémon will switch out.
- testShouldPreventAbilityChangingAbilitiesActivatedByContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
Protective Pads protect a Pokémon that holds them from losing their ability via contact due to an opponent's ability.
- testShouldPreventDamageFromAbilitiesThatActivateViaContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
Protective Pads held by a Pokémon protects them from abilities that deal damage to an attacker via contact.
- testShouldPreventEffectsFromProtectMovesThatHaveSideEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
A Protective Pads prevents damage or effects from Protecting moves when attacking.
- testShouldPreventEffectsFromProtectMovesThatHaveSideEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
A Punching Glove prevents damage or effects from Protecting moves when attacking with a punching move.
- testShouldPreventEntryHazardsAffectingTheHolder(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.HeavyDutyBootsTests
-
The Pokémon holding Heavy-Duty Boots is unaffected by entry hazards.
- testShouldPreventGroundedPokemonUsingRest(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testShouldPreventGroundedPokemonUsingRest(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
- testShouldPreventItemEffectsThatActivateFromContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
A Punching Glove held by a Pokémon prevents punching moves from making contact with the target.
- testShouldPreventItemEffectsThatActivateFromContactWhenAttacking(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
A Protective Pads held by a Pokémon prevents effects from items that the opponent holds when the user attacks.
- testShouldPreventItemsFromBeingConsumed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Magic Room should prevent items from being consumed.
- testShouldPreventPerishBodyActivating(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
A Protective Pads held by a Pokémon prevents Perish Body from activating.
- testShouldPreventSpikesOnHardSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LevitateTests
- testShouldPreventStatsLoweringFromAbilitiesThatActivateViaContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.ProtectivePadsTests
-
Protective Pads held by a Pokémon protects them from having their stats lowered via abilities that activate via contact.
- testShouldPreventTraceChangingAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowskarada attempts to Trace Wynaut's Levitate, but is blocked by Meowscarada's AbilityShield.
- testShouldPreventTraceChangingAbilityEvenAfterLosingIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowskarada attempts to Trace Wynaut's Levitate, but is blocked by Meowscarada's AbilityShield.
- testShouldPreventYawnAndStopYawnTriggeringSleep(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
- testShouldProtectAbilitiesFromSkillSwap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada uses SkillSwap attempting to exchange abilities with Wynaut, but Wynaut's AbilityShield blocks the swap.
- testShouldProtectAbilitiesFromSkillSwapEvenWhenUsedByHolder(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada uses SkillSwap attempting to exchange abilities with Wynaut, but Meowscarada's AbilityShield blocks the swap.
- testShouldProtectAgainstExistingNeutralizingGas(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowskarada activates NeutralizingGas.
- testShouldProtectAgainstMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada uses FlowerTrick, but its MoldBreaker is silently blocked by AbilityShield.
- testShouldProtectAgainstNeutralizingGas(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowskarada activates Neutralizing Gas, but Wynaut's AbilityShield protects its Sturdy.
- testShouldProtectAgainstNewGastroAcid(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada uses GastroAcid, but Wynaut's AbilityShield blocks it.
- testShouldProtectHoldersAbilityFromAbilityChangingAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada Splashes.
- testShouldProtectHoldersAbilityFromAbilityChangingMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.AbilityShieldTests
-
Meowscarada uses WorrySeed attempting to change Wynaut's ability to Insomnia, but AbilityShield blocks the change.
- testShouldReceiveTheEffectsOfTheTargetsBerryDespiteHavingTheEmbargoStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
Bug Bite will receive the effects of the target's held berry even if the user is affected by Embargo.
- testShouldReceiveTheEffectsOfTheTargetsBerryDespiteHavingTheKlutzAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
Bug Bite will receive the effects of the target's held berry even if it has the Klutz ability.
- testShouldRedirectAlliedMaxGeyser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldRedirectAsLastSlot(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FollowMeTests
- testShouldRedirectSingleTargetElectricAttacksIfValidTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- testShouldRedirectSingleTargetElectricAttacksToLongestTimeIfSpeedTied(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- testShouldRedirectSingleTargetMovesIfValidTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.FollowMeTests
- testShouldRedirectSingleTargetWaterAttacksIfValidTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldRedirectSingleTargetWaterAttacksIfValidTargetExtended(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldRedirectSingleTargetWaterAttacksToLongestTimeIfSpeedTied(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldRedirectToTheFastestLightningRodUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
- testShouldRedirectToTheFastestStormDrainUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StormDrainTests
- testShouldRefectAbilityBasedStatDrops(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testShouldReflectStickyWebDropOntoPlacerIfPresent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testShouldRemoveAnOrbFromAPokemonThatCouldNotUseIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove an Orb if the target can't use it to undergo Primal Reversion.
- testShouldRemoveBoosterEnergyFromNonParadoxPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Booster Energy from a Pokémon that is not a Paradox Pokémon.
- testShouldRemoveDrivesFromNonGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Drive from a Pokémon that is not Genesect.
- testShouldRemoveGriseousOrbFromNonGiratina(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Griseous Orb from a Pokémon that is not Giratina.
- testShouldRemoveGroundImmunityFromFlyingTypeIfSuccessful(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- testShouldRemoveGroundResistanceFromFlyingTypeIfSuccessful(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- testShouldRemoveItemFromATargetWithSubstituteIfUserHasInfiltrator(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove the held item of a target behind a substitute if the user has the Infiltrator ability.
- testShouldRemoveItemsIfTheUserFaintsMidMoveDueToUser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
If the user faints due to the user's held Life Orb, then it can still remove the target's held item.
- testShouldRemoveMegaStonesFromPokemonThatCouldNotUseThem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Mega Stone if the target could not use it to Mega Evolve.
- testShouldRemoveMemoriesFromNonSilvally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Memory from a Pokémon that is not Silvally.
- testShouldRemoveMostItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off inflicts damage, and knocks off the target's held item if it has one.
- testShouldRemovePlatesFromNonArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Plate from a Pokémon that is not Arceus.
- testShouldRemoveRustedShieldFromNonZamazenta(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Rusted Shield from a Pokémon that is not Zamazenta.
- testShouldRemoveRustedSwordFromNonZacians(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.KnockOffTests
-
Knock Off can remove a Rusted Sword from a Pokémon that is not Zacian.
- testShouldRemoveTheEffectIfUsedWhileAlreadyActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.MagicRoomTests
-
Using Magic Room while it is already in effect will remove the effects of Magic Room immediately.
- testShouldRepairAfterSwitchAbilitiesActivate(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
-
Tests that IceFace repairs after switch abilities trigger Abomasnow sets Snow with ability SnowWarning.
- testShouldRepairOnSwitchIntoSnow(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IceFaceTests
-
Tests that IceFace does repairs on existing Snow on switching in Abomasnow sets Snow with ability SnowWarning, then switches to Eiscue Eiscue's IceFace reforms from switching into Snow, then is broken by Sneasel's Tackle.
- testShouldResetTheMultiplierUponHittingProtect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
The boost to a move's power that are received from a Metronome item are reset upon hitting a Pokémon that used Protect.
- testShouldResetTheMultiplierUponSwitchingOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
The boost to a move's power that are received from a Metronome item are reset upon switching out.
- testShouldResetTheMultiplierUponUsingADifferentMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
The boost to a move's power that are received from a Metronome item are reset upon using a different move.
- testShouldRestorePPToFirstMoveWithMissingPPWhenForciblyEaten(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeppaBerryTests
-
If a Pokémon is forced to eat a Leppa Berry, PP will be restored to the first move that has any PP missing.
- testShouldRestorePPToFirstMoveWithMissingPPWhenForciblyEatenDueToBugBite(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeppaBerryTests
-
A slightly redundant test to make sure that Bug Bite and Pluck forces Leppa Berries to be used the same way that Fling does.
- testShouldRestorePPToFirstMoveWithMissingPPWhenForciblyEatenDueToStuffCheeks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeppaBerryTests
-
A slightly redundant test to make sure that Stuff Cheeks forces Leppa Berries to be used the same way that Fling does.
- testShouldRestorePPToFirstMoveWithMissingPPWhenForciblyEatenDueToTeatime(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeppaBerryTests
-
A slightly redundant test to make sure that Teatime forces Leppa Berries to be used the same way that Fling does.
- testShouldRestorePPToFirstMoveWithZeroPPWhenForciblyEaten(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeppaBerryTests
-
If a Pokémon is forced to eat a Leppa Berry, PP will be restored to the first move that has 0 PP left before it tries to restore PP to the first move with any amount of PP missing.
- testShouldRestorePPToMovesWithNoPP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.LeppaBerryTests
-
A Leppa Berry, if held by a Pokémon, restores 10 PP to a move that drops to 0 PP.
- testShouldSilentlyBlockStickyWebDropIfPlacerNotPresent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testShouldSilentlyPreventStatDropsFromFaintedPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MirrorArmorTests
- testShouldStackWithIronFist(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
The power boost from a Punching Glove stacks with the power boost from Iron Fist.
- testShouldStealItemsFromTargetsWithStickyHoldIfTheTargetFaints(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
If Thief causes a Pokémon with the Sticky Hold Ability to faint, it can now steal its held item.
- testShouldStealTheHeldItemOfTheTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
Thief steals the held item of the target.
- testShouldStillBeConsumedAfterSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BelchTests
- testShouldStopPickpocket(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.PunchingGloveTests
-
A Punching Glove held by a Pokémon won't be stolen by the Pickpocket ability while using a punching attack.
- testShouldSucceedIfBerryConsumedByBugBite(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BelchTests
- testShouldSucceedIfBerryWasFlung(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BelchTests
- testShouldSucceedIfNeitherPokemonCanUseTheColoredOrbButCouldUseADifferentOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will succeed if the user is holding a Colored Orb and neither the user nor the target can use the Colored Orb to undergo Primal Reversion.
- testShouldSucceedIfNeitherTheTargetOrUserCanUseTheColoredOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will succeed if the user is holding a Colored Orb and neither the user nor the target can use the Colored Orb to undergo Primal Reversion.
- testShouldSucceedIfNeitherTheTargetOrUserCanUseTheMegaStone(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will succeed if the user is holding a Mega Stone and neither the user nor the target can use the Mega Stone to Mega Evolve.
- testShouldSucceedIfNeitherTheTargetOrUserCanUseTheMemory(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow will succeed if the user is holding a Memory and neither the user nor the target can use the Memory (because neither of them are Silvally).
- testShouldSucceedIfTheTargetCannotUseItsColoredOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Colored Orb from a Pokémon, if that Pokémon can't use it to undergo Primal Reversion.
- testShouldSucceedIfTheTargetCannotUseTheUsersColoredOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Colored Orb to a Pokémon, if that Pokémon can't use it to undergo Primal Reversion.
- testShouldSucceedInGivingABoosterEnergyIfTheTargetIsNotAParadoxPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Booster Energy to a Pokémon, if neither Pokémon is a Paradox Pokémon.
- testShouldSucceedInGivingADriveIfTheTargetIsNotGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Drive to a Pokémon, if neither Pokémon is Genesect.
- testShouldSucceedInGivingAGriseousOrbIfTheTargetIsNotGiratina(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Griseous Orb to a Pokémon, if neither Pokémon is Giratina.
- testShouldSucceedInGivingAMemoryIfTheTargetIsNotASilvally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Memory to a Pokémon, if neither Pokémon is a Silvally.
- testShouldSucceedInGivingAPlateIfTheTargetIsNotArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Plate to a Pokémon, if neither Pokémon is Arceus.
- testShouldSucceedInGivingARustedShieldIfTheTargetIsNotAZamazenta(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Rusted Shield to a Pokémon, if neither Pokémon is a Zamazenta.
- testShouldSucceedInGivingARustedSwordIfTheTargetIsNotAZacian(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can give a Rusted Sword to a Pokémon, if neither Pokémon is a Zacian.
- testShouldSucceedInGivingItemsIfTheTargetHasMultitype(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can exchange items with a Pokémon that has Multitype, but still fails if either Pokémon holds a Plate and either Pokémon is Arceus.
- testShouldSucceedInRemovingABoosterEnergyIfTheTargetIsNotAParadoxPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Booster Energy from a Pokémon, if neither Pokémon is a Paradox Pokémon.
- testShouldSucceedInRemovingADriveIfTheTargetIsNotGenesect(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Drive from a Pokémon, if neither Pokémon is Genesect.
- testShouldSucceedInRemovingAGriseousOrbIfTheTargetIsNotGiratina(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Griseous Orb from a Pokémon, if neither Pokémon is Giratina.
- testShouldSucceedInRemovingAMemoryIfTheTargetIsNotASilvally(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Memory from a Pokémon, if neither Pokémon is a Silvally.
- testShouldSucceedInRemovingAPlateIfTheTargetIsNotArceus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Plate from a Pokémon, if neither Pokémon is Arceus.
- testShouldSucceedInRemovingARustedShieldIfTheTargetIsNotAZamazenta(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Rusted Shield from a Pokémon, if neither Pokémon is a Zamazenta.
- testShouldSucceedInRemovingARustedSwordIfTheTargetIsNotAZacian(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can remove a Rusted Sword from a Pokémon, if neither Pokémon is a Zacian.
- testShouldSucceedInRemovingItemsIfTheTargetHasMultitype(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can exchange items with a Pokémon that has Multitype, but still fails if either Pokémon holds a Plate and either Pokémon is Arceus.
- testShouldSuccessfullyEatABerryIfItHitsASubstituteWithInfiltrator(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BugBiteTests
-
Bug Bite will eat the target's Berry, even if the target has a substitute, if the user has the Infiltrator ability.
- testShouldSuccessfullyStealIfItHitsASubstituteWithInfiltrator(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
Thief cannot steal an item if it hits a Pokémon's substitute, unless the Thief user has the Infiltrator ability.
- testShouldSwitchOutHolderIfTheySwitchInToStickyWeb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack held by a Pokémon switches the holder out if the holder lands on a Sticky Web.
- testShouldSwitchOutTheHolderAfterMoodysStatDrop(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack held by a Pokémon switches the holder out when the Moody ability lowers on of the Pokémon's stats.
- testShouldSwitchOutTheHolderIfAStatWasLoweredAfterTheEjectPackWasReceived(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack will switch out the holder, even on the turn they receive it, so long as one of their stats was lowered after they received the Eject Pack.
- testShouldSwitchOutTheHolderIfTheHoldersStatsAreLoweredDueToUsingSwallow(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack held by a Pokémon switches the holder out if the holder's stats are decreased from using the Stockpile move followed by the Swallow move.
- testShouldSwitchOutTheHolderIfTheHoldersStatsAreLoweredWhileSemiInvulnerable(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack held by a Pokémon switches the holder out even if the holder has its stats lowered while semi-invulnerable.
- testShouldSwitchOutTheHolderWhenTheHoldersStatsAreLowered(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack held by a Pokémon switches the holder out when the holder has any of its stats lowered.
- testShouldSwitchTargetIfMagicBounced(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testShouldTakeIncorrectlyHeldMegaStones(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
-
Trick can take a Mega Stone from a Pokémon that can't that Mega Stone to Mega Evolve.
- testShouldTakeLifeOrbDamageFromAStolenLifeOrb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
-
The user of Thief will take damage from Life Orb if it obtains a Life Orb from its target.
- testShouldTreatPureFlyingAsNormal(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RoostTests
- testShouldTriggerAfterStatusDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FlameOrbTests
- testShouldTriggerOnHardSwitchingIntoBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FlameOrbTests
- testShouldTriggerOnSwitchMoveIntoBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.FlameOrbTests
- testShouldTurnMysteryTypeIntoNormalIfTargetIsMixedMysteryAndAddedType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ReflectTypeTests
- testShouldUseTheCalledMoveToDetermineWhetherMetronomeBoostIncreases(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.MetronomeTests
-
If a Pokémon uses a move that calls another move, the move that it turns into is what's taken into account when determining whether the bonus should accumulate or reset.
- testShouldWaitUntilAfterAllOtherEndOfTurnEffectsBeforeSwitchingOutHolder(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.EjectPackTests
-
An Eject Pack that activates due to an end-of-turn effect, won't switch the Pokémon out until all end-of-turn effects have finished.
- testSingleTypeBecomesTypeless(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- testSitrusBerryAndConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SitrusBerryTests
- testSitrusBerryAndEndOfTurnEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SitrusBerryTests
- testSitrusBerryAndKnockOff(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SitrusBerryTests
- testSitrusBerryAndRecycle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SitrusBerryTests
- testSitrusBerryHealAmount(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.SitrusBerryTests
- testSkillSwapExchangesAbilitiesOnlyIfNotBlocked(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkillSwapTests
- testSlowStartWearsOffWhenNeutralizingGasAooears(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testSpammableDestinyBond(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SpammableDestinyBondTest
- testSparklingAriaMultiTargetCuresBurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- testSparklingAriaMultiTargetCuresBurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- testSparklingAriaSingleTargetDoesNotCureBurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ShieldDustTests
- testSparklingAriaSingleTargetDoesNotCureBurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.CovertCloakTests
- testSpikesTargetAlly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CeaselessEdgeTests
- testSplashDealsNoDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SplashTest
- testSpreadMovesDamageAllTargetsAtOnce(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SpreadMoveTest
- testStarfIncreasesRandomStatByTwoStages(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
A Starf Berry that is consumed by a Pokémon should increase the stage of one stat — either Attack, Defense, Special Attack, Special Defense, or Speed — by two stages.
- testStarfRaisesByFourStagesDueToRipen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatIncreaseItemTests
-
The Starf berry already raises a random stat by two stages, and the Ripen ability doubles that to four.
- testStartOfBattleTriggersBasedOnOverallSpeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SwitchOrderTests
- testStartOfBattleTriggersBasedOnSpeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SwitchOrderTests
- testStartOfTurnSwitchesOccurInOrderOfOldPokemonsSpeed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.SwitchOrderTests
- testStatusRemainsUntilUsed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ChargeTests
- testStealsFoesItemWhenHitByContactMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PickPocketTests
- testStealsOpponentsItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MagicianTests
- testStealthRockDamageNotReduced(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
- testSteelySpiritBoostsStack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SteelySpiritTests
- testSteelySpiritOnlyBoostsAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SteelySpiritTests
- testsTheUserBecomesImmuneToStatusConditions(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ComatoseTests
- testsTheUserBecomesImmuneToStatusConditionsNotSupressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ComatoseTests
- testStickyHoldDoesNotBlockOwnMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStickyHoldDoesNotBlockStickyBarb(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStickyHoldDoesNotProtectAgainstAbilitiesWhenKnockedOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStickyHoldDoesNotProtectAgainstMovesWhenKnockedOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStickyHoldIsSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStickyHoldIsSuppressedBySunSteel(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStickyHoldPreventsItemBeingStolen(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStickyHoldPreventsItemProvidingSwitcheroo(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
- testStopsSwitchIfFaintsSwitchingPokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testSturdyAllowsSurvivalOfAnAttackFromFullHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyBlocksOHKOMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyCanBlockConfusionDamageFromFullHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyCanBlockMultiHitIfAllHitsFromFullHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyCannotBlockDestinyBond(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyCannotBlockMultiHitIfNotAllHitsFromFullHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyCannotBlockPerishSong(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyCanSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyDoesNotBlockResidualDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyDoesNotProtectAgainstRecoil(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyShouldNotTriggerWhenUsingEndure(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyShouldNotTriggerWhenUsingFalseSwipe(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSturdyTriggersBeforeFocusSash(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SturdyTests
- testSubBlocksMostStatus(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SubstituteTests
- testSubstituteActivatesBeforeDisguise(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DisguiseTests
- testSucceedsEvenIfCanNotBeUsedWithoutFainting(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BellyDrumTests
- testSuctionCupsDoesNotPreventSwitchMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SuctionCupsTests
- testSuctionCupsDoesNotPreventVoluntarySwitches(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SuctionCupsTests
- testSuctionCupsIsSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SuctionCupsTests
- testSuctionCupsPreventBeingForcedOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SuctionCupsTests
- testSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DrySkinTests
- testSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.GuardDogTests
- testSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.MultiscaleTests
- testSupressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImmunityTests
- testSwitchesOutAtEndOfMultiHitMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.EmergencyExitTests
- testSwitchesOutIfBelowHalfHPFromProtonGeyser(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.EmergencyExitTests
- testSwitchesOutIfDamagedByResidualDamage(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.EmergencyExitTests
- testSwitchesOutWithStatChanges(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BatonPassTests
- testSwitchIsSuccessfulAfterHitAgainstSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.UTurnTests
- testSwitchOutRequestIfDamagedBelowHalfHP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.EmergencyExitTests
- testSwordOfRuinDoesLowerOtherOfRuinPokemonsDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SwordOfRuinTests
- testSwordOfRuinDoesNotLowerOtherSoRPokemonsDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SwordOfRuinTests
- testSwordOfRuinDoesNotLowerOwnDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SwordOfRuinTests
- testSwordOfRuinDoesNotStack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SwordOfRuinTests
- testSwordOfRuinLowersAllyPokemonsDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SwordOfRuinTests
- testSwordOfRuinLowersOtherPokemonsDefense(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SwordOfRuinTests
- testSymbiosisDoesNotReactToADestroyedBerry(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.IncinerateTests
-
Symbiosis will not activate when an item is destroyed by Incinerate.
- testSymbiosisDoesNotShareOnEjectPackUse(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SymbiosisTests
- testSymbiosisDoesNotShareSpecialItems(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SymbiosisTests
- testSymbiosisSharesItsItemWithItsAlly(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SymbiosisTests
- testSynchronizeOccursBeforeBerries(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.SynchronizeTests
- testTakesOneEigthOfMaxHPEveryTurnSunnyDayActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DrySkinTests
- testTakesStatStagesAndNoOtherBoostsIntoAccount(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ProtosynthesisTests
- testTechnicianShouldBoostMovesBeforeAllyAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- testTechnicianShouldBoostMovesBeforeHeldItemBoosts(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- testTechnicianShouldBoostMovesBelow60Power(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- testTechnicianShouldBoostMovesEqualTo60Power(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- testTechnicianShouldBoostMultihitMovesBelow60Power(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- testTechnicianShouldBoostVariableMovesBelow60Power(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- testTechnicianShouldNotBoostMovesBelow60PowerWithOverridePowerOver60Power(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
- testTheUserTypeChangesWhenStruck(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ColorChangeTests
- testThickFatShouldBeSuppressedByMoldbreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ThickFatTests
- testThickFatShouldHalveDamageOfFireTypePhysicalAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ThickFatTests
- testThickFatShouldHalveDamageOfFireTypeSpecialAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ThickFatTests
- testThickFatShouldHalveDamageOfIceTypePhysicalAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ThickFatTests
- testThickFatShouldHalveDamageOfIceTypeSpecialAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ThickFatTests
- testTickingEvolution() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- testTougaBerryCuresConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon becomes confused while holding a Touga Berry, the Touga Berry will be consumed to cure the Pokémon's confusion.
- testTraceDoesNotRemoveAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TraceTests
- testTraceDoesNotTraceNullSwitchingIntoTraceableAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TraceTests
- testTraceDoesNotTraceNullSwitchingIntoTraceableAbilitiesDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TraceTests
- testTraceHandlesUntraceableSwitchingIntoNullAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TraceTests
- testTraceHandlesUntraceableSwitchingIntoNullAbilitiesDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TraceTests
- testTradeEvolution(Species) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- testTransfersHeldItemToTheTarget(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.BestowTests
-
Bestow transfers the user's held item to the target.
- testTransformShouldRemainMysteryIfOtherTypeExists(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- testTransformsIntoTheOppositePokemonFacingIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
- testTransformsIntoTheOppositePokemonFacingIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testTransformTurnsNormalTypeIfTypeless(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- testTreatedAsRainDanceForAnyMoveOrFormThatRequiresIt(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.PrimordealSeaTests
- testTreatedAsSunnyDayForAnyFormsMoveOrAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.DesolateLandTests
- testTriggersAfterSychronizedSwitchesAtStartOfBattle(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BoosterEnergyTests
-
Fluttermane is faster than Torkoal, but Torkoal's Drought triggers before the BoosterEnergy.
- testTriggersBeforeDroughtIfSwitchedInFirst(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BoosterEnergyTests
-
Fluttermane is faster than Torkoal, so switches in first.
- testTriggersCopiedAbility(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- testTriggersInInverseBattles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.AnticipationTests
- testTriggersRemovalIfEvasionDropIsBlocked(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- testTriggersRemovalIfHitsSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- testTriggersRemovalIfSemiInvulnerableButHasSubstitute(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
- testTriggersStatusEffectsBeforeTypeChange(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ColorChangeTests
- testTruantCausesDoesNotInstantLoafAbilityGainedTrace(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantCausesInstantLoafAbilityGainedTraceAfterMega(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantCausesInstantLoafIfMegaEvolvedTurnAbilityGained(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantCausesInstantLoafIfReplacingEoTFaint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantDoesNotCauseInstantLoafIfAbilityGained(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantDoesNotCauseInstantLoafIfReplacingNonEoTFaint(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantIsSuppressedByNeutralizingGas(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantShouldBlockAttackingOnWakeIfMovedTurnWentToSleep(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantShouldCauseTwoTurnMovesToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantShouldContinueWorkingWhileSleepTalking(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantShouldNotBlockAttackingOnWakeIfLoafedTurnWentToSleep(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantShouldNotCauseTwoTurnMovesWithPowerHerbToFail(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantShouldOccurAtSameTimeAsRecharge(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTruantShouldPreventActingTheTurnAfterAMove(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- testTypeChangesWhenSubstituteBypassed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ColorChangeTests
- testTypeConsumingMovesShouldFailIfNoLongerTheType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ConsumeTypeTests
- testTypeDoesNotChangeWhenSubstituteHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ColorChangeTests
- testUnawareShouldBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnoreNegativeAccuracyStageWhenAttacked(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnoreNegativeAttackStageWhenAttackedPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnoreNegativeAttackStageWhenAttackedSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnoreNegativeDefenseStageWhenItAttacksPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnoreNegativeDefenseStageWhenItAttacksSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnoreNegativeEvasionStageWhenItAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnorePositiveAccuracyStageWhenAttacked(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnorePositiveAttackStageWhenAttackedPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnorePositiveAttackStageWhenAttackedSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnorePositiveDefenseStageWhenItAttacksPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnorePositiveDefenseStageWhenItAttacksSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnorePositiveEvasionStageWhenItAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldIgnoreStatChangesForFoulPlay(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnoreNegativeAccuracyStageWhenItAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnoreNegativeAttackStageWhenItAttacksPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnoreNegativeAttackStageWhenItAttacksSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnoreNegativeDefenseStageWhenAttackedPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnoreNegativeDefenseStageWhenAttackedSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnoreNegativeEvasionStageWhenAttacked(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnorePositiveAccuracyStageWhenItAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnorePositiveAttackStageWhenItAttacksPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnorePositiveAttackStageWhenItAttacksSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnorePositiveDefenseStageWhenAttackedPhysical(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnorePositiveDefenseStageWhenAttackedSpecial(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldNotIgnorePositiveEvasionStageWhenAttacked(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnawareShouldOnlyAffectAttacksWithUnawarePokemon(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- testUnburdenActivatesAfterItemlessTrick(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenActivatesOnItemBeingFlung(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenActivatesOnItemConsumed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenActivatesOnItemDestroyed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenActivatesOnItemForcefullyRemoved(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenActivatesOnNaturalGiftEatingBerry(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenLosesBoostOnGainingNewItem(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenPreventedWhenActiveOnField(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.NeutralizingGasTests
- testUnburdenResetsOnSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenShouldNotActivateAfterItemSwap(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUnburdenShouldNotBeSuppressedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- testUserAndTargetPreventedBeingForcedOut(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
- testUserImmuneToPoison(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ImmunityTests
- testUsesDeterminedTypeNotMoveType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.Conversion2Tests
- testVictoryStarBoostsAgainstAllies(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.VictoryStarTests
- testVictoryStarDoesNotBoostOpponent(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.VictoryStarTests
- testVictoryStarDoesNotBreakAntiInvulnerableHits(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.VictoryStarTests
- testVictoryStarDoesNotBreakGuaranteedHits(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.VictoryStarTests
- testWaitUntilAllSwitchInsAfterFaintsAreComplete(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntimidateTests
- testWaitUntilAllSwitchInsAtStartOfBattleAreComplete(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntimidateTests
- testWaitUntilAllSwitchInsAtStartOfBattleAreCompleteReverseOrder(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.IntimidateTests
- testWakeUpSlapAndHexDoublePower(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ComatoseTests
- testWanderingSpiritDoesNotSwapOnDynamax(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WanderingSpiritTests
- testWanderingSpiritDoesNotSwapWithNonContact(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WanderingSpiritTests
- testWanderingSpiritDoesNotSwapWithWonderGuard(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WanderingSpiritTests
- testWanderingSpiritSwapsOnOpponentContactAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WanderingSpiritTests
- testWeaknessPolicyDoesntTriggerOnSuperEffectiveHitWhenContraryStatsAlreadyMinimum(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyDoesntTriggerOnSuperEffectiveHitWhenStatsAlreadyMaxed(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyIndividualEffectivenessInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyOnFixedDamageHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyOnForcedSwitchHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyOnSuperEffectiveHit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyOnSuperEffectiveHitAt1HP(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyOnWeather(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWeaknessPolicyShouldNotTriggerOnSubstituteHits(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- testWhiteHerbAndDoubleIntimidateInDoubles(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WhiteHerbTests
- testWhiteHerbAndKOStatBoostAbilities(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WhiteHerbTests
- testWhiteHerbAndPartingShot(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.WhiteHerbTests
- testWikiBerryCanHealWithoutConfusing(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
A Wiki Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testWikiBerryRestoresHPAndCausesConfusion(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryRestoreHPConfusionTests
-
A Wiki Berry, when held by a Pokémon, will restore 1/3 of its maximum HP when its HP drops to 1/4 or below, but causes confusion to Pokémon that dislike the bitter flavor.
- testWindRiderActivatesIfSwitchIntoTailwind(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- testWindRiderActivatesIfTailwindIsActivatedOnTheirSide(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- testWindRiderActivatesIfTailwindIsActivatedOnTheirSideEvenWithMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- testWindRiderNotActivatedIfTailwindIsActivatedOnOtherSide(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- testWindRiderShouldNotBlockMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- testWindRiderShouldNotBlockSandstorm(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- testWindRiderShouldNullifyWindAndBoostAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- testWonderGuardBlocksNonSuperEffectiveAttacks(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WonderGuardTests
- testWonderGuardIsBypassedByMoldBreaker(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WonderGuardTests
- testWonderGuardShouldNotBlockStatusEffects(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.WonderGuardTests
- testWorksEvenIfMagicRoomIsActive(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.StuffCheeksTests
-
The user can successfully eat its Berry even in the presence of Magic Room.
- testWorksIfOpponentHasUnnerve(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.StuffCheeksTests
-
The user can successfully eat its Berry even in the presence of Unnerve.
- testWorksWhenUserHasMultipleTypesIncludingTargetType(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.CamouflageTests
- testYagoBerryCuresBurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.item.BerryStatusItemTests
-
If a Pokémon becomes burnt while holding a Yago Berry, the Yago Berry will be consumed to cure the Pokémon's burn.
- testZenModeCannotBeOverridden(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.ability.ZenModeTests
- testZmoveOnHardSwitchPreventsPursuit(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testZmovePreventsPursuingSwitch(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
- testZPartingShotDissipatesAtEndOfTurn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testZPartingShotHealsThePokemonSwitchingIn(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testZPartingShotShouldHealIfSwitchedByOpponentAfterFailedAttack(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testZPowerShouldAddFocusEnergy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ForesightTests
- testZPowerShouldBeBlockedByFocusEnergy(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.ForesightTests
- testZPowerShouldNotSwitchTargetIfMagicBounced(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.PartingShotTests
- testZRecycleFailsButRaisesStats(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.RecycleTests
-
If powered up by a Normalium Z into Z-Recycle, the user's Speed stat rises by two stages, then the move itself will fail after obtaining the Z-Power since it won't be possible to restore its own Z-Crystal.
- texcoords - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Group
- texIndices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Face
- texName - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Material
- text - Variable in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.The display text for the choice.
- text - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.ReadMail
- text - Variable in class com.pixelmonmod.pixelmon.api.events.MailEvent.SealMail
- text - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringContainsInteractionCondition
- text() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- text() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Returns the value of the
text
record component. - text() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ChatPage
-
Returns the value of the
text
record component. - text(float, Font<? extends StatefulWidget<?>>) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- text(Font<? extends StatefulWidget<?>>) - Static method in class com.pixelmonmod.api.client.screen.render.Drawing
- text(String) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- text(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Sets the text of the button.
- text(String) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- text(String, Component) - Static method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
Creates a new text input type with the given value
- text(Component) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton.Builder
-
Sets the text of the button.
- text(Component) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- TEXT - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- TEXT_JUSTIFICATION - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- TEXT_SCALE - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- TextAlignment - Enum Class in com.pixelmonmod.pixelmon.client.gui.widgets
-
Possible alignments for text.
- textbox - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The expanded details of a Pokémon.
- textColor() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns the value of the
textColor
record component. - textColor() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns the value of the
textColor
record component. - textColor(Color) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- TextEntry - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry
- TextEntry() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.entry.TextEntry
- textFieldList - Variable in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- textFields - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
All text fields in the screen.
- TextHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
- TextHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- TextInputType - Class in com.pixelmonmod.pixelmon.api.ui.type
-
This input type represents a single String input from the user
- TextInputType(String, Component) - Constructor for class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- textInQuotes(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- TextJustification - Enum Class in com.pixelmonmod.pixelmon.enums
- textLine(Component) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- textSize() - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- textSize(double) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- texture - Variable in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- texture - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- texture - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- texture - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelBase
- texture - Variable in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- texture - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- texture - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- texture - Variable in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- texture() - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Returns the value of the
texture
record component. - texture() - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- texture() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Beam
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.BlueMagic
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.CycloneBlob
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Dragon
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Electric
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.RedOrbShrinking
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.ShadowBlob
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Shiny
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SlingRing
- texture() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SmallRising
- texture() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- texture(TextureProvider) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- texture(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- texture(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- Texture - Class in com.pixelmonmod.pixelmon.client.models.obj
-
$Id$
- Texture(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Texture
-
Creates a new Texture
- Texture(int, int, int, float, float, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Texture
-
Creates a new Texture
- TEXTURE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the chatting NPC's texture.
- TEXTURE - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityPokeStop.PokeStopModel
- TEXTURE_CODEC - Static variable in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- TEXTURE_HEIGHT - Static variable in class com.pixelmonmod.tcg.client.gui.CardWelcomeScreen
- TEXTURE_HEIGHT - Static variable in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
- TEXTURE_HEIGHT - Static variable in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- TEXTURE_INDEX - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The index of the trader's texture.
- TEXTURE_PROVIDER_REGISTRY - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonRegistry
- TEXTURE_WIDTH - Static variable in class com.pixelmonmod.tcg.client.gui.CardWelcomeScreen
- TEXTURE_WIDTH - Static variable in class com.pixelmonmod.tcg.client.gui.duel.PrizeSelectorScreen
- TEXTURE_WIDTH - Static variable in class com.pixelmonmod.tcg.client.helper.CardRenderingHelper
- TextureCooParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- TextureCooParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.TextureCooParser
- TextureCoordinate - Class in com.pixelmonmod.pixelmon.client.models.obj
- TextureCoordinate - Record Class in com.pixelmonmod.pixelmon.client.models.smd
- TextureCoordinate() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.TextureCoordinate
- TextureCoordinate(float, float) - Constructor for record class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
Creates an instance of a
TextureCoordinate
record class. - textureCoordinates - Variable in class com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
- TexturedEntity - Interface in com.pixelmonmod.pixelmon.client.render
- TextureLoader - Class in com.pixelmonmod.pixelmon.client.models.obj
- textureName - Variable in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
- TextureProvider - Interface in com.pixelmonmod.pixelmon.api.texture
-
An interfaced used for converting data into an
ResourceLocation
to be rendered as a texture - TextureProviderType<A extends TextureProvider> - Record Class in com.pixelmonmod.pixelmon.api.texture
-
Stores the different types for the registry
PixelmonRegistry.textureProviders
- TextureProviderType(Codec<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.texture.TextureProviderType
- TextureProviderType(Codec<A>, Supplier<A>) - Constructor for record class com.pixelmonmod.pixelmon.api.texture.TextureProviderType
-
Creates an instance of a
TextureProviderType
record class. - textureSize() - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Returns the value of the
textureSize
record component. - textureTransparency - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- textureTransparency() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- textureTransparency(float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData.Builder
- textureX - Variable in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- textureY - Variable in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- textWithShowTextHover(String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- textWithShowTextHover(String, Component) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- textWithShowTextHover(Component, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- textWithShowTextHover(Component, Component) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- Thaw - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- Thaw() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Thaw
- ThemedButton(int, EnumTrainerCardColor, int, int, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen.ThemedButton
- ThemeDeck - Class in com.pixelmonmod.tcg.api.card
-
Created by Hy on 6/19/2016.
- ThemeDeck(int, String, List<ImmutableCard>, List<ImmutableCard>, String) - Constructor for class com.pixelmonmod.tcg.api.card.ThemeDeck
- THEMEDECK_DATA - Static variable in class com.pixelmonmod.tcg.init.loaders.TCGLoaders
- ThemeDecks - Class in com.pixelmonmod.tcg.api.accessors
- ThemeDecks() - Constructor for class com.pixelmonmod.tcg.api.accessors.ThemeDecks
- ThemeDeckTypeAdapter - Class in com.pixelmonmod.tcg.api.typeadapters
- ThemeDeckTypeAdapter() - Constructor for class com.pixelmonmod.tcg.api.typeadapters.ThemeDeckTypeAdapter
- theModel - Variable in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
- THERIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- THERMAL_EXCHANGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ThermalExchange - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ThermalExchange() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThermalExchange
- Thermals - Class in com.pixelmonmod.pixelmon.entities.pixelmon.movement
- Thermals() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.movement.Thermals
- thick_club - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- THICK_FAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- THICK_SKIN - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- thickClub - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ThickFat - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Halves damage from Fire/Ice moves.
- ThickFat() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThickFat
- ThickFatTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ThickFatTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ThickFatTests
- ThickSkinned - Class in com.pixelmonmod.tcg.duel.power
-
Created by Hy on 8/17/2016.
- ThickSkinned() - Constructor for class com.pixelmonmod.tcg.duel.power.ThickSkinned
- Thief - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Steals the target's held item if the user doesn't have one.
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Thief - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Thief() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Thief
- THIEF - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ThiefTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- ThiefTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.ThiefTests
- THIEVUL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- thinLines() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- Third - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen.EnumLevelStage
- thirdP - Static variable in class com.pixelmonmod.tcg.client.helper.BattleHelper
- THORNY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- THOUSAND_ARROWS - Enum constant in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- THOUSAND_ARROWS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- THOUSAND_WAVES - Enum constant in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
- THOUSAND_WAVES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- THRASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- THREAD_POOL - Static variable in class com.pixelmonmod.pixelmon.api.command.PixelmonCommandUtils
- ThreadPool - Class in com.pixelmonmod.pixelmon.api.util
- THREE_IVS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for always spawning with at least 3 max IVs
- THROAT_CHOP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- throat_spray - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ThroatChop - Class in com.pixelmonmod.pixelmon.battles.status
-
Created by Jay113355 on 7/30/2020.
- ThroatChop - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ThroatChop - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- ThroatChop - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ThroatChop() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ThroatChop
- throatSpray - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ThroatSprayItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Boosts special attack by 1 pokemonLevel on using a sound based move.
- ThroatSprayItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ThroatSprayItem
-
Initializes the held item.
- THROH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- THROH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- THROW_POKEBALL_IN_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- ThrowableSupplier<T> - Interface in com.pixelmonmod.pixelmon.api.util
-
Used for supplying data exactly the same as
Supplier
except containing an exception in the method signature such that if the method provided throws an exception the try catch can be handled by the function callingThrowableSupplier.get()
rather than in the get method implementation - throwBattleTriggers(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- throwCaptureTriggers(ServerPlayer, PokeBall, Pokemon) - Static method in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- thrower - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The player who threw the Poké Ball.
- thrownPokeball - Variable in class com.pixelmonmod.pixelmon.api.storage.TransientData
-
Keeps track of the Poké Ball being thrown.
- ThrowPokeballEvent - Class in com.pixelmonmod.pixelmon.api.events
-
Fired when a Pokéball is used in battle, or thrown outside of battle.
- ThrowPokeballEvent(Player, ItemStack, PokeBall, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Thunder - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- THUNDER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- thunder_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- THUNDER_CAGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- THUNDER_FANG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Thunder_Punch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- THUNDER_PUNCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- THUNDER_SHOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- thunder_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- THUNDER_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- thunder_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- thunder_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- THUNDER_STORM_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- Thunder_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Thunder_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Thunder_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Thunder_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Thunder_Wave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- THUNDER_WAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Thunderbolt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- THUNDERBOLT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- THUNDERCLAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ThunderFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- ThunderFang - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- thunderHit(ServerLevel, LightningBolt) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
- THUNDEROUS_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ThunderPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- ThunderPunch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Thunderstone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- THUNDERSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- THUNDERSTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- ThunderstoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
- ThunderstoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.ThunderstoneEffect
- ThunderstormEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- ThunderstormEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.ThunderstormEffect
- ThunderWave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- ThunderWave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- THUNDURUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- THUNDURUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- THWACKEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- THWACKEY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- tick() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- tick() - Method in class com.pixelmonmod.api.client.screen.StatefulSurvivalTab
- tick() - Method in class com.pixelmonmod.api.client.screen.widget.design.CollapsableForm
- tick() - Method in class com.pixelmonmod.api.client.screen.widget.input.PokemonSlot
- tick() - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- tick() - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- tick() - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- tick() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- tick() - Method in class com.pixelmonmod.pixelmon.ai.ExecuteActionGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.FlyingGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.FlyingPersistentGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.FollowTrainerGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.MoveTowardsTargetGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.PixelmonGroundPathNavigation
- tick() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- tick() - Method in class com.pixelmonmod.pixelmon.ai.PixelmonMovementController
- tick() - Method in class com.pixelmonmod.pixelmon.ai.StareDownGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.SwimmingGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.TargetGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.TargetNearestGoal
- tick() - Method in class com.pixelmonmod.pixelmon.ai.TemptGoal
-
Updates the task
- tick() - Method in class com.pixelmonmod.pixelmon.api.dummy.DummyLocalPlayer
- tick() - Method in class com.pixelmonmod.pixelmon.api.dummy.SkinnableDummyLocalPlayer
- tick() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Runs the tick task to check the completion
- tick() - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Called to tick the day care boxes and check if the breeding time is complete
- tick() - Static method in class com.pixelmonmod.pixelmon.api.util.Scheduling
- tick() - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleGastly
-
Called to update the entity's position/logic.
- tick() - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleKoffing
-
Called to update the entity's position/logic.
- tick() - Method in class com.pixelmonmod.pixelmon.battles.animations.particles.ParticleShiny
-
Called to update the entity's position/logic.
- tick() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Updates the participant every tick.
- tick() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- tick() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity.BlockSoundRecord
- tick() - Method in class com.pixelmonmod.pixelmon.client.camera.CameraEntity
- tick() - Method in class com.pixelmonmod.pixelmon.client.camera.ChattableCameraScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.MegaEvolution
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.WaitingScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesPlayerScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.CustomDropsScreen
-
Called from the main game loop to update the screen.
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.InputScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.daycare.DayCareScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.EvolveScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.faint.FaintScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.fishingLog.FishingLogInformationScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.HealerScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.CreativeInventoryExtendedScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmonExtendedScreen
- tick() - Method in interface com.pixelmonmod.pixelmon.client.gui.inventory.tabs.SurvivalTab
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.ItemDropsScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.PokedexScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.EditedPlayerScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorIndividualScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.professor.ProfessorDialogueScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.raids.RaidCatchScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PixelmonSpawnerScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.ChooseStarterScreen
- tick() - Method in class com.pixelmonmod.pixelmon.client.music.VoidMusicTicker
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleArcanery
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticle
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticle
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticle
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticle
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticle
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticle
- tick() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticle
- tick() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.AnimationVariables
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- tick() - Static method in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.EvolutionQueryList
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.EmptyPokeBallEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.OccupiedPokeBallEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- tick() - Method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- tick() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- tick() - Method in class com.pixelmonmod.tcg.client.gui.base.TCGScreenChattableBase
- tick() - Method in class com.pixelmonmod.tcg.client.gui.BattleSpectatorScreen
- tick() - Method in class com.pixelmonmod.tcg.client.gui.CompendiumScreen
- tick() - Method in class com.pixelmonmod.tcg.client.gui.duel.CardSelector
- tick() - Method in class com.pixelmonmod.tcg.client.gui.duel.FlippingCoinScreen
- tick() - Method in class com.pixelmonmod.tcg.client.gui.duel.TCGScreen
- tick() - Method in class com.pixelmonmod.tcg.client.gui.TCGRuleEditorScreen
- tick(int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
-
Updates the cursor flash animation.
- tick(RenderableEntity) - Method in interface com.pixelmonmod.pixelmon.api.model.RenderingHandler
- tick(RenderableEntity) - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- tick(PixelmonEntity) - Method in interface com.pixelmonmod.pixelmon.api.entity.ticking.EntityTicker
-
Called when the entity's baseTick is called
- tick(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowMareepTicker
- tick(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.api.entity.ticking.type.RainbowWoolooTicker
- tick(ServerPlayer, PlayerPartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.effects.PassiveEffectProxy
-
Ticks the player's storage using the
PassiveEffectTicker
implementation's tick logic - tick(ServerPlayer, PlayerPartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.effects.PassiveEffectTicker
- tick(ServerPlayer, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.effects.WalkingPassiveEffectTicker
- tick(ServerPlayer, PlayerPartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcher
- tick(ServerPlayer, PlayerPartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.hatch.EggHatcherProxy
-
Ticks the player's storage using the
EggHatcher
implementation's tick logic - tick(ServerPlayer, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.hatch.WalkingEggHatcher
- tick(ServerPlayer, PlayerPartyStorage) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.healing.PassiveHealingProxy
-
Calls the tick method for the
PassiveHealingTicker
implementation - tick(ServerPlayer, PlayerPartyStorage) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.healing.PassiveHealingTicker
- tick(ServerPlayer, PlayerPartyStorage) - Method in class com.pixelmonmod.pixelmon.api.pokemon.healing.WalkingPassiveHealingTicker
- tick(ServerPlayer, PlayerPartyStorage, ItemStack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.lure.LureExpiring
- tick(ServerPlayer, PlayerPartyStorage, ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.lure.LureExpiringProxy
-
Calls the tick method for the
PassiveHealingTicker
implementation - tick(ServerPlayer, PlayerPartyStorage, ItemStack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.lure.SteadyLureExpiring
- tick(BlockState, ServerLevel, BlockPos, RandomSource) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonGrassBlock
- tick(Level) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
- tick(Level, BlockPos, BlockState, ArcChaliceTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.ArcChaliceTileEntity
- tick(Level, BlockPos, BlockState, BellTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.BellTileEntity
- tick(Level, BlockPos, BlockState, CloningMachineTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- tick(Level, BlockPos, BlockState, CookingPotTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.CookingPotTileEntity
- tick(Level, BlockPos, BlockState, FossilCleanerTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- tick(Level, BlockPos, BlockState, FossilMachineTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilMachineTileEntity
- tick(Level, BlockPos, BlockState, GracideaTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.GracideaTileEntity
- tick(Level, BlockPos, BlockState, HealerTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
- tick(Level, BlockPos, BlockState, MusicBlockTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.MusicBlockTileEntity
- tick(Level, BlockPos, BlockState, MysteryBoxTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- tick(Level, BlockPos, BlockState, PixelmonSpawnerTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- tick(Level, BlockPos, BlockState, PokeDisplayTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeDisplayTileEntity
- tick(Level, BlockPos, BlockState, ReassemblyUnitTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity
- tick(Level, BlockPos, BlockState, TemporaryLightTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.TemporaryLightTileEntity
- tick(Level, BlockPos, BlockState, TimespaceAltarTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- tick(Level, BlockPos, BlockState, TradeMachineTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- tick(Level, BlockPos, BlockState, ZygardeCellTileEntity) - Static method in class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- tick(Level, BlockPos, BlockState, ServerOwnedTileEntityBattleController) - Static method in class com.pixelmonmod.tcg.tileentity.ServerOwnedTileEntityBattleController
- Tick(MysteryBoxTileEntity, BlockState) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick
-
MysteryBoxEvent.Tick base constructor.
- TICK - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- TICK_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- tickable(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- tickableInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- tickableInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- tickAnimation(int) - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
-
Return true if the animation is complete and the damage can be applied.
- tickAnimation(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationLeapForward
- tickAnimation(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- tickAnimation(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- tickAnimation(int) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationVerticalStomp
- tickAnimation(ModelData[]) - Method in interface com.pixelmonmod.pixelmon.client.render.entity.renderers.smd.RenderableEntity
- ticker - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- ticker - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityArcChalice
- ticker - Variable in class com.pixelmonmod.pixelmon.entities.DenEntity
- TickHandler - Class in com.pixelmonmod.pixelmon
-
Handles tick events.
- TickHandler() - Constructor for class com.pixelmonmod.pixelmon.TickHandler
- TickHandlerBase - Class in com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers
- TickHandlerBase(AbstractBaseEntity) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
- TickHandlerBase(AbstractBaseEntity, int) - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.tickHandlers.TickHandlerBase
-
Initializes a tick handler.
- tickHeadTurn(float, float) - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- TICKING - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- TickingEntityFactory - Class in com.pixelmonmod.pixelmon.api.entity.ticking
- TickingEntityFactory() - Constructor for class com.pixelmonmod.pixelmon.api.entity.ticking.TickingEntityFactory
- TickingEvolution - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types
-
This evolution type is periodically checked to see if its sub conditions match.
- TickingEvolution() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.TickingEvolution
- TickingSpawner - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners
-
An
AbstractSpawner
which ticks. - TickingSpawner(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner
- TickingSpawner.TickingSpawnerBuilder<T extends TickingSpawner> - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners
- TickingSpawnerBuilder() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TickingSpawner.TickingSpawnerBuilder
- tickInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- TICKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- tickLeash() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- tickModelAnimation() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- ticks - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- ticks - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Counter to update the screen.
- ticks - Variable in class com.pixelmonmod.pixelmon.client.gui.egg.EggHatchingScreen
- ticks - Variable in class com.pixelmonmod.pixelmon.client.gui.professor.ProfessorDialogueScreen
- ticks - Variable in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
- ticks - Variable in enum class com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
- ticks() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- ticks() - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- TICKS_TILL_NEXT_ENCOUNTER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The total amount of Level ticks until a new block encounter
- ticksBetweenChops - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Cut
- TICKSPERSECOND - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Number of ticks per second in Minecraft.
- ticksPerShake - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The number of ticks required for a single shake of the Poké Ball.
- tickStart(TickEvent.ClientTickEvent) - Static method in class com.pixelmonmod.pixelmon.client.keybindings.OldMovementHandler
- tickStart(TickEvent.ServerTickEvent) - Static method in class com.pixelmonmod.pixelmon.battles.BattleTickHandler
- ticksVisible(AttackEffect) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube
- TIDAL - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.BellBlock.Type
- tidal_bell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TIDAL_BELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TIDAL_BELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TIDY_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TidyUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Clears substitutes, spikes, toxic spikes, stealth rock, and sticky web from the field.
- TidyUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TidyUp
- tier - Variable in class com.pixelmonmod.api.pokemon.requirement.impl.BossRequirement
- tier - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The tier of usefulness of the move.
- tier() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns the value of the
tier
record component. - tier(ResearchTier) - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- Tier - Class in com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers
-
A type of battle rule that restricts the Pokémon that can be used based on a set of
PokemonSpecification
- Tier(String, boolean, PokemonSpecification...) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.Tier
-
Initializes a new tier
- TIER - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- TIER_KO - Static variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The move KOes an opponent or has a similar high-priority effect.
- TIER_MINIMAL - Static variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The Pokémon will not be able to make use of the move before fainting if the opponent acts optimally.
- TIER_NORMAL - Static variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The move has an effect in battle.
- TIER_USELESS - Static variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The move has no beneficial effects.
- tier1 - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
A list of tier 1 special drops.
- tier2 - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
A list of tier 2 special drops.
- tier3 - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
A list of tier 3 special drops.
- tierMenu - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
The drop-down menu for tier selection.
- TierProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- TierProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.TierProperty
- TierShow - Class in com.pixelmonmod.pixelmon.command.impl
-
Shows a list of Pokémon in a tier.
- TierShow(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.TierShow
- TierValue - Class in com.pixelmonmod.pixelmon.battles.api.rules.value
- TierValue(Tier) - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
- TILE_ENTITIES - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TILE_ENTITIES - Static variable in class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
- tileCookingPot - Variable in class com.pixelmonmod.pixelmon.client.gui.machines.cookingpot.CookingPotContainer
- TileEntityRegistration - Class in com.pixelmonmod.pixelmon.init.registry
-
Tile Entities added by Pixelmon.
- TileEntityRegistration - Class in com.pixelmonmod.tcg.init.registry
-
Tile Entities added by Pixelmon.
- TileEntityRegistration() - Constructor for class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TileEntityRegistration() - Constructor for class com.pixelmonmod.tcg.init.registry.TileEntityRegistration
- TileEntityRenderer<T extends net.minecraft.world.level.block.entity.BlockEntity> - Class in com.pixelmonmod.pixelmon.client.render.tileEntities
-
Created by Jay113355 on 5/14/2017
- TileEntityRenderer(BlockEntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.tileEntities.TileEntityRenderer
- tileInfuser - Variable in class com.pixelmonmod.pixelmon.client.gui.machines.infuser.InfuserContainer
- TIMBURR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- time - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.TimeCondition
- TIME_SPENT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TIME_UNIT - Static variable in class com.pixelmonmod.pixelmon.client.render.shader.PixelmonCodecs
- TimeCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- TimeCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.TimeCondition
- TimeCondition(WorldTime) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.TimeCondition
- TIMED - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
- timed_fall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TIMED_FALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- timedAbilityStarted(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Moves pokemon to end of list of pokemon gaining their abilities
- TimedFallBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Created by clienthax on 19/7/2015.
- TimedFallBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.TimedFallBlock
-
Initializes a timed fall.
- TimeHandler - Class in com.pixelmonmod.pixelmon
-
A static utility class used for updating the time in all worlds to be inline with the system time
- TimeHandler() - Constructor for class com.pixelmonmod.pixelmon.TimeHandler
- timeLeft - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- timeLimit - Variable in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
-
Time limit in seconds
- timeoutPath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- timer - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.FossilCleanerTileEntity
- timer - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in a Timer Ball.
- TIMER - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- TIMER_BALL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.CustomModel
- TIMER_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- TimerBall - Class in com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic
- TimerBall() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.TimerBall
- TimerComplete(ServerPlayer, PlayerPartyStorage, DayCareBox, long) - Constructor for class com.pixelmonmod.pixelmon.api.daycare.event.DayCareEvent.TimerComplete
- times - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.TimeCondition
- times - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
-
Cached list of biomes for faster access.
- timespace_altar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TIMESPACE_ALTAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TIMESPACE_ALTAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TIMESPACE_ORB_IN - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Timespace Altar data.
- TimespaceAltarBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- TimespaceAltarBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- TimespaceAltarTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- TimespaceAltarTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- TimespaceAltarTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- TimespaceAltarTileEntity.Orb - Enum Class in com.pixelmonmod.pixelmon.blocks.tileentity
- TimespaceEvent - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Superclass event for actions related to the Timespace Altar.
- TimespaceEvent.PlaceChain - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
TimespaceEvent
subclass event fired when a player places a Red Chain in a Timespace Altar. - TimespaceEvent.PlaceOrb - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
TimespaceEvent
subclass event fired when a player places a Timespace Orb in a Timespace Altar. - TimespaceEvent.Summon - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Superclass event for actions related to summoning and the Timespace Altar.
- TimespaceEvent.Summon.Post - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
TimespaceEvent
subclass event fired after the animation of a Timespace Altar summoning finishes. - TimespaceEvent.Summon.Pre - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
TimespaceEvent
subclass event fired before the animation of a Timespace Altar summoning begins. - TimespaceEvent.TakeChain - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
TimespaceEvent
subclass event fired when a player takes a Red Chain from a Timespace Altar. - TimespaceEvent.TakeOrb - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
TimespaceEvent
subclass event fired when a player takes a Timespace Orb from a Timespace Altar. - TimespaceOrbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Created by Jay113355 on 10/20/2017.
- TimespaceOrbItem(Element, Supplier<Species>) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.TimespaceOrbItem
-
Constructs the held item with predefined and defined attributes.
- timeSpent - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity
- TIMID - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
- TIMID - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
- tindices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FaceParser
- TING_LU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TINGLU - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TINKATINK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TINKATINK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TINKATON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TINKATON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TINKATUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TINKATUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TINTED_LENS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TintedLens - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of not very effective moves.
- TintedLens() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.TintedLens
- tiny_mushroom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TIRTOUGA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- title - Variable in class com.pixelmonmod.pixelmon.api.drops.CustomDropScreenFactory.Builder
- title - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.AppraiseRodInteractionResult
- title - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenDialogueInteractionResult
- title - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.OpenPagedDialogueInteractionResult
- title - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- title - Variable in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- title() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns the value of the
title
record component. - title() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ChatPage
-
Returns the value of the
title
record component. - title() - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- title() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- title() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns the value of the
title
record component. - title(boolean) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- title(Component) - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- title(String) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the title of the GUI.
- title(String) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- title(String) - Method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper.Builder
- title(Component) - Method in class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.Builder
-
Sets the title of the GUI.
- title(Component) - Method in class com.pixelmonmod.pixelmon.api.selection.PartySelectionScreen.Builder
- TITLE_INVENTORY_ITEMS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The items tag for the TileEntity's Inventory.
- TITLE_INVENTORY_SLOT - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The slot for the item in the TileEntity's Inventory.
- TitleHelper - Class in com.pixelmonmod.tcg.api.util.helper
-
Created by Hy on 5/17/2016.
- TitleHelper() - Constructor for class com.pixelmonmod.tcg.api.util.helper.TitleHelper
- titleLine(Component) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.Scoreboard
- titleText - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- TM - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- tm_case - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen1_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen2_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen3 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen3_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen4 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen4_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen5 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen5_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen6 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen6_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen7 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen7_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen8 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- tm_gen9 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TM_HM - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- TM1 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- TM2 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- TM3 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- TM4 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- TM5 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- TM6 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- TM7 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- TM8 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- tm8_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TM9 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- tm9_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TMCommand - Class in com.pixelmonmod.pixelmon.command.impl
- TMCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.TMCommand
- TMConfig - Class in com.pixelmonmod.pixelmon.api.config
- TMConfig() - Constructor for class com.pixelmonmod.pixelmon.api.config.TMConfig
- tmMoves - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves1(Gen1TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves1(List<Gen1TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves2(Gen2TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves2(List<Gen2TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves3(Gen3TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves3(List<Gen3TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves4(Gen4TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves4(List<Gen4TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves5(Gen5TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves5(List<Gen5TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves6(Gen6TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves6(List<Gen6TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves7(Gen7TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves7(List<Gen7TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves8(Gen8TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves8(List<Gen8TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves9(Gen9TechnicalMachines...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tmMoves9(List<Gen9TechnicalMachines>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- TMPropertyGetter() - Constructor for class com.pixelmonmod.pixelmon.items.TechnicalMoveItem.TMPropertyGetter
- TMType - Enum Class in com.pixelmonmod.pixelmon.enums
- to - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- to - Variable in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
- to() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.Evolution
- toArray() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Converts the EVYields object into an array of yields.
- toArray() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
- TOAST - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- ToastData - Record Class in com.pixelmonmod.pixelmon.api.util.toast
- ToastData(Component, Color, ItemStack) - Constructor for record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
- ToastData(Component, Color, ItemStack, Optional<Holder<SoundEvent>>, ResourceLocation, int) - Constructor for record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
- ToastData(Component, Color, ItemStack, Holder<SoundEvent>, ResourceLocation, int) - Constructor for record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Creates an instance of a
ToastData
record class. - toBoolean() - Method in class com.pixelmonmod.pixelmon.tools.MutableBoolean
- tobu_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- toBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- toBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet.Drop
- toBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.DropSet
- toBuffer(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
- toBuffer(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
- toBytes(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Choice
-
Deprecated.
- toBytes(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- toBytes(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.drops.DroppedItem
- toClientBoundVanillaPacket(PixelmonPacket) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.NetworkHelper
-
Converts the
PixelmonPacket
to aPacket
that can be sent to the client using vanilla methods, and theConfigurationTask
method - toClientBoundVanillaPacket(TCGPacket) - Static method in class com.pixelmonmod.tcg.api.util.helper.NetworkHelper
-
Converts the
PixelmonPacket
to aPacket
that can be sent to the client using vanilla methods, and theConfigurationTask
method - toColourValue(float, float, float, float) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Converts RGBA color values from a 0-1 range into a single color value in a 0-255 range.
- toData() - Method in interface com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionCondition
-
Returns the sanitized data for the condition
- toData() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.Interaction
- toData() - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.InteractionSet
- TOEDSCOOL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOEDSCOOL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TOEDSCRUEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOEDSCRUEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TOGEDEMARU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOGEKISS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOGEPI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOGEPI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TOGETIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- toggle() - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.OnOffButton
-
Toggles the button on or off.
- TOGGLE_FREE_TO_MOVE_IN_BATTLE_KEY_BIND - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
- toggleAttackGimmickUsingKeyPress() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.BattleScreen
- toggleBattlePerspectiveKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for toggling the player's POV in battle.
- toggleBattleUserInterfaceKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for turning on or off the rendering of the battle UI.
- toggleBoxNameDisplay(Button) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- toggleBoxView() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- toggleBoxView() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- toggleCharms(double, int) - Method in class com.pixelmonmod.pixelmon.client.gui.inventory.InventoryPixelmon
-
Turns on or turns off the player's charms.
- toggleFavorite() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- toggleFavorite() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- toggleFavorite() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Toggles the favorite state of this research.
- toggleFavourite(ExtendedServerData) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- toggleHover() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractMovesEntity
- toggleRename() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- toggleSearch() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- toggleSearch() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- toggleShadowGame() - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- toggleWallpaperSelect() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- toID(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.StringHelper
- toJson() - Method in class com.pixelmonmod.pixelmon.api.npc.NPCPreset
- toJson() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
- toJson() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
- toJson(JsonSerializationContext) - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- toJson(JsonSerializationContext) - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
- toJson(JsonSerializationContext) - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
- toJson(Color) - Static method in class com.pixelmonmod.pixelmon.config.starter.ColorTypeAdapter
- TombstoneBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
- TombstoneBlock(boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- toMeta() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- toMeta() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
- toMojang() - Method in class com.pixelmonmod.pixelmon.api.util.TargetPoint
- toNetwork(FriendlyByteBuf, InfuserRecipe) - Method in class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Serializer
- toNetwork(FriendlyByteBuf, NoMirrorShapedRecipe) - Method in class com.pixelmonmod.pixelmon.api.recipe.NoMirrorShapedRecipe.Serializer
- toNetwork(FriendlyByteBuf, PokeBallRecipe) - Method in class com.pixelmonmod.pixelmon.api.recipe.PokeBallRecipe.Serializer
- toNetwork(FriendlyByteBuf, ShapedTagRecipe) - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapedTagRecipe.Serializer
- toNetwork(FriendlyByteBuf, ShapelessTagRecipe) - Method in class com.pixelmonmod.pixelmon.api.recipe.ShapelessTagRecipe.Serializer
- TOO_FAR_FROM_BATTLE - Static variable in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
- tookDamage(PixelmonWrapper, PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.HeldItem
-
Triggers when the holder takes damage.
- tookDamage(PixelmonWrapper, PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryEnigmaItem
- tookDamage(PixelmonWrapper, PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
- tookDamage(PixelmonWrapper, PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
- tookDamage(PixelmonWrapper, PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatIncreaseItem
- tookDamage(PixelmonWrapper, PixelmonWrapper, float, DamageTypeEnum) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatResponseItem
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerPoint
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CottonDown
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.CursedBody
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GulpMissile
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Illusion
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Justified
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Rattled
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SandSpit
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SeedSower
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Stamina
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.SteamEngine
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ThermalExchange
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToxicDebris
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unburden
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterCompaction
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WeakArmor
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WindPower
- tookDamageTarget(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after the Pokémon takes damage.
- tookDamageTargetAfterMove(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerShell
- tookDamageTargetAfterMove(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Berserk
- tookDamageTargetAfterMove(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ColorChange
- tookDamageTargetAfterMove(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.EmergencyExit
- tookDamageTargetAfterMove(PixelmonWrapper, PixelmonWrapper, Attack, float) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers at the end of an attack (after all hits of a multi-hit move) if the user takes damage.
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AsOne
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BeastBoost
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ChillingNeigh
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GrimNeigh
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Moxie
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerOfAlchemy
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToxicChain
- tookDamageUser(int, PixelmonWrapper, PixelmonWrapper, Attack) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Triggers after the Pokémon deals damage.
- TOOL - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- toolbar - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- toolbar - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- ToolEffects - Class in com.pixelmonmod.pixelmon.items.tools
-
Causes effects when evolution stone tools are used.
- ToolEffects() - Constructor for class com.pixelmonmod.pixelmon.items.tools.ToolEffects
- tooltip - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.text.EnhancedTextFieldWidget
- tooltipHover - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.InvisibleButtonWithTooltip
- TooltipListener - Class in com.pixelmonmod.pixelmon.client.listener
- TooltipListener() - Constructor for class com.pixelmonmod.pixelmon.client.listener.TooltipListener
- top - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- TOP - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
- TOP - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
- TOP_HAT - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- TOP_LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- TOP_LEFT - Enum constant in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- TOP_LEFT_LABEL - Enum constant in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
- TOP_MIDDLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- TOP_RIGHT - Enum constant in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
- TOP_ROW_BUTTON_WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- TOPO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- TOPO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- topo_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TopoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- TopoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TopoFoliagePlacer
- toPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
- TOPSY_TURVY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TopsyTurvy - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Reverses all stat changes.
- TopsyTurvy() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TopsyTurvy
- topY - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
The y coordinate of the top of the screen.
- TORCH_SONG - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TORCHIC - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TORCHIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TORKOAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TORKOAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Torment - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents the Pokémon from using the same move consecutively.
- Torment - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Torment - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Torment - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Torment - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Torment - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Torment - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Torment() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Torment
-
Initializes the status.
- TORMENT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TORNADUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TORNADUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- toRoman(int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- TORRACAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Torrent - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the power of Water-type moves by 50% when below 1/3rd hp.
- Torrent() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Torrent
-
Initializes Torrent.
- TORRENT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TORTERRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TORTERRA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- toString() - Method in class com.pixelmonmod.api.AbstractSpecification
- toString() - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.api.client.screen.ScreenStyle.ColorScheme
- toString() - Method in class com.pixelmonmod.api.client.screen.ScreenStyle.Design
- toString() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
- toString() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
- toString() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- toString() - Method in record class com.pixelmonmod.pixelmon.api.battles.BattleEndCause
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueFactory.InputPlayerData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputPattern
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ChatPage
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- toString() - Method in record class com.pixelmonmod.pixelmon.api.model.RenderingHandlerType
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- toString() - Method in class com.pixelmonmod.pixelmon.api.model.type.PokemonRenderingHandler
- toString() - Method in record class com.pixelmonmod.pixelmon.api.model.type.SMDRenderingHandler
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- toString() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.condition.InteractionConditionType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.context.ContextKey
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.result.InteractionResultType
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex.PokedexSpawnData
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PokedexEntry
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTier
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.GrowthComparatorType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.GreaterThanGrowthComparator
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.LessThanGrowthComparator
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.comparator.type.RangeGrowthComparator
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.Growth
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.growth.GrowthData
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBall
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelPredicateType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.pokemon.species.palette.ModelAttachment
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStats
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
- toString() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- toString() - Method in record class com.pixelmonmod.pixelmon.api.research.ConditionalResearch
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTrigger
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.WeightedObject
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- toString() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- toString() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnInfoNPC
- toString() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- toString() - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnInfoWormhole
- toString() - Method in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- toString() - Method in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
Gets the display String for use in /checkspawns.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.storage.LoadingData
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- toString() - Method in class com.pixelmonmod.pixelmon.api.storage.StoragePosition
- toString() - Method in record class com.pixelmonmod.pixelmon.api.storage.StorageType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.EmptyTeamSupplier
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokemonSpecTeamSupplier
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.RandomCombinationTeamSupplier
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.TeamSupplierType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.test.BattleTestRegistry.TestData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.texture.TextureProviderType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.trading.ClientTradePair
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.trading.PokemonRepresentation
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.trading.TradePair
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType.Data
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputTypeData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet.WeightedEntry
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.api.util.RenderableSprite
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- toString() - Method in class com.pixelmonmod.pixelmon.api.util.Scheduling.ScheduledTask
- toString() - Method in record class com.pixelmonmod.pixelmon.api.util.toast.ToastData
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
- toString() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- toString() - Method in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- toString() - Method in class com.pixelmonmod.pixelmon.battles.attacks.Value
- toString() - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
- toString() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog.BattleTurnLog
- toString() - Method in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
- toString() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- toString() - Method in record class com.pixelmonmod.pixelmon.battles.controller.participants.Spectator
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
- toString() - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
- toString() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
- toString() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
- toString() - Method in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
- toString() - Method in enum class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
- toString() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MowerTileEntity
- toString() - Method in record class com.pixelmonmod.pixelmon.client.gui.pc.RecordedHistory
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- toString() - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
- toString() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Texture
-
Returns a string representation of the image
- toString() - Method in class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- toString() - Method in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- toString() - Method in record class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.client.storage.npc.CopiedNPC
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ConditionData
- toString() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.DataProviderData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionConditionData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionResultData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.InteractionSetData
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.ResultData
- toString() - Method in record class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.network.SelectorData
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns a string representation of this record class.
- toString() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns a string representation of this record class.
- toString() - Method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- toString() - Method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- toString() - Method in enum class com.pixelmonmod.tcg.api.card.CardModifier
- toString() - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- toStringComponent() - Method in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- TOTAL_BRED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The total amount of Pokémon the player has bred.
- TOTAL_EVOLVED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The total amount of Pokémon the player has evolved.
- TOTAL_EXP - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The total amount of experience the player's Pokémon have earned.
- TOTAL_HATCHED - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The total amount of Pokémon the player has hatched.
- TOTAL_KILLS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The total amount of wild Pokémon the player has defeated.
- totalDistance - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- totalFainted - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
How many of the participant's Pokémon have fainted total in the battle.
- totalPoints - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- totalWeight - Variable in class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- TOTODILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOTODILE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TOUCANNON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOUCANNON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TOUGA - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- TOUGA - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- touga_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TOUGA_TRUNK_PLACER - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- TougaFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- TougaFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.TougaFoliagePlacer
- TougaTrunkPlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk
- TougaTrunkPlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.TougaTrunkPlacer
- TougaTrunkPlacer(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.TougaTrunkPlacer
- TOUGH - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TOUGH_CLAWS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TOUGH_GREAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TOUGH_HYPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TOUGH_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TOUGH_SUPER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TOUGH_ULTRA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- ToughClaws - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Increases the power of contact moves by 30%.
- ToughClaws() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToughClaws
- TOWER_MASTER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TOWER_OF_DARKNESS - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- TOWER_OF_WATERS - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- TOXAPEX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOXAPEX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TOXEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOXEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Toxic - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doesn't miss if the user is a Poison type.
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Toxic - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Toxic() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Toxic
- TOXIC - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- TOXIC - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- toxic_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TOXIC_BOOST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TOXIC_CHAIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TOXIC_DEBRIS - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TOXIC_GAS - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- toxic_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- toxic_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Poison-type attacks.
- TOXIC_SPIKES - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TOXIC_THREAD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ToxicBoost - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts attack by 50% when poisoned.
- ToxicBoost() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToxicBoost
- ToxicChain - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Adds a 30% chance to badly poison the opponent on attacks.
- ToxicChain() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToxicChain
- ToxicDebris - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- ToxicDebris() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ToxicDebris
- ToxicDebrisTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ToxicDebrisTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ToxicDebrisTests
- ToxicGas - Class in com.pixelmonmod.tcg.duel.power
- ToxicGas() - Constructor for class com.pixelmonmod.tcg.duel.power.ToxicGas
- toxicOrb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ToxicOrbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Badly poisons the holder after a turn has passed.
- ToxicOrbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ToxicOrbItem
-
Initializes the held item.
- TOXICROAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOXICROAK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ToxicSpikes - Class in com.pixelmonmod.pixelmon.battles.status
-
Poisons Pokémon upon switching in.
- ToxicSpikes - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ToxicSpikes - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- ToxicSpikes - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ToxicSpikes() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ToxicSpikes
-
Initializes Toxic Spikes with one layer.
- TOXTRICITY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TOXTRICITY - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- tr_gen8 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TR8 - Enum constant in enum class com.pixelmonmod.pixelmon.enums.TMType
- tr8_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Trace - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Copies the opponent's Ability.
- Trace() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Trace
- TRACE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TraceTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- TraceTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.TraceTests
- track - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- track() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Sets the NPC to be tracked
- track() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- track(boolean) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- track(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Adds a player to the list of players to update when changes are made to the storage
- trackAbility(PokemonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackAttachCard(CommonCardState, PokemonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackAttack(CardAttack, PokemonCardState, PokemonCardState, int, List<Pair<CardCondition, Integer>>, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackCondition(CardCondition, PokemonCardState, int, boolean, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackDiscard(CommonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackDrawCard(int, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- tracked - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPC
- trackedEntities - Variable in class com.pixelmonmod.pixelmon.api.entity.npc.storage.MapBasedEntityStorage
- trackedNPCs() - Static method in class com.pixelmonmod.pixelmon.client.storage.ClientStorageManager
- TrackedNPCWidget - Class in com.pixelmonmod.pixelmon.client.gui.npc.widget
- TrackedNPCWidget() - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.widget.TrackedNPCWidget
- trackEndGame(int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackEvolve(PokemonCardState, PokemonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackingPlayers - Variable in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- trackingPlayers() - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- trackingPlayers() - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Gets the list of players that are tracking the storage
- TrackingSpawnerCoordinator - Class in com.pixelmonmod.pixelmon.spawning
-
The top class of Pixelmon's implementation of the Better Spawner.
- TrackingSpawnerCoordinator() - Constructor for class com.pixelmonmod.pixelmon.spawning.TrackingSpawnerCoordinator
- trackingSpawnerPreset - Static variable in class com.pixelmonmod.pixelmon.spawning.PixelmonSpawning
-
The preset to use for all the
PlayerTrackingSpawner
s. - trackKnockout(PokemonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackPlayCard(CommonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackStalemate(GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackStartGame(GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackStartTurn(int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trackSwitch(PokemonCardState, int, GameServerState) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- trade - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.ShowTrade
- trade() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- Trade - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
- TRADE - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- TRADE - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- TRADE_DESCRIPTION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The optional description of a trader's offer & request pair.
- trade_holder_left - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- trade_holder_right - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TRADE_MACHINE - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- TRADE_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TRADE_MACHINES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- trade_monitor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TRADE_NPC - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- trade_panel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TRADE_PLAYER - Static variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent.Constants
- tradedPokemon - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- TradeEvolution - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types
- TradeEvolution(PokemonSpecification, PokemonSpecification, EvoCondition...) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.TradeEvolution
- tradeGui - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Trade machine GUI.
- TradeMachineBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
-
Used to trade Pokémon with other players.
- TradeMachineBlock(DyeColor) - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
- TradeMachineTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Used to trade Pokemon between players.
- TradeMachineTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- TradeMachineTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- tradePair - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent.AcceptTrade
- TradePair - Record Class in com.pixelmonmod.pixelmon.api.trading
-
A trade offer and request.
- TradePair(PokemonSpecification, PokemonSpecification) - Constructor for record class com.pixelmonmod.pixelmon.api.trading.TradePair
-
Creates an instance of a
TradePair
record class. - tradePartner - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- TradePokemonInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- TradePokemonInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.TradePokemonInteractionEvent
- trader - Variable in class com.pixelmonmod.pixelmon.api.events.npc.NPCTraderEvent
- Trader_COLOUR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The color of the Trader.
- Trader_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the player who placed the Trader.
- Trader_RAVE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Trader will randomly change color.
- TradeReadyPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trading
- TradeReadyPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.TradeReadyPacket
- TradeReadyPacket(boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.TradeReadyPacket
- TradeSimCommand - Class in com.pixelmonmod.pixelmon.command.impl
- TradeSimCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.TradeSimCommand
- tradeTarget - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- tradeTargetStats - Static variable in class com.pixelmonmod.pixelmon.client.gui.ClientTradingManager
- TradeYesNoScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
- TradeYesNoScreen(UUID, ClientTradePair) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.TradeYesNoScreen
- Trading - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- TradingScreen - Class in com.pixelmonmod.pixelmon.client.gui
-
GUI when using a trade machine.
- TradingScreen(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.TradingScreen
-
Initializes the trade GUI.
- Trailblaze - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- TRAILBLAZE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- trainer - Variable in class com.pixelmonmod.pixelmon.api.storage.NPCPartyStorage
- Trainer - Enum constant in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
- Trainer - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
- TRAINER - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- TRAINER - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardType
- TRAINER - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- TRAINER_AI - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- TRAINER_CAP - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- TRAINER_CARD_COLOR - Enum constant in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
- TRAINER_CARD_ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
- trainer_editor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TRAINER_LOCATION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The spawn location of the NPC.
- trainer_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TRAINER_ROTATION - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The initial yaw of the NPC Trainer.
- trainerCard - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- TRAINERCARD_COLOR - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The color of the players Trainer Card.
- trainerCardColor - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
The color of the players Trainer Card.
- TrainerCardColorPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard
-
Sends a packet to the server requesting to update a players Trainer Card.
- TrainerCardColorPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardColorPacket
- TrainerCardColorPacket(EnumTrainerCardColor) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardColorPacket
- trainerCardItemIcon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The Trainer Card icon.
- TrainerCardKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
Opens the players Trainer Card when clicked.
- TrainerCardKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.TrainerCardKey
-
Initializes the hotkey.
- trainerCardKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for opening the Trainer Card.
- TrainerCardPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard
-
Updates the trainer card from the clients side.
- TrainerCardPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardPacket
- TrainerCardPacket(UUID, EnumTrainerCardColor, BigDecimal, int, Pokemon[]) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.trainerCard.TrainerCardPacket
- TrainerCardScreen - Class in com.pixelmonmod.pixelmon.client.gui.trainerCard
- TrainerCardScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- TrainerCardScreen(Player) - Constructor for class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- TrainerCardScreen.ThemedButton - Class in com.pixelmonmod.pixelmon.client.gui.trainerCard
- TrainerCardState - Class in com.pixelmonmod.tcg.duel.state
-
Created by Hy on 5/20/2016.
- TrainerCardState(ImmutableCard) - Constructor for class com.pixelmonmod.tcg.duel.state.TrainerCardState
- TrainerCardState(FriendlyByteBuf) - Constructor for class com.pixelmonmod.tcg.duel.state.TrainerCardState
- TrainerEditor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- TrainerEffects - Class in com.pixelmonmod.tcg.api.accessors
- TrainerEffects() - Constructor for class com.pixelmonmod.tcg.api.accessors.TrainerEffects
- TrainerPlayedPacket - Class in com.pixelmonmod.tcg.network.packets.battles
-
Created by Hy on 5/20/2016.
- TrainerPlayedPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.TrainerPlayedPacket
- TrainerPlayedPacket(String, TrainerCardState) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.TrainerPlayedPacket
- trainersDisabled - Variable in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- trainerTarget - Variable in class com.pixelmonmod.tcg.client.gui.PlayerTargetsScreen
- TRAINING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- TRANQUILL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- transfer(PokemonStorage, StoragePosition, StoragePosition) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- TRANSFER_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- transferAbility(Stats, Ability) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.abilities.Abilities
- transferMoves(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- transferMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- transferTutor() - Method in class com.pixelmonmod.pixelmon.api.tutor.TutorBuilder
- transform(Transformation...) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- transform(Species, String, String, int) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Transforms the Pokémon's model into another model.
- transform(PixelmonWrapper, PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Transform
- transform(ImmutableCard, PokemonCardStatus) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- transform(ImmutableCard, PokemonCardStatus) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- transform(Collection<Transformation>) - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- transform(GuiGraphics) - Method in interface com.pixelmonmod.api.client.screen.util.Transformation
- transform(Matrix3f, Vec3) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementFlying
- Transform - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Copies the target's appearance and stats.
- Transform - Class in com.pixelmonmod.tcg.duel.power
- Transform() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Transform
- Transform() - Constructor for class com.pixelmonmod.tcg.duel.power.Transform
- TRANSFORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TRANSFORM - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Whether the Pokémon is currently transformed into a different Pokémon.
- TRANSFORM - Static variable in class com.pixelmonmod.tcg.api.accessors.PowerEffects
- Transformation - Interface in com.pixelmonmod.api.client.screen.util
- transformData(InputType<?>, InputTypeData<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- transformData(InputType<?>, InputTypeData<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- transformData(InputType<?>, InputTypeData<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- transformed - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
The Pokémon this is transformed into.
- Transformed - Class in com.pixelmonmod.pixelmon.battles.status
-
Copies moves, Ability, stats, type, and appearance of target.
- Transformed - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Transformed(PixelmonWrapper, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Transformed
-
Copies target's attributes to user.
- transformedForm - Variable in class com.pixelmonmod.pixelmon.battles.status.Transformed
-
The form of the transformed Pokémon.
- transformedForm - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The form index of the Pokémon that will be transformed into.
- transformedGender - Variable in class com.pixelmonmod.pixelmon.battles.status.Transformed
-
The gender of the Pokémon that has been transformed into.
- transformedGender - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The gender of the Pokémon that will be transformed into.
- transformedPalette - Variable in class com.pixelmonmod.pixelmon.battles.status.Transformed
-
The palette of the Pokémon to be transformed into.
- transformedPalette - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The texture of the transformed Pokémon.
- transformedPokemon - Variable in class com.pixelmonmod.pixelmon.battles.status.Transformed
-
The species of Pokémon transformed into.
- transformedSpecies - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
The Pokémon that will be transformed into.
- TransformPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Changes a Pokémon's model into a different one.
- TransformPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
Empty constructor for packet registration.
- TransformPacket(UUID, Species, String, String, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.TransformPacket
-
Initializes the packet.
- transforms - Variable in class com.pixelmonmod.pixelmon.client.models.smd.AnimFrame
- TRANSFORMS_ON_BEAST_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for if a form transforms to its "alien" palette when caught in a beast ball.
- transformServer(Species, String, String, Gender) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Keeps track of a transformed Pokémon server-side.
- TransformTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- TransformTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.TransformTests
- transientData - Variable in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- TransientData - Class in com.pixelmonmod.pixelmon.api.storage
-
A convenient collection of data that is not saved in player party storage but is housed there, in memory, for usability.
- TransientData() - Constructor for class com.pixelmonmod.pixelmon.api.storage.TransientData
- Transistor - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Transistor() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Transistor
- TRANSISTOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- translate - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- translate() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- translate(boolean) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- translate(float, float, float) - Method in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGenericSMD
- translate(String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- translate(String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- translate(ChatFormatting, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
- translate(ChatFormatting, String, Object...) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.TextHelper
-
Shortcut method for translating text and putting it in a coloured ComponentTranslation.
- translate(GuiGraphics) - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Applies this vector as a translation on a given matrix stack.
- translationKey - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- translationKey - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType
- translationKey - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- translationKey - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- translationKey(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.type.impl.SimpleRibbonType.Builder
- Transparency - Class in com.pixelmonmod.tcg.duel.power
- Transparency() - Constructor for class com.pixelmonmod.tcg.duel.power.Transparency
- TRANSPARENCY - Enum constant in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
- TRANSPARENT_BACKGROUND - Enum constant in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
- TRANSPARENT_CURSOR - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- TransparentTextFieldWidget - Class in com.pixelmonmod.pixelmon.client.gui.widgets.text
-
Represents a text field that has a transparent background.
- TransparentTextFieldWidget(Font, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
- TransparentTextFieldWidget(Font, int, int, int, int, String) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
- TransparentTextFieldWidget(Font, int, int, int, int, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.text.TransparentTextFieldWidget
- TRAPINCH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TRAPINCHF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TRAPINCHM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- trash_can - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TRASH_CAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TRASH_CAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TRASH_CLOAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- TrashCanBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- TrashCanBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.TrashCanBlock
- TrashCanTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- TrashCanTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TrashCanTileEntity
- travel(float, float, float) - Method in class com.pixelmonmod.pixelmon.entities.bikes.BikeEntity
- travelCustom(AbstractMovesEntity, PixelmonMovementFlying) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.species.parameters.ControlledMovementLogic
- travelCustom(AbstractMovesEntity, PixelmonMovementFlying) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.mounted.MountedFlyingParameters
- travelledDistance - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- tree - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TREE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- tree_bottom - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TREE_BOTTOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TREE_DECORATOR_TYPES - Static variable in class com.pixelmonmod.pixelmon.world.generation.TreeDecoratorTypes
- TREE_OWNER - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the player who placed the tree.
- tree_top - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TREE_TOP - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- TREE_TOP - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- TREE_TOP - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TREE_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The tree type of a PixelUtilities tree.
- TreeBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
-
Created by clienthax on 7/3/2015.
- TreeBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
- TREECKO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TREECKO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TreeDecoratorTypes - Class in com.pixelmonmod.pixelmon.world.generation
- TreeDecoratorTypes() - Constructor for class com.pixelmonmod.pixelmon.world.generation.TreeDecoratorTypes
- treeMap - Variable in class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet
- TreeTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 7/3/2015.
- TreeTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- TreeTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TreeTileEntity
- tres - Static variable in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
-
The filled texture of an orb of fiery souls.
- tres_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TREVENANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TREVENANT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Tri_Attack - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- TRI_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- tri_pass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Triage - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Triage() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Triage
- TRIAGE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- triangle(float, float, float, float, float, Color) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- triangle(float, float, float, float, float, Color, boolean) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- triangle(float, float, float, float, float, IntUnaryOperator) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- triangle(float, float, float, float, float, IntUnaryOperator, boolean) - Method in class com.pixelmonmod.api.client.screen.render.Drawing.PrimitiveDrawingContext
- triangleFan() - Static method in class com.pixelmonmod.pixelmon.client.render.PixelmonRendering
- TriAttack - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 20% chance of burning, paralyzing, or freezing the target.
- TriAttack - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- TriAttack() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TriAttack
- TriBoolean - Enum Class in com.pixelmonmod.pixelmon.api.enums
-
Created by Jay113355 on 2/25/2021.
- Trick - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Swaps the user's and the target's items.
- Trick - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Trick - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Trick() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Trick
- TRICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TRICK_OR_TREAT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Trick_Room - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Trick_Room - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Trick_Room - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Trick_Room - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- TRICK_ROOM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Trickery - Class in com.pixelmonmod.tcg.duel.power
- Trickery() - Constructor for class com.pixelmonmod.tcg.duel.power.Trickery
- TrickOrTreat - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Adds the Ghost type to the target temporarily.
- TrickOrTreat() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TrickOrTreat
-
Initializes the effect.
- TrickRoom - Class in com.pixelmonmod.pixelmon.battles.status
-
Reverses turn order.
- TrickRoom - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- TrickRoom - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- TrickRoom - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- TrickRoom() - Constructor for class com.pixelmonmod.pixelmon.battles.status.TrickRoom
-
Initializes the status.
- TrickTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- TrickTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.TrickTests
- TriConsumer<A,
B, C> - Interface in com.pixelmonmod.pixelmon.tools - TriFunction<T,
U, V, R> - Interface in com.pixelmonmod.api.client.screen.util - trigger(SpawnLocation) - Method in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
-
Triggers the spawner, causing it to check the
TriggerSpawner.triggerChance
, attempt to find a suitableSpawnInfo
, then return the created entity. - trigger(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.PokedexTrigger
- trigger(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.StarterTrigger
- trigger(ServerPlayer, int) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
- trigger(ServerPlayer, PokeBall) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.BallCaptureTrigger
- trigger(ServerPlayer, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.LegendaryCaptureTrigger
- trigger(ServerPlayer, Pokemon) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.SpecTrigger
- trigger(ServerPlayer, Pokemon, Map<String, Integer>) - Method in class com.pixelmonmod.pixelmon.api.advancements.triggers.CaptureTypeTrigger
- trigger(Level, String, String, String) - Method in class com.pixelmonmod.tcg.tileentity.BattleRuleOwnedTileEntity
- triggerChance - Variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
-
The chance that calling
TriggerSpawner.trigger(SpawnLocation)
will succeed. - triggerImmediateNarration(boolean) - Method in class com.pixelmonmod.tcg.client.gui.PackConfirmScreen
- triggerImmediateNarration(boolean) - Method in class com.pixelmonmod.tcg.client.gui.PackScreen
- triggerInteraction(InteractionContext) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.event.InteractionEvent
-
Triggers the interaction using the provided context for the NPC found in the context
- TriggerInteractionEventInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- TriggerInteractionEventInteractionResult(InteractionEvent) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TriggerInteractionEventInteractionResult
- TriggerLocation - Class in com.pixelmonmod.pixelmon.api.spawning.conditions
-
A blank type of
LocationType
that can never be selected by the standardCalculateSpawnLocations
and therefore only is used insideSpawnLocation
s that are created specifically (such as when a fishing rod tries to catch something). - TriggerLocation(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.conditions.TriggerLocation
- TriggerSpawner - Class in com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners
-
A spawner that only does spawning when "triggered".
- TriggerSpawner(String) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
- TriggerSpawner(String, float) - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.spawners.TriggerSpawner
- triggerTerrainChange(Terrain) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Triggers effects when the terrain changes.
- triggerWeatherChange(Weather) - Method in class com.pixelmonmod.pixelmon.battles.controller.GlobalStatusController
-
Triggers effects when the weather changes.
- trimPath() - Method in class com.pixelmonmod.pixelmon.ai.naivgator.ProxyPathNavigation
- trimStringToWidth(Font, String, int) - Static method in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
-
Splits a string into multiple based on a width value given.
- trio_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TRIPLE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
- TRIPLE_ARROWS - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TRIPLE_AXEL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TRIPLE_DIVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TRIPLE_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TripleAxel - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the target thrice, increasing in damage for each hit.
- TripleAxel - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- TripleAxel() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleAxel
- tripleAxelShouldAlwaysMissOrHitThreeTimesIfLoadedDice(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- tripleAxelShouldResetOverridePowerBetweenMoves(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- TripleKick - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Damages the target thrice, increasing in damage for each hit.
- TripleKick() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TripleKick
- tripleKickShouldAlwaysMissOrHitThreeTimesIfLoadedDice(BattleTestHelper) - Static method in class com.pixelmonmod.pixelmon.api.test.impl.move.AccuracyDependentMultiStrikeTests
- trMoves(Gen8TechnicalRecords...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- trMoves(List<Gen8TechnicalRecords>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- TROP_KICK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TROPICAL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
- TROPIUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Truant - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon from moving every other turn.
- Truant() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Truant
- TRUANT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- TruantTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- TruantTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
- TRUBBISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TRUE - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.TriBoolean
- trueDynamaxLevel - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- trueHeight() - Method in class com.pixelmonmod.api.client.screen.widget.design.ScrollableViewport
- trueValue - Variable in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- TRUMBEAK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TRUMBEAK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TRUMP_CARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TrumpCard - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Increases in power as the PP for the move gets lower.
- TrumpCard() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TrumpCard
- TRUNK_PLACER_TYPE - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- TrunkRegistration - Class in com.pixelmonmod.pixelmon.world.generation
- TrunkRegistration() - Constructor for class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- tryCapture(CaptureValues, CaptureHealth, PokeBall, PokeBallEntity, ServerPlayer, Pokemon, PokeBallMode) - Method in interface com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureMethod
-
Method that spins off into all the methods above.
- tryCatch(RaidData, PokeBall, BattleController) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- tryCheer(BattleController) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- tryEvolution() - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
-
Attempts to evolve the Pokémon if possible.
- tryFetchDefaultServers() - Static method in class com.pixelmonmod.pixelmon.client.DefaultServerList
- tryFetchDefaultServers(Runnable) - Static method in class com.pixelmonmod.pixelmon.client.DefaultServerList
- tryFlee(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks whether the specified Pokémon will try to flee.
- tryFlee(PixelmonWrapper, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Checks if the given Pokemon will try to flee.
- tryNotifyPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- tryOpen(Player, BlockState, ItemStack) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- tryReloadSearchTrees(boolean) - Static method in class com.pixelmonmod.pixelmon.init.loaders.PixelmonLoaders
- tryRevive(int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- trySetCaught(int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.catching.CaptureValues
-
Attempts to set the capture attempt this object is associated with to succeed, if the number of shakes equals or is greater than the specified target number.
- tryShockwave(BattleController, boolean) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- TrySpawn(MysteryBoxTileEntity, BlockState, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.MysteryBoxEvent.Tick.TrySpawn
-
Fired before a Mystery Box tries to spawn a Pokémon.
- trySpawnInChunk(ServerPlayer, ChunkAccess) - Static method in class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener
- trySwapBoxes(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- tryToMoveMultiple(PokemonStorage, ArrayList<Pair<StoragePosition, StoragePosition>>, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- tryToMoveMultiple(PokemonStorage, List<Pair<StoragePosition, StoragePosition>>, PokemonStorage, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- tryToSwap(PokemonStorage, StoragePosition, PokemonStorage, StoragePosition) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- tryUpdatePlayerName() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- TSAREENA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- tube() - Static method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- TUBE - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
- TUBE - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
- TubeData() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- TUMBLE_STONE - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- tumblestone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- TumblestoneBlock - Class in com.pixelmonmod.pixelmon.blocks
- TumblestoneBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- TumblestoneBlockEvent - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
All relevant events for the Tumblestone blocks
- TumblestoneBlockEvent(Level, BlockState, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent
-
Basic constructor
- TumblestoneBlockEvent.PostBlockBroke - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fires after the block drops the items after broken
- TumblestoneBlockEvent.PostBlockDestroy - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fired after the destroy happens (when the tumblestone block receives damage from a player)
- TumblestoneBlockEvent.PostCooldownEnd - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fires after the block takes a chance at returning to the "base" state after being broken and dropping items Cancelling prevents the block from returning to the base state
- TumblestoneBlockEvent.PostGrow - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fired in the random tick before the tumblestone attempts to increase in age (grow) Cancelling will prevent it from attempting to grow
- TumblestoneBlockEvent.PreBlockBroke - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fires before the block drops the items after broken Cancelling prevents the drops
- TumblestoneBlockEvent.PreBlockDestroy - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fired before the destroy happens Cancelling will prevent the destroy (when the tumblestone block receives damage from a player)
- TumblestoneBlockEvent.PreCooldownEnd - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fires before the block takes a chance at returning to the "base" state after being broken and dropping items Cancelling prevents the block from returning to the base state
- TumblestoneBlockEvent.PreGrow - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Fired in the random tick before the tumblestone attempts to increase in age (grow) Cancelling will prevent it from attempting to grow
- TumblestoneFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
-
Generates PokéLoot chests in the world.
- TumblestoneFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.TumblestoneFeature
- TumblestoneItem - Class in com.pixelmonmod.pixelmon.items
- TumblestoneItem(Color, boolean, Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.TumblestoneItem
- TumblestoneItem(Color, Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.TumblestoneItem
- TUNDRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- Turboblaze - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Cause moves to ignore the effects of Abilities that block moves.
- Turboblaze() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Turboblaze
- TURBOBLAZE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- turn - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.BattleAction
- turn - Variable in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- TURN_TIME - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRuleRegistry
- TurnBeginAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- TurnBeginAction(int, Terrain, Weather, List<PixelmonWrapper>) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnBeginAction
- turnCount - Variable in class com.pixelmonmod.tcg.duel.state.GameCommonState
- turnCounter - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- TurnEndAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- TurnEndAction(int, Terrain, Weather, List<PixelmonWrapper>) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnEndAction
- TurnEndEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired at the end of a turn in battles.
- TurnEndEvent(BattleController, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.TurnEndEvent
- turnGained - Variable in class com.pixelmonmod.pixelmon.battles.status.StatusBase
- turnInc - Variable in class com.pixelmonmod.pixelmon.battles.status.EchoedVoiceStatus
-
The turn that Echoed Voice was last used.
- turnInc - Variable in class com.pixelmonmod.pixelmon.battles.status.FuryCutterStatus
-
The turn that Fury Cutter was last used.
- turnList - Variable in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
The order of Pokémon moving during a battle turn.
- turnNumber - Variable in class com.pixelmonmod.pixelmon.api.events.battles.TurnEndEvent
- turns - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidSettings
- turnsAlive - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidGovernor
- turnsLeft - Variable in class com.pixelmonmod.pixelmon.battles.status.SuppressType
-
The number of turns remaining.
- turnsToGo - Variable in class com.pixelmonmod.pixelmon.battles.status.FutureSighted
-
The turns left before the move hits.
- turnsToGo - Variable in class com.pixelmonmod.pixelmon.battles.status.Terrain
-
The amount of turns of the terrain remaining.
- turnsToGo - Variable in class com.pixelmonmod.pixelmon.battles.status.Weather
-
The amount of turns of the weather remaining.
- turnTick() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Handles end-of-turn effects.
- turnTick(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.log.BattleLog
-
Moves the log on to the next turn (with the given turn id)
- TurnTimeProperty - Class in com.pixelmonmod.pixelmon.battles.api.rules.property
- TurnTimeProperty() - Constructor for class com.pixelmonmod.pixelmon.battles.api.rules.property.TurnTimeProperty
- TURTONATOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TURTONATOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TURTWIG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TURTWIG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Tutor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- Tutor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumNPCType
- TUTOR_ACCEPT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- TUTOR_CLOSE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- TUTOR_MOVES - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
- TUTOR_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- TutorBuilder - Class in com.pixelmonmod.pixelmon.api.tutor
- TutorFactory - Class in com.pixelmonmod.pixelmon.api.tutor
- TutorInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type
- TutorInteractionResult(List<LearnableMove>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.TutorInteractionResult
- TutorListScreen - Class in com.pixelmonmod.pixelmon.client.gui.chooseMoveset
-
A list of moves in a GUI.
- TutorListScreen(ClickableElement<LearnableMove>, List<LearnableMove>, int, int, int, int, Minecraft) - Constructor for class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
-
Initializes a move list.
- tutorMoves - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tutorMoves(ImmutableAttack...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- tutorMoves(List<ImmutableAttack>) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.moves.Moves.Builder
- TutorScreen - Class in com.pixelmonmod.pixelmon.client.gui.npc
- TutorScreen(int, UUID, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.npc.TutorScreen
- tv - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TV - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TV - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- tv2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TV2 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- tv3 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- TV3 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- TV3 - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- TV3TileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- TV3TileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TV3TileEntity
- TVTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 7/3/2015.
- TVTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TVTileEntity
- TVTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.TVTileEntity
- tweaks - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner.SpawnerBuilder
- tweaks - Variable in class com.pixelmonmod.pixelmon.api.spawning.AbstractSpawner
-
A list of
SpawningTweak
s to apply to the entities spawned. - TWIN_BEAM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TWINEEDLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TWINKLE_TACKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- twisted_spoon - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- twistedSpoon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
- TWISTER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- TWO_HOURS_HARSH_SUNLIGHT - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBiomeTags
- TYMPOLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TYNAMO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TYNAMO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- type - Variable in class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
-
The type of Pokéball being thrown
- type - Variable in class com.pixelmonmod.pixelmon.api.overlay.notice.NoticeOverlay.Builder
- type - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- type - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon
- type - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.MoveTypeCondition
- type - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.Pokerus
- type - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Damage
- type - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AddType
-
The type to add to the target.
- type - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierBase
- type - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
-
The stat affected by the effect.
- type - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
-
The stat affected by the effect.
- type - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Value
- type - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The Pokémon's type.
- type - Variable in class com.pixelmonmod.pixelmon.battles.status.StatusBase
-
The type of the status.
- type - Variable in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- type - Variable in class com.pixelmonmod.pixelmon.blocks.spawning.BlockSpawnArea
- type - Variable in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- type - Variable in class com.pixelmonmod.pixelmon.items.BattleItem
-
The battle item's type.
- type - Variable in class com.pixelmonmod.pixelmon.items.BottlecapItem
- type - Variable in class com.pixelmonmod.pixelmon.items.DecreaseEVBerryItem
-
The type of Berry.
- type - Variable in class com.pixelmonmod.pixelmon.items.heldItems.EVAdjusting
- type - Variable in class com.pixelmonmod.pixelmon.items.heldItems.TerrainSeedItem
- type - Variable in class com.pixelmonmod.pixelmon.items.heldItems.TypeEnhancingItems
-
The move type to increase the power of.
- type - Variable in class com.pixelmonmod.pixelmon.items.heldItems.ZCrystalItem
-
The types associated with this Z-Crystal.
- type - Variable in class com.pixelmonmod.pixelmon.items.IncreaseEVItem
-
The vitamin's or wing's type.
- type - Variable in class com.pixelmonmod.pixelmon.items.JuiceShoppeItem
-
The vitamin's or wing's type.
- type - Variable in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- type - Variable in class com.pixelmonmod.pixelmon.items.LureItem
- type - Variable in class com.pixelmonmod.pixelmon.items.MemoryItem
- type - Variable in class com.pixelmonmod.pixelmon.items.MochiItem
- type - Variable in class com.pixelmonmod.pixelmon.items.RasLensItem
- type - Variable in class com.pixelmonmod.pixelmon.items.ScrollItem
- type - Variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceBiomeFeatureConfig
- type - Variable in class com.pixelmonmod.pixelmon.world.generation.features.SurfaceCategoryFeatureConfig
- type() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- type() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- type() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryConfigurationTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryConfigurationTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryConfigurationTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket.InvalidateRegistriesTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket.SyncAbilityTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket.SyncBossTiersTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket.SyncMovesTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket.SyncPokeBallsTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket.SyncRibbonsTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket.SyncSpawningTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket.SyncSpeciesTask
- type() - Method in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket.SyncStartersTask
- type() - Method in class com.pixelmonmod.pixelmon.items.TechnicalMoveItem
- type() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.GinkgoFancyTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraElmTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.tree.MegaUltraJungleTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.FallenLeavesBlockStateProvider
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.UltraForestFlowerBlockStateProvider
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.decorator.PresentTreeDecorator
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractBerryTreeFoliagePlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.AbstractComplexTreeFoliagePlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.EggantTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeCLogPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeDLogPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LanakilaTypeELogPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.LumTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StraightTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.StribTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.trunk.TougaTrunkPlacer
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
- type() - Method in class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
- type() - Method in class com.pixelmonmod.pixelmon.world.structure.LargerJigsawStructure
- type() - Method in class com.pixelmonmod.pixelmon.world.structure.ultraspace.CraterGeyserStructure
- type() - Method in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket.SyncCardSetsTask
- type() - Method in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket.SyncCardsTask
- type() - Method in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket.SyncThemeDecksTask
- type(RibbonType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- type(String) - Method in class com.pixelmonmod.api.loader.DatapackLoader.Builder
- type(String) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.Ribbon.Builder
- Type() - Constructor for class com.pixelmonmod.pixelmon.api.recipe.InfuserRecipe.Type
- TYPE - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncConditionDataEntryConfigurationTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncDataProvidersDataEntryConfigurationTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.SyncResultDataEntryConfigurationTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.InvalidateRegistriesPacket.InvalidateRegistriesTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncAbilityPacket.SyncAbilityTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncBossTiersPacket.SyncBossTiersTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncMovesPacket.SyncMovesTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncPokeBallsPacket.SyncPokeBallsTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncRibbonsPacket.SyncRibbonsTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpawningPacket.SyncSpawningTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncSpeciesPacket.SyncSpeciesTask
- TYPE - Static variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.sync.SyncStartersPacket.SyncStartersTask
- TYPE - Static variable in class com.pixelmonmod.tcg.network.sync.SyncCardSetsPacket.SyncCardSetsTask
- TYPE - Static variable in class com.pixelmonmod.tcg.network.sync.SyncCardsPacket.SyncCardsTask
- TYPE - Static variable in class com.pixelmonmod.tcg.network.sync.SyncThemeDecksPacket.SyncThemeDecksTask
- TYPE_ID_COLLECTION - Static variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.collection.SpawnInfoCollection
- TYPE_ID_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.items.SpawnInfoItem
- TYPE_ID_NPC - Static variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.npcs.SpawnInfoNPC
- TYPE_ID_POKEMON - Static variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.pokemon.SpawnInfoPokemon
- TYPE_ID_WORMHOLE - Static variable in class com.pixelmonmod.pixelmon.api.spawning.archetypes.entities.wormholes.SpawnInfoWormhole
- TYPE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- TypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.Element.TypeAdapter
- TypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType.TypeAdapter
- TypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.spawning.archetypes.group.GroupSpawnSettings.TypeAdapter
- TypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.util.Range.TypeAdapter
- TypeEffectiveness(BattleController, PixelmonWrapper, PixelmonWrapper, double) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.TypeEffectiveness
- typeEnhancer - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- TypeEnhancingItems - Class in com.pixelmonmod.pixelmon.items.heldItems
-
A held item that increases the power of a certain move type by 20%.
- TypeEnhancingItems(EnumTypeEnhancingItems, Element) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.TypeEnhancingItems
-
Initializes the held item.
- typeface() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- typeface(Font) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- typeId - Variable in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.AbstractRequirement
- typeID - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnInfo
-
The ID for the type of SpawnInfo this is.
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- typeMap - Static variable in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- TYPENULL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- typeReduced - Variable in class com.pixelmonmod.pixelmon.items.heldItems.BerryTypeReducingItem
-
The move type that the Berry affects.
- TypeRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- TypeRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- TypeRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- TypeRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- TypeRequirement(int, Element) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- TypeRequirement(int, Element) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- TypeRequirement(Pair<Integer, Element>) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.TypeRequirement
- TypeRequirement(Pair<Integer, Element>) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.TypeRequirement
- types - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- types - Variable in class com.pixelmonmod.pixelmon.api.replacement.detection.PartialDetectionLogic
- types - Variable in class com.pixelmonmod.pixelmon.api.replacement.detection.SimpleDetectionLogic
- types - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
The list of
LocationType
s that are satisfied a this location. - types - Variable in class com.pixelmonmod.pixelmon.battles.status.CopiedBoosts
- types - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Pokémon type icons.
- TypeTesting - Class in com.pixelmonmod.pixelmon.api.test.impl
- TypeTesting() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.TypeTesting
- typeToken() - Method in record class com.pixelmonmod.pixelmon.api.npc.interaction.provider.DataProviderType
-
Returns the value of the
typeToken
record component. - typeToken() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementType.Data
-
Returns the value of the
typeToken
record component. - TYPHLOSION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TYPHLOSION - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TYRANITAR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TYRANITAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- tyranitarite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Tyranitar
- TYRANTRUM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TYRANTRUM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TYROGUE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TYROGUE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- TYRUNT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- TYRUNT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
U
- u - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- u() - Method in record class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
Returns the value of the
u
record component. - U_turn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- U_turn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- U_turn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- U_turn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- U_turn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- U_TURN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ui_element - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- uid() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- UIElementItem - Class in com.pixelmonmod.pixelmon.items
- UIElementItem() - Constructor for class com.pixelmonmod.pixelmon.items.UIElementItem
- UIElementItem.Builder - Class in com.pixelmonmod.pixelmon.items
- UIKeyPressPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Send keypress to server if a UI element is on the container being viewed by the player.
- UIKeyPressPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UIKeyPressPacket
- UIKeyPressPacket(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UIKeyPressPacket
- ULTIMATE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- ultra - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Outline for a Pokémon in an Ultra Ball.
- ULTRA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ULTRA_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- ULTRA_BEAST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for checking if a Pokémon is an Ultra Beast
- ULTRA_BEAST - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- ULTRA_BEAST_RATE - Static variable in interface com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.logic.BallLogic
- ULTRA_BEAST_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- ULTRA_BOSS - Static variable in class com.pixelmonmod.pixelmon.world.generation.PixelmonFeature
- ULTRA_BURST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- ULTRA_BURST_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- ultra_chest - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_CHEST - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_CRATER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBiomes
- ULTRA_CRATER_GEYSER - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- ultra_deep_clay - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DEEP_CLAY - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_deep_crying_crystal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DEEP_CRYING_CRYSTAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_deep_crystal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DEEP_CRYSTAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_deep_gravel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DEEP_GRAVEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_deep_kelp - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DEEP_KELP - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_DEEP_KELP_PLANT - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_DEEP_SEA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBiomes
- ultra_deep_sea_key - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_deep_sea_pickle - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DEEP_SEA_PICKLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_DEEP_SEA_STONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_deep_seagrass - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DEEP_SEAGRASS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_DEEP_SEAGRASS_TALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_deep_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT - Static variable in class com.pixelmonmod.pixelmon.world.generation.loot.LootTableRegistration
- ultra_desert_cactus - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_CACTUS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_chiseled_sandstone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_CHISELED_SANDSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_cut_sandstone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_CUT_SANDSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_cut_sandstone_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_CUT_SANDSTONE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_gilded_sand - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_GILDED_SAND - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_sand - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SAND - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_sandstone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SANDSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_DESERT_SANDSTONE_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- ultra_desert_sandstone_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SANDSTONE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_sandstone_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SANDSTONE_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_sandstone_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SANDSTONE_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_smooth_sandstone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SMOOTH_SANDSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_smooth_sandstone_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SMOOTH_SANDSTONE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_desert_smooth_sandstone_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_DESERT_SMOOTH_SANDSTONE_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_ELM - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- ultra_elm_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_elm_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_BUTTON - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_elm_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_FENCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_FENCE_GATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_leaves - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_LEAVES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_PLANKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_PRESSURE_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_sapling - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_SAPLING - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_ELM_TRAP_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ultra_elm_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_WALL_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_elm_wood - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_ELM_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_ELM_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- ULTRA_FALLEN_LEAVES - Static variable in class com.pixelmonmod.pixelmon.world.generation.BlockStateProviderTypes
- ULTRA_FLOWER - Static variable in class com.pixelmonmod.pixelmon.world.generation.BlockStateProviderTypes
- ultra_forest_fallen_leaves - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_FOREST_FALLEN_LEAVES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_forest_flower - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_FOREST_FLOWER - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_forest_key - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_ginkgo_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_ginkgo_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_BUTTON - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_ginkgo_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_FENCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_FENCE_GATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_leaves - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_LEAVES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_PLANKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_PRESSURE_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_sapling - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_SAPLING - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_GINKGO_TRAP_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ultra_ginkgo_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_WALL_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_ginkgo_wood - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_GINKGO_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_GINKGO_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- ULTRA_JUNGLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBiomes
- ULTRA_JUNGLE - Static variable in class com.pixelmonmod.pixelmon.world.generation.TrunkRegistration
- ultra_jungle_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_jungle_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_BUTTON - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_jungle_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_FENCE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_FENCE_GATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_JUNGLE_LEAVE_VINES - Static variable in class com.pixelmonmod.pixelmon.world.generation.TreeDecoratorTypes
- ultra_jungle_leaves - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_LEAVES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_log - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_LOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_PLANKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_PRESSURE_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_sapling - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_SAPLING - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_JUNGLE_TRAP_DOOR - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_TRUNK_VINES - Static variable in class com.pixelmonmod.pixelmon.world.generation.TreeDecoratorTypes
- ultra_jungle_vine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_VINES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_WALL_SIGN - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_jungle_wood - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_JUNGLE_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_JUNGLE_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- ULTRA_PLANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBiomes
- ultra_rare_soda - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ULTRA_RARE_SODA - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- ultra_ruin_key - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ULTRA_SPACE_AMBIENT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ultra_space_cobblestone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_COBBLESTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_SPACE_COBBLESTONE_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- ultra_space_cobblestone_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_COBBLESTONE_BUTTON - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_cobblestone_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_COBBLESTONE_PRESSURE_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_cobblestone_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_COBBLESTONE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_cobblestone_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_COBBLESTONE_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_cobblestone_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_COBBLESTONE_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_SPACE_EFFECTS - Static variable in class com.pixelmonmod.pixelmon.world.dimension.client.ClientDimensionRegistration
- ultra_space_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ultra_space_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_STONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ULTRA_SPACE_STONE_BLOCKS - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonBlockTags
- ultra_space_stone_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_STONE_BUTTON - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_stone_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_STONE_PRESSURE_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_stone_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_STONE_SLAB - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_stone_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_STONE_STAIRS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_stone_wall - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ULTRA_SPACE_STONE_WALL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ultra_space_teleporter - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ULTRA_WORMHOLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ULTRABALL - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
- ULTRABALL - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- UltraBeastRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- UltraBeastRequirement - Class in com.pixelmonmod.api.statue.requirement.impl
- UltraBeastRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UltraBeastRequirement
- UltraBeastRequirement() - Constructor for class com.pixelmonmod.api.statue.requirement.impl.UltraBeastRequirement
- UltraBeastRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UltraBeastRequirement
- UltraBeastRequirement(boolean) - Constructor for class com.pixelmonmod.api.statue.requirement.impl.UltraBeastRequirement
- UltraBossFeature - Class in com.pixelmonmod.pixelmon.world.generation.features.ultraspace
- UltraBossFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.ultraspace.UltraBossFeature
- ultraBurst - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- ultraBurst - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- UltraBurstAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- UltraBurstAction(int, PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.UltraBurstAction
- UltraBurstInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- UltraBurstInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.UltraBurstInteractionEvent
- UltraBurstRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- UltraBurstRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UltraBurstRequirement
- UltraBurstRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UltraBurstRequirement
- UltraDeepKelp - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraDeepKelp(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelp
- UltraDeepKelpBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraDeepKelpBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepKelpBlock
- UltraDeepSeaGrass - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraDeepSeaGrass(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepSeaGrass
- UltraDeepTallSeaGrass - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraDeepTallSeaGrass(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDeepTallSeaGrass
- UltraDesertCactus - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraDesertCactus(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraDesertCactus
- UltraElmTree - Class in com.pixelmonmod.pixelmon.blocks.trees
- UltraElmTree() - Constructor for class com.pixelmonmod.pixelmon.blocks.trees.UltraElmTree
- UltraForestFlowerBlock - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraForestFlowerBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- UltraForestFlowerBlockStateProvider - Class in com.pixelmonmod.pixelmon.world.generation.blockstateprovider
- UltraForestFlowerBlockStateProvider() - Constructor for class com.pixelmonmod.pixelmon.world.generation.blockstateprovider.UltraForestFlowerBlockStateProvider
- UltraGinkgoTree - Class in com.pixelmonmod.pixelmon.blocks.trees
- UltraGinkgoTree() - Constructor for class com.pixelmonmod.pixelmon.blocks.trees.UltraGinkgoTree
- UltraJungleTree - Class in com.pixelmonmod.pixelmon.blocks.trees
- UltraJungleTree() - Constructor for class com.pixelmonmod.pixelmon.blocks.trees.UltraJungleTree
- UltraLeaveBlocks - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraLeaveBlocks(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraLeaveBlocks
- UltraLeaveVineTreeDecorator - Class in com.pixelmonmod.pixelmon.world.generation.treedecorator
- UltraLeaveVineTreeDecorator() - Constructor for class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraLeaveVineTreeDecorator
- ultranecrozium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Ultranecrozium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- ULTRARARE - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardRarity
- ultraSpace - Static variable in class com.pixelmonmod.pixelmon.entities.npcs.registry.DropItemRegistry
-
A list of ultra space special drops.
- UltraSpace - Class in com.pixelmonmod.pixelmon.world.dimension.ultraspace
- UltraSpace - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- UltraSpace() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
- UltraSpace.UltraSpaceRenderInfo - Class in com.pixelmonmod.pixelmon.world.dimension.ultraspace
- UltraSpaceAggressionTweak - Class in com.pixelmonmod.pixelmon.spawning
- UltraSpaceAggressionTweak() - Constructor for class com.pixelmonmod.pixelmon.spawning.UltraSpaceAggressionTweak
- UltraSpaceCaveCarver - Class in com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator
- UltraSpaceCaveCarver(Codec<CaveCarverConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ultraspace.generator.UltraSpaceCaveCarver
- UltraSpaceClientListener - Class in com.pixelmonmod.pixelmon.world.listener
- UltraSpaceClientListener() - Constructor for class com.pixelmonmod.pixelmon.world.listener.UltraSpaceClientListener
- UltraSpaceDimensionEffects - Class in com.pixelmonmod.pixelmon.world.dimension.client
- UltraSpaceDimensionEffects() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.client.UltraSpaceDimensionEffects
- UltraSpaceLevelTweak - Class in com.pixelmonmod.pixelmon.spawning
- UltraSpaceLevelTweak() - Constructor for class com.pixelmonmod.pixelmon.spawning.UltraSpaceLevelTweak
- UltraSpaceListener - Class in com.pixelmonmod.pixelmon.world.listener
- UltraSpaceListener() - Constructor for class com.pixelmonmod.pixelmon.world.listener.UltraSpaceListener
- UltraSpaceRenderInfo() - Constructor for class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace.UltraSpaceRenderInfo
- UltraSpaceSand - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraSpaceSand() - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraSpaceSand
- UltraSpaceStone - Class in com.pixelmonmod.pixelmon.blocks.ultraspace
- UltraSpaceStone() - Constructor for class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraSpaceStone
- UltraTrunkVineDecorator - Class in com.pixelmonmod.pixelmon.world.generation.treedecorator
- UltraTrunkVineDecorator() - Constructor for class com.pixelmonmod.pixelmon.world.generation.treedecorator.UltraTrunkVineDecorator
- UltraWormhole - Class in com.pixelmonmod.pixelmon.client.particle.systems
- UltraWormhole() - Constructor for class com.pixelmonmod.pixelmon.client.particle.systems.UltraWormhole
- ULTRAWORMHOLE - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
- UmbrellaBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- UmbrellaBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.UmbrellaBlock
- UMBRELLAS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- UMBREON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- UMBREON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- UMBREON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- UMBREONF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- UMBREONM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- unable - Enum constant in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
- Unaware - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- Unaware() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unaware
- UNAWARE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- UnawareTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- UnawareTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.UnawareTests
- unbattleable - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- UNBATTLEABLE - Static variable in class com.pixelmonmod.api.Flags
- UNBATTLEABLE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- UnbattleableListener - Class in com.pixelmonmod.pixelmon.listener
- UnbattleableListener() - Constructor for class com.pixelmonmod.pixelmon.listener.UnbattleableListener
- UnbattleableRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- UnbattleableRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UnbattleableRequirement
- UnbattleableRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UnbattleableRequirement
- UNBATTLEBALE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- UNBOUND - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- unbreedable - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- UNBREEDABLE - Static variable in class com.pixelmonmod.api.Flags
- UNBREEDABLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- UNBREEDABLE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- UnbreedableRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- UnbreedableRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UnbreedableRequirement
- UnbreedableRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UnbreedableRequirement
- Unburden - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Doubles the Pokémon's speed if it consumes a held item.
- Unburden() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unburden
- UNBURDEN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- UnburdenTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- UnburdenTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.UnburdenTests
- uncatchable - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- UNCATCHABLE - Static variable in class com.pixelmonmod.api.Flags
- UNCATCHABLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- UNCATCHABLE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- UncatchableListener - Class in com.pixelmonmod.pixelmon.listener
- UncatchableListener() - Constructor for class com.pixelmonmod.pixelmon.listener.UncatchableListener
- UncatchableRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- UncatchableRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UncatchableRequirement
- UncatchableRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UncatchableRequirement
- UNCOMMON - Enum constant in enum class com.pixelmonmod.tcg.api.card.CardRarity
- UNCOMMON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTiers
- UNCOMMON - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- UnconfirmTeamSelectPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection
-
Requests for team selection to be modified.
- UnconfirmTeamSelectPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.UnconfirmTeamSelectPacket
-
Empty constructor for packet registration.
- UnconfirmTeamSelectPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.selection.UnconfirmTeamSelectPacket
-
Initializes a team select packet.
- UnderGround - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents most moves from hitting the Pokémon.
- UnderGround - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- UnderGround() - Constructor for class com.pixelmonmod.pixelmon.battles.status.UnderGround
-
Initializes the status.
- UNDERGROUND - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity.AreaType
- UNDERGROUND - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- UNDERGROUND - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- UNDERGROUND_LAVA - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- UNDERGROUND_LIQUID - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- UNDERGROUND_WATER - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- UNDEXABLE - Static variable in class com.pixelmonmod.api.Flags
- UNDEXABLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
- UNDEXABLE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- UndexableListener - Class in com.pixelmonmod.pixelmon.listener
- UndexableListener() - Constructor for class com.pixelmonmod.pixelmon.listener.UndexableListener
- UndexableRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- UndexableRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UndexableRequirement
- UndexableRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UndexableRequirement
- UNDISCOVERED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- UNDISCOVERED_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- UndiscoveredEggGroup - Class in com.pixelmonmod.pixelmon.api.pokemon.egg.impl
-
An extension of the
BasicEggGroup
that rejects all other egg groups as a partner - UndiscoveredEggGroup() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UndiscoveredEggGroup
- UndiscoveredEggGroup(int, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UndiscoveredEggGroup
-
Basic constructor taking the index and the name
- undo() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- undo() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.RecordedAction
- undo(List<StoragePosition>, List<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.MultiSelectPCMode
- undoFn - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.RecordedAction
- undoRedo(List<StoragePosition>, List<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.SingleSelectPCMode
- undoSort(List<StoragePosition>, List<StoragePosition>) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- undoSuppressedType(Element) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- uneditedPokemonList - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
-
A copy of the Pokémon in the party before being edited.
- UNEQUIPPABLE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
- UNFEZANT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- unfocusWidget() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- unfreeze() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Un-freezes the battle - read
BattleController.isFrozen()
for why you might want to freeze a battle - unhide(String) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerList
- unicode() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- unicode(boolean) - Method in class com.pixelmonmod.api.client.screen.widget.design.Label
- uniform(Iterable<T>) - Static method in interface com.pixelmonmod.pixelmon.api.selector.Selector
-
Creates a new instance of the
UniformlyRandomSelector
wit the given elements - uniform(T...) - Static method in interface com.pixelmonmod.pixelmon.api.selector.Selector
-
Creates a new instance of the
UniformlyRandomSelector
wit the given elements - UNIFORMLY_RANDOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSelectorTypes
- UniformlyRandomSelector<T> - Class in com.pixelmonmod.pixelmon.api.selector.type
-
This represents a random selector implementation of
Selector
where each value in the list has an equal value - UniformlyRandomSelector(List<T>) - Constructor for class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- UNINFECTED - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
- unique() - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Returns the value of the
unique
record component. - unique(boolean) - Method in class com.pixelmonmod.pixelmon.api.research.Research.Builder
- UNIQUE_BATTLE_STATS - Static variable in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
- uniqueSurroundingBlocks - Variable in class com.pixelmonmod.pixelmon.api.spawning.SpawnLocation
-
A unique list of blocks surrounding this location.
- uniqueSurroundingBlocks - Variable in class com.pixelmonmod.pixelmon.api.spawning.util.SpatialData
-
A list of all distinct blocks within the diameter of the base block.
- unit - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
-
The Assembly Unit associated with this event.
- unit - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.calendar.CooldownInteractionCondition
- unit() - Static method in class com.pixelmonmod.api.client.screen.util.Bounds
- UniversalEggGroup - Class in com.pixelmonmod.pixelmon.api.pokemon.egg.impl
-
An extension of the
BasicEggGroup
that accepts all other egg groups as a partner except theUndiscoveredEggGroup
- UniversalEggGroup() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UniversalEggGroup
- UniversalEggGroup(int, String) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.egg.impl.UniversalEggGroup
-
Basic constructor taking the index and the name
- universalTMs - Static variable in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- universalTMs - Variable in class com.pixelmonmod.pixelmon.comm.packetHandlers.ServerConfigListPacket
- UNKNOWN - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
- UNKNOWN - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
- UNKNOWN - Static variable in class com.pixelmonmod.pixelmon.api.events.EvolveEvent.Constants
- UNKNOWN - Static variable in class com.pixelmonmod.pixelmon.api.events.PokemonReceivedEvent.Constants
- UnknownCardTypeException - Exception in com.pixelmonmod.tcg.api.exception
- UnknownCardTypeException(int) - Constructor for exception com.pixelmonmod.tcg.api.exception.UnknownCardTypeException
- Unlimited - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
- unlinkFromPreset() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Unlinks the NPC from the preset
- UnLinkPresetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- UnLinkPresetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UnLinkPresetPacket
- UnLinkPresetPacket(NPC) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UnLinkPresetPacket
- UnLinkPresetPacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UnLinkPresetPacket
- unloadEntity() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
-
Moves the riding player off of the Pokémon, and the Pokémon off a vehicle.
- unloadEntity() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- unlock() - Method in class com.pixelmonmod.api.client.screen.ColorPalette.ColorTable
-
Unlocks this color table, allowing modifications to take place.
- unlock() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- unlock(LivingEntity) - Static method in class com.pixelmonmod.pixelmon.api.util.AirSaver
-
Unlocks the air supply of the entity.
- unlockDynamax(boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- UnlockDynamaxInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- UnlockDynamaxInteractionResult() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockDynamaxInteractionResult
- unlocked - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Which battle gimmicks are unlocked
- unlockMega(boolean) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- UnlockMegaEvolutionInteractionResult - Class in com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player
- UnlockMegaEvolutionInteractionResult() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.type.player.UnlockMegaEvolutionInteractionResult
- UNMEGAEVO - Static variable in class com.pixelmonmod.api.Flags
- Unnerve - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents opponents from eating Berries.
- Unnerve() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Unnerve
- UNNERVE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- UnnerveTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- UnnerveTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.UnnerveTests
- uno - Static variable in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
-
The filled texture of an orb of frozen souls.
- uno_orb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Unova - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
- UNOVA_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- UNOWN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- UNOWN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- UNOWN_A - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_B - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- unown_block_a - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_b - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_blank - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_c - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_d - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_e - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_exclaim - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_f - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_g - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_h - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_i - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_j - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_k - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_l - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_m - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_n - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_o - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_p - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_q - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_question - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_r - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_s - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_t - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_u - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_v - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_w - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_x - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_y - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- unown_block_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- UNOWN_C - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_D - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_E - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_EXCLAMATION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_F - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_G - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_H - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_I - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_J - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_K - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_L - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_M - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_N - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_O - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_P - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_Q - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_QUESTION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_R - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_S - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_T - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_U - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_V - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_W - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_X - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_Y - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UNOWN_Z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- UnownBraileBlock - Class in com.pixelmonmod.pixelmon.blocks.decorative
-
A block with an Unown display on it.
- UnownBraileBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.decorative.UnownBraileBlock
- unregister(String) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonTypeRegistry
- unregister(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- unregister(T) - Static method in class com.pixelmonmod.pixelmon.api.registries.EggGroupRegistry
-
Unregisters a type of
EggGroup
- unregisterSpectator(ServerPlayer) - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
-
Unregisters a spectator from a battle.
- unregisterStrategy(WikiCommandStrategy) - Static method in class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategyLoader
-
Unregisters a Strategy
- unregisterTeamSelect(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.teamselection.TeamSelection
-
Marks a player's selection as unconfirmed.
- UNRESTRICTED - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
- UNSAFE_ITEM_META - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The damage value of a specific item requested by the tutor.
- UNSEEN_FIST - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- UnseenFist - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- UnseenFist() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.UnseenFist
- unselect() - Method in class com.pixelmonmod.api.client.screen.widget.state.SelectableState
- unsetClientReverseFlag() - Static method in class com.pixelmonmod.pixelmon.items.EscapeRopeItem.EscapeRopeTask
- UNSURE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- UntilFail - Enum constant in enum class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
- untrack() - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPC
-
Removes the NPC from being tracked
- untrack(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Removes a player from the list of players to update when changes are made to the storage
- UNTRADEABLE - Static variable in class com.pixelmonmod.api.Flags
- UNTRADEABLE_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- UntradeableRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- UntradeableRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UntradeableRequirement
- UntradeableRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.UntradeableRequirement
- unwrap() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- unwrapKey() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
- UP - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- UP - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- UP - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- UP_ARROW - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- up_grade - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- UPBEAT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- update() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Sends Pokédex data to the client player.
- update() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Sends this research to the player which it is for.
- update() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Updates the battle every tick.
- update() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- update() - Method in class com.pixelmonmod.pixelmon.client.gui.starter.Shadow
- update(boolean) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Sends this research to the player which it is for.
- update(boolean) - Method in class com.pixelmonmod.tcg.client.gui.duel.InspectingCard
- update(int, List<PlayerPokedex.PokedexSpawnData>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientPlayerPokedex
- update(BattleType) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
- update(Species, String, Map<Integer, List>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientPlayerPokedex
- update(ClientResearch) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Assignment
- update(ClientResearch) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Collection
- update(ClientResearch) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Research
- update(ClientResearch) - Method in interface com.pixelmonmod.api.client.screen.widget.misc.ResearchLike
- update(ClientResearch) - Static method in class com.pixelmonmod.pixelmon.client.gui.inventory.tabs.impl.ResearchTab
- update(ClientResearch, boolean) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientResearchManager
- update(Tier) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.ParticleEffect
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Beam
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Blob
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.BlueMagic
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.CycloneBlob
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Dragon
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Electric
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Leaf
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.RedOrbShrinking
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.ShadowBlob
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.Shiny
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SlingRing
- update(ParticleArcanery) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.SmallRising
- update(EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- update(EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Updates the Pokémon client-side.
- update(EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- update(EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Updates the Pokémon client-side.
- update(EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractBaseEntity
-
Updates the Pokémon's attributes client-side.
- update(EnumOldGenMode) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
- update(Boolean) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
- update(Integer) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
- update(Map<Integer, PokedexRegistrationStatus>, Table<Integer, Short, Short>) - Method in class com.pixelmonmod.pixelmon.client.storage.ClientPlayerPokedex
- update(Set<BattleClause>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
- update(GuiGraphics) - Method in class com.pixelmonmod.pixelmon.client.gui.pokedex.AnimationHelper
- update(T) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
The method used for directly setting the stored value to an instance of the type, T, specified by the class
- updateAll() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonResearchStorage
- updateAll() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.ResearchStorage
-
Updates all research data.
- updateAll() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- updateAnimation(IncrementingVariable) - Method in class com.pixelmonmod.pixelmon.client.models.bikes.ModelBike
- updateAnimation(IncrementingVariable) - Method in class com.pixelmonmod.pixelmon.client.models.PixelmonModelSmd
- updateBadgeCase(String, boolean, boolean, EnumBadgeCase, List<ItemStack>, Pokemon[]) - Method in class com.pixelmonmod.pixelmon.client.gui.badgecase.BadgeCaseScreen
- updateBattleDamage(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Updates the client with changes to the Pokémon's health in battle.
- UpdateBattleQueryRulesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Updates the state of the battle rules screen.
- UpdateBattleQueryRulesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateBattleQueryRulesPacket
-
Empty constructor for packet registration.
- UpdateBattleQueryRulesPacket(EnumRulesGuiState) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateBattleQueryRulesPacket
-
Initializes a packet.
- updateBattles() - Static method in class com.pixelmonmod.pixelmon.battles.BattleRegistry
- updateBattlingPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
-
Updates the opponent's Pokémon client-side.
- updateBattlingPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
- updateBox(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- UpdateClientEditingStatuePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor
- UpdateClientEditingStatuePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.UpdateClientEditingStatuePacket
- UpdateClientEditingStatuePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.UpdateClientEditingStatuePacket
- UpdateClientPlayerDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage
-
Created by clienthax on 27/4/2015.
- UpdateClientPlayerDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- UpdateClientPlayerDataPacket(EnumMegaItem) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- UpdateClientPlayerDataPacket(EnumTrainerCardColor) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- UpdateClientPlayerDataPacket(BigDecimal) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- UpdateClientPlayerDataPacket(ItemStack) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket
- UpdateClientPlayerDataPacket.ClientDataType - Enum Class in com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage
- UpdateClientRulesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules
-
Updates a client with the current set of custom battle rules.
- UpdateClientRulesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.rules.UpdateClientRulesPacket
- updateClientTradeData(ServerPlayer, TradePair, NPC) - Static method in class com.pixelmonmod.pixelmon.api.trading.NPCTrades
- updateControlFlags() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- updateData(PixelExtrasData, int) - Static method in class com.pixelmonmod.pixelmon.storage.extras.ExtrasContact
- UpdateDayCareBoxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- UpdateDayCareBoxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareBoxPacket
- UpdateDayCareBoxPacket(DayCareBox) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareBoxPacket
- UpdateDayCareHistoryPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- UpdateDayCareHistoryPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareHistoryPacket
- UpdateDayCareHistoryPacket(List<PokemonBase>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.UpdateDayCareHistoryPacket
- updateDespawn() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
- updateDimensionAndEntityID(ResourceKey<Level>, int) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- UpdateEditedPartyPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Updates a party server-side.
- UpdateEditedPartyPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
Empty constructor for packet registration.
- UpdateEditedPartyPacket(List<Pokemon>) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPartyPacket
-
Initializes a packet.
- updateEditedPlayer(ServerPlayer, UUID) - Static method in class com.pixelmonmod.pixelmon.items.PokemonEditorItem
-
Updates the player using the Pokémon editor.
- UpdateEditedPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Sends edited Pokémon data to the server.
- UpdateEditedPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
- UpdateEditedPokemonPacket(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
-
Initializes an update packet.
- UpdateEditedPokemonPacket(Pokemon, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
-
Initializes an update packet.
- updateEntityActionStateAlt() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractInteractionsEntity
- UpdateEntityPropertiesPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- UpdateEntityPropertiesPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateEntityPropertiesPacket
- UpdateEntityPropertiesPacket(NPC, EntityProperties) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateEntityPropertiesPacket
- UpdateEntityPropertiesPacket(UUID, EntityProperties) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateEntityPropertiesPacket
- updateExpToNextLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Updates the amount of experience between the current and next levels.
- updateExpToNextLevel() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.TempBattlePokemonLevel
- updateFormChange(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Updates the battle GUI when a Pokémon changes form.
- updateFormChange(PixelmonEntity) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Updates the battle GUI when a Pokémon changes form.
- updateFromServer(ServerConfigListPacket) - Static method in class com.pixelmonmod.pixelmon.api.config.PixelmonServerConfig
- updateHealth() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Bounds checks the Pokémon's health and updates it client-side.
- updateHeight - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.ChatExtensionScreen
- updateHistory(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Tries to find the Pokémon in the history and then update it.
- updateHPIncrease() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Updates Pokémon in battle.
- UpdateInteractionDataPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction
- UpdateInteractionDataPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- UpdateInteractionDataPacket(NPC) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- UpdateInteractionDataPacket(UUID, InteractionSetData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.interaction.UpdateInteractionDataPacket
- updateInvisibilityStatus() - Method in class com.pixelmonmod.pixelmon.entities.DenEntity
- updateLastFaintedTurn() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- updateLevelUp(PixelmonStatsData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- updateLevelUp(PixelmonStatsData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Updates the Pokémon when it levels up.
- updateLevelUp(PixelmonStatsData) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- UpdateMovesetPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Updates the client on the moveset of a pokemon.
- UpdateMovesetPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateMovesetPacket
- UpdateMovesetPacket(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateMovesetPacket
- updateName(PCBox) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- UpdateNamePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- UpdateNamePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateNamePacket
- UpdateNamePacket(NPC, Component) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateNamePacket
- UpdateNamePacket(UUID, Component) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateNamePacket
- updateNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- updateNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- updateNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- updateNetworkServers(List<LanServer>) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- updateOnlineServers(ExtendedServerList) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList
- updateOpponentPokemon() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PlayerParticipant
-
Updates the player's opponents client-side.
- updatePartyCache() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Updates the cache of pokemonLevel data in the storage.
- updatePassenger(Entity, Vector3f) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementBase
- updatePassenger(Entity, Vector3f) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementFlying
- updatePassenger(Entity, Vector3f) - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.movement.PixelmonMovementGround
- UpdatePixelmonMovementPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- UpdatePixelmonMovementPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdatePixelmonMovementPacket
- UpdatePixelmonMovementPacket(AbstractMovesEntity) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdatePixelmonMovementPacket
- updatePlayer() - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Sends an update packet to the client of the player to update any local references to their balance Sends them the amount returned by
BankAccount.getBalance()
- updatePlayer(BigDecimal) - Method in interface com.pixelmonmod.pixelmon.api.economy.BankAccount
-
Sends an update packet to the client of the player to update any local references to their balance
- updatePlayer(ServerPlayer, Pokemon, int) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- updatePlayerCatchingCharm(ServerPlayer, EnumFeatureState) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePlayerExpCharm(ServerPlayer, EnumFeatureState) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePlayerHweenRobe(ServerPlayer, EnumFeatureState) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePlayerMarkCharm(ServerPlayer, EnumFeatureState) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePlayerMegaItem(ServerPlayer, EnumMegaItem) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePlayerMegaItemsUnlocked(ServerPlayer, EnumMegaItemsUnlocked) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePlayerOvalCharm(ServerPlayer, EnumFeatureState) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePlayerPokeballs(ServerPlayer, Pokemon[]) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- UpdatePlayerPokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Updates a player's edited Pokémon server-side.
- UpdatePlayerPokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPokemonPacket
-
Empty constructor for packet registration.
- UpdatePlayerPokemonPacket(Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPokemonPacket
-
Initializes an update packet.
- UpdatePlayerPokemonPacket(Pokemon, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdatePlayerPokemonPacket
-
Initializes a packet.
- updatePlayerShinyCharm(ServerPlayer, EnumFeatureState) - Static method in class com.pixelmonmod.pixelmon.listener.EntityPlayerExtension
- updatePokemon(int, Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- updatePokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- updatePokemon(Pokemon, int) - Method in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.PokemonEditorTeamScreen
- updatePokemon(UpdateEditedPokemonPacket, ServerPlayer, PartyStorage) - Static method in class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateEditedPokemonPacket
-
Updates a Pokémon server-side.
- updatePoseStack(PoseStack) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- updatePosition() - Method in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
- updatePosition() - Method in class com.pixelmonmod.pixelmon.client.camera.movement.PlayerControlledMovement
- updatePosition(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton
- updatePosition(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageButton
- updatePosition(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ImageClickableButton
- updatePosition(int, int) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.TabCompleteTextField
- updatePOV() - Static method in class com.pixelmonmod.pixelmon.client.listener.EscapeRopeClient
- UpdateRaidCatchPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.raids
- UpdateRaidCatchPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.UpdateRaidCatchPacket
- UpdateRaidCatchPacket(int, boolean) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.raids.UpdateRaidCatchPacket
- updateRaidShields(int) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- updateRedstone() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- updateRemovedPokemon(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Updates players when a Pokémon is removed from battle and not replaced.
- UpdateRenderingHandlerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc
- UpdateRenderingHandlerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateRenderingHandlerPacket
- UpdateRenderingHandlerPacket(NPC, RenderingHandler) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateRenderingHandlerPacket
- UpdateRenderingHandlerPacket(UUID, RenderingHandler) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.entity.npc.UpdateRenderingHandlerPacket
- updateRenderScreen() - Static method in class com.pixelmonmod.pixelmon.entities.npcs.NPCClientUpdater
- updateRotation() - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- updateSelected(int) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- updateSelected(int, Point) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListScreen
- updateSelf(PixelExtrasData, boolean, Consumer<PixelExtrasData>) - Static method in class com.pixelmonmod.pixelmon.storage.extras.ExtrasContact
- UpdateServerCardRecordPacket - Class in com.pixelmonmod.tcg.network.packets.battles
- UpdateServerCardRecordPacket() - Constructor for class com.pixelmonmod.tcg.network.packets.battles.UpdateServerCardRecordPacket
- UpdateServerCardRecordPacket(BlockPos, BoardLocation, int, ImmutableCard, int) - Constructor for class com.pixelmonmod.tcg.network.packets.battles.UpdateServerCardRecordPacket
- updateServerCosmetics(Set<ServerCosmetics>) - Method in class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData
- updateServerList() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomServerSelectionList.OnlineServerEntry
- updateServerList(ExtendedServerList) - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.screen.CustomMultiplayerScreen
- updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- updateShape(BlockState, Direction, BlockState, LevelAccessor, BlockPos, BlockPos) - Method in class com.pixelmonmod.pixelmon.blocks.OrbBlock
- updateSignal() - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.MysteryBoxTileEntity
- updateSingleCurryData(EnumCurryKey, EnumBerryFlavor, EnumCurryRating) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- updateSingleCurryData(EnumCurryKey, EnumBerryFlavor, EnumCurryRating) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- updateSinglePokemon(ServerPlayer, PartyStorage, int) - Static method in class com.pixelmonmod.pixelmon.items.PokemonEditorItem
-
Updates a single Pokémon in the Pokémon editor GUI.
- UpdateSinglePokemonPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor
-
Updates a single Pokémon in the Pokémon editor.
- UpdateSinglePokemonPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateSinglePokemonPacket
-
Empty constructor for packet registration.
- UpdateSinglePokemonPacket(int, Pokemon) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pokemoneditor.UpdateSinglePokemonPacket
-
Initializes an update packet.
- updateSize() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- updateSize() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.StatueEntity
- UpdateSpawnerPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
- UpdateSpawnerPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdateSpawnerPacket
- UpdateSpawnerPacket(PixelmonSpawnerData) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UpdateSpawnerPacket
- updateSprite(ItemStack) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.SpriteItemHelper
-
Updates a SpriteItem ItemStack to have a default form/palette if they are missing on serverside
- UpdateSpriteItemRequestPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem
- UpdateSpriteItemRequestPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem.UpdateSpriteItemRequestPacket
- UpdateSpriteItemRequestPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.spriteItem.UpdateSpriteItemRequestPacket
- updateStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.DelegateLink
- updateStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.PokemonLink
-
Updates the Pokémon's stats client-side.
- updateStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
- updateStats() - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Updates a Pokémon's stats client-side.
- updateStats() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractHasStatsEntity
-
Updates the Pokémon's stats client-side.
- updateStorage(PCStorage) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonScreen
- UpdateTerrainPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Updates the client of the current battle terrain.
- UpdateTerrainPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTerrainPacket
- UpdateTerrainPacket(StatusType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTerrainPacket
- updateTicksTillEncounter() - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
-
Ticks the number of ticks until Pixelmon grass spawns a Pokémon against the player.
- updateTileEntity(Level) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonSpawnerData
- updateToolbar() - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- updateTransformed() - Method in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
-
Updates all clients with the transformation of the Pokémon.
- UpdateTurnPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Updates the client of the current turn ordinal.
- UpdateTurnPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTurnPacket
- UpdateTurnPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateTurnPacket
- updateTurnZero() - Method in class com.pixelmonmod.pixelmon.battles.controller.BattleController
-
Updates the battle every tick.
- updateWallpaper(PCBox) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- updateWallpaper(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.client.gui.pc.BoxListPCScreen
- UpdateWeatherPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Updates the client of the current battle weather.
- UpdateWeatherPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateWeatherPacket
- UpdateWeatherPacket(StatusType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UpdateWeatherPacket
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.rules.ClauseListScreen
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.MoveListScreen
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.chooseMoveset.TutorListScreen
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.CollapsibleWidget
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.DropDownWidget
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.spawner.PokemonListScreen
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.ContextMenu
- updateWidgetNarration(NarrationElementOutput) - Method in class com.pixelmonmod.pixelmon.client.gui.widgets.LabelWidget
- UpdatingImageButton - Class in com.pixelmonmod.pixelmon.client.gui.widgets
- UpdatingImageButton(int, int, int, int, int, Supplier<ResourceLocation>, float, float, float, Button.OnPress) - Constructor for class com.pixelmonmod.pixelmon.client.gui.widgets.UpdatingImageButton
- upGrade - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- upload(String, String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper
- UPPER_HAND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- UpperHand - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Fails if used against a status or non-priority damaging move, or if they have already moved
- UpperHand - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- UpperHand() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.UpperHand
- Uproar - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn
-
Lasts 3 turns and prevents sleep while active.
- Uproar - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Uproar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Uproar - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Uproar() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Uproar
- UPROAR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- uproarActive(PixelmonWrapper) - Static method in class com.pixelmonmod.pixelmon.battles.status.Sleep
-
Checks if any Pokémon in battle are using Uproar.
- UproarStatus - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents Pokémon from sleeping.
- UproarStatus() - Constructor for class com.pixelmonmod.pixelmon.battles.status.UproarStatus
-
Initializes the status.
- UPSIDE_DOWN - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- UPSIDE_DOWN - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- UPSIDE_DOWN - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- url() - Method in record class com.pixelmonmod.pixelmon.api.storage.supplier.PokePasteTeamSupplier
-
Returns the value of the
url
record component. - url() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.PlayerSkinURLTextureProvider
-
Returns the value of the
url
record component. - url() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
-
Returns the value of the
url
record component. - url(String, ResourceLocation) - Static method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
Crates a URL texture provider
- urlField - Variable in class com.pixelmonmod.pixelmon.client.gui.pokemoneditor.ReadPokePasteScreenOld
- URLTextureProvider - Record Class in com.pixelmonmod.pixelmon.api.texture.type
-
The URL texture provider that takes a URL, downloads the image, adds it to the resource manager and stores it at the provided target location
- URLTextureProvider(String, ResourceLocation) - Constructor for record class com.pixelmonmod.pixelmon.api.texture.type.URLTextureProvider
-
Creates an instance of a
URLTextureProvider
record class. - URSALUNA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- URSALUNA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- URSALUNA_BLOODMOON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- URSARING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- URSARING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- URSHIFU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- use(PixelmonWrapper, PixelmonWrapper, MoveResults) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
- use(PixelmonWrapper, PixelmonWrapper, MoveResults, ZMove) - Method in class com.pixelmonmod.pixelmon.battles.attacks.Attack
-
Executes the attack.
- use(Player) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.HealerTileEntity
-
Starts the healer when a player uses it.
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.ApricornLeavesBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.BerryLeavesBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.MailBoxBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ArmchairBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BoxBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.ClockBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.EndTableBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.TrashCanBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CloningMachineBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.CookingPotBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ElevatorBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilCleanerBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.FossilMachineBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.HealerBlock
-
Called on block activate (when the player right clicks the block) If they own the healer (or it has no owner) and click with a dye item then it will change the colour of the healer Otherwise it heals their pokemon
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.InfuserBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.MowerBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PCBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TimespaceAltarBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.TradeMachineBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.BlockGenericSittableModelMultiblock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.CouchBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FossilDisplayBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.FridgeBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.LargeTVBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.OldTVBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.SmallTVBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.multi.TreeBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.PokeChestBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.PokeGiftEventBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.PokeStopBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.pixelmon.blocks.spawning.PixelmonSpawnerBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.tcg.block.BattleControllerBlock
- use(BlockState, Level, BlockPos, Player, InteractionHand, BlockHitResult) - Method in class com.pixelmonmod.tcg.block.BattleSpectatorBlock
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.AzureFluteItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.BadgeItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.CameraItem
-
Right-click.
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.CurryDexItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.EscapeRopeItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.ExpAllItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.FishingLogItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.FishingRodItem
-
Called whenever this item is equipped and the right mouse button is pressed.
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.FluteItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.GiftItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MailItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.ItemFinderItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.KeyItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicineItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBoatItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.PixelmonChestBoatItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.PokemonEditorItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.RepelItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.ReviveItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.SacredAshItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.ShrineOrbItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.SpawnDenItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.SpawnGrottoItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.TeleporterItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.pixelmon.items.WaterFloatItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.tcg.item.BinderItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.tcg.item.CardItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.tcg.item.CompendiumItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.tcg.item.DeckItem
- use(Level, Player, InteractionHand) - Method in class com.pixelmonmod.tcg.item.PackItem
- Use(BattleController, PixelmonWrapper, PixelmonWrapper, ImmutableAttack, double, boolean) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Use
- Use(ServerPlayer, PokeStopTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.PokeStopEvent.Use
- USE_BAG - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- USE_BATTLE_ITEM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- USE_LURE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- UseAbility - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
- useAmbientOcclusion() - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- useAmbientOcclusion() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- useAmbientOcclusion() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- useAmbientOcclusion() - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- useAmbientOcclusion() - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
- useAttack() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Uses an attack and processes the results of the attack.
- useAttack(boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Uses an attack and processes the results of the attack.
- UseAttack - Enum constant in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
- useAttackOnly() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Uses an attack without doing anything else.
- UseBattleItemEvent - Class in com.pixelmonmod.pixelmon.api.events.battles
-
Event fired when an item is about to be used in battle.
- UseBattleItemEvent(PixelmonWrapper, PixelmonWrapper, ItemStack, int) - Constructor for class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
- UseBattleItemInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- UseBattleItemInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.UseBattleItemInteractionEvent
- useBlackFlute(long) - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- useCurry(ItemStack, PokemonLink) - Method in class com.pixelmonmod.pixelmon.items.CurryDishItem
- useCustomGUIDefaultResult() - Method in class com.pixelmonmod.tcg.duel.state.PlayerServerState
- USED - Static variable in class com.pixelmonmod.pixelmon.blocks.machines.IlexShrineBlock
- USED - Static variable in class com.pixelmonmod.pixelmon.blocks.machines.ShrineBlock
- usedInBattle - Variable in class com.pixelmonmod.pixelmon.api.events.ThrowPokeballEvent
-
Whether or not the ball was thrown from in battle
- usedMoves - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The moves used by the Pokémon since it last entered battle.
- usedOncePerTurn() - Method in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- usedOncePerTurn() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationLeapForward
- usedOncePerTurn() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- usedOncePerTurn() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationStationary
- usedOncePerTurn() - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationVerticalStomp
- usedZ - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- usedZMove - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
- useElixir(PokemonLink) - Method in class com.pixelmonmod.pixelmon.items.ElixirItem
-
Uses the item on a Pokémon.
- useEther(PokemonLink, int) - Method in class com.pixelmonmod.pixelmon.items.EtherItem
-
Uses the item on a Pokémon.
- UseEtherPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Restores a Pokémon's PP.
- UseEtherPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseEtherPacket
-
Empty constructor for packet registration.
- UseEtherPacket(int, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseEtherPacket
-
Initializes an Ether packet.
- useExternalMove() - Method in class com.pixelmonmod.pixelmon.client.keybindings.UseMoveSkillKey
-
Attempts to order the selected Pokémon to use an external move.
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.BattleItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryGinemaItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryJuiceItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryRestoreHPItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryStatusItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.MentalHerbItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.heldItems.WhiteHerbItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
Uses the item in battle.
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBallItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.items.ElixirItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.items.EtherItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryLeppaItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicineItem
- useFromBag(PixelmonWrapper, PixelmonWrapper, ItemStack, int) - Method in class com.pixelmonmod.pixelmon.items.PixelmonItem
-
Uses the item in battle.
- useItem() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Uses an item on the Pokémon.
- useItem(ItemMenuButton) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- UseItemPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Updates using up an item client-side.
- UseItemPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseItemPacket
-
Initializes an empty packet.
- UseItemPacket(Item) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseItemPacket
-
Initializes a packet.
- UseLureInteractionEvent - Class in com.pixelmonmod.pixelmon.api.npc.interaction.event.type
- UseLureInteractionEvent() - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.event.type.UseLureInteractionEvent
- useMedicine(PokemonLink) - Method in interface com.pixelmonmod.pixelmon.items.IMedicine
- useMedicine(PokemonLink, double) - Method in interface com.pixelmonmod.pixelmon.items.IMedicine
-
Heals the Pokémon with the item.
- useMedicine(PokemonLink, double) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicinePotion
- useMedicine(PokemonLink, double) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicineRevive
- useMedicine(PokemonLink, double) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicineStatus
- useMedicine(PokemonLink, int) - Method in class com.pixelmonmod.pixelmon.items.medicine.MedicineItem
-
Uses the medicine on a Pokémon.
- UseMoveSkillEvent - Class in com.pixelmonmod.pixelmon.api.events.moveskills
-
Event fired when any move skill is used.
- UseMoveSkillEvent(PixelmonEntity, MoveSkill, Object) - Constructor for class com.pixelmonmod.pixelmon.api.events.moveskills.UseMoveSkillEvent
- UseMoveSkillKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
Orders the selected Pokémon to use an external move.
- UseMoveSkillKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.UseMoveSkillKey
- useMoveSkillKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for using a move skill.
- UseMoveSkillPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills
- UseMoveSkillPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
- UseMoveSkillPacket(int, MoveSkill) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
-
Initializes a packet to use a move skill that has no target.
- UseMoveSkillPacket(int, MoveSkill, int, MoveSkill.TargetType) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
-
Initializes a packet to use a move skill that has an entity target.
- UseMoveSkillPacket(int, MoveSkill, BlockPos, Direction) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.moveskills.UseMoveSkillPacket
-
Initializes a packet to use a move skill that has a block target.
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.ApricornItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.BikeItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.ChiselItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.GracideaItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.heldItems.AmuletCoinItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BerryItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.heldItems.BrightPowderItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.heldItems.IncensePowerIncreaseItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.heldItems.LaggingTailItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.heldItems.OrbItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.IncenseBurnerItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.IsiHourglassItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.NPCEditorItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.PaintingItem
-
Called when a Block is right-clicked with this Item
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.PixelmonBlockItem
-
Callback for item usage.
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.ScrollItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.ShardItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.tools.GenericAxe
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.tools.GenericHammer
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.tools.GenericHoe
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.tools.GenericPickaxe
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.tools.GenericShovel
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.tools.GenericSword
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.TumblestoneItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.WailmerPailItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.WaterFloatItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.tcg.item.DeckItem
- useOn(UseOnContext) - Method in class com.pixelmonmod.tcg.item.RulebookItem
- useOnEntity(PixelmonEntity, Player) - Method in class com.pixelmonmod.pixelmon.items.AbilityCapsuleItem
-
Uses the Ability Capsule on a Pokémon.
- useOnEntity(PixelmonEntity, Player) - Method in class com.pixelmonmod.pixelmon.items.AbilityPatchItem
-
Uses the Ability Patch on a Pokémon.
- usePP() - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Gets whether this move skill will consume PP or not.
- usePP(boolean) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
-
Sets whether this move skill should consume PP or not.
- user - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- user - Variable in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent
-
The user of the attack.
- user - Variable in class com.pixelmonmod.pixelmon.api.events.battles.UseBattleItemEvent
- user - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The Pokémon using the move.
- user - Variable in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
- user - Variable in class com.pixelmonmod.pixelmon.battles.status.Sport
-
The user of the move.
- user - Variable in class com.pixelmonmod.pixelmon.client.gui.trainerCard.TrainerCardScreen
- User - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
- user1 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- user2 - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.TradeMachineTileEntity
- useRandomForNumberBetween(Random, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Using a specified random stream, returns a random float between min and max, inclusive.
- useRandomForNumberBetween(Random, int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Using a specified random stream, returns a random int between min and max, inclusive.
- useRandomForNumberBetween(RandomSource, float, float) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Using a specified random stream, returns a random float between min and max, inclusive.
- useRandomForNumberBetween(RandomSource, int, int) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.RandomHelper
-
Using a specified random stream, returns a random int between min and max, inclusive.
- UseRevivePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers
-
Attempts to use a Revive on the selected Pokémon.
- UseRevivePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UseRevivePacket
-
Empty constructor for packet registration.
- UseRevivePacket(UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.UseRevivePacket
-
Initializes a Revive packet.
- userPos - Variable in class com.pixelmonmod.pixelmon.api.attackAnimations.AttackAnimation
- userVelocityX - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- userVelocityZ - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- usesBlockLight() - Method in class com.pixelmonmod.pixelmon.client.models.items.GuiOnlyBakedItemModel
- usesBlockLight() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallItemModel
- usesBlockLight() - Method in class com.pixelmonmod.pixelmon.client.models.items.PokeBallLidItemModel
- usesBlockLight() - Method in class com.pixelmonmod.pixelmon.client.models.items.SpriteItemModel
- usesBlockLight() - Method in class com.pixelmonmod.pixelmon.client.render.item.ItemRendererShrineOrb
- usesGen8Features(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.config.GeneralConfig
- useShapeForLightOcclusion(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.FallenLeafBlock
- useShapeForLightOcclusion(BlockState) - Method in class com.pixelmonmod.pixelmon.blocks.ultraspace.UltraForestFlowerBlock
- useSlider() - Element in annotation interface com.pixelmonmod.pixelmon.api.config.api.ui.ConfigSetting
- useTempAttack(Attack) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Used if the attack used was called by another attack.
- useTempAttack(Attack, PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Used if the attack used was called by another attack.
- useTempAttack(Attack, List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Used if the attack used was called by another attack.
- useTempAttack(Attack, List<PixelmonWrapper>, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Used if the attack used was called by another attack.
- useTempAttack(Attack, List<PixelmonWrapper>, boolean, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Used if the attack used was called by another attack.
- useTexture() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- useTheLastUsedItem() - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.bag.ChooseBag
- useWhiteFlute(long) - Method in class com.pixelmonmod.pixelmon.api.storage.TransientData
- useZMove() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
-
Causes the pokemon to use a Z-Move if possible
- useZMove(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.TestParticipant
- UseZMovePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.battles
-
Registers a player's use of a Z-Move in the battle.
- UseZMovePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.UseZMovePacket
- usingFallback() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- usingFallback() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelLocator
- usingFallback() - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.PaletteProperties
- usingFallback() - Method in interface com.pixelmonmod.pixelmon.api.texture.TextureProvider
-
If the texture being used is a default resource because the real resource could not be found in the files
Should default to false - usingFallback() - Method in record class com.pixelmonmod.pixelmon.api.texture.type.FallbackTextureProvider
- usingFallback() - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- usingFallback(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- usingResource(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- usingStruggle(PixelmonClientData, ChooseAttack.MoveButton) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack
- usingZ - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether or not the Pokémon is using a Z-Move.
- usingZPower - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- UTILITY - Static variable in class com.pixelmonmod.pixelmon.init.registry.CreativeModeTabRegistration
- UTurn - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- UTurnTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- UTurnTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.UTurnTests
- UU - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleTierRegistry
- uuid - Variable in class com.pixelmonmod.pixelmon.api.events.PokedexEvent
- uuid - Variable in class com.pixelmonmod.pixelmon.api.events.storage.BoxCountCalculateEvent
- uuid - Variable in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
The player who this Pokédex keeps track of.
- uuid - Variable in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- uuid - Variable in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
- uuid - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- uuid - Variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- uuid - Variable in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- uuid() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.DialogueButton
-
Returns the value of the
uuid
record component. - uuid() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- uuid() - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Returns the value of the
uuid
record component. - uuid() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- uuid() - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- uuid() - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Gets the UUID of this research instance.
- uuid() - Method in record class com.pixelmonmod.pixelmon.client.storage.npc.CopiedNPC
-
Returns the value of the
uuid
record component. - uuid(UUID) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBuilder
-
Sets the UUID Setting to null selects a random UUID
- uuid(UUID) - Method in class com.pixelmonmod.pixelmon.entities.npcs.NPCBuilder
- UUID - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The UUID of the Pokémon
- UUID_KEY - Static variable in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- UUID_TAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.research.impl.PixelmonPlayerResearch
- uv(float, float, float, float) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- uv(int, int, int, int, int) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- UV_START_END - Enum constant in enum class com.pixelmonmod.api.client.screen.widget.misc.Image.DrawMode
- UV_START_SIZE - Enum constant in enum class com.pixelmonmod.api.client.screen.widget.misc.Image.DrawMode
- uvDrawMode(Image.DrawMode) - Method in class com.pixelmonmod.api.client.screen.widget.misc.Image
- UXIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
V
- v - Variable in class com.pixelmonmod.pixelmon.client.models.smd.DeformVertex
- v() - Method in record class com.pixelmonmod.pixelmon.client.models.smd.TextureCoordinate
-
Returns the value of the
v
record component. - V_CREATE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VACUUM_WAVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VacuumWave - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- VALENCIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- VALENTINE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- VALENTINES_HEART - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.WingType
- VALENTINES_WINGS_MODEL - Static variable in class com.pixelmonmod.pixelmon.client.render.layers.LayerWings
- VALID_LAND_AIR_MATERIALS - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- VALID_LAND_FLOOR_MATERIALS - Static variable in class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity
- validate(StoragePosition, UUID) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Validates that the pokemon at the given position has the given UUID
If the pokemon at the given position is null and the given UUID is null, this will return true - validateAction() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- validateArrayNonNull(T[]) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.ArrayHelper
-
Validates that an array and its elements are non-null, and the array is not empty.
- validateDeck(List<ImmutableCard>, int) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- validateDeckInHolder(List<ImmutableCard>) - Static method in class com.pixelmonmod.tcg.api.util.helper.LogicHelper
- validateReach(ServerPlayer, BlockPos) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.BlockHelper
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Checks if the rules allow a Pokémon to be chosen for battle.
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Checks if the rule allows a Pokémon to be chosen for battle.
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.HierarchicalTier
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.tiers.Tier
-
The logic executed here is - When ban is true: if a single spec matches return false (i.e.
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.AbilityClause
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.ItemPreventClause
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalAndBattleClause
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalOrBattleClause
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.MoveClause
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.PokemonBanClause
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.SkyBattleClause
- validateSingle(Pokemon) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.SpeedPassClause
- validateSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AdvancedAI
- validateSwitch(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.AggressiveAI
-
Does any additional checks to see if the switch-in is usable.
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Checks if the rules allow a list of Pokémon to be chosen for battle.
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClause
-
Checks if the rule allows a list of Pokémon to be chosen for battle.
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalAndBattleClause
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalOrBattleClause
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.LogicalOrBattleClauseSingle
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.MaximumOneBatonPass
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.MultipleSpeciesClause
- validateTeam(List<Pokemon>) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.type.NoDuplicateItemClause
- validURL() - Method in class com.pixelmonmod.pixelmon.api.dialogue.InputPattern.Builder
-
Sets the regex to accept only valid URLs.
- ValuableItem - Class in com.pixelmonmod.pixelmon.items
-
Treasure items.
- ValuableItem() - Constructor for class com.pixelmonmod.pixelmon.items.ValuableItem
-
Initializes a valuable item.
- value - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractBooleanPokemonRequirement
- value - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractDoublePokemonRequirement
- value - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractIntegerPokemonRequirement
- value - Variable in class com.pixelmonmod.api.pokemon.requirement.AbstractStringPokemonRequirement
- value - Variable in class com.pixelmonmod.api.pokemon.requirement.GenericBuiltPokemonRequirement
- value - Variable in class com.pixelmonmod.api.pokemon.requirement.impl.PositionRequirement
- value - Variable in class com.pixelmonmod.api.requirement.AbstractBooleanRequirement
- value - Variable in class com.pixelmonmod.api.requirement.AbstractIntegerRequirement
- value - Variable in class com.pixelmonmod.api.requirement.AbstractStringRequirement
- value - Variable in class com.pixelmonmod.api.statue.requirement.AbstractBooleanStatueRequirement
- value - Variable in class com.pixelmonmod.api.statue.requirement.AbstractIntegerStatueRequirement
- value - Variable in class com.pixelmonmod.api.statue.requirement.AbstractStringStatueRequirement
- value - Variable in class com.pixelmonmod.api.statue.requirement.impl.PositionRequirement
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.GreaterThanOrEqualInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeExclusiveInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.InRangeInclusiveInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.LessThanOrEqualInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.math.NumberListContainsInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.text.StringListContainsInteractionCondition
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.block.ConstantBlockStateDataProvider
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.item.ConstantItemStackDataProvider
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.logic.ConstantBooleanDataProvider
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.math.ConstantNumberDataProvider
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.text.ConstantStringDataProvider
- value - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- value - Variable in class com.pixelmonmod.pixelmon.api.selector.type.ConstantSelector
- value - Variable in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- value - Variable in class com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
- value - Variable in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- value - Variable in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- value - Variable in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- value - Variable in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- value - Variable in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
- value - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierBase
- value - Variable in class com.pixelmonmod.pixelmon.battles.attacks.Value
- value - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.helpers.animation.IncrementingVariable
- value() - Element in annotation interface com.pixelmonmod.pixelmon.api.config.api.data.ConfigPath
-
The path of the config
- value() - Element in annotation interface com.pixelmonmod.pixelmon.api.config.api.data.Serializers
- value() - Element in annotation interface com.pixelmonmod.pixelmon.api.config.api.yaml.data.YamlConfigStyle
- value() - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyHolder
-
Returns the value of the
value
record component. - value() - Method in record class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.WeightedObject
-
Returns the value of the
value
record component. - value() - Method in record class com.pixelmonmod.pixelmon.api.ui.InputElementData
-
Returns the value of the
value
record component. - value() - Method in interface com.pixelmonmod.pixelmon.api.ui.InputType
-
The current value of the input
- value() - Method in class com.pixelmonmod.pixelmon.api.ui.type.BooleanInputType
- value() - Method in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- value() - Method in class com.pixelmonmod.pixelmon.api.ui.type.ExpandableListInputType
- value() - Method in class com.pixelmonmod.pixelmon.api.ui.type.ItemStackInputType
- value() - Method in class com.pixelmonmod.pixelmon.api.ui.type.NumberInputType
- value() - Method in class com.pixelmonmod.pixelmon.api.ui.type.RegistryInputType
- value() - Method in class com.pixelmonmod.pixelmon.api.ui.type.TextInputType
- value() - Element in annotation interface com.pixelmonmod.pixelmon.comm.data.PacketInfo
-
The direction of the packet (i.e.
- value() - Element in annotation interface com.pixelmonmod.tcg.network.data.PacketInfo
-
The direction of the packet (i.e.
- Value - Class in com.pixelmonmod.pixelmon.battles.attacks
- Value(int, ValueType) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Value
- Value(Codec<T>, T) - Constructor for class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Value
- Value(String, ValueType) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.Value
- valueOf(boolean) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.TriBoolean
-
Returns the enum constant of this class with the specified name.
- valueOf(boolean) - Static method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.api.client.screen.util.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.api.client.screen.util.Alignment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.api.client.screen.util.Axis
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.api.client.screen.util.MathMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.api.client.screen.widget.misc.Image.DrawMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.AttackCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleForceEndCause
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleResults
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.TeamType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.battles.Terrain
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.config.ForceBattleEndResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.TransactionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.DeleteType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.PositionTriState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.ShrineType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.enums.TriBoolean
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.TargetType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.overlay.notice.EnumOverlayLayout
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.storage.BattlePerspectiveMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.ValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.controller.BattleStage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.BellBlock.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokechestVisibility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.GymSignType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.EnumPokegiftType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity.AreaType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.camera.CameraMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen.EnumLevelStage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.OverlayGraphicType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardJustification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreens
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.starter.MoveDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.starter.StarterScreenPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.widgets.TextAlignment
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen.Mode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.particle.Particles
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket.Change
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket.PacketMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.entities.npcs.registry.EnumBuySell
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity.HookState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.BerryType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.CustomModel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBike
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCheatItemType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumFeatureState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.EvolutionRockType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumBottleCap
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumOrbShard
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.TextJustification
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.enums.TMType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.items.LureItem.LureStrength
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.WingType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardCondition
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardModifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardPowerType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardRarity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.api.card.CardType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.api.card.Energy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.CoinSide
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.HealType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.Phase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.duel.state.GamePhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.network.data.PacketDirection
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
-
Returns the enum constant of this class with the specified name.
- values - Variable in class com.pixelmonmod.pixelmon.api.selector.type.UniformlyRandomSelector
- values - Variable in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.Builder
- values - Variable in class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
- values - Variable in class com.pixelmonmod.pixelmon.api.ui.type.DataProviderInputType
- values() - Static method in enum class com.pixelmonmod.api.client.screen.util.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.api.client.screen.util.Alignment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.api.client.screen.util.Axis
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.api.client.screen.util.MathMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.api.client.screen.widget.misc.Image.DrawMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.AttackCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BagSection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleAIMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleForceEndCause
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleResults
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleStartTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.BattleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.TeamType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.battles.Terrain
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.config.EnumPokelootModes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.config.ForceBattleEndResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.config.PokeLootRate
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.TransactionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.BattleEndTaskType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.DeleteType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.ExperienceGainType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.MovesetGroup
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.PositionTriState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.ShrineType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.enums.TriBoolean
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill.TargetType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.overlay.notice.EnumOverlayLayout
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.ScreenBoardPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokedex.PokedexRegistrationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.ExperienceGroup
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.export.exception.ShowdownFieldType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.InitializeCategory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.Nature
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.PokerusStrain
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.aggression.Aggression
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.gender.Gender
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BaseStatsLearnType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.pokemon.stats.BattleStatsType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.screens.OverlayScreenState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.storage.BattlePerspectiveMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.storage.BattleScreenMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.world.WeatherType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.api.world.WorldTime
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EffectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.EnumEffectType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.Effectiveness
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.modifiers.ModifierType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.attacks.ValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.controller.BattleStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.controller.log.AttackResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.raids.EnumRaidKickReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.BellBlock.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.BlockRotation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumBlockPos
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumDawnDuskOre
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokeChestType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokechestVisibility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.GymSignType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.enums.MultiBlockPosition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock.State
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.EnumPokegiftType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity.AreaType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.ReassemblyUnitTileEntity.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.blocks.tileentity.TimespaceAltarTileEntity.Orb
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.camera.CameraMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.BattleDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleScreen.EnumBattleButton
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.LevelUpScreen.EnumLevelStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.OverlayGraphicType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardJustification
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.custom.overlays.ScoreboardLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.npc.ShopkeeperScreens
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.selectMove.SelectMoveScreen.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.starter.MoveDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.starter.StarterScreenPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.widgets.TextAlignment
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen.Mode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.particle.Particles
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.particle.ParticleSystems
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityOrb.EnumOrbModels
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.data.PacketDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.badgecase.BadgeCaseActionPacket.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.battles.EnumBattleQueryResponse
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.ChangeLurePacket.Change
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.clientStorage.UpdateClientPlayerDataPacket.ClientDataType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.dialogue.DialogueNextActionPacket.DialogueGuiAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumKeyPacketMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.EnumMovementType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.evolution.EvolutionStage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ItemDropMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.itemDrops.ServerItemDropPacket.PacketMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.statueEditor.EnumStatuePacketMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.comm.packetHandlers.trading.EnumServerTradesMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.entities.npcs.registry.EnumBuySell
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.entities.pixelmon.movement.FlyMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity.HookState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.BerryType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.CustomModel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBerryFlavor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBike
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBoundingBoxMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCheatItemType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEncounterMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumFeatureState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiContainer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumKeybinds
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItem
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMegaItemsUnlocked
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumMovement
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumNPCType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPixelmonParticles
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumPokegiftEventType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumShopKeeperType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardUser
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.EvolutionRockType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumTypeEnhancingItems
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumBottleCap
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumCharms
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumFossils
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumOrbShard
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumRodType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.TextJustification
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.enums.TMType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.items.IsiHourglassItem.HourGlassType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.items.LureItem.LureStrength
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.items.RepelItem.EnumRepel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.items.ZygardeCubeItem.CoreType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.MonocleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SashType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.SphealType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.WingType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.api.card.CardCondition
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.api.card.CardModifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.api.card.CardPowerType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.api.card.CardRarity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.api.card.CardType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.api.card.Energy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorDisplay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.client.gui.enums.CardSelectorPurpose
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.client.gui.enums.EnumGui
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.attack.effects.FindPokemonEffect.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.attack.effects.FlipsMultiplyEffect.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.attack.effects.LeechSeedEffect.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.CoinSide
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.DamageBonusType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.EffectLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.attack.enums.HealType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.log.DuelLogType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.Phase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.duel.state.GamePhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.network.data.PacketDirection
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.network.packets.enums.BoardLocation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.network.packets.enums.PhaseAction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.pixelmonmod.tcg.network.packets.GenericGUIPacket.GUITypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values(Function<Button, Float>, double, double, double, double) - Method in class com.pixelmonmod.api.client.screen.widget.input.Button
- ValueType - Enum Class in com.pixelmonmod.pixelmon.battles.attacks
- ValveStudioModel - Class in com.pixelmonmod.pixelmon.client.models.smd
- ValveStudioModel(ModelData, ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- ValveStudioModel(ResourceLocation) - Constructor for class com.pixelmonmod.pixelmon.client.models.smd.ValveStudioModel
- ValveStudioModelLoader - Class in com.pixelmonmod.pixelmon.client.models.smd
-
This loads Valve SMD models via an initialization file with extension '.pqc'.
- vanilla(int, int, int) - Static method in record class com.pixelmonmod.api.client.screen.render.NineSlice
- VANILLA - Static variable in class com.pixelmonmod.api.client.screen.ScreenStyle
- VANILLA_CREAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- VANILLA_NINESLICES - Static variable in class com.pixelmonmod.api.client.screen.ScreenResources
- VANILLISH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VANILLITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VANILLUXE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Vanish - Class in com.pixelmonmod.pixelmon.battles.status
-
Prevents moves from hitting the Pokémon.
- Vanish - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Vanish() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Vanish
-
Initializes the status.
- VAPOREON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VAPOREON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VAPOREON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ServerCosmetics
- VAPOREON_SCARF - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- variable(InputType<T>, Consumer<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.MutableInteractionCondition
- variable(InputType<T>, Consumer<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.MutableDataProvider
- variable(InputType<T>, Consumer<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.MutableInteractionResult
- variable(String, Component, A, Codec<A>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Builder
-
Gives a variable to the data provider.
- variable(String, Component, T, Codec<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Builder
-
Gives a variable to the interaction condition.
- variable(String, Component, T, Codec<T>) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Builder
-
Gives a variable to the interaction result.
- Variable(String, Component, T, Codec<T>, BiFunction<T, Component, InputType<T>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition.Variable
- Variable(String, Component, T, Codec<T>, BiFunction<T, Component, InputType<T>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider.Variable
- Variable(String, Component, T, Codec<T>, BiFunction<T, Component, InputType<T>>) - Constructor for class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult.Variable
- VariableList - Class in com.pixelmonmod.pixelmon.api.util
-
A list of the variables stored for things such as
BuildableInteractionCondition
s - VariableList(List<Object>) - Constructor for class com.pixelmonmod.pixelmon.api.util.VariableList
- VariableParticleEffect - Class in com.pixelmonmod.pixelmon.api.attackAnimations
- VariableParticleEffect(Level, AttackAnimationData) - Constructor for class com.pixelmonmod.pixelmon.api.attackAnimations.VariableParticleEffect
- variables - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.condition.type.BuildableInteractionCondition
- variables - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.provider.type.BuildableDataProvider
- variables - Variable in class com.pixelmonmod.pixelmon.api.npc.interaction.result.BuildableInteractionResult
- variant - Variable in class com.pixelmonmod.pixelmon.battles.status.PartialTrap
-
The move that caused the status.
- variant - Variable in class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
-
The move that caused the status.
- variation - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- VAROOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VAROOM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Vec3fFromStrings(String, String, String) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- Vector3fTypeAdapter - Class in com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters
-
Gson
typeTypeAdapter
for theVec3
class such that it can be converted to and from Json text when loading to/fromSpecies
data. - Vector3fTypeAdapter() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.typeadapters.Vector3fTypeAdapter
- VectorHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
A class containing utility methods for Vectors and Matrices
- VectorHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.VectorHelper
- VEEVEE_VOLLEY - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VELUZA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VELUZA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VENDING_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- VENDING_MACHINES - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- VendingMachineBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- VendingMachineBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineBlock
- VendingMachineScreen - Class in com.pixelmonmod.pixelmon.client.gui.vendingmachine
-
GUI for purchasing from a vending machine.
- VendingMachineScreen(BlockPos) - Constructor for class com.pixelmonmod.pixelmon.client.gui.vendingmachine.VendingMachineScreen
-
Displays the vending machine GUI.
- VendingMachineShop - Class in com.pixelmonmod.pixelmon.blocks.machines
-
Stores data about the items sold by the vending machine.
- VendingMachineShop() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.VendingMachineShop
-
Initializes the vending machine stock.
- VendingMachineTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Jay113355 on 5/12/2017
- VendingMachineTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.VendingMachineTileEntity
- VendingMachineTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.VendingMachineTileEntity
- VENIPEDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VENIPEDE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VENOM_DRENCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VenomDrench - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Lowers attack, Special attack, and speed by one stage for all poisoned targets.
- VenomDrench - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- VenomDrench() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VenomDrench
- VENOMOTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VENOMOTH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VENONAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VENONAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Venoshock - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Doubles in power if the target is poisoned.
- Venoshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Venoshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Venoshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Venoshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Venoshock - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- Venoshock() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Venoshock
- VENOSHOCK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VENUSAUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VENUSAUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- venusaurite - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Mega Evolves Venusaur.
- VER_1 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
Tag for 1st version of a Mega/Gmax.
- VER_2 - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
Tag for 2nd version of a Mega/Gmax.
- VERSION - Static variable in class com.pixelmonmod.pixelmon.Pixelmon
- VersusScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles
-
A screen that displays two players against each other.
- VersusScreen() - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.VersusScreen
-
Initializes a screen.
- vertex() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- vertex() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- vertex(double, double, double, float, float) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- vertex(double, double, double, float, float, float) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- vertex(float, float, float, float, float) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- vertex(float, float, float, float, float, float) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- vertex(float, float, float, float, float, float, float, float, float, int) - Method in class com.pixelmonmod.tcg.duel.BufferBuilderWrapper
- Vertex - Class in com.pixelmonmod.pixelmon.client.models.obj
- Vertex() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- Vertex(float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- Vertex(int, int) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- Vertex(Vertex) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.Vertex
- VertexParser - Class in com.pixelmonmod.pixelmon.client.models.obj.parser.obj
- VertexParser() - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.VertexParser
- VERTICAL_ARROW_CURSOR - Static variable in class com.pixelmonmod.pixelmon.api.util.helpers.CursorHelper
- vertical_tombstone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- VERTICAL_TOMBSTONE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- verticalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner.LegendarySpawnerBuilder
- verticalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.LegendarySpawner
- verticalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- verticalSliceRadius - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- verticalTrackFactor - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner.PlayerTrackingSpawnerBuilder
- verticalTrackFactor - Variable in class com.pixelmonmod.pixelmon.spawning.PlayerTrackingSpawner
- vertices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Group
- vertices - Variable in class com.pixelmonmod.pixelmon.client.models.smd.NormalizedFace
- vertIndices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.Face
- verts - Variable in class com.pixelmonmod.pixelmon.client.models.smd.Bone
- verts - Variable in class com.pixelmonmod.pixelmon.client.models.smd.SmdModel
- VESPIQUEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VESSEL_OF_RUIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- VesselOfRuin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Vessel of Ruin decreases the Special Attack stat of all Pokémon on the field other than the Pokémon with this Ability by 25%.
- VesselOfRuin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.VesselOfRuin
- VIBRAVA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VIBRAVA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VICTINI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VICTINI - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VICTORY - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleResults
- VICTORY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- VICTORY_DANCE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VICTORY_STAR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- VictoryStar - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Raises the accuracy of moves used by the user and its teammates by 10%.
- VictoryStar() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.VictoryStar
- VictoryStarTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- VictoryStarTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.VictoryStarTests
- VICTREEBEL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VICTREEBEL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Viewport - Class in com.pixelmonmod.api.client.screen.widget.design
-
Widget which performs scissor on all of its child widgets.
- Viewport() - Constructor for class com.pixelmonmod.api.client.screen.widget.design.Viewport
- VIGNETTE - Static variable in class com.pixelmonmod.pixelmon.client.gui.ScreenHelper
- VIGOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- VIGOROTH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VIKAVOLT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VILEPLUME - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VILEPLUME - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VillageListener - Class in com.pixelmonmod.pixelmon.listener
- VillageListener() - Constructor for class com.pixelmonmod.pixelmon.listener.VillageListener
- VillagerReplacementLogic - Class in com.pixelmonmod.pixelmon.api.replacement.logic
- VillagerReplacementLogic() - Constructor for class com.pixelmonmod.pixelmon.api.replacement.logic.VillagerReplacementLogic
- vindices - Variable in class com.pixelmonmod.pixelmon.client.models.obj.parser.obj.FaceParser
- VINE_WHIP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VIOLET_RAINDROP - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- VIOLET_SAUCY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- VIRIZION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VISE_GRIP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- visible - Variable in class com.pixelmonmod.tcg.client.gui.base.TCGScreenBase
- visible() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- visible(boolean) - Method in interface com.pixelmonmod.api.client.screen.widget.States
- Visible - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumPokechestVisibility
- visibleInternal() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- visibleInternal() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- visitWidgets(Consumer<AbstractWidget>) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableClipboardSelectionList
- visitWidgets(Consumer<AbstractWidget>) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableResourceLocationSelectionList
- visitWidgets(Consumer<AbstractWidget>) - Method in class com.pixelmonmod.pixelmon.client.gui.npc.widget.SearchableTrackedNPCSelectionList
- VITAL_SPIRIT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- VITAL_THROW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VitalSpirit - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents sleep.
- VitalSpirit() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.VitalSpirit
-
Initializes Vital Spirit.
- vitaminEVs(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Adds EVs to a Pokémon from a vitamin.
- VIVILLON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VIVILLON - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VoidMusicTicker - Class in com.pixelmonmod.pixelmon.client.music
-
As the name suggests, it's a music ticker that does nothing.
- VoidMusicTicker(Minecraft) - Constructor for class com.pixelmonmod.pixelmon.client.music.VoidMusicTicker
- VOLBEAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VOLCANION - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VOLCANION - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Volcano - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- volcano_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- VOLCARONA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VOLCARONA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VOLT_ABSORB - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- Volt_Switch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Volt_Switch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Volt_Switch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- VOLT_SWITCH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VOLT_TACKLE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- VoltAbsorb - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Heals 25% hp when hit by an Electric-type move.
- VoltAbsorb() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.VoltAbsorb
-
Initializes Volt Absorb.
- voltage_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- VoltCrash - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Has a 100% chance of paralyzing all targets.
- VoltCrash() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VoltCrash
- VOLTORB - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VOLTORB - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VoltSwitch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- VoltSwitch - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- VULLABY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- vulnerable() - Method in class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties.Builder
- VULPIX - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- VULPIX - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- VULPIX_ALOLA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
W
- w - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- w - Variable in class com.pixelmonmod.tcg.client.gui.TargetScreen
- WACAN - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- WACAN - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- wacan_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WacanFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- WacanFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WacanFoliagePlacer
- WAILMER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- wailmer_pail - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WailmerPailItem - Class in com.pixelmonmod.pixelmon.items
- WailmerPailItem() - Constructor for class com.pixelmonmod.pixelmon.items.WailmerPailItem
- WAILORD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WAILORD - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- wait - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- wait - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon is currently waiting for other combatants to make a move in battle.
- Wait - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- WAIT - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- WaitAccept - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
- WaitChange - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
- waiting() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.BattleParticipant
- WAITING - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- WaitingScreen - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens
-
Created by Jay113355 on 10/19/2020.
- WaitingScreen(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.screens.WaitingScreen
-
Initializes the battle screen.
- waitingText - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Whether the "waiting" text is visible.
- WaitPropose - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.battles.rules.EnumRulesGuiState
- waitTimer - Variable in class com.pixelmonmod.pixelmon.entities.pokeballs.PokeBallEntity
-
The Poké Ball's animation timer.
- WAKE_UP_SLAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WakeUp - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- WakeUp() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WakeUp
- WakeUpSlap - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
If the target is sleeping, wakes up the target and deals double damage.
- WakeUpSlap() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WakeUpSlap
- WALK - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.smd.AnimationType
- WalkedPokemonListener - Class in com.pixelmonmod.pixelmon.listener
- WalkedPokemonListener() - Constructor for class com.pixelmonmod.pixelmon.listener.WalkedPokemonListener
- WalkingEggHatcher - Class in com.pixelmonmod.pixelmon.api.pokemon.hatch
- WalkingEggHatcher() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.hatch.WalkingEggHatcher
- WalkingModelPredicate - Class in com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type
- WalkingModelPredicate() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.type.WalkingModelPredicate
- WalkingPassiveEffectTicker - Class in com.pixelmonmod.pixelmon.api.pokemon.effects
- WalkingPassiveEffectTicker() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.effects.WalkingPassiveEffectTicker
- WalkingPassiveHealingTicker - Class in com.pixelmonmod.pixelmon.api.pokemon.healing
- WalkingPassiveHealingTicker() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.healing.WalkingPassiveHealingTicker
- WALKINGWAKE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WALKINGWAKE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WALKS_ON_LAVA - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for if a form can walk on lava.
- WALKS_ON_WATER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.species.tags.Tags
-
The tag for if a form can walk on water.
- WALL - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.GymSignType
- WALL_GYM_SIGNS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- WALL_POSITION_OFFSET - Static variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGymSign
- WALL_SHAPE_EAST - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- WALL_SHAPE_NORTH - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- WALL_SHAPE_SOUTH - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- WALL_SHAPE_WEST - Static variable in class com.pixelmonmod.pixelmon.blocks.furniture.GymSignBlock
- wallpaper - Variable in class com.pixelmonmod.pixelmon.api.storage.PCBox
- WallpaperSelect - Enum constant in enum class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar.ToolbarButtons
- WallpapersListener - Class in com.pixelmonmod.pixelmon.client.listener
-
This class keeps track of all the wallpapers from all the resource pack.
- WallpapersListener() - Constructor for class com.pixelmonmod.pixelmon.client.listener.WallpapersListener
- WALREIN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WALREIN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Wander - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
- WanderAndEngage - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerAI
- WanderGoal - Class in com.pixelmonmod.pixelmon.ai
-
AI for entities that wander randomly.
- WanderGoal(PathfinderMob) - Constructor for class com.pixelmonmod.pixelmon.ai.WanderGoal
-
Initializes an AI.
- WANDERING_SPIRIT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WanderingSpirit - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Switches abilities with a Pokemon that hits it with a contact move
- WanderingSpirit() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WanderingSpirit
- WanderingSpiritTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- WanderingSpiritTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.WanderingSpiritTests
- WarningScreen<Parent extends net.minecraft.client.gui.screens.Screen> - Class in com.pixelmonmod.pixelmon.client.gui
-
Warning/confirmation screen.
- WarningScreen(Parent) - Constructor for class com.pixelmonmod.pixelmon.client.gui.WarningScreen
- warp_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- WARP_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- WARP_PLATE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- WarpPlateBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Warps an entity to a command-defined location.
- WarpPlateBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.WarpPlateBlock
-
Initializes the warp plate block.
- WarpPlateCommand - Class in com.pixelmonmod.pixelmon.command.impl
-
Sets a warp plate's warp location to a specified location.
- WarpPlateCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.WarpPlateCommand
- WarpPlateEvent - Class in com.pixelmonmod.pixelmon.api.events.blocks
-
Created by Jay113355 on 8/12/2020.
- WarpPlateEvent(Entity, BlockPos) - Constructor for class com.pixelmonmod.pixelmon.api.events.blocks.WarpPlateEvent
- WarpPlateTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by clienthax on 19/7/2015.
- WarpPlateTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- WarpPlateTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.WarpPlateTileEntity
- WARTORTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WARTORTLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- wasCrit - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.AngerPoint
- wasCuredOfStatus() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Post
- wasDisplay - Variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.RemoveRibbon
- wasDisplayed() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.event.RibbonEvent.RemoveRibbon
-
If the ribbon was previously displayed and hence the Pokemon's display ribbon is being removed
- wasError() - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Checks if the attempt to parse had an error
- wasExceptional() - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Checks if the attempt to parse had an exception
- wasExploded(Level, BlockPos, Explosion) - Method in class com.pixelmonmod.pixelmon.blocks.furniture.BenchBlock
- wasExploded(Level, BlockPos, Explosion) - Method in class com.pixelmonmod.pixelmon.blocks.GenericRotatableSittableModelBlock
- wasFishing - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.PixelmonEntity
-
Whether the pokemon was spawned via fishing.
- WASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- wasHealed() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Post
- washing_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- WASHING_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- WASHING_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.ContainerRegistration
- WASHING_MACHINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- WashingMachineBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- WashingMachineBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.WashingMachineBlock
- WashingMachineContainer - Class in com.pixelmonmod.pixelmon.client.gui.machines.washingmachine
- WashingMachineContainer(int, Inventory, WashingMachineTileEntity) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
- WashingMachineContainer(int, Inventory, FriendlyByteBuf) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineContainer
- WashingMachineScreen - Class in com.pixelmonmod.pixelmon.client.gui.machines.washingmachine
- WashingMachineScreen(WashingMachineContainer, Inventory, Component) - Constructor for class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineScreen
- WashingMachineTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
- WashingMachineTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- WashingMachineTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.WashingMachineTileEntity
- wasLeftClick() - Method in class com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Interact
- wasRevived() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Post
- wasRightClick() - Method in class com.pixelmonmod.pixelmon.api.events.raids.DenEvent.Interact
- wasSuccess() - Method in class com.pixelmonmod.api.parsing.ParseAttempt
-
Checks if the attempt to parse was successful
This will return false if there was a syntax error, and you can find the reason for the failure inParseAttempt.getError()
or inParseAttempt.getException()
- wasSuccessful() - Method in class com.pixelmonmod.pixelmon.api.events.blocks.TumblestoneBlockEvent.PostCooldownEnd
-
If the block successfully returned to the "base" state or not
- WATCHOG - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WATCHOG - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Water - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TerrainExamine.TerrainType
- WATER - Enum constant in enum class com.pixelmonmod.pixelmon.api.pokemon.Element
- WATER - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.tileentity.PixelmonSpawnerTileEntity.AreaType
- WATER - Enum constant in enum class com.pixelmonmod.pixelmon.client.particle.particles.AttackEffect.EnumParticleTexture
- WATER - Enum constant in enum class com.pixelmonmod.pixelmon.entities.SpawnLocationType
- WATER - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureType
- WATER - Enum constant in enum class com.pixelmonmod.tcg.api.card.Energy
- WATER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- WATER - Static variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.LocationType
- WATER - Static variable in class com.pixelmonmod.tcg.api.accessors.CardBacks
- WATER_ABSORB - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- water_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WATER_BUBBLE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WATER_COMPACTION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WATER_FLOAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- WATER_FLOATS - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- water_gem - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Water_Gun - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- WATER_GUN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- water_memory - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
Changes Silvally's type to Water.
- WATER_ONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- WATER_ONE_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- WATER_PLEDGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Water_Pulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen3TechnicalMachines
- Water_Pulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- WATER_PULSE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WATER_SHURIKEN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WATER_SPORT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WATER_SPOUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- water_stone - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_axe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_boots - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_chestplate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_helmet - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_hoe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_leggings - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_ore - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- WATER_STONE_ORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- water_stone_pickaxe - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_shovel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- water_stone_sword - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WATER_THREE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- WATER_THREE_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- WATER_TWO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- WATER_TWO_KEY - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonEggGroups
- WATER_VEIL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WaterAbsorb - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Heals the Pokémon by 25% of its maximum hp when hit by a Water-type move.
- WaterAbsorb() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterAbsorb
-
Initializes Water Absorb.
- WaterBubble - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- WaterBubble() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterBubble
- WaterCompaction - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
- WaterCompaction() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterCompaction
- waterdude - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- WATERDUDE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- waterdude_wishing_piece - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Waterfall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Waterfall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- Waterfall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- WATERFALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WaterFloatBlock - Class in com.pixelmonmod.pixelmon.blocks.multi
- WaterFloatBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.multi.WaterFloatBlock
- WaterFloatItem - Class in com.pixelmonmod.pixelmon.items
- WaterFloatItem(Block, Item.Properties) - Constructor for class com.pixelmonmod.pixelmon.items.WaterFloatItem
-
Initializes an item block.
- WaterFloatTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Jay113355 on 5/12/2017
- WaterFloatTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.WaterFloatTileEntity
- waterium_z - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- Waterium_Z - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumZCrystals
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.ArcChaliceBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.daycare.DayCareBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.HourGlassBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.LetterBoxBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.PokeDisplayBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.decorative.TombstoneBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.MysteryBoxBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.PokemonEggBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- WATERLOGGED - Static variable in class com.pixelmonmod.pixelmon.blocks.TumblestoneBlock
- watermark() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue
-
Returns the value of the
watermark
record component. - watermark(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- watermark(ResourceLocation) - Method in class com.pixelmonmod.pixelmon.api.dialogue.professor.ProfessorDialogue.Builder
- WaterPledge - Class in com.pixelmonmod.pixelmon.battles.status
-
Doubles the chance of secondary effects for four turns, stacking with the SereneGrace ability.
- WaterPledge - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- WaterPledge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- WaterPledge() - Constructor for class com.pixelmonmod.pixelmon.battles.status.WaterPledge
-
Initializes Water Pledge.
- WaterPulse - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- WATERS - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.ScrollBlock.Type
- WaterSport - Class in com.pixelmonmod.pixelmon.battles.status
-
Weakens Fire-type moves by 2/3.
- WaterSport - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- WaterSport() - Constructor for class com.pixelmonmod.pixelmon.battles.status.WaterSport
-
Initializes the status.
- WaterSport(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.WaterSport
-
Initializes Water Sport.
- Waterstone - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumEvolutionStone
- WATERSTONE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- WATERSTONE_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItemTiers
- WaterstoneEffect - Class in com.pixelmonmod.pixelmon.items.armor.armoreffects
-
Created by clienthax on 16/3/2015.
- WaterstoneEffect() - Constructor for class com.pixelmonmod.pixelmon.items.armor.armoreffects.WaterstoneEffect
- WaterStoneOreFeature - Class in com.pixelmonmod.pixelmon.world.generation.features
- WaterStoneOreFeature(Codec<NoneFeatureConfiguration>) - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.WaterStoneOreFeature
- WaterVeil - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents burn.
- WaterVeil() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WaterVeil
-
Initializes Water Veil.
- WATMEL - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- WATMEL - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- watmel_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WatmelFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- WatmelFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WatmelFoliagePlacer
- WATTREL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- wave_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WAVE_CRASH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- wave_incense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WavefrontObject - Class in com.pixelmonmod.pixelmon.client.models.obj
- WavefrontObject(InputStream) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- WavefrontObject(InputStream, float) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- WavefrontObject(InputStream, float, float, float) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- WavefrontObject(InputStream, float, float, float, Vertex, Vertex) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- WavefrontObject(InputStream, float, Vertex, Vertex) - Constructor for class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- waveIncense - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumIncenses
- WEAK - Enum constant in enum class com.pixelmonmod.pixelmon.items.LureItem.LureStrength
- WEAK_ARMOR - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WeakArmor - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Lowers Defense and raises speed when hit by a physical move.
- WeakArmor() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WeakArmor
- weakLures - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- weakness_policy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- weaknessPolicy - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- WeaknessPolicyItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Raises attack and Special attack by two stages when hit by a super effective move.
- WeaknessPolicyItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.WeaknessPolicyItem
-
Initializes the held item.
- WeaknessPolicyTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- WeaknessPolicyTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.WeaknessPolicyTests
- weather - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WeatherCondition
- weather - Variable in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.AlwaysHit
- weather - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnBeginAction
- weather - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.TurnEndAction
- weather - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
Current weather.
- Weather - Class in com.pixelmonmod.pixelmon.battles.status
-
A type of weather condition in battle.
- Weather(StatusType, int, EnumHeldItems, String, String, String, boolean, boolean) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Weather
-
Initializes a weather condition.
- WEATHER - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.DamageTypeEnum
- WEATHER_BALL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WEATHER_SPEED - Static variable in class com.pixelmonmod.pixelmon.battles.api.rules.clauses.BattleClauseRegistry
- WeatherBall - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes type based on the weather.
- WeatherBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- WeatherBall - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- WeatherBall() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WeatherBall
- WeatherChangeAction - Class in com.pixelmonmod.pixelmon.battles.controller.log.action.type
- WeatherChangeAction(int, PixelmonWrapper, GlobalStatusBase, GlobalStatusBase) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.log.action.type.WeatherChangeAction
- WeatherChanger - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- WeatherChanger() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.WeatherChanger
- WeatherCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
- WeatherCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WeatherCondition
- WeatherCondition(WeatherType) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WeatherCondition
- weatherRock - Variable in class com.pixelmonmod.pixelmon.battles.status.Weather
-
The held item that increases the duration of the weather.
- weathers - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- WeatherType - Enum Class in com.pixelmonmod.pixelmon.api.world
- WEAVILE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WEAVILE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WEEDLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WEEDLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WEEPINBELL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WEEPINBELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WEEZING - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WEEZING - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WEEZING_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WeezingParticles - Class in com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects
- WeezingParticles() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.WeezingParticles
- weight - Variable in class com.pixelmonmod.pixelmon.api.pokemon.species.Stats
- weight - Variable in class com.pixelmonmod.pixelmon.battles.controller.ai.MoveChoice
-
The usefulness of the move within the tier.
- weight() - Method in record class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.WeightedObject
-
Returns the value of the
weight
record component. - weight() - Method in record class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet.WeightedEntry
-
Returns the value of the
weight
record component. - weight() - Method in class com.pixelmonmod.pixelmon.api.util.WeightedSet
- WEIGHTED_RANDOM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSelectorTypes
- WeightedEntry(B, double) - Constructor for record class com.pixelmonmod.pixelmon.api.util.RandomWeightedSet.WeightedEntry
-
Creates an instance of a
WeightedEntry
record class. - WeightedItemStacks - Class in com.pixelmonmod.pixelmon.battles.raids
-
Created by Waterdude.
- WeightedObject(double, T) - Constructor for record class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector.WeightedObject
-
Creates an instance of a
WeightedObject
record class. - WeightedRandomSelector<T> - Class in com.pixelmonmod.pixelmon.api.selector.type
-
This represents a random selector implementation of
Selector
where each value in the list has an assigned weight that dictates how likely that value is to be selected - WeightedRandomSelector(List<WeightedRandomSelector.WeightedObject<T>>) - Constructor for class com.pixelmonmod.pixelmon.api.selector.type.WeightedRandomSelector
- WeightedRandomSelector.Builder<T> - Class in com.pixelmonmod.pixelmon.api.selector.type
-
Builder for creating a
WeightedRandomSelector
- WeightedRandomSelector.WeightedObject<T> - Record Class in com.pixelmonmod.pixelmon.api.selector.type
-
Represents an instanceof the type with a weight
- WeightedSet<T> - Class in com.pixelmonmod.pixelmon.api.util
-
Weighted set impl from Atlantis.
- WeightedSet() - Constructor for class com.pixelmonmod.pixelmon.api.util.WeightedSet
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.EffectBase
-
Determines a weight for the move that has this effect.
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.CriticalHit
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.attackModifiers.Recoil
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Acupressure
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AddType
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.AromaticMist
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Assist
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BatonPass
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BellyDrum
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Bestow
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BrickBreak
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.BugBite
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Camouflage
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Captivate
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ChangeAbility
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ClangorousSoul
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Conversion2
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Copycat
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.CourtChange
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Curse
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.DamageReflect
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Defog
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Depletion
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Drain
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Entrainment
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FellStinger
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FickleBeam
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FilletAway
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FinalGambit
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Flee
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Fling
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FlowerShield
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FocusPunch
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.FutureSight
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Geomancy
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Growth
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Haze
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HealBell
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.HeartSwap
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Incinerate
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.JungleHealing
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.KnockOff
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagicPowder
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MagneticFlux
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MeFirst
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Memento
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Metronome
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Mimic
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.MirrorMove
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.OrderUp
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PainSplit
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Payback
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychoShift
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.PsychUp
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Pursuit
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.RapidSpin
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recover
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Recycle
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ReflectType
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Refresh
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Replenish
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rest
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Revenge
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Rototiller
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sketch
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SkillSwap
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SleepTalk
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SmackDown
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Snore
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Soak
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Spite
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SteelRoller
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SuckerPunch
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Suicide
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swallow
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Swap
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Sweetness
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.SwitchOut
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Synthesis
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TakeHeart
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Thief
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TidyUp
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.TopsyTurvy
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Transform
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.Trick
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.VenomDrench
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Bide
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.ElectroShot
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.MultiTurnCharge
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.PetalDance
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Rollout
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkullBash
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SkyDrop
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.SolarBeam
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.multiTurn.Uproar
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectCone
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectPost
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffectTeam
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.AquaRing
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Burn
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Charge
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Confusion
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.CorrosiveGas
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.DefenseCurl
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.DestinyBond
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Disable
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Drowsy
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Embargo
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Encore
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Endure
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.EntryHazard
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Flinch
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.FollowMe
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Foresight
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Freeze
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Frostbite
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.GastroAcid
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.GlaiveRushLock
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Gravity
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Grudge
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.HealBlock
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.HelpingHand
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Imprison
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Infatuated
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Ingrain
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.KingsShield
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Leech
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.LockOn
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.LuckyChant
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.MagnetRise
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.MatBlock
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Minimize
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Mist
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Nightmare
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Obstruct
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Paralysis
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.PartialTrap
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Perish
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Poison
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Powder
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerShift
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.PowerTrick
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Protect
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.QuickGuard
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Recharge
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.RepeatDamage
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.SafeGuard
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Screen
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.SilkTrap
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.SpikyShield
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Splinters
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Split
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Sport
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Stockpile
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Substitute
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Tailwind
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Taunt
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Terrain
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Torment
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.TrickRoom
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Weather
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.WideGuard
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Wish
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.WonderRoom
- weightEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.status.Yawn
- weightFromOpponentOptions(PixelmonWrapper, MoveChoice, List<List<MoveChoice>>, List<List<MoveChoice>>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights a move based on the amount of turns the opponent takes to KO the Pokémon before and after using the move.
- weightFromOpponentOptions(PixelmonWrapper, MoveChoice, List<List<MoveChoice>>, List<List<MoveChoice>>, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights a move based on the amount of turns the opponent takes to KO the Pokémon before and after using the move.
- weightFromUserOptions(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights a move based on the amount of turns the user takes to KO the opponent after using the move.
- weightFromUserOptions(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, boolean) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights a move based on the amount of turns the user takes to KO the opponent after using the move.
- weightMod - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.MoveResults
-
Used to modify the weight of a move for reasons other than damage.
- weightOffensiveMove(PixelmonWrapper, MoveChoice) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Determines the weight of offensive moves.
- weightOffensiveMove(PixelmonWrapper, MoveChoice, List<PixelmonWrapper>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Determines the weight of offensive moves.
- weightOffensiveMoves(PixelmonWrapper, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights all offensive moves in a list of choices.
- weightRandomMove(PixelmonWrapper, MoveChoice, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights a move that randomly selects from an assortment of moves.
- weightSingleTypeChange(PixelmonWrapper, MoveChoice, List<Element>, PixelmonWrapper, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights the effectiveness of a type change.
- weightStatsEffect(PixelmonWrapper, MoveChoice, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.StatsEffect
- weightStatusOpponentOptions(PixelmonWrapper, MoveChoice, PixelmonWrapper, StatusBase, List<PixelmonWrapper>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights a status based on the damage output of the opponent before and after applying it.
- weightTypeChange(PixelmonWrapper, MoveChoice, List<Element>, PixelmonWrapper, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights the effectiveness of a type change.
- weightTypeChange(PixelmonWrapper, MoveChoice, List<Element>, List<MoveChoice>, List<MoveChoice>) - Method in class com.pixelmonmod.pixelmon.battles.controller.ai.BattleAIBase
-
Weights the effectiveness of a type change.
- WELKIN_HAT - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- WELL_BAKED_BODY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WellBakedBody - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
When a Pokémon with Well-Baked Body is hit by a Fire-type move, its Defense is increased by two stages, and the move will have no effect on that Pokémon.
- WellBakedBody() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WellBakedBody
- WEPEAR - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- WEPEAR - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- wepear_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WepearFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- WepearFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WepearFoliagePlacer
- WEST - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- WEST - Static variable in class com.pixelmonmod.pixelmon.blocks.TemplePillarBlock
- WEST_AABB - Static variable in class com.pixelmonmod.pixelmon.blocks.ScrollBlock.ScrollBlockHanging
- wheel - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WHIMSICOTT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WHIMSICOTT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- whipped_dream - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- whippedDream - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- WHIRLIPEDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WHIRLIPEDE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Whirlpool - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- Whirlpool - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- WHIRLPOOL - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- Whirlwind - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen1TechnicalMachines
- WHIRLWIND - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WHISCASH - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WHISCASH - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WHISMUR - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WHISMUR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- White - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- WHITE - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- WHITE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumTrainerCardColor
- WHITE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- WHITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- WHITE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- WHITE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- white_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- white_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- white_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_herb - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- white_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_mane_hair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- white_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WHITE_SMOKE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- white_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- white_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- whitebadgecase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- whiteHerb - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- WhiteHerbItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Restores a Pokémon's stats if they are lowered.
- WhiteHerbItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.WhiteHerbItem
-
Initializes the held item.
- WhiteHerbTests - Class in com.pixelmonmod.pixelmon.api.test.impl.item
- WhiteHerbTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.item.WhiteHerbTests
- WhiteSmoke - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Prevents the Pokémon's stats from being lowered.
- WhiteSmoke() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WhiteSmoke
-
Initializes the Ability.
- WholeNumber - Enum constant in enum class com.pixelmonmod.pixelmon.battles.attacks.ValueType
- WICKED_BLOW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WIDE_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- wide_lens - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WideGuard - Class in com.pixelmonmod.pixelmon.battles.status
-
Protects the user's team from spread moves.
- WideGuard - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- WideGuard() - Constructor for class com.pixelmonmod.pixelmon.battles.status.WideGuard
-
Initializes Wide Guard.
- WideGuardTests - Class in com.pixelmonmod.pixelmon.api.test.impl.move
- WideGuardTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.move.WideGuardTests
- wideLens - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- WideLensItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases the holder's accuracy by 10%.
- WideLensItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.WideLensItem
-
Initializes the held item.
- widget() - Method in class com.pixelmonmod.api.client.screen.widget.StatefulWidget
- widget() - Method in interface com.pixelmonmod.api.client.screen.widget.States
- widget() - Method in class com.pixelmonmod.api.client.screen.widget.WidgetRenderState
- widget(int) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- WIDGET_MARGIN_TOP - Static variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCScreen
- widgetRenderState() - Method in class com.pixelmonmod.api.client.screen.widget.Font
- WidgetRenderState<W extends StatefulWidget<W>> - Class in com.pixelmonmod.api.client.screen.widget
- widgets - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ExtendableScrollableListWidget
- widgets - Variable in class com.pixelmonmod.pixelmon.client.gui.npc.widget.ScrollableListWidget
- widgets(int, Collection<Function<StatefulScreen, StatefulWidget<? extends StatefulWidget<?>>>>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- widgets(int, Function<StatefulScreen, StatefulWidget<? extends StatefulWidget<?>>>...) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- widgets(Collection<Function<StatefulScreen, StatefulWidget<? extends StatefulWidget<?>>>>) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- widgets(Function<StatefulScreen, StatefulWidget<? extends StatefulWidget<?>>>...) - Method in class com.pixelmonmod.api.client.screen.StatefulScreen.Builder
- width - Variable in class com.pixelmonmod.pixelmon.blocks.MultiBlock
- width - Variable in enum class com.pixelmonmod.pixelmon.client.gui.starter.ShadowSize
- width - Variable in enum class com.pixelmonmod.pixelmon.client.gui.widgets.ArrowButton.Direction
- width - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- width - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.SlotBase
- width - Variable in class com.pixelmonmod.pixelmon.client.materials.Cubemap
- width() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- width() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns the value of the
width
record component. - width(float) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- WIDTH - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The width of the region to take a snapshot of.
- WIDTH - Static variable in class com.pixelmonmod.pixelmon.client.gui.machines.washingmachine.WashingMachineScreen
- widthDiff - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- widthInt() - Method in class com.pixelmonmod.api.client.screen.StatefulScreen
- WIGGLYTUFF - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WIGGLYTUFF - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WIGLETT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WIKI - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- WIKI - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- WIKI - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- wiki_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WIKI_ICON - Static variable in class com.pixelmonmod.pixelmon.client.gui.PixelmonOverlayScreen
- WikiCommand - Class in com.pixelmonmod.pixelmon.command.impl.wiki
- WikiCommand(CommandDispatcher<CommandSourceStack>) - Constructor for class com.pixelmonmod.pixelmon.command.impl.wiki.WikiCommand
- WikiCommandStrategy - Class in com.pixelmonmod.pixelmon.api.command
- WikiCommandStrategy(String...) - Constructor for class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
- WikiCommandStrategy(Set<String>) - Constructor for class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
- WikiCommandStrategyLoader - Class in com.pixelmonmod.pixelmon.api.command
- WikiCommandStrategyLoader() - Constructor for class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategyLoader
- WikiFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- WikiFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.WikiFoliagePlacer
- wikiItemIcon - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
The Wiki icon.
- WikiKey - Class in com.pixelmonmod.pixelmon.client.keybindings
-
Opens the Pokédex or the wiki when a hotkey is pressed depending on what the player is looking at.
- WikiKey() - Constructor for class com.pixelmonmod.pixelmon.client.keybindings.WikiKey
-
Initializes the hotkey.
- wikiKeyBind - Static variable in class com.pixelmonmod.pixelmon.client.ClientProxy
-
The keybind for opening the Wiki.
- WILD - Enum constant in enum class com.pixelmonmod.pixelmon.sounds.BattleMusicType
- WILD_BATTLE_VICTORY_TRIGGER - Static variable in class com.pixelmonmod.pixelmon.advancements.PixelmonAdvancements
- Wild_Charge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Wild_Charge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Wild_Charge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- WILD_CHARGE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WILD_FIRE_EFFECT - Static variable in class com.pixelmonmod.tcg.api.accessors.AttackEffects
- wild_music_disc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WILD_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- WildBattleVictoryTrigger - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- WildBattleVictoryTrigger() - Constructor for class com.pixelmonmod.pixelmon.api.advancements.triggers.WildBattleVictoryTrigger
- WildBattleVictoryTrigger.Instance - Class in com.pixelmonmod.pixelmon.api.advancements.triggers
- WILDBOLT_STORM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WildCharge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- WildCharge - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- WildfireEffect - Class in com.pixelmonmod.tcg.duel.attack.effects
- WildfireEffect() - Constructor for class com.pixelmonmod.tcg.duel.attack.effects.WildfireEffect
- wildPixelmon1 - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
The Pokemon being fought
- wildPixelmon2 - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
The optional second Pokemon being fought, used in the event of a double battle
- WildPixelmonParticipant - Class in com.pixelmonmod.pixelmon.battles.controller.participants
-
A wild Pokémon in battle.
- WildPixelmonParticipant(boolean, PixelmonEntity...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
Initializes a wild Pokémon participant
- WildPixelmonParticipant(int, Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- WildPixelmonParticipant(Pokemon...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
- WildPixelmonParticipant(PixelmonEntity...) - Constructor for class com.pixelmonmod.pixelmon.battles.controller.participants.WildPixelmonParticipant
-
Initializes a wild Pokémon participant.
- wildPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.log.action.type.AttackAction
- WildRequirement - Class in com.pixelmonmod.api.pokemon.requirement.impl
- WildRequirement() - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
- WildRequirement(boolean) - Constructor for class com.pixelmonmod.api.pokemon.requirement.impl.WildRequirement
- Will_O_Wisp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- Will_O_Wisp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Will_O_Wisp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- Will_O_Wisp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- Will_O_Wisp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- WILL_O_WISP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- willBeFatal() - Method in class com.pixelmonmod.pixelmon.api.events.battles.AttackEvent.Damage
-
Returns
true
if, using the current damage, the move will be fatal. - willComplete() - Method in class com.pixelmonmod.pixelmon.api.research.event.ProgressResearchObjectiveEvent
-
This method is used to determine if the objective will be completed after the event is fired.
- willCureStatus() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
- willEvolve - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon will evolve during the turn.
- willHeal() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
- willLand(BlockState) - Method in enum class com.pixelmonmod.pixelmon.api.pokemon.species.parameters.flying.LandingMaterials
-
Checks if it can land on the given material
- WillOWisp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- willRevive() - Method in class com.pixelmonmod.pixelmon.api.events.PassiveHealEvent.Pre
- willTryFlee - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Whether the Pokémon will try to flee in the turn.
- willUseItemInStack - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The item that is being used on the Pokémon.
- willUseItemInStackInfo - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
An additional argument for the item used on the Pokémon.
- willUseItemPokemon - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
The UUID of the Pokémon.
- WIMP_OUT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WIMPOD - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WimpOut - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Clone of Emergency Exit
- WimpOut() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WimpOut
- WIN - Enum constant in enum class com.pixelmonmod.tcg.duel.Phase
- WIN_BATTLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonInteractionEvents
- WIN_COMMANDS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NBT tag containing the commands executed upon the NPC Trainer's victory.
- WIN_MESSAGE - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The NPC Trainer's victory message.
- wind - Variable in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags
- WIND_POWER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WIND_RIDER - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WINDOW_1 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- WINDOW_2 - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- window1 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- window2 - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- WindowBlock - Class in com.pixelmonmod.pixelmon.blocks
-
Default block class for blocks in the Pixelmon mod
- WindowBlock(BlockBehaviour.Properties) - Constructor for class com.pixelmonmod.pixelmon.blocks.WindowBlock
- WindowBlock(BlockBehaviour.Properties, boolean) - Constructor for class com.pixelmonmod.pixelmon.blocks.WindowBlock
- WindPower - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
When a Pokémon with Wind Power is hit by a wind move or when Tailwind takes effect, it gains the Charge status.
- WindPower() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WindPower
- WindRider - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Boosts the Pokémon's Attack stat if Tailwind takes effect or if the Pokémon is hit by a wind move.
- WindRider() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WindRider
- WindRiderTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- WindRiderTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.WindRiderTests
- WING_ATTACK - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WING_BALL - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.item.pokeball.PokeBallRegistry
- wingEVs(BattleStatsType) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Adds EVs to a Pokémon from a wing.
- WINGS - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.Category
- WINGS_MODEL - Static variable in class com.pixelmonmod.pixelmon.client.render.layers.LayerWings
- WINGULL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WINGULL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WINNER - Enum constant in enum class com.pixelmonmod.pixelmon.api.config.ForceBattleEndResult
- WINNING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- WINNINGS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
Deprecated.
- WINNINGSTAG - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The IDs of the items gained by defeating the NPC Trainer.
- winRaid(RaidPixelmonParticipant, RaidData, RaidGovernor) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- WINS - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The number of times the player has won battles against other players.
- WINTER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- WINTER_CLOAK - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
- wipe() - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
- wipe() - Method in class com.pixelmonmod.pixelmon.client.gui.custom.dialogue.DialogueInputScreen
- wireframe() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- wireframe() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- wireFrame - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.AbstractClientEntity
- WIREFRAME - Enum constant in enum class com.pixelmonmod.pixelmon.client.materials.EnumMaterialOption
- wise_glasses - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- wiseGlasses - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- Wish - Class in com.pixelmonmod.pixelmon.battles.status
-
Heals the Pokémon by 50% of the user's hp after a turn.
- Wish - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Wish() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Wish
-
Initializes the status.
- Wish(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.battles.status.Wish
-
Initializes Wish.
- WISH - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WISHING - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- wishing_piece - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- wishing_star - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WishingStar - Enum constant in enum class com.pixelmonmod.pixelmon.items.KeyItem.EnumKeyItem
- WISHIWASHI - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WITCH - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.HatType
- WITCH_HAT_MODEL - Static variable in class com.pixelmonmod.pixelmon.client.render.layers.PixelmonLayerHead
- with - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.types.TradeEvolution
- withAcceptedPatterns(Iterable<String>) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the accepted patterns set to the given value. - withAcceptedPatterns(String...) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the accepted patterns set to the given value. - withButtons(DialogueButton[]) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the accepted patterns set to the given value. - withButtons(Iterable<DialogueButton>) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the accepted patterns set to the given value. - withBuyPrice(double) - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Creates a new
ShopItem
with the given buy price. - withCloseOnEscape() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the close on escape setting set to true. - withCloseOnEscape(boolean) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the close on escape setting set to the given value. - withConstructor(Supplier<? extends BaseAttackEffect>) - Method in class com.pixelmonmod.tcg.duel.attack.effects.BaseAttackEffect
- withContinue() - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- withDefaultText(String) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the given default text. - withDefaultText(Component) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the given default text. - withDescription(String) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the given description. - withDescription(Component) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the given description. - withDimensions(EntityDimensions) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the dimensions property set to the given value. - WITHDRAW - Enum constant in enum class com.pixelmonmod.pixelmon.api.economy.EconomyEvent.TransactionType
- WITHDRAW - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WithdrawDayCareBoxPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.daycare
- WithdrawDayCareBoxPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.WithdrawDayCareBoxPacket
- WithdrawDayCareBoxPacket(int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.daycare.WithdrawDayCareBoxPacket
- WithdrawHeldItemPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.pc
-
Updates held items server-side when a Pokémon in the party is given a held item.
- WithdrawHeldItemPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.WithdrawHeldItemPacket
- WithdrawHeldItemPacket(StoragePosition, UUID) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.pc.WithdrawHeldItemPacket
- withEffect(BaseAttackEffect) - Method in class com.pixelmonmod.tcg.api.card.attack.CardAttack
- withEyeHeight(double) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the health property set to the given value. - withEyeHeight(float) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the health property set to the given value. - withForms - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- withHealth(double) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the health property set to the given value. - withHealth(float) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the health property set to the given value. - withHideInput() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the show input setting set to false. - withHideUI() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the hide UI setting set to true. - withHideUI(boolean) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the hide UI setting set to the given value. - withIcon(ResourceWithFallback) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the icon property set to the given value. - withinBounds(double, double) - Method in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.BattleLogElement
- WithinStructureCondition - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions
-
Created by Jay113355 on 6/10/2020.
- WithinStructureCondition() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.WithinStructureCondition
- withItemStack(ItemStack) - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Creates a new
ShopItem
with the given item stack. - withMaxLength(int) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the maximum length set to the given value. - withNamePlate() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the nameplate property set to true. - withNamePlate(boolean) - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the nameplate property set to the given value. - withoutCloseOnEscape() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the close on escape setting set to false. - withoutNamePlate() - Method in record class com.pixelmonmod.pixelmon.api.npc.entity.EntityProperties
-
Creates a new
EntityProperties
with the nameplate property set to false. - withoutSignal() - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- withPalettes - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- withParameter(String, Codec<T>, T) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- withParameters(Map<String, ShaderParameters.Value<?>>) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Builder
- withPlayer(ServerPlayer) - Method in class com.pixelmonmod.pixelmon.api.npc.interaction.context.InteractionContext
-
Adds the generic contexts for the player
- withPokemon - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- withPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Sets the pokemon related to these EVs
- withPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Sets the pokemon related to this IV Store
- withPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
- withPokemon(Pokemon) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Updates the pokemon related to these stats
- withSellPrice(double) - Method in record class com.pixelmonmod.pixelmon.api.shop.ShopItem
-
Creates a new
ShopItem
with the given sell price. - withShowInput() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the show input setting set to true. - withShowInput(boolean) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the show input setting set to the given value - withShowUI() - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the hide UI setting set to false. - withSignal() - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- withTerminate() - Method in enum class com.pixelmonmod.api.client.screen.util.Action
- withTexture() - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters
- withTexture(TextureProvider) - Method in class com.pixelmonmod.pixelmon.api.model.type.PlayerRenderingHandler
- withTexture(ResourceWithFallback) - Method in class com.pixelmonmod.pixelmon.api.pokemon.species.palette.locator.ModelData
- withTitle(String) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the given title. - withTitle(Component) - Method in record class com.pixelmonmod.pixelmon.api.dialogue.InputSettings
-
Creates a copy of the
InputSettings
with the given title. - withTypes - Variable in class com.pixelmonmod.pixelmon.api.pokemon.stats.evolution.conditions.PartyCondition
- withUser(PixelmonWrapper) - Method in class com.pixelmonmod.pixelmon.battles.status.AuroraVeil
- WIZARD - Enum constant in enum class com.pixelmonmod.pixelmon.storage.extras.PixelExtrasData.RobeType
- WO_CHIEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WO_CHIEN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WOBBUFFET - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumCurryRating
- WOBBUFFET - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WOBBUFFET - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WONDER_GUARD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WONDER_ROOM - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WONDER_SKIN - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- WonderGuard - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Only super effective or status moves can affect the Pokémon.
- WonderGuard() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderGuard
- WonderGuardTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- WonderGuardTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.WonderGuardTests
- WonderRoom - Class in com.pixelmonmod.pixelmon.battles.status
-
Switches Defense and Special Defense.
- WonderRoom - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- WonderRoom - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalMachines
- WonderRoom() - Constructor for class com.pixelmonmod.pixelmon.battles.status.WonderRoom
-
Initializes the status.
- WonderSkin - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Lowers the accuracy of status moves to 50%.
- WonderSkin() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.WonderSkin
- WOOBAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- wood_hammer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- WOOD_HAMMER - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WOOD_TYPE - Static variable in class com.pixelmonmod.pixelmon.api.data.PixelmonDataSerializers
- WOOD_TYPE_DATA_SYNC - Static variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- WOOD_TYPE_DATA_SYNC - Static variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- wooden_base - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- wooden_crown - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- wooden_flooring - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- WOODEN_FLOORING - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- woodType - Variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonBoatEntity
- woodType - Variable in class com.pixelmonmod.pixelmon.entities.custom.PixelmonChestBoatEntity
- Wool_Growth - Enum constant in enum class com.pixelmonmod.pixelmon.comm.EnumUpdateType
- WOOLOO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WOOLOO - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WOOLS - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.custom.ShearInteraction
- WOOPER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WOOPER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- wop - Static variable in class com.pixelmonmod.pixelmon.entities.pixelmon.interactions.InteractionDeveloper
- WOP - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- words - Variable in class com.pixelmonmod.pixelmon.client.models.obj.parser.LineParser
- Work_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- Work_Up - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- WORK_UP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WorkplaceBlock - Class in com.pixelmonmod.pixelmon.blocks.furniture
- WorkplaceBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.furniture.WorkplaceBlock
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.BattleBond
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Commander
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.custom.Revenant
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Disguise
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.FlowerGift
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Forecast
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.GulpMissile
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.HungerSwitch
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.IceFace
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.NeutralizingGas
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ParadoxBoostAbility
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.PowerConstruct
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.Schooling
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ShieldsDown
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.StanceChange
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- worksWithTransformedPokemon() - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- worksWithTransformedPokemon() - Method in interface com.pixelmonmod.pixelmon.api.pokemon.ability.Ability
-
Returns whether the ability is active for Transformed pokemon.
- WorkUp - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- world - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockTriggeredBattleEvent
-
The world in which the triggering block is located
- world - Variable in class com.pixelmonmod.pixelmon.api.events.StatueEvent.CreateStatue
-
The world in which the statue is being created
- world - Variable in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
The world that the block snapshot is in.
- world - Variable in class com.pixelmonmod.pixelmon.api.world.BlockCollection
- world - Variable in class com.pixelmonmod.pixelmon.api.world.MutableLocation
- world - Variable in class com.pixelmonmod.pixelmon.client.camera.movement.CameraMovement
- world() - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- world(ResourceKey<Level>) - Method in class com.pixelmonmod.pixelmon.api.entity.npc.StoredEntity
- World - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumOldGenMode
- WORLD - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- WORLD - Static variable in class com.pixelmonmod.pixelmon.world.dimension.drowned.DrownedWorld
- WORLD - Static variable in class com.pixelmonmod.pixelmon.world.dimension.ultraspace.UltraSpace
- WORLD_ABILITY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- WORLD_CHAMPION - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- WORLD_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- WORLD_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- WorldBoardPosition - Class in com.pixelmonmod.pixelmon.api.overlay.scoreboard.type
- WorldBoardPosition() - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- WorldBoardPosition(float, float, float, ResourceKey<Level>) - Constructor for class com.pixelmonmod.pixelmon.api.overlay.scoreboard.type.WorldBoardPosition
- worldCounter - Variable in class com.pixelmonmod.pixelmon.TickHandler
-
Timer for syncing Minecraft time with system time.
- WorldHelper - Class in com.pixelmonmod.pixelmon.api.util.helpers
-
Helper methods for checking the Minecraft world.
- WorldHelper() - Constructor for class com.pixelmonmod.pixelmon.api.util.helpers.WorldHelper
- worldIn - Variable in class com.pixelmonmod.pixelmon.api.events.PixelmonBlockStartingBattleEvent
-
The world in which the block activating the battle is located
- WorldLoaded - Class in com.pixelmonmod.pixelmon.listener
- WorldLoaded() - Constructor for class com.pixelmonmod.pixelmon.listener.WorldLoaded
- WorldLoadModifier - Class in com.pixelmonmod.pixelmon.client.gui.override.load
- WorldLoadModifier() - Constructor for class com.pixelmonmod.pixelmon.client.gui.override.load.WorldLoadModifier
- worlds - Variable in class com.pixelmonmod.pixelmon.api.spawning.conditions.SpawnCondition
- WorldTime - Enum Class in com.pixelmonmod.pixelmon.api.world
-
Gets the world time as a block of time in the day (i.e.
- WORMADAM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- Wormhole - Class in com.pixelmonmod.pixelmon.entities.pixelmon.move_skills
- Wormhole() - Constructor for class com.pixelmonmod.pixelmon.entities.pixelmon.move_skills.Wormhole
- WORMHOLE - Static variable in class com.pixelmonmod.pixelmon.init.registry.EntityRegistration
- WormholeEntity - Class in com.pixelmonmod.pixelmon.entities
- WormholeEntity(EntityType<WormholeEntity>, Level) - Constructor for class com.pixelmonmod.pixelmon.entities.WormholeEntity
- WormholeEntity(Level) - Constructor for class com.pixelmonmod.pixelmon.entities.WormholeEntity
- WormholeEntity(Level, double, double, double, int) - Constructor for class com.pixelmonmod.pixelmon.entities.WormholeEntity
- WormholeEntity(Level, double, double, double, int, int, int, int) - Constructor for class com.pixelmonmod.pixelmon.entities.WormholeEntity
- WormholeEntity(Level, int) - Constructor for class com.pixelmonmod.pixelmon.entities.WormholeEntity
- WormholeRenderer - Class in com.pixelmonmod.pixelmon.client.render.entity.renderers
- WormholeRenderer(EntityRendererProvider.Context) - Constructor for class com.pixelmonmod.pixelmon.client.render.entity.renderers.WormholeRenderer
- WormholeTeleportEvent - Class in com.pixelmonmod.pixelmon.api.events
-
WormholeTeleportEvent is an event that fires when a player collides with a wormhole and the teleport commences
- WormholeTeleportEvent(ServerPlayer, WormholeEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.WormholeTeleportEvent
- WormholeTeleportEvent.Post - Class in com.pixelmonmod.pixelmon.api.events
-
Fires after a player has gone through a wormhole, cannot be cancelled
- WormholeTeleportEvent.Pre - Class in com.pixelmonmod.pixelmon.api.events
- WORRY_SEED - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WorrySeed - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
-
Changes the target's Ability to Insomnia.
- WorrySeed() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WorrySeed
-
Initializes Worry Seed.
- wpp - Variable in class com.pixelmonmod.pixelmon.api.events.BeatWildPixelmonEvent
-
The wild Pokemon participant that was defeated
- wpp - Variable in class com.pixelmonmod.pixelmon.api.events.LostToWildPixelmonEvent
-
The wild Pokemon participant that won
- WRAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- wrapAsHolder(T) - Method in record class com.pixelmonmod.pixelmon.api.dummy.DummyRegistry
- wrapIntoWorldBorder(double[], ResourceKey<Level>) - Static method in class com.pixelmonmod.pixelmon.entities.WormholeEntity
- wrapper - Variable in class com.pixelmonmod.pixelmon.api.events.PokerusEvent.Spread
- wrapperArray(Object) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.CommonHelper
- WrapperLink - Class in com.pixelmonmod.pixelmon.api.pokemon.stats.links
-
Links to a
PixelmonWrapper
object to get or update data. - WrapperLink(PixelmonWrapper) - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.stats.links.WrapperLink
-
The Pokémon to link to.
- wrapWidth(boolean) - Method in class com.pixelmonmod.pixelmon.api.overlay.scoreboard.line.ScoreboardLine
- WRING_OUT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- WringOut - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- WringOut() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.WringOut
- write() - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- write() - Method in class com.pixelmonmod.pixelmon.client.gui.override.servers.list.ExtendedServerData
- write(byte[], OutputStream) - Static method in class com.pixelmonmod.pixelmon.api.util.PokePasteHelper
- write(JsonWriter, Attack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.AttackTypeAdapter
- write(JsonWriter, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.AttackBaseTypeAdapter
- write(JsonWriter, ImmutableAttack) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ImmutableAttackTypeAdapter
- write(JsonWriter, MoveFlags) - Method in class com.pixelmonmod.pixelmon.battles.attacks.MoveFlags.Adapter
-
Writes one JSON value (an array, object, string, number, boolean or null) for
value
. - write(String, CompoundTag) - Method in interface com.pixelmonmod.pixelmon.battles.api.rules.PropertyValue
-
Writes the given value to the
CompoundTag
with the specified key Only implement if you want the battle rule/property to be persistent - write(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BattleTypeValue
- write(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.BooleanValue
- write(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.ClausesValue
- write(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.IntegerValue
- write(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.OldGenModeValue
- write(String, CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.value.TierValue
- write(CompoundTag) - Method in class com.pixelmonmod.api.AbstractSpecification
- write(CompoundTag) - Method in class com.pixelmonmod.api.EmptySpecification
- write(CompoundTag) - Method in interface com.pixelmonmod.api.Specification
-
Writes the specification to NBT
- write(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareCondition
-
Writes the condition to NBT
- write(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.api.daycare.DayCareRequirement
-
Writes the requirement to NBT
- write(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.PixelmonDayCareCondition
- write(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.ItemStackRequirement
- write(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.OneTimeFemaleItemStackRequirement
- write(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.daycare.impl.requirement.PokeDollarsRequirement
- write(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.util.EncounterData
- write(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- write(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- write(CompoundTag) - Method in class com.pixelmonmod.tcg.api.card.Card
- write(CompoundTag) - Method in class com.pixelmonmod.tcg.api.card.ImmutableCard
- write(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.research.DescribableResource
- write(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.research.Research
-
Writes the
Research
to a given buffer. - write(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchObjective
- write(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchStage
- write(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.api.research.ResearchTier
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearch
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchObjective
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.storage.research.impl.client.ClientResearchStage
- write(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearch
-
Writes the player research into a buffer, for reading by
ClientResearch
later. - write(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchObjective
-
Writes the player research objective into a buffer, for reading by
ClientResearchObjective
later. - write(FriendlyByteBuf) - Method in interface com.pixelmonmod.pixelmon.api.storage.research.PlayerResearchStage
-
Writes the player research stage into a buffer, for reading by
ClientResearchStage
later. - write(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.util.ResourceWithFallback
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData.RaidPlayer
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.raids.RaidData
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Value
- write(FriendlyByteBuf) - Method in record class com.pixelmonmod.pixelmon.config.starter.ChanceSpec
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.api.card.Card
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.client.gui.duel.CardWithLocation
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.duel.state.AvailableActions
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.duel.state.CardSelectorState
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientMyState
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.duel.state.PlayerClientOpponentState
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.duel.state.PlayerCommonState
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.duel.state.PokemonAttackStatus
- write(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardStatus
- write(FriendlyByteBuf, boolean) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- write(FriendlyByteBuf, boolean, boolean) - Method in class com.pixelmonmod.tcg.duel.state.CommonCardState
- write(FriendlyByteBuf, boolean, boolean) - Method in class com.pixelmonmod.tcg.duel.state.PokemonCardState
- write(FriendlyByteBuf, Particles, Object...) - Static method in enum class com.pixelmonmod.pixelmon.client.particle.Particles
- write(FriendlyByteBuf, GamePhase, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.DuelLog
- write(FriendlyByteBuf, GamePhase, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.DuelLogItem
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttachCardParameters
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogAttackParameters
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogCardParameters
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogConditionParameters
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEndGameParameter
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogEvolveParameters
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogIntParameters
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogKnockoutParameters
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogParameters
-
Write parameters into the buffer
- write(FriendlyByteBuf, GamePhase, int, int, boolean) - Method in class com.pixelmonmod.tcg.duel.log.parameters.DuelLogStalemateParameter
- write(FriendlyByteBuf, T) - Method in class com.pixelmonmod.pixelmon.api.data.LambdaDataSerializer
- write(ItemStack) - Method in class com.pixelmonmod.tcg.api.card.Card
- writeAbleSpecs(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- writeAnyMoves(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- writeBehaviours(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- writeBlockPos(FriendlyByteBuf, BlockPos) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- writeCard(FriendlyByteBuf, ImmutableCard) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- writeCardList(FriendlyByteBuf, List<ImmutableCard>) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- writeCardState(FriendlyByteBuf, CommonCardState) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- writeCombinationMoves(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- writeFaceDownCard(FriendlyByteBuf) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- writeFaceDownCardList(FriendlyByteBuf, List<ImmutableCard>) - Static method in class com.pixelmonmod.tcg.network.ByteBufTCG
- writeIntrinsicSpecs(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.moveskills.MoveSkill
- writeInventoryToNBT(CompoundTag) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- writePacketData(ByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonStatsData
- writePacketData(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.comm.PixelmonSpawnerData
- writeSpawnData(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.entities.projectiles.HookEntity
- writeStringLongMapToByteBuf(FriendlyByteBuf, HashMap<String, Long>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
- writeStringStringMapToByteBuf(FriendlyByteBuf, HashMap<String, String>) - Static method in class com.pixelmonmod.pixelmon.api.util.helpers.MapHelper
- writeToBuffer(ByteBuf) - Method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- writeToBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry.AbilityData
- writeToBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- writeToBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.api.pokemon.boss.BossTierRegistry
- writeToBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.MutableRibbonData
- writeToBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- writeToBuffer(FriendlyByteBuf) - Static method in class com.pixelmonmod.pixelmon.config.starter.StarterList
- writeToBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- writeToBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.client.container.DeckInventory
- writeToBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- writeToBuffer(FriendlyByteBuf) - Method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Writes the Pokemon's EVs to a ByteBuffer
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Writes the IVs to a byte buffer
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBeam.BeamData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackBuff.BuffData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackExplosion.ExplosionData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackLightning.LightningData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRadial.RadialData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackRain.RainData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackStatChange.StatChangeData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.particles.AttackTube.TubeData
- writeToByteBuffer(ByteBuf) - Method in class com.pixelmonmod.pixelmon.battles.attacks.animations.StandardParticleAnimationData
- writeToByteBuffer(FriendlyByteBuf, EnumUpdateType...) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- writeToBytes(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.api.dialogue.Dialogue
-
Deprecated.
- writeToList(ListTag) - Method in class com.pixelmonmod.pixelmon.blocks.machines.PokemonRarity
- writeToNBT() - Method in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
-
Saves the battling Pokémon's data to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokedex.PlayerPokedex
-
Writes the register status map to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.Pokemon
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.PokemonBase
-
Writes the values of this class into an
CompoundTag
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.BonusStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.EVStore
-
Writes the Pokémon's EVs to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.BlocksWalkedOutsideBallStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.GimmighoulStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.LakeTrioStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MeltanStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MewStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.MoveUsesStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.RecoilStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.extraStats.ShearableStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.ExtraStats
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.IVStore
-
Writes the IVs to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.Moveset
-
Writes the moveset to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PermanentStats
-
Writes the Pokémon's stats to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.pokemon.stats.PokemonLevel
-
Saves the Pokémon's pokemonLevel to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.DayCareBox
-
Writes the data to the NBT
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.breeding.PlayerDayCare
-
Writes the day care to NBT
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PartyStorage
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PCBox
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PCStorage
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerPartyStorage
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PlayerStats
-
Writes the stats to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.storage.PokemonStorage
-
Writes the storage to the given NBT tag
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.tutor.LearnableMove
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.api.util.PixelBlockSnapshot
-
Writes the block snapshot to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.api.rules.BattleRules
-
Writes rule data to NBT.
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.NoStatus
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.Sleep
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.battles.status.StatusPersist
-
Writes the status to NBT.
- writeToNBT(CompoundTag) - Method in interface com.pixelmonmod.pixelmon.storage.playerData.ISaveData
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.storage.playerData.PlayerData
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.pixelmon.storage.playerData.TeleportPosition
- writeToNBT(CompoundTag) - Method in class com.pixelmonmod.tcg.client.container.BinderInventory
- writeToNBT(CompoundTag, String) - Method in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- writeToNBTClient(CompoundTag) - Method in class com.pixelmonmod.pixelmon.blocks.tileentity.PokeChestTileEntity
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- writeToNetwork(FriendlyByteBuf) - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- writeToStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.BadgeCaseItem.BadgeCase
- writeToStack(ItemStack) - Method in class com.pixelmonmod.pixelmon.items.PokeBagItem.PokeBag
- writeToStack(ItemStack) - Method in class com.pixelmonmod.tcg.item.BinderItem.Binder
- writeToStack(ItemStack) - Method in class com.pixelmonmod.tcg.item.DeckItem.Deck
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.beams.EvolutionBeamParticleData
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.cyclone.CycloneParticleData
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.flame.FlameParticleData
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.blue.BlueMagicParticleData
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shadow.ShadowParticleData
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.shiny.ShinyParticleData
- writeToString() - Method in class com.pixelmonmod.pixelmon.client.particle.particles.slingring.SlingRingParticleData
- WUGTRIO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WURMPLE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WYNAUT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- WYNAUT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- WYRDEER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
X
- x - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
- x - Variable in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- x - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.SlotPC
- x - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- x - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- x - Variable in class com.pixelmonmod.tcg.client.gui.TargetScreen
- x() - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Returns the value of the
x
record component. - x() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- x() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the x value of this vector.
- x() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns the value of the
x
record component. - x() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns the value of the
x
record component. - X - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Axis
- X - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- X - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The x coordinate of the block.
- x_accuracy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- X_ACCURACY - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- x_attack - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- X_ATTACK - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- x_defense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- X_DEFENSE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- X_OFFSET - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- X_OVERRIDE - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- X_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- X_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- X_Scissor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen4TechnicalMachines
- X_Scissor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen5TechnicalMachines
- X_Scissor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen6TechnicalMachines
- X_Scissor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen7TechnicalMachines
- X_Scissor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- X_SCISSOR - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- x_special_attack - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- X_SPECIAL_ATTACK - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- x_special_defense - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- X_SPECIAL_DEFENSE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- x_speed - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- X_SPEED - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- XATU - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- xboost - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- xDistance - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- XERNEAS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- xF() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the x value of this vector, cast to a float.
- xHackCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- xI() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the x value of this vector, cast to an integer.
- xl_exp_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- xPos - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.PixelmonClientData
-
The x coordinate of the Pokémon on the GUI.
- xs_exp_candy - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- xScale - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- XScissor - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- xSize - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
-
The X size of the toolbar in pixels.
- xSize - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
The X size of the inventory window in pixels.
- xSize - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
The X size of the inventory window in pixels.
- xSize - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
-
The X size of the inventory window in pixels.
- xSize - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
- XURKITREE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- XURKITREE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- xVel - Variable in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- XX_MAPPING - Static variable in class com.pixelmonmod.api.client.screen.ScreenFunctions
- XY_MAPPING - Static variable in class com.pixelmonmod.api.client.screen.ScreenFunctions
Y
- y - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
- y - Variable in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- y - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.SlotPC
- y - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- y - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- y - Variable in class com.pixelmonmod.tcg.client.gui.TargetScreen
- y() - Method in record class com.pixelmonmod.api.client.screen.render.NineSlice
-
Returns the value of the
y
record component. - y() - Method in class com.pixelmonmod.api.client.screen.util.Bounds
- y() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the y value of this vector.
- y() - Method in record class com.pixelmonmod.pixelmon.config.starter.Starter
-
Returns the value of the
y
record component. - y() - Method in record class com.pixelmonmod.pixelmon.config.starter.StarterOption
-
Returns the value of the
y
record component. - Y - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Axis
- Y - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- Y - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The y coordinate of the block.
- Y_OFFSET - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- Y_OVERRIDE - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- Y_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- Y_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- YACHE - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- YACHE - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- yache_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- YacheFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- YacheFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.YacheFoliagePlacer
- YAGO - Enum constant in enum class com.pixelmonmod.pixelmon.enums.BerryType
- YAGO - Static variable in class com.pixelmonmod.pixelmon.world.generation.FoliageRegistration
- yago_berry - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- YagoFoliagePlacer - Class in com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl
- YagoFoliagePlacer() - Constructor for class com.pixelmonmod.pixelmon.world.generation.features.tree.berry.foliage.impl.YagoFoliagePlacer
- YAMASK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- YamlConfigFactory - Class in com.pixelmonmod.pixelmon.api.config.api.yaml
-
Static factory used for loading the YAML configs from their classes.
- YamlConfigFactory() - Constructor for class com.pixelmonmod.pixelmon.api.config.api.yaml.YamlConfigFactory
- YamlConfigStyle - Annotation Interface in com.pixelmonmod.pixelmon.api.config.api.yaml.data
-
A class to dictate the node style of a YAML configuration
- YAMPER - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- YAMPER - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- YANMA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- YANMA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- YANMEGA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- YANMEGA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- Yawn - Class in com.pixelmonmod.pixelmon.battles.status
-
Causes the opponent to fall asleep the turn after being applied.
- Yawn - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- Yawn() - Constructor for class com.pixelmonmod.pixelmon.battles.status.Yawn
-
Initializes Yawn.
- YAWN - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- yChange - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.rules.BattleRulesBaseScreen
-
Changes the default y coordinates of screen elements.
- yellow - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumBreedingParticles
- Yellow - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumStatueTextureType
- Yellow - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.EnumBadgeCase
- YELLOW - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.ColorEnum
- YELLOW - Enum constant in enum class com.pixelmonmod.pixelmon.enums.items.ApricornType
- YELLOW - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- yellow_apricorn - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- yellow_armchair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- YELLOW_BERRY_WOOD - Static variable in class com.pixelmonmod.pixelmon.init.registry.PixelmonWoodType
- yellow_berry_wood_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- yellow_berry_wood_button - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_chest_boat - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- yellow_berry_wood_door - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_fence - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_fence_gate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_planks - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_pressure_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_slab - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_stairs - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_trapdoor - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_berry_wood_wall_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_cash_register - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_clock - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_couch - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_cushion - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_cushion_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_day_care - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_floor_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_flute - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- YELLOW_FLUTE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleItem
- yellow_folding_chair - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_hanging_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_healer - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_juice - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- yellow_letter_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- YELLOW_MAGIC - Static variable in class com.pixelmonmod.pixelmon.init.registry.ParticleRegistration
- yellow_mail_box - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_nectar - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- yellow_pc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_petal - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- YELLOW_RINGED - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- yellow_rug - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_shard - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- yellow_trade_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_umbrella - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_vending_machine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_wall_gym_sign - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellow_water_float - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- yellowbadgecase - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- YellowMagicParticle - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow
- YellowMagicParticle(ClientLevel, double, double, double, int, double, double, double, Color, double) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticle
- YellowMagicParticleData - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow
- YellowMagicParticleData(int, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- YellowMagicParticleData(Color, double, int) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleData
- YellowMagicParticleFactory - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow
- YellowMagicParticleFactory(SpriteSet) - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleFactory
- YellowMagicParticleType - Class in com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow
- YellowMagicParticleType() - Constructor for class com.pixelmonmod.pixelmon.client.particle.particles.magic.yellow.YellowMagicParticleType
- YES - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumUsed
- YES - Enum constant in enum class com.pixelmonmod.pixelmon.tools.Quadstate
- YES_NO_FORFEIT - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- YES_NO_REPLACE_MOVE - Enum constant in enum class com.pixelmonmod.pixelmon.api.battles.BattleMode
- yesNo - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
-
Confirmation GUI.
- YesNoDialogue - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo
-
Confirmation box for forgetting a move.
- YesNoDialogue(BattleScreen, BattleMode) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoDialogue
-
Initializes the confirmation box.
- YesNoForfeit - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo
-
Confirmation box for forfeiting a battle.
- YesNoForfeit(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoForfeit
-
Initializes the confirmation box.
- yesNoOrigin - Variable in class com.pixelmonmod.pixelmon.client.gui.battles.ClientBattleManager
-
The mode of the battle where the yes/no GUI was triggered from.
- YesNoReplaceMove - Class in com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo
-
Confirmation box for forgetting a move.
- YesNoReplaceMove(BattleScreen) - Constructor for class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.yesNo.YesNoReplaceMove
-
Initializes the confirmation box.
- yF() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the y value of this vector, cast to a float.
- yHackCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.AdvancedMovingPoolElement
- yHackCodec() - Static method in class com.pixelmonmod.pixelmon.world.structure.MovingPoolElement
- yI() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the y value of this vector, cast to an integer.
- yOffset - Variable in class com.pixelmonmod.pixelmon.client.render.tileEntities.RenderTileEntityGeneric
- yOffset - Variable in class com.pixelmonmod.pixelmon.entities.pixelmon.particleEffects.FlameParticles
- yosei_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- yScale - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- ySize - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PCToolbar
-
The Y size of the toolbar in pixels.
- ySize - Variable in class com.pixelmonmod.pixelmon.client.gui.pc.PokemonSummaryPCScreen
-
The Y size of the inventory window in pixels.
- ySize - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.PokeCheckerScreen
-
The Y size of the inventory window in pixels.
- ySize - Variable in class com.pixelmonmod.pixelmon.client.gui.pokechecker.RenamePokemonScreen
-
The Y size of the inventory window in pixels.
- ySize - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.DropDownScreen
-
The Y size of the inventory window in pixels.
- YUNGOOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- yVel - Variable in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- YVELTAL - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- YVELTAL - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- YX_MAPPING - Static variable in class com.pixelmonmod.api.client.screen.ScreenFunctions
- YY_MAPPING - Static variable in class com.pixelmonmod.api.client.screen.ScreenFunctions
Z
- z - Enum constant in enum class com.pixelmonmod.pixelmon.client.models.animations.EnumRotation
- z - Variable in class com.pixelmonmod.pixelmon.battles.attacks.ImmutableAttack
- z - Variable in class com.pixelmonmod.pixelmon.client.camera.target.CameraTargetLocation
- z - Variable in class com.pixelmonmod.pixelmon.client.gui.ScreenParticleEngine.GuiParticle
- z - Variable in class com.pixelmonmod.tcg.client.gui.TargetScreen
- z() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the z value of this vector.
- Z - Enum constant in enum class com.pixelmonmod.api.client.screen.util.Axis
- Z - Enum constant in enum class com.pixelmonmod.pixelmon.blocks.enums.EnumAxis
- Z - Static variable in class com.pixelmonmod.pixelmon.api.storage.NbtKeys
-
The z coordinate of the block.
- Z_LEVEL - Static variable in class com.pixelmonmod.pixelmon.items.UIElementItem
- Z_MOVE - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackTags
- Z_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonRequirements
- Z_POS_REQUIREMENT - Static variable in class com.pixelmonmod.pixelmon.api.registries.StatueRequirements
- z_power_ring - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- z_ring - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ZACIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZACIAN - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ZAMAZENTA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZANGOOSE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZANGOOSE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ZAP - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumPlate
- Zap_Cannon - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen2TechnicalMachines
- ZAP_CANNON - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- zap_plate - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
20% boost to Electric-type attacks.
- ZAPDOS - Enum constant in enum class com.pixelmonmod.pixelmon.api.enums.ShrineType
- ZAPDOS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZAPDOS - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ZAPDOS_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- zapdos_shrine - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ZAPDOS_SHRINE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ZARUDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZARUDE - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- zboost - Variable in class com.pixelmonmod.pixelmon.blocks.tileentity.CloningMachineTileEntity
- zCrystal - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ZCrystalItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
A held item that can unlock Z-Moves.
- ZCrystalItem(EnumZCrystals) - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ZCrystalItem
-
Initializes a Z-Crystal.
- zCrystals - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
-
A list of all Z-Crystal items
- ZCurse - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic
- ZCurse() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.basic.ZCurse
- zDistance - Variable in class com.pixelmonmod.pixelmon.battles.attacks.animations.AttackAnimationRun
- ZEBSTRIKA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZEKROM - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZEKROM - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ZEN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ZEN_GALARIAN - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ZEN_HEADBUTT - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ZEN_MODE - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ZenHeadbutt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen8TechnicalRecords
- ZenHeadbutt - Enum constant in enum class com.pixelmonmod.pixelmon.enums.technicalmoves.Gen9TechnicalMachines
- ZenMode - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
Changes Darmanitan to its Zen Mode form when its hp falls below half.
- ZenMode() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZenMode
- ZenModeTests - Class in com.pixelmonmod.pixelmon.api.test.impl.ability
- ZenModeTests() - Constructor for class com.pixelmonmod.pixelmon.api.test.impl.ability.ZenModeTests
- zephyr_badge - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ZERAORA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZERAORA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- zero() - Static method in class com.pixelmonmod.api.client.screen.util.Bounds
- zero() - Static method in class com.pixelmonmod.api.client.screen.util.ScreenVector.Immutable
-
Constructs a new zeroed immutable vector.
- zero() - Static method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Constructs a new zeroed mutable vector.
- zero() - Static method in record class com.pixelmonmod.pixelmon.api.pokemon.species.evs.EVYields
-
Creates a new EVYields object with all values set to 0.
- ZERO - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonForms
- ZERO_ENERGY - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- ZERO_TO_HERO - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ability.AbilityRegistry
- ZeroToHero - Class in com.pixelmonmod.pixelmon.api.pokemon.ability.abilities
-
After switching out for the first time in battle (not due to fainting), a Palafin with the Ability switches to its Hero Form until the end of battle.
- ZeroToHero() - Constructor for class com.pixelmonmod.pixelmon.api.pokemon.ability.abilities.ZeroToHero
- zF() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the z value of this vector, cast to a float.
- zI() - Method in class com.pixelmonmod.api.client.screen.util.ScreenVector
-
Gets the z value of this vector, cast to an integer.
- ZIGZAGOON - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZIGZAGOON_GALAR - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- zinc - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ZING_ZAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- ZIPPY_ZAP - Static variable in class com.pixelmonmod.pixelmon.api.battles.attack.AttackRegistry
- zLevel - Variable in class com.pixelmonmod.pixelmon.client.gui.widgets.PixelmonWidget
- zMove - Variable in class com.pixelmonmod.pixelmon.battles.controller.participants.PixelmonWrapper
- ZMove - Class in com.pixelmonmod.pixelmon.battles.attacks
- ZMove(String, String, int, List<EffectBase>, List<String>) - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.ZMove
- ZMOVE_BADGE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- ZMOVE_BADGE_GREYSCALE - Static variable in class com.pixelmonmod.pixelmon.client.gui.battles.battleScreens.ChooseAttack.EvoButton
- ZMoveAdapter - Class in com.pixelmonmod.pixelmon.battles.attacks
- ZMoveAdapter() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.ZMoveAdapter
- ZNaturePower - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves
- ZNaturePower() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves.ZNaturePower
- ZOMBIE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonPalettes
- ZONED_OUT - Static variable in class com.pixelmonmod.pixelmon.api.pokemon.ribbon.RibbonRegistry
- zoom_lens - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- zoomLens - Enum constant in enum class com.pixelmonmod.pixelmon.enums.heldItems.EnumHeldItems
- ZoomLensItem - Class in com.pixelmonmod.pixelmon.items.heldItems
-
Increases a move's power by 20% if the user moves after the target.
- ZoomLensItem() - Constructor for class com.pixelmonmod.pixelmon.items.heldItems.ZoomLensItem
-
Initializes the held item.
- ZOROARK - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZOROARK - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ZORUA - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZORUA - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ZPowerHeal - Class in com.pixelmonmod.pixelmon.battles.status
-
Heals the next Pokémon coming in to full hp.
- ZPowerHeal - Enum constant in enum class com.pixelmonmod.pixelmon.battles.status.StatusType
- ZPowerHeal() - Constructor for class com.pixelmonmod.pixelmon.battles.status.ZPowerHeal
-
Initializes HealOnSwitch effect.
- zRingSprite - Static variable in class com.pixelmonmod.pixelmon.client.gui.Resources
- zScale - Variable in class com.pixelmonmod.pixelmon.client.models.obj.WavefrontObject
- ZUBAT - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZUBAT - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- zVel - Variable in class com.pixelmonmod.pixelmon.blocks.PokeGiftBlock
- ZWeatherBall - Class in com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves
-
Created by Jay113355 on 1/17/2019.
- ZWeatherBall() - Constructor for class com.pixelmonmod.pixelmon.battles.attacks.specialAttacks.zMoves.ZWeatherBall
- ZWEILOUS - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- zygarde - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Assemble
- zygarde - Variable in class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent.Seperate
- ZYGARDE - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonSpecies
- ZYGARDE_100 - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- ZYGARDE_50 - Static variable in class com.pixelmonmod.pixelmon.init.registry.SoundRegistration
- zygarde_cell - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ZYGARDE_CELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- ZYGARDE_CELL - Static variable in class com.pixelmonmod.pixelmon.init.registry.TileEntityRegistration
- zygarde_core - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonBlocks
- ZYGARDE_CORE - Static variable in class com.pixelmonmod.pixelmon.init.registry.BlockRegistration
- zygarde_cube - Static variable in class com.pixelmonmod.pixelmon.api.registries.PixelmonItems
- ZygardeAssembly - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ZygardeAssemblyBlock - Class in com.pixelmonmod.pixelmon.blocks.machines
- ZygardeAssemblyBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.machines.ZygardeAssemblyBlock
- ZygardeCellBlock - Class in com.pixelmonmod.pixelmon.blocks
- ZygardeCellBlock() - Constructor for class com.pixelmonmod.pixelmon.blocks.ZygardeCellBlock
- ZygardeCellsListener - Class in com.pixelmonmod.pixelmon.listener
-
Created by Jay113355 on 5/12/2020.
- ZygardeCellsListener() - Constructor for class com.pixelmonmod.pixelmon.listener.ZygardeCellsListener
- ZygardeCellTileEntity - Class in com.pixelmonmod.pixelmon.blocks.tileentity
-
Created by Jay113355 on 5/5/2020.
- ZygardeCellTileEntity(BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- ZygardeCellTileEntity(BlockEntityType<?>, BlockPos, BlockState) - Constructor for class com.pixelmonmod.pixelmon.blocks.tileentity.ZygardeCellTileEntity
- ZygardeCube - Enum constant in enum class com.pixelmonmod.pixelmon.enums.EnumGuiScreen
- ZygardeCubeItem - Class in com.pixelmonmod.pixelmon.items
-
Created by Jay113355 on 5/14/2020.
- ZygardeCubeItem() - Constructor for class com.pixelmonmod.pixelmon.items.ZygardeCubeItem
- ZygardeCubeItem.CoreType - Enum Class in com.pixelmonmod.pixelmon.items
- ZygardeCubePacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde
-
Created by Jay113355 on 5/17/2020
- ZygardeCubePacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
-
Empty constructor for packet registration.
- ZygardeCubePacket(StoragePosition, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
- ZygardeCubePacket(StoragePosition, int, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeCubePacket
- ZygardeCubeScreen - Class in com.pixelmonmod.pixelmon.client.gui.zygarde
-
Created by Jay113355 on 5/17/2020.
- ZygardeCubeScreen(InteractionHand, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeCubeScreen
- ZygardeEvent - Class in com.pixelmonmod.pixelmon.api.events.legendary
-
Superclass event for actions related to the Zygarde Assembly Unit.
- ZygardeEvent(ServerPlayer, ReassemblyUnitTileEntity) - Constructor for class com.pixelmonmod.pixelmon.api.events.legendary.ZygardeEvent
- ZygardeEvent.Activate - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Assemble - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Assemble.Merge - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Assemble.Merge.End - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Assemble.Merge.Start - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Assemble.New - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Assemble.New.End - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Assemble.New.Start - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Select - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeEvent.Seperate - Class in com.pixelmonmod.pixelmon.api.events.legendary
- ZygardeReassemblyPacket - Class in com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde
-
Created by Jay113355 on 5/15/2020
- ZygardeReassemblyPacket() - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeReassemblyPacket
- ZygardeReassemblyPacket(BlockPos, ReassemblyUnitTileEntity.Mode, StoragePosition, int) - Constructor for class com.pixelmonmod.pixelmon.comm.packetHandlers.zygarde.ZygardeReassemblyPacket
- ZygardeReassemblyUnitScreen - Class in com.pixelmonmod.pixelmon.client.gui.zygarde
-
Created by Jay113355 on 5/14/2020.
- ZygardeReassemblyUnitScreen(int, int, int) - Constructor for class com.pixelmonmod.pixelmon.client.gui.zygarde.ZygardeReassemblyUnitScreen
- ZygardeReassemblyUnitScreen.Mode - Enum Class in com.pixelmonmod.pixelmon.client.gui.zygarde
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Evolution.canEvolve(Pokemon)
instead